Browse Source

updated 2 packages

libpcap-1.9.1-1

tcpdump-4.9.3-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12239 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
af5c531c5f
2 changed files with 16 additions and 13 deletions
  1. 7 4
      lib/libp/libpcap/libpcap-vl.spec
  2. 9 9
      t/tcpdump/tcpdump-vl.spec

+ 7 - 4
lib/libp/libpcap/libpcap-vl.spec

@@ -1,16 +1,16 @@
 Name: libpcap
 Summary: A system-independent interface for user-level packet capture.
 Summary(ja): ユーザレベルでパケットをキャプチャするインターフェイス
-Version: 1.9.0
+Version: 1.9.1
 Release: 1%{?_dist_release}
 Epoch: 1
 
 Group: System Environment/Libraries
 # XXX epoch is necessary to obsolete tcpdump-3.4a5
 License: BSD
-URL: http://www.tcpdump.org/
+URL: https://www.tcpdump.org/
 
-Source0: http://www.tcpdump.org/release/libpcap-%{version}.tar.gz
+Source0: https://www.tcpdump.org/release/libpcap-%{version}.tar.gz
 
 Patch0001:      0001-man-tcpdump-and-tcpslice-have-manpages-in-man8.patch
 Patch0002:      0002-pcap-config-mitigate-multilib-conflict.patch
@@ -26,7 +26,7 @@ BuildRequires: git
 
 Vendor: Project Vine
 Distribution: Vine Linux
-Packager: daisuke, Takemikaduchi
+Packager: daisuke
 
 %description
 Libpcap provides a portable framework for low-level network
@@ -109,6 +109,9 @@ rm -rf %{buildroot}
 %{_mandir}/man7/*
 
 %changelog
+* Sat Oct 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:1.9.1-1
+- new upstream release.
+
 * Thu Nov 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:1.9.0-1
 - new upstream release.
 - imported Patch3 from rawhide.

+ 9 - 9
t/tcpdump/tcpdump-vl.spec

@@ -1,5 +1,5 @@
-%define	tcpdump_ver	4.9.2
-%define	libpcap_ver	1.7.3
+%define	tcpdump_ver	4.9.3
+%define	libpcap_ver	1.9.1
 
 %{!?_licensedir:%global license %%doc}
 
@@ -17,17 +17,12 @@ Group: Applications/System
 License: BSD
 URL: http://www.tcpdump.org/
 
-Source0: http://www.tcpdump.org/release/tcpdump-%{tcpdump_ver}.tar.gz
+Source0: https://www.tcpdump.org/release/tcpdump-%{tcpdump_ver}.tar.gz
 Source1: ftp://ftp.ee.lbl.gov/tcpslice-1.2a3.tar.gz
 
-Patch0001:      0001-icmp6-print-Reachable-Time-and-Retransmit-Time-from-.patch
-Patch0002:      0002-Use-getnameinfo-instead-of-gethostbyaddr.patch
-Patch0003:      0003-Drop-root-priviledges-before-opening-first-savefile-.patch
 Patch0004:      0004-tcpslice-update-tcpslice-patch-to-1.2a3.patch
 Patch0005:      0005-tcpslice-remove-unneeded-include.patch
 Patch0006:      0006-tcpslice-don-t-test-the-pointer-but-pointee-for-NULL.patch
-Patch0007:      0007-Introduce-nn-option.patch
-Patch0008:      0008-Don-t-print-out-we-dropped-root-we-are-always-droppi.patch
 
 %define tcpslice_dir tcpslice-1.2a3
 
@@ -41,7 +36,7 @@ BuildRequires: git
 
 Vendor: Project Vine
 Distribution: Vine Linux
-Packager: daisuke, shaolin, Takemikaduchi
+Packager: daisuke, shaolin
 
 
 %description
@@ -120,6 +115,11 @@ exit 0
 
 
 %changelog
+* Sat Oct 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1:4.9.3-1
+- new upstream release.
+- dropped Patch0001: fixed in upstream.
+- dropped Patch0002, 0003, 0007 and0008.
+
 * Sun Sep 17 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1:4.9.2-1
 - new upstream release.
 - dropped all patches.