From owner-svn-ports-head@freebsd.org Wed Oct 2 12:08:52 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1833812D479; Wed, 2 Oct 2019 12:08:52 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46jw0M6y0Kz4Km9; Wed, 2 Oct 2019 12:08:51 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD83F2B370; Wed, 2 Oct 2019 12:08:51 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x92C8pDf000882; Wed, 2 Oct 2019 12:08:51 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x92C8pM7000878; Wed, 2 Oct 2019 12:08:51 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201910021208.x92C8pM7000878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 2 Oct 2019 12:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513571 - in head/net/libpcap: . files X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: in head/net/libpcap: . files X-SVN-Commit-Revision: 513571 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2019 12:08:52 -0000 Author: garga Date: Wed Oct 2 12:08:50 2019 New Revision: 513571 URL: https://svnweb.freebsd.org/changeset/ports/513571 Log: net/libpcap: Update to 1.9.1 Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/net/libpcap/Makefile head/net/libpcap/distinfo head/net/libpcap/files/patch-Makefile.in head/net/libpcap/pkg-plist Modified: head/net/libpcap/Makefile ============================================================================== --- head/net/libpcap/Makefile Wed Oct 2 11:26:53 2019 (r513570) +++ head/net/libpcap/Makefile Wed Oct 2 12:08:50 2019 (r513571) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpcap -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.1 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ Modified: head/net/libpcap/distinfo ============================================================================== --- head/net/libpcap/distinfo Wed Oct 2 11:26:53 2019 (r513570) +++ head/net/libpcap/distinfo Wed Oct 2 12:08:50 2019 (r513571) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532355961 -SHA256 (libpcap-1.9.0.tar.gz) = 2edb88808e5913fdaa8e9c1fcaf272e19b2485338742b5074b9fe44d68f37019 -SIZE (libpcap-1.9.0.tar.gz) = 832079 +TIMESTAMP = 1570016067 +SHA256 (libpcap-1.9.1.tar.gz) = 635237637c5b619bcceba91900666b64d56ecb7be63f298f601ec786ce087094 +SIZE (libpcap-1.9.1.tar.gz) = 861228 Modified: head/net/libpcap/files/patch-Makefile.in ============================================================================== --- head/net/libpcap/files/patch-Makefile.in Wed Oct 2 11:26:53 2019 (r513570) +++ head/net/libpcap/files/patch-Makefile.in Wed Oct 2 12:08:50 2019 (r513571) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2018-07-23 16:09:48 UTC +--- Makefile.in.orig 2019-09-30 14:39:22 UTC +++ Makefile.in -@@ -558,7 +558,7 @@ install: install-shared install-archive libpcap.pc pca +@@ -573,7 +573,7 @@ install: install-shared install-archive libpcap.pc pca $(DESTDIR)$(includedir)/$$i; done [ -d $(DESTDIR)$(bindir) ] || \ (mkdir -p $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir)) @@ -9,7 +9,7 @@ [ -d $(DESTDIR)$(libdir)/pkgconfig ] || \ (mkdir -p $(DESTDIR)$(libdir)/pkgconfig; chmod 755 $(DESTDIR)$(libdir)/pkgconfig) $(INSTALL_DATA) libpcap.pc $(DESTDIR)$(libdir)/pkgconfig/libpcap.pc -@@ -566,46 +566,13 @@ install: install-shared install-archive libpcap.pc pca +@@ -581,49 +581,13 @@ install: install-shared install-archive libpcap.pc pca $(INSTALL_DATA) $(srcdir)/$$i \ $(DESTDIR)$(mandir)/man1/$$i; done for i in $(MAN3PCAP_NOEXPAND); do \ @@ -25,6 +25,9 @@ - rm -f pcap_datalink_val_to_description.3pcap && \ - $(LN_S) pcap_datalink_val_to_name.3pcap \ - pcap_datalink_val_to_description.3pcap && \ +- rm -f pcap_datalink_val_to_description_or_dlt.3pcap && \ +- $(LN_S) pcap_datalink_val_to_name.3pcap \ +- pcap_datalink_val_to_description_or_dlt.3pcap && \ - rm -f pcap_dump_fopen.3pcap && \ - $(LN_S) pcap_dump_open.3pcap pcap_dump_fopen.3pcap && \ - rm -f pcap_freealldevs.3pcap && \ Modified: head/net/libpcap/pkg-plist ============================================================================== --- head/net/libpcap/pkg-plist Wed Oct 2 11:26:53 2019 (r513570) +++ head/net/libpcap/pkg-plist Wed Oct 2 12:08:50 2019 (r513571) @@ -14,6 +14,7 @@ include/pcap/nflog.h include/pcap/pcap-inttypes.h include/pcap/pcap.h include/pcap/sll.h +include/pcap/socket.h include/pcap/usb.h include/pcap/vlan.h lib/libpcap.a