diff options
author | jmc <jmc@pkgsrc.org> | 2003-10-23 02:43:35 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-10-23 02:43:35 +0000 |
commit | b3f7b5e9f679e8b945b24c0131ddb8e1a2b1c4cf (patch) | |
tree | 1db1b6f1048b655230410d0e4c5ec95c92fb1572 | |
parent | 2d099b36dc4a9ca836bb404e036481f3e1bd6fcf (diff) | |
download | pkgsrc-b3f7b5e9f679e8b945b24c0131ddb8e1a2b1c4cf.tar.gz |
Pullup rev 1.26 (requested by bouyer in ticket #1467)
Update to 2.2.4, based on patch from Adrian Portelli in PR#22629.
Changes since 2.2.4rc1:
SECURITY: Add dereferer to strip off session information from links to
the outside of the Horde system to protect against session hijacking.
Fix a bug with importing vCard 2.1 data.
Add Arabic (Syria) translation.
-rw-r--r-- | www/horde/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index c99ab35c18f..b533dbd6077 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.21.2.3 2003/10/22 22:58:36 jmc Exp $ +# $NetBSD: Makefile,v 1.21.2.4 2003/10/23 02:43:35 jmc Exp $ -DISTNAME= horde-2.2.4-RC1 -PKGNAME= horde-2.2.4rc1 -WRKSRC= ${WRKDIR}/horde-2.2.4 +DISTNAME= horde-2.2.4 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ |