diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-30 22:56:55 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-30 22:56:55 +0000 |
commit | 3de770213d2a45b2b435fc844f594914ee06bad6 (patch) | |
tree | d6ac41389d11dc186b11577c246505fe6ca2c7cf /irc | |
parent | Consolidate NO_PACKAGE and NO_CDROM -> RESTRICTED (diff) |
o Apply a security patch that fixes couple of remote-exploitable bugs.
o Give maintainership to submitter.
Submitted by: Eugene M. Kim <ab@astralblue.com>
Notes
Notes:
svn path=/head/; revision=85971
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ezbounce-devel/Makefile | 7 | ||||
-rw-r--r-- | irc/ezbounce-devel/distinfo | 1 | ||||
-rw-r--r-- | irc/ezbounce/Makefile | 7 | ||||
-rw-r--r-- | irc/ezbounce/distinfo | 1 |
4 files changed, 14 insertions, 2 deletions
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile index bde23a41e49e..b7d37bbf9eda 100644 --- a/irc/ezbounce-devel/Makefile +++ b/irc/ezbounce-devel/Makefile @@ -7,11 +7,16 @@ PORTNAME= ezbounce PORTVERSION= 1.04.a +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://druglord.freelsd.org/ezbounce/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/} -MAINTAINER= ports@FreeBSD.org +PATCH_SITES= http://druglord.freelsd.org/ezbounce/ +PATCHFILES= ezb-1.04a-crash-fix-patch +PATCH_DIST_STRIP= -p1 + +MAINTAINER= ab@astralblue.com COMMENT= A highly configurable IRC Proxy GNU_CONFIGURE= yes diff --git a/irc/ezbounce-devel/distinfo b/irc/ezbounce-devel/distinfo index e8ebd58b587b..e40b8b42f961 100644 --- a/irc/ezbounce-devel/distinfo +++ b/irc/ezbounce-devel/distinfo @@ -1 +1,2 @@ MD5 (ezbounce-1.04a.tar.gz) = f214fbd8ec1d95981639c9e1087436cb +MD5 (ezb-1.04a-crash-fix-patch) = 2c41dd7703df2b1d7c993f8665105122 diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index bde23a41e49e..b7d37bbf9eda 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -7,11 +7,16 @@ PORTNAME= ezbounce PORTVERSION= 1.04.a +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://druglord.freelsd.org/ezbounce/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/} -MAINTAINER= ports@FreeBSD.org +PATCH_SITES= http://druglord.freelsd.org/ezbounce/ +PATCHFILES= ezb-1.04a-crash-fix-patch +PATCH_DIST_STRIP= -p1 + +MAINTAINER= ab@astralblue.com COMMENT= A highly configurable IRC Proxy GNU_CONFIGURE= yes diff --git a/irc/ezbounce/distinfo b/irc/ezbounce/distinfo index e8ebd58b587b..e40b8b42f961 100644 --- a/irc/ezbounce/distinfo +++ b/irc/ezbounce/distinfo @@ -1 +1,2 @@ MD5 (ezbounce-1.04a.tar.gz) = f214fbd8ec1d95981639c9e1087436cb +MD5 (ezb-1.04a-crash-fix-patch) = 2c41dd7703df2b1d7c993f8665105122 |