From patchwork Fri Jun 11 20:16:18 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4422 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4G1sZ44n1Yz3x6q for ; Fri, 11 Jun 2021 20:16:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4G1sZ00MzJz14v; Fri, 11 Jun 2021 20:16:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G1sYz460pz2yN1; Fri, 11 Jun 2021 20:16:39 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4G1sYy0fZkz2xCy for ; Fri, 11 Jun 2021 20:16:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4G1sYf6VLQzTD for ; Fri, 11 Jun 2021 20:16:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1623442582; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=InjWvPWWIiy+KRv+iUfQ1Hmztos5cdYk9ogjqZ+1IOU=; b=QvaIrwqgacDCtyAgmjw41aElXlLEni6jkeS5Um6oOBhhmFB0oUMJ0xrBnDGbUIBi8hqZ0v +cerrwlHIVgPXoAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1623442582; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=InjWvPWWIiy+KRv+iUfQ1Hmztos5cdYk9ogjqZ+1IOU=; b=JBA77V+wX9GQ30cPXXiAkX8vusdISo5rp9GJ/tD8wh0uceWDa+wIqronbIfydBgFUCNHCK SYyg41i2uxw1K/OFtBPfFiOPvWnP35ehVruxvImwftz0+KkJbEFfxM9V69tqycXkK/F76g oxYKEaYWThOs7lhOtCTJ+FW6Hc45hBxIGpPur4GiP3mGmE1IwyNPkOwTvhQioF1GjfrN6M 47xgNLf2Y5UpqWZz/Hxd3JEjh6aRZ4W9cccEZoSSIFSxSTI2dHcyfMLvy3RLKMkOArH/uY mY0tgwfKkmrXOPNFMpJCAtvbyhtFQOwYYAWQ7RV8Ld7THz1Xg2vVokvsGvs5cA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libpcap: Update to 1.10.1 Date: Fri, 11 Jun 2021 22:16:18 +0200 Message-Id: <20210611201618.4768-1-matthias.fischer@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: http://www.tcpdump.org/libpcap-changes.txt Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka --- config/rootfiles/common/libpcap | 2 +- lfs/libpcap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libpcap b/config/rootfiles/common/libpcap index c97b9e8c0..514f57558 100644 --- a/config/rootfiles/common/libpcap +++ b/config/rootfiles/common/libpcap @@ -21,7 +21,7 @@ #usr/lib/libpcap.a usr/lib/libpcap.so usr/lib/libpcap.so.1 -usr/lib/libpcap.so.1.10.0 +usr/lib/libpcap.so.1.10.1 #usr/lib/pkgconfig/libpcap.pc #usr/share/man/man1/pcap-config.1 #usr/share/man/man3/pcap.3pcap diff --git a/lfs/libpcap b/lfs/libpcap index 14ce62676..0cdc06e8f 100644 --- a/lfs/libpcap +++ b/lfs/libpcap @@ -24,7 +24,7 @@ include Config -VER = 1.10.0 +VER = 1.10.1 THISAPP = libpcap-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8c12dc19dd7e0d02d2bb6596eb5a71c7 +$(DL_FILE)_MD5 = 28e17495004036567c2cc884b51eba45 install : $(TARGET)