tcpdump: update to 4.99.0.
remove td_cv_buggygetaddrinfo, it's obsolete since 2015 tcpdump/11f73ad248fa22461ca040baa8dc94b864509efa
This commit is contained in:
parent
998a7214da
commit
de5c52b0e1
2 changed files with 11 additions and 11 deletions
|
@ -1,10 +1,10 @@
|
||||||
--- Makefile.in 2012-06-12 18:56:20.000000000 +0200
|
--- Makefile.in
|
||||||
+++ Makefile.in 2012-06-13 08:41:09.000000000 +0200
|
+++ Makefile.in
|
||||||
@@ -409,7 +409,6 @@
|
@@ -420,7 +420,6 @@
|
||||||
[ -d $(DESTDIR)$(sbindir) ] || \
|
[ -d $(DESTDIR)$(bindir) ] || \
|
||||||
(mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
|
(mkdir -p $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir))
|
||||||
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
|
$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)/$(PROG)
|
||||||
- $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat ${srcdir}/VERSION`
|
- $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(bindir)/$(PROG).`cat ${srcdir}/VERSION`
|
||||||
[ -d $(DESTDIR)$(mandir)/man1 ] || \
|
[ -d $(DESTDIR)$(mandir)/man1 ] || \
|
||||||
(mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 $(DESTDIR)$(mandir)/man1)
|
(mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 $(DESTDIR)$(mandir)/man1)
|
||||||
$(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1
|
$(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'tcpdump'
|
# Template file for 'tcpdump'
|
||||||
pkgname=tcpdump
|
pkgname=tcpdump
|
||||||
version=4.9.3
|
version=4.99.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="td_cv_buggygetaddrinfo=no"
|
|
||||||
makedepends="libpcap-devel libressl-devel"
|
makedepends="libpcap-devel libressl-devel"
|
||||||
|
checkdepends="perl"
|
||||||
short_desc="A tool for network monitoring and data acquisition"
|
short_desc="A tool for network monitoring and data acquisition"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.tcpdump.org"
|
homepage="https://www.tcpdump.org"
|
||||||
distfiles="https://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
|
distfiles="https://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2cd47cb3d460b6ff75f4a9940f594317ad456cfbf2bd2c8e5151e16559db6410
|
checksum=8cf2f17a9528774a7b41060323be8b73f76024f7778f59c34efa65d49d80b842
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue