diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-31 04:57:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-31 04:57:42 +0800 |
commit | 55322d13cddedac0b2e88fda0b47603c404c60ec (patch) | |
tree | 8f3be2d787f585c9547679d5fd104e1bcda4925a /irc | |
parent | 5899b461f9d8e653928ee58be8e0c2586667ae76 (diff) | |
download | freebsd-ports-gnome-55322d13cddedac0b2e88fda0b47603c404c60ec.tar.gz freebsd-ports-gnome-55322d13cddedac0b2e88fda0b47603c404c60ec.tar.zst freebsd-ports-gnome-55322d13cddedac0b2e88fda0b47603c404c60ec.zip |
- Fix CVE-2009-1789
PR: 134748
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: maintainer implicit
Security: http://www.freebsd.org/ports/portaudit/399f4cd7-4d59-11de-8811-0030843d3802.html
Diffstat (limited to 'irc')
-rw-r--r-- | irc/eggdrop/Makefile | 9 | ||||
-rw-r--r-- | irc/eggdrop/distinfo | 3 |
2 files changed, 8 insertions, 4 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 6c0b52c1e5eb..d6829befa9cc 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -7,15 +7,16 @@ PORTNAME= eggdrop PORTVERSION= 1.6.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ \ LOCAL/beech DISTNAME= ${PORTNAME}${PORTVERSION} -PATCHFILES= ${PORTNAME}-${PORTVERSION}-ssl-rootie.patch.gz -PATCH_SITES= http://www.egghelp.org/files/patches/ \ - LOCAL/beech +PATCHFILES= ${PORTNAME}-${PORTVERSION}-ssl-rootie.patch.gz:ssl \ + eggdrop1.6.19+ctcpfix.patch.gz:ctcpfix +PATCH_SITES= http://www.egghelp.org/files/patches/:ssl \ + ftp://ftp.eggheads.org/pub/eggdrop/patches/official/1.6/:ctcpfix MAINTAINER= beech@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot diff --git a/irc/eggdrop/distinfo b/irc/eggdrop/distinfo index e3e062b1118d..1b379eef406e 100644 --- a/irc/eggdrop/distinfo +++ b/irc/eggdrop/distinfo @@ -4,3 +4,6 @@ SIZE (eggdrop1.6.19.tar.bz2) = 811072 MD5 (eggdrop-1.6.19-ssl-rootie.patch.gz) = 6d477d54e16afff3215b9b53e34a0521 SHA256 (eggdrop-1.6.19-ssl-rootie.patch.gz) = 94b06c392da5f13c04cc1d3e87b52e3c2ed9af8ba58cf360f121bb0a06f49ce3 SIZE (eggdrop-1.6.19-ssl-rootie.patch.gz) = 9285 +MD5 (eggdrop1.6.19+ctcpfix.patch.gz) = 86d159a5e3460ec8fb30cb1a27a32acc +SHA256 (eggdrop1.6.19+ctcpfix.patch.gz) = 2f01f00692c29fb9568721d80cf38289031a09bc15d2fac483ad16aec4b788a7 +SIZE (eggdrop1.6.19+ctcpfix.patch.gz) = 666 |