diff options
author | gsutter <gsutter@FreeBSD.org> | 2002-07-05 11:07:59 +0800 |
---|---|---|
committer | gsutter <gsutter@FreeBSD.org> | 2002-07-05 11:07:59 +0800 |
commit | c41f6dce9ca0504248d3ae12de31059d65f98b22 (patch) | |
tree | 1d88eb8d0f4eb507c20606a643d24cabce903fb2 /irc/ezbounce | |
parent | 7cb95ef0d73efd03c63e81c3d8e9b88d110e7755 (diff) | |
download | freebsd-ports-gnome-c41f6dce9ca0504248d3ae12de31059d65f98b22.tar.gz freebsd-ports-gnome-c41f6dce9ca0504248d3ae12de31059d65f98b22.tar.zst freebsd-ports-gnome-c41f6dce9ca0504248d3ae12de31059d65f98b22.zip |
Update to 1.02.
Fixes:
- The issue with the pid file having bogus permissions
- A bug that can result in people remoting crashing your proxy
The author states:
I won't go into exploitation details here of the latter. That's what the
patch is for... It is not a buffer overrun problem, but a null pointer
dereference. I'd suggest everyone to upgrade.
Diffstat (limited to 'irc/ezbounce')
-rw-r--r-- | irc/ezbounce/Makefile | 3 | ||||
-rw-r--r-- | irc/ezbounce/distinfo | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index c20e11d76b13..af857dd89186 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -6,10 +6,9 @@ # PORTNAME= ezbounce -PORTVERSION= 1.0 +PORTVERSION= 1.02 CATEGORIES= irc MASTER_SITES= http://druglord.freelsd.org/ezbounce/ -DISTFILES= ${DISTNAME}-release${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org diff --git a/irc/ezbounce/distinfo b/irc/ezbounce/distinfo index 0e4ba274b67f..6e74a6e473d1 100644 --- a/irc/ezbounce/distinfo +++ b/irc/ezbounce/distinfo @@ -1 +1 @@ -MD5 (ezbounce-1.0-release.tar.gz) = ed50798896dce024ebd881a5975ed1c1 +MD5 (ezbounce-1.02.tar.gz) = 66cb545793acf078516ec7f62ae4147a |