diff options
author | roam <roam@FreeBSD.org> | 2004-12-14 20:59:01 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-12-14 20:59:01 +0800 |
commit | 9c515a3a8597be856bdd1a945d2dd8934b82ebf3 (patch) | |
tree | 61574d1a3ef0bfc17ff0ebfcd0fc028c7b7e0787 | |
parent | 7418d407fa5d264c3e1a8361c4348463326000c1 (diff) | |
download | freebsd-ports-gnome-9c515a3a8597be856bdd1a945d2dd8934b82ebf3.tar.gz freebsd-ports-gnome-9c515a3a8597be856bdd1a945d2dd8934b82ebf3.tar.zst freebsd-ports-gnome-9c515a3a8597be856bdd1a945d2dd8934b82ebf3.zip |
Update to libnids 1.19, which fixes a couple of serious problems
in FIN parsing, ACK handling and others.
-rw-r--r-- | net/libnids/Makefile | 2 | ||||
-rw-r--r-- | net/libnids/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile index c967466e1698..c9ab89d49388 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libnids -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/libnids/distinfo b/net/libnids/distinfo index 8d5c65bad68e..e5a1d80b4cab 100644 --- a/net/libnids/distinfo +++ b/net/libnids/distinfo @@ -1,2 +1,2 @@ -MD5 (libnids-1.18.tar.gz) = 9ee6dcdfac97bae6fe611aa27d2594a5 -SIZE (libnids-1.18.tar.gz) = 114013 +MD5 (libnids-1.19.tar.gz) = 863125dbcc43d1ac8c044622e5b08787 +SIZE (libnids-1.19.tar.gz) = 115758 |