diff options
author | thierry <thierry@FreeBSD.org> | 2005-01-05 18:22:20 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-01-05 18:22:20 +0800 |
commit | d4f661dc7bf5f2f16b11a0027cb34298798ff64c (patch) | |
tree | f2a6f48e7780733c95840b3c46e0028d31f3fa0a /www/horde-base | |
parent | 69cfdb0cb233931d8a9d461167451e12226f223e (diff) | |
download | freebsd-ports-gnome-d4f661dc7bf5f2f16b11a0027cb34298798ff64c.tar.gz freebsd-ports-gnome-d4f661dc7bf5f2f16b11a0027cb34298798ff64c.tar.zst freebsd-ports-gnome-d4f661dc7bf5f2f16b11a0027cb34298798ff64c.zip |
Upgrade to 3.0.1.
Major new changes in this release:
* Closed two XSS vulnerabilities.
* Fixed folder views in IMP on some IMAP servers.
* Fixed doubled application menus.
* Fixed deletion of identities.
* Worked around problems if no DataTree driver had been specified.
* Minor bug and layout fixes.
Approved by: portmgr (krion).
Diffstat (limited to 'www/horde-base')
-rw-r--r-- | www/horde-base/Makefile | 2 | ||||
-rw-r--r-- | www/horde-base/distinfo | 4 | ||||
-rw-r--r-- | www/horde-base/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index af93b6b1ebbc..991149da4758 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -6,7 +6,7 @@ # PORTNAME= horde -PORTVERSION= 3.0 +PORTVERSION= 3.0.1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.planetmirror.com/pub/horde/horde/ \ diff --git a/www/horde-base/distinfo b/www/horde-base/distinfo index ff1486286d73..1e1469a458e7 100644 --- a/www/horde-base/distinfo +++ b/www/horde-base/distinfo @@ -1,2 +1,2 @@ -MD5 (horde-3.0.tar.gz) = afe2a76062169cf5cd2cc5a3001fcc6a -SIZE (horde-3.0.tar.gz) = 3113591 +MD5 (horde-3.0.1.tar.gz) = 5c0dbab26a64b5e58d4cbb1724e472e0 +SIZE (horde-3.0.1.tar.gz) = 3114535 diff --git a/www/horde-base/pkg-plist b/www/horde-base/pkg-plist index 08ae948b35f4..47b915fa2443 100644 --- a/www/horde-base/pkg-plist +++ b/www/horde-base/pkg-plist @@ -540,6 +540,7 @@ etc/horde/httpd.conf.horde %%HORDEDIR%%/rpc.php %%HORDEDIR%%/scripts/.htaccess %%HORDEDIR%%/scripts/SCRIPTS +%%HORDEDIR%%/scripts/create-symlinks.php %%HORDEDIR%%/scripts/crond %%HORDEDIR%%/scripts/get_login.php %%HORDEDIR%%/scripts/http_login_refer.php @@ -807,7 +808,6 @@ etc/horde/httpd.conf.horde %%HORDEDIR%%/themes/graphics/alerts/warning.png %%HORDEDIR%%/themes/graphics/az.png %%HORDEDIR%%/themes/graphics/blank.gif -%%HORDEDIR%%/themes/graphics/block/add.png %%HORDEDIR%%/themes/graphics/block/down.png %%HORDEDIR%%/themes/graphics/block/large_down.png %%HORDEDIR%%/themes/graphics/block/large_left.png |