From patchwork Sat Oct 5 07:37:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2473 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 46ldqq2TJRz3yYL for ; Sat, 5 Oct 2019 07:37:27 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 46ldqp2GFZz2GP; Sat, 5 Oct 2019 07:37:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 46ldqp0ySnz2yT3; Sat, 5 Oct 2019 07:37:26 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 46ldqn0mSyz2yHQ for ; Sat, 5 Oct 2019 07:37:25 +0000 (UTC) Received: from Devel.localdomain (p4FF56DD1.dip0.t-ipconnect.de [79.245.109.209]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 46ldqj1V0dz2GP for ; Sat, 5 Oct 2019 07:37:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1570261041; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=jS0n1JemxAXTXxXtxidL9EhJro+D9+8v69wwDZTX2Jw=; b=XezBHm+pZ9tiLdE14YaDj46Zp4fRrz6ktDDOEdzKM2k+UmVbIhriJ/lv6Z8MUINR12+7r8 noj57tFMzhv3VPqnIsFK4VfDXJkhB9YalQqY1a9DNhE0ZuMHtt/sizH/UHmwYJbKXXRO7L jB9WmZqVQKuKYq9F52cdwQ4K+3kB3z0noWVHhIuagNi7WsR0uildgGimp1mRHo2x8y2wXU SZj0l65bh5CX5xyYkk4IpgK4pDFgn4GOVmxd2cJMmMdXQdxeRJxlS+f8kUXM3UEHSHvKNJ nZK72Pm5uApeAWzrxdzEgSbw2zShcHgjvIwlmePJztDsBbKuhdWY/OQLEQ0xxg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1570261041; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=jS0n1JemxAXTXxXtxidL9EhJro+D9+8v69wwDZTX2Jw=; b=6/NaEJBtP442Ht9xRMxiXsBisVLXFus3n+BaPvvNBfXtFgY2X9BKKKl4PLBhfyoH+uyz1w Hql8tTcoZFVYdcCA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] libpcap: Update to 1.9.1 Date: Sat, 5 Oct 2019 09:37:15 +0200 Message-Id: <20191005073715.3668-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=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: https://www.tcpdump.org/libpcap-changes.txt Signed-off-by: Matthias Fischer --- config/rootfiles/common/libpcap | 11 +++++++++-- lfs/libpcap | 6 +++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/libpcap b/config/rootfiles/common/libpcap index 6be2bd99c..868f870fa 100644 --- a/config/rootfiles/common/libpcap +++ b/config/rootfiles/common/libpcap @@ -6,19 +6,23 @@ #usr/include/pcap/bluetooth.h #usr/include/pcap/bpf.h #usr/include/pcap/can_socketcan.h +#usr/include/pcap/compiler-tests.h #usr/include/pcap/dlt.h -#usr/include/pcap/export-defs.h +#usr/include/pcap/funcattrs.h #usr/include/pcap/ipnet.h #usr/include/pcap/namedb.h #usr/include/pcap/nflog.h +#usr/include/pcap/pcap-inttypes.h #usr/include/pcap/pcap.h #usr/include/pcap/sll.h +#usr/include/pcap/socket.h #usr/include/pcap/usb.h #usr/include/pcap/vlan.h #usr/lib/libpcap.a usr/lib/libpcap.so usr/lib/libpcap.so.1 -usr/lib/libpcap.so.1.8.1 +usr/lib/libpcap.so.1.9.1 +#usr/lib/pkgconfig/libpcap.pc #usr/share/man/man1/pcap-config.1 #usr/share/man/man3/pcap.3pcap #usr/share/man/man3/pcap_activate.3pcap @@ -30,6 +34,7 @@ usr/lib/libpcap.so.1.8.1 #usr/share/man/man3/pcap_datalink.3pcap #usr/share/man/man3/pcap_datalink_name_to_val.3pcap #usr/share/man/man3/pcap_datalink_val_to_description.3pcap +#usr/share/man/man3/pcap_datalink_val_to_description_or_dlt.3pcap #usr/share/man/man3/pcap_datalink_val_to_name.3pcap #usr/share/man/man3/pcap_dispatch.3pcap #usr/share/man/man3/pcap_dump.3pcap @@ -48,6 +53,7 @@ usr/lib/libpcap.so.1.8.1 #usr/share/man/man3/pcap_free_tstamp_types.3pcap #usr/share/man/man3/pcap_freealldevs.3pcap #usr/share/man/man3/pcap_freecode.3pcap +#usr/share/man/man3/pcap_get_required_select_timeout.3pcap #usr/share/man/man3/pcap_get_selectable_fd.3pcap #usr/share/man/man3/pcap_get_tstamp_precision.3pcap #usr/share/man/man3/pcap_geterr.3pcap @@ -76,6 +82,7 @@ usr/lib/libpcap.so.1.8.1 #usr/share/man/man3/pcap_set_datalink.3pcap #usr/share/man/man3/pcap_set_immediate_mode.3pcap #usr/share/man/man3/pcap_set_promisc.3pcap +#usr/share/man/man3/pcap_set_protocol_linux.3pcap #usr/share/man/man3/pcap_set_rfmon.3pcap #usr/share/man/man3/pcap_set_snaplen.3pcap #usr/share/man/man3/pcap_set_timeout.3pcap diff --git a/lfs/libpcap b/lfs/libpcap index b6cbd502d..ccf78a449 100644 --- a/lfs/libpcap +++ b/lfs/libpcap @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.8.1 +VER = 1.9.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 = 3d48f9cd171ff12b0efd9134b52f1447 +$(DL_FILE)_MD5 = 21af603d9a591c7d96a6457021d84e6c install : $(TARGET)