From owner-svn-ports-head@freebsd.org Mon Jul 23 18:26:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D33D11051E3F; Mon, 23 Jul 2018 18:26:50 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7911089062; Mon, 23 Jul 2018 18:26:50 +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 5495D2028E; Mon, 23 Jul 2018 18:26:50 +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 w6NIQok6045300; Mon, 23 Jul 2018 18:26:50 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6NIQnb3045297; Mon, 23 Jul 2018 18:26:49 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201807231826.w6NIQnb3045297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 23 Jul 2018 18:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475196 - 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: 475196 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.27 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: Mon, 23 Jul 2018 18:26:51 -0000 Author: garga Date: Mon Jul 23 18:26:49 2018 New Revision: 475196 URL: https://svnweb.freebsd.org/changeset/ports/475196 Log: Update net/libpcap to 1.9.0 Sponsored by: Rubicon Communications, LLC (Netgate) Deleted: head/net/libpcap/files/patch-gencode.c 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 Mon Jul 23 17:37:32 2018 (r475195) +++ head/net/libpcap/Makefile Mon Jul 23 18:26:49 2018 (r475196) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpcap -PORTVERSION= 1.8.1 +PORTVERSION= 1.9.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ Modified: head/net/libpcap/distinfo ============================================================================== --- head/net/libpcap/distinfo Mon Jul 23 17:37:32 2018 (r475195) +++ head/net/libpcap/distinfo Mon Jul 23 18:26:49 2018 (r475196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477480513 -SHA256 (libpcap-1.8.1.tar.gz) = 673dbc69fdc3f5a86fb5759ab19899039a8e5e6c631749e48dcd9c6f0c83541e -SIZE (libpcap-1.8.1.tar.gz) = 739163 +TIMESTAMP = 1532355961 +SHA256 (libpcap-1.9.0.tar.gz) = 2edb88808e5913fdaa8e9c1fcaf272e19b2485338742b5074b9fe44d68f37019 +SIZE (libpcap-1.9.0.tar.gz) = 832079 Modified: head/net/libpcap/files/patch-Makefile.in ============================================================================== --- head/net/libpcap/files/patch-Makefile.in Mon Jul 23 17:37:32 2018 (r475195) +++ head/net/libpcap/files/patch-Makefile.in Mon Jul 23 18:26:49 2018 (r475196) @@ -1,13 +1,15 @@ ---- Makefile.in.orig 2015-06-28 01:03:37 UTC +--- Makefile.in.orig 2018-07-23 16:09:48 UTC +++ Makefile.in -@@ -569,51 +569,19 @@ install: install-shared install-archive +@@ -558,7 +558,7 @@ install: install-shared install-archive libpcap.pc pca $(DESTDIR)$(includedir)/$$i; done [ -d $(DESTDIR)$(bindir) ] || \ (mkdir -p $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir)) - $(INSTALL_PROGRAM) pcap-config $(DESTDIR)$(bindir)/pcap-config -+ $(INSTALL_DATA) pcap-config $(DESTDIR)$(bindir)/pcap-config -+ chmod 755 $(DESTDIR)$(bindir)/pcap-config - for i in $(MAN1); do \ ++ $(BSD_INSTALL_SCRIPT) pcap-config $(DESTDIR)$(bindir)/pcap-config + [ -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 $(INSTALL_DATA) $(srcdir)/$$i \ $(DESTDIR)$(mandir)/man1/$$i; done for i in $(MAN3PCAP_NOEXPAND); do \ @@ -54,7 +56,7 @@ - $(LN_S) pcap_tstamp_type_val_to_name.3pcap pcap_tstamp_type_val_to_description.3pcap && \ - rm -f pcap_getnonblock.3pcap && \ - $(LN_S) pcap_setnonblock.3pcap pcap_getnonblock.3pcap) -+ $(DESTDIR)$(mandir)/man3/$$j; done ++ $(DESTDIR)$(mandir)/man3/$$j; done for i in $(MANFILE); do \ $(INSTALL_DATA) `echo $$i | sed 's/.manfile.in/.manfile/'` \ $(DESTDIR)$(mandir)/man@MAN_FILE_FORMATS@/`echo $$i | sed 's/.manfile.in/.@MAN_FILE_FORMATS@/'`; done Modified: head/net/libpcap/pkg-plist ============================================================================== --- head/net/libpcap/pkg-plist Mon Jul 23 17:37:32 2018 (r475195) +++ head/net/libpcap/pkg-plist Mon Jul 23 18:26:49 2018 (r475196) @@ -5,11 +5,13 @@ include/pcap.h include/pcap/bluetooth.h include/pcap/bpf.h include/pcap/can_socketcan.h +include/pcap/compiler-tests.h include/pcap/dlt.h -include/pcap/export-defs.h +include/pcap/funcattrs.h include/pcap/ipnet.h include/pcap/namedb.h include/pcap/nflog.h +include/pcap/pcap-inttypes.h include/pcap/pcap.h include/pcap/sll.h include/pcap/usb.h @@ -18,6 +20,7 @@ lib/libpcap.a lib/libpcap.so lib/libpcap.so.1 lib/libpcap.so.%%PORTVERSION%% +libdata/pkgconfig/libpcap.pc man/man1/pcap-config.1.gz man/man3/pcap.3.gz man/man3/pcap_activate.3.gz @@ -39,6 +42,7 @@ man/man3/pcap_file.3.gz man/man3/pcap_fileno.3.gz man/man3/pcap_findalldevs.3.gz man/man3/pcap_freecode.3.gz +man/man3/pcap_get_required_select_timeout.3.gz man/man3/pcap_get_selectable_fd.3.gz man/man3/pcap_get_tstamp_precision.3.gz man/man3/pcap_geterr.3.gz @@ -60,6 +64,7 @@ man/man3/pcap_set_buffer_size.3.gz man/man3/pcap_set_datalink.3.gz man/man3/pcap_set_immediate_mode.3.gz man/man3/pcap_set_promisc.3.gz +man/man3/pcap_set_protocol_linux.3.gz man/man3/pcap_set_rfmon.3.gz man/man3/pcap_set_snaplen.3.gz man/man3/pcap_set_timeout.3.gz