diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-11-20 09:31:09 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-11-20 09:31:09 +0800 |
commit | 3150a5790878bcb85a0c645b31c23cb7c2595796 (patch) | |
tree | 4dd2e5fbcf499814b7c92ff5f5edf1ed1e569a51 /net | |
parent | 00e9cdadbc77ceb41ebcd433abfd4a6680b45646 (diff) | |
download | freebsd-ports-gnome-3150a5790878bcb85a0c645b31c23cb7c2595796.tar.gz freebsd-ports-gnome-3150a5790878bcb85a0c645b31c23cb7c2595796.tar.zst freebsd-ports-gnome-3150a5790878bcb85a0c645b31c23cb7c2595796.zip |
Remotely exploitable buffer overflow; same code and impact as in
Security Advisory 00:61
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 3 | ||||
-rw-r--r-- | net/wireshark/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 90a9b640d92d..bb927347e33c 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.12 CATEGORIES= net ipv6 MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ @@ -15,6 +15,7 @@ MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://ethereal.boehm.org/distribution/ MAINTAINER= billf@FreeBSD.org +FORBIDDEN= "Remotely exploitable buffer overflow; identical to Security Advisory 00:61" USE_X_PREFIX= yes USE_GTK= yes diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 90a9b640d92d..bb927347e33c 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.12 CATEGORIES= net ipv6 MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ @@ -15,6 +15,7 @@ MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://ethereal.boehm.org/distribution/ MAINTAINER= billf@FreeBSD.org +FORBIDDEN= "Remotely exploitable buffer overflow; identical to Security Advisory 00:61" USE_X_PREFIX= yes USE_GTK= yes |