summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-06-13 08:08:57 +0000
committerthierry <thierry@FreeBSD.org>2004-06-13 08:08:57 +0000
commit957b2a4ce5ee17808d5eb47a599ac5211b3124c7 (patch)
tree1d9631a088620671e0c5f961c5576f4da2618a6e /devel
parent0ca21b5a15d20b23aa0631f4e627944d5b8dc9c8 (diff)
downloadFreeBSD-ports-957b2a4ce5ee17808d5eb47a599ac5211b3124c7.zip
FreeBSD-ports-957b2a4ce5ee17808d5eb47a599ac5211b3124c7.tar.gz
Security: a hole in the diff code that allowed malicious input has been
closed. The full list of changes (from version 1.2.1) can be viewed here: http://cvs.horde.org/diff.php/chora/docs/CHANGES?r1=&r2=1.45.2.34&ty=h
Diffstat (limited to 'devel')
-rw-r--r--devel/chora/Makefile10
-rw-r--r--devel/chora/distinfo4
-rw-r--r--devel/chora/files/pkg-message.in (renamed from devel/chora/pkg-message)0
-rw-r--r--devel/horde-chora/Makefile10
-rw-r--r--devel/horde-chora/distinfo4
-rw-r--r--devel/horde-chora/files/pkg-message.in (renamed from devel/horde-chora/pkg-message)0
6 files changed, 16 insertions, 12 deletions
diff --git a/devel/chora/Makefile b/devel/chora/Makefile
index 69e801d..c77f214 100644
--- a/devel/chora/Makefile
+++ b/devel/chora/Makefile
@@ -6,19 +6,18 @@
#
PORTNAME= chora
-PORTVERSION= 1.2.1
+PORTVERSION= 1.2.2
CATEGORIES= devel www
MASTER_SITES= ftp://ftp.horde.org/pub/chora/ \
ftp://ftp.planetmirror.com/pub/horde/chora/ \
ftp://ftp.au.horde.org/pub/horde/chora/ \
ftp://ftp.be.horde.org/chora/ \
ftp://ftp.es.horde.org/pub/chora/ \
- ftp://ftp.it.horde.org/pub/mirror/horde.org/chora/ \
ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/chora/ \
ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/chora/ \
http://ftp.horde.org/pub/chora/
-MAINTAINER= thierry@pompo.net
+MAINTAINER= thierry@FreeBSD.org
COMMENT= The Horde CVS web-viewer
#-----------------------------------------------------------------------
@@ -56,6 +55,7 @@ DOCS= COPYING README docs/BUGS docs/CHANGES docs/CREDITS \
CONFFILE= conf.php cvsroots.php html.php longIntro.txt \
mime_drivers.php prefs.php
SUB_DIRS= config graphics lib locale po templates
+PKGMESSAGE= ${WRKDIR}/pkg-message
LHORDEDIR?= www/horde
LCHORADIR?= ${LHORDEDIR}/chora
@@ -112,7 +112,9 @@ do-install:
post-install:
@${ECHO_MSG}
@${SED} -e "s:%%CHORADIR%%:${CHORADIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g" \
- -e "s:%%CONFDIR%%:${CONFDIR}:g" ${PKGMESSAGE}
+ -e "s:%%CONFDIR%%:${CONFDIR}:g" < ${FILESDIR}/pkg-message.in \
+ > ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.mk>
diff --git a/devel/chora/distinfo b/devel/chora/distinfo
index b6f78f3..37e5acf 100644
--- a/devel/chora/distinfo
+++ b/devel/chora/distinfo
@@ -1,2 +1,2 @@
-MD5 (chora-1.2.1.tar.gz) = c74f9102e383ee4b72835eacb3c38790
-SIZE (chora-1.2.1.tar.gz) = 196305
+MD5 (chora-1.2.2.tar.gz) = 32017a2430971d501429b7dd5c1f5b95
+SIZE (chora-1.2.2.tar.gz) = 201926
diff --git a/devel/chora/pkg-message b/devel/chora/files/pkg-message.in
index 4bdcac5..4bdcac5 100644
--- a/devel/chora/pkg-message
+++ b/devel/chora/files/pkg-message.in
diff --git a/devel/horde-chora/Makefile b/devel/horde-chora/Makefile
index 69e801d..c77f214 100644
--- a/devel/horde-chora/Makefile
+++ b/devel/horde-chora/Makefile
@@ -6,19 +6,18 @@
#
PORTNAME= chora
-PORTVERSION= 1.2.1
+PORTVERSION= 1.2.2
CATEGORIES= devel www
MASTER_SITES= ftp://ftp.horde.org/pub/chora/ \
ftp://ftp.planetmirror.com/pub/horde/chora/ \
ftp://ftp.au.horde.org/pub/horde/chora/ \
ftp://ftp.be.horde.org/chora/ \
ftp://ftp.es.horde.org/pub/chora/ \
- ftp://ftp.it.horde.org/pub/mirror/horde.org/chora/ \
ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/chora/ \
ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/chora/ \
http://ftp.horde.org/pub/chora/
-MAINTAINER= thierry@pompo.net
+MAINTAINER= thierry@FreeBSD.org
COMMENT= The Horde CVS web-viewer
#-----------------------------------------------------------------------
@@ -56,6 +55,7 @@ DOCS= COPYING README docs/BUGS docs/CHANGES docs/CREDITS \
CONFFILE= conf.php cvsroots.php html.php longIntro.txt \
mime_drivers.php prefs.php
SUB_DIRS= config graphics lib locale po templates
+PKGMESSAGE= ${WRKDIR}/pkg-message
LHORDEDIR?= www/horde
LCHORADIR?= ${LHORDEDIR}/chora
@@ -112,7 +112,9 @@ do-install:
post-install:
@${ECHO_MSG}
@${SED} -e "s:%%CHORADIR%%:${CHORADIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g" \
- -e "s:%%CONFDIR%%:${CONFDIR}:g" ${PKGMESSAGE}
+ -e "s:%%CONFDIR%%:${CONFDIR}:g" < ${FILESDIR}/pkg-message.in \
+ > ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.mk>
diff --git a/devel/horde-chora/distinfo b/devel/horde-chora/distinfo
index b6f78f3..37e5acf 100644
--- a/devel/horde-chora/distinfo
+++ b/devel/horde-chora/distinfo
@@ -1,2 +1,2 @@
-MD5 (chora-1.2.1.tar.gz) = c74f9102e383ee4b72835eacb3c38790
-SIZE (chora-1.2.1.tar.gz) = 196305
+MD5 (chora-1.2.2.tar.gz) = 32017a2430971d501429b7dd5c1f5b95
+SIZE (chora-1.2.2.tar.gz) = 201926
diff --git a/devel/horde-chora/pkg-message b/devel/horde-chora/files/pkg-message.in
index 4bdcac5..4bdcac5 100644
--- a/devel/horde-chora/pkg-message
+++ b/devel/horde-chora/files/pkg-message.in
OpenPOWER on IntegriCloud