aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/tcpdump/Makefile3
-rw-r--r--net/tcpdump/distinfo4
-rw-r--r--net/tcpdump/files/patch-print-wb.c41
3 files changed, 3 insertions, 45 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
index 811c1c20f9a..09f4d1fdb15 100644
--- a/net/tcpdump/Makefile
+++ b/net/tcpdump/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= tcpdump
-PORTVERSION= 4.7.3
-PORTREVISION= 1
+PORTVERSION= 4.7.4
CATEGORIES= net ipv6
MASTER_SITES= http://www.tcpdump.org/release/
diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo
index 0b496e31125..7a79eb8b3aa 100644
--- a/net/tcpdump/distinfo
+++ b/net/tcpdump/distinfo
@@ -1,2 +1,2 @@
-SHA256 (tcpdump-4.7.3.tar.gz) = 1f87fb652ce996d41e7a06c601bc6ea29b13fee922945b23770c29490f1d8ace
-SIZE (tcpdump-4.7.3.tar.gz) = 1152383
+SHA256 (tcpdump-4.7.4.tar.gz) = 6be520269a89036f99c0b2126713a60965953eab921002b07608ccfc0c47d9af
+SIZE (tcpdump-4.7.4.tar.gz) = 1153657
diff --git a/net/tcpdump/files/patch-print-wb.c b/net/tcpdump/files/patch-print-wb.c
deleted file mode 100644
index 66a6ee08910..00000000000
--- a/net/tcpdump/files/patch-print-wb.c
+++ /dev/null
@@ -1,41 +0,0 @@
-From 8aa5edea1b8846740514dee4158b6c707d38fc13 Mon Sep 17 00:00:00 2001
-From: Denis Ovsienko <denis@ovsienko.info>
-Date: Wed, 25 Mar 2015 22:35:12 +0000
-Subject: [PATCH] whiteboard: fixup a few reversed tests (GH #446)
-
-This is a follow-up to commit 3a3ec26.
----
- print-wb.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/print-wb.c b/print-wb.c
-index 38c2a67..e10d532 100644
---- a/print-wb.c
-+++ print-wb.c
-@@ -202,7 +202,7 @@ wb_id(netdissect_options *ndo,
- len -= sizeof(*io) * nid;
- io = (struct id_off *)(id + 1);
- cp = (char *)(io + nid);
-- if (!ND_TTEST2(cp, len)) {
-+ if (ND_TTEST2(cp, len)) {
- ND_PRINT((ndo, "\""));
- fn_print(ndo, (u_char *)cp, (u_char *)cp + len);
- ND_PRINT((ndo, "\""));
-@@ -267,7 +267,7 @@ wb_prep(netdissect_options *ndo,
- }
- n = EXTRACT_32BITS(&prep->pp_n);
- ps = (const struct pgstate *)(prep + 1);
-- while (--n >= 0 && !ND_TTEST(*ps)) {
-+ while (--n >= 0 && ND_TTEST(*ps)) {
- const struct id_off *io, *ie;
- char c = '<';
-
-@@ -276,7 +276,7 @@ wb_prep(netdissect_options *ndo,
- ipaddr_string(ndo, &ps->page.p_sid),
- EXTRACT_32BITS(&ps->page.p_uid)));
- io = (struct id_off *)(ps + 1);
-- for (ie = io + ps->nid; io < ie && !ND_TTEST(*io); ++io) {
-+ for (ie = io + ps->nid; io < ie && ND_TTEST(*io); ++io) {
- ND_PRINT((ndo, "%c%s:%u", c, ipaddr_string(ndo, &io->id),
- EXTRACT_32BITS(&io->off)));
- c = ',';
te to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-201-3/+3 * - Respect X11BASErafan2006-12-022-15/+12 * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-132-3/+6 * All dictionaries can be installed separately:thierry2006-07-154-7/+18 * Update to KDE 3.5.3lofi2006-06-063-162/+100 * SHA256ifyedwin2006-01-2414-0/+16 * Update to KDE 3.5.0lofi2006-01-091-0/+1 * Remove expired ports.lawrance2005-12-155-73/+0 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1 * Unbreak by fixing pkg-plist and aligning run-depends statement.edwin2005-11-042-8/+5 * Unbreak port by fixing pkg-plistedwin2005-11-042-5/+2 * Respect X11BASEmnag2005-10-273-11/+26 * Mark as BROKEN: unfetchable.linimon2005-10-121-1/+5 * Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-011-1/+1 * This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-232-0/+4 * The grand-daddy site of VietNet gone :~-( R.I.P. media.mit.eduobrien2005-07-171-1/+2 * Watch over this VN port.obrien2005-07-171-1/+1 * The grand-daddy site of VietNet gone :~-( R.I.P. media.mit.eduobrien2005-07-175-10/+6 * The grand-daddy site of VietNet gone :~-( R.I.P. media.mit.eduobrien2005-07-171-2/+1 * Move to using the bzip2'ed distfile.obrien2005-07-172-2/+3 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * BROKEN: Broken dependencykris2005-03-271-0/+2 * Upgrade to 0.2.9.thierry2005-03-164-10/+10 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1 * BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2 * Add ports to ${SUBDIR} in alphabetical order.cperciva2005-01-301-2/+2 * Portlint.obrien2004-12-302-2/+2 * Portlint.obrien2004-12-301-1/+1 * Add xvnkb 0.2.8, a Vietnamese input method for X-Window.thierry2004-12-3010-0/+306 * Update to KDE 3.3.2lofi2004-12-141-1/+1 * Update to KDE 3.3lofi2004-08-311-1/+1 * Add slaves ports for Aspell's new dictionaries.thierry2004-08-293-0/+22 * - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-243-20/+10 * Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2 * SIZEify (maintainer timeout)trevor2004-03-3113-0/+14 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-102-2/+1 * - rpm2cpio.pl need to be EXTRACT_DEPENDS otherwise it will not workpav2004-03-021-1/+1 * Update to KDE 3.2.0lofi2004-02-053-5/+6 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-1/+1 * Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+1 * s/rpm2cpio/rpm2cpio.pl/ after the recent update of archivers/rpm2cpio (thenetchild2003-12-121-2/+2 * Another last minute change. Size/date stamp changes only.will2003-09-281-1/+1 * Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-181-2/+1 * Update this port from being based on the X11 R6.5.1 sources to R6.6.obrien2003-08-182-3/+4 * Remove the _POSIX_SOURCE handling to fix the building on 5-CURRENT.obrien2003-08-18