pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2005Q1]: pkgsrc/www/horde3 Pullup ticket 410 - requested by Ad...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/542599895966
branches:  pkgsrc-2005Q1
changeset: 490894:542599895966
user:      snj <snj%pkgsrc.org@localhost>
date:      Fri Apr 01 05:19:28 2005 +0000

description:
Pullup ticket 410 - requested by Adrian Portelli
security fix for horde3

Revisions pulled up:
- pkgsrc/www/horde3/Makefile    1.3, 1.4
- pkgsrc/www/horde3/PLIST       1.3, 1.4
- pkgsrc/www/horde3/distinfo    1.4

    Module Name:    pkgsrc
    Committed By:   adrianp
    Date:           Fri Mar 25 13:12:08 UTC 2005

    Modified Files:
            pkgsrc/www/horde3: Makefile PLIST

    Log Message:
    - Bump to nb1
    - Fix missing entry in PLIST
    - Fix permissions on installed directory
----
    Module Name:    pkgsrc
    Committed By:   adrianp
    Date:           Wed Mar 30 21:58:08 UTC 2005

    Modified Files:
            pkgsrc/www/horde3: Makefile PLIST distinfo

    Log Message:
    - Update Horde to 3.0.4

    > Major changes compared to the Horde version 3.0.4-RC2 are:
    >     * Fixed an XSS vulnerability.
    >     * Added PostgreSQL specific upgrade script.
    >     * Updated Dutch translation.
    >     * Some minor bug fixes.
    >
    > Major changes compared to the Horde version 3.0.4-RC1 are:
    >     * Improved SQL configuration.
    >     * Improved Oracle support.
    >     * Updated Finnish, French, Italian, Norwegian Bokmaal, and Slovak
    >       translations.
    >     * Some layout and bug fixes.
    >
    > Major changes compared to the Horde version 3.0.3 are:
    >     * Re-added support for the mime_magic extension.
    >     * Added database specific connection parameters to setup interface.
    >     * Added Horde_Tree_select class.
    >     * Improved IMAP folder trees and IMAP message threads.
    >     * Improved IMSP support.
    >     * Automatically create configuration files if possible.
    >     * Updated German, Hungarian, Italian, Japanese, and Slovenian
    >       translations.
    >     * Lots of improvements and bug fixes.

diffstat:

 www/horde3/Makefile |  7 ++++---
 www/horde3/PLIST    |  9 +++++++--
 www/horde3/distinfo |  8 ++++----
 3 files changed, 15 insertions(+), 9 deletions(-)

diffs (106 lines):

diff -r 405c321b577b -r 542599895966 www/horde3/Makefile
--- a/www/horde3/Makefile       Fri Apr 01 05:04:03 2005 +0000
+++ b/www/horde3/Makefile       Fri Apr 01 05:19:28 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2005/03/04 22:35:22 adrianp Exp $
+# $NetBSD: Makefile,v 1.2.2.1 2005/04/01 05:19:28 snj Exp $
 
-DISTNAME=      horde-3.0.3
+DISTNAME=      horde-3.0.4
 CATEGORIES=    www
 MASTER_SITES=  ftp://ftp.horde.org/pub/horde/tarballs/
 
@@ -58,7 +58,6 @@
 SUPPORT_FILES_PERMS+=  ${HORDEDIR}/config/hooks.php.dist \
                        ${HORDEDIR}/config/hooks.php \
                        ${APACHE_USER} ${ROOT_GROUP} 0000
-SPECIAL_PERMS+=                ${HORDEDIR}/config ${APACHE_USER} ${ROOT_GROUP} 0750
 
 SUBST_CLASSES=         files
 SUBST_STAGE.files=     post-build
@@ -102,5 +101,7 @@
        ${INSTALL_DATA} ${WRKSRC}/*.php ${HORDEDIR}
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${HORDEDIR}
        ${CHMOD} -R a-w ${HORDEDIR}
+       ${CHOWN} ${APACHE_USER}:${SHAREGRP} ${HORDEDIR}/config
+       ${CHMOD} 0750 ${HORDEDIR}/config
 
 .include "../../mk/bsd.pkg.mk"
diff -r 405c321b577b -r 542599895966 www/horde3/PLIST
--- a/www/horde3/PLIST  Fri Apr 01 05:04:03 2005 +0000
+++ b/www/horde3/PLIST  Fri Apr 01 05:19:28 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2005/03/04 22:35:22 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.2.2.1 2005/04/01 05:19:28 snj Exp $
 share/doc/horde/CHANGES
 share/doc/horde/CODING_STANDARDS
 share/doc/horde/CONTRIBUTING
@@ -8,7 +8,6 @@
 share/doc/horde/INSTALL
 share/doc/horde/PERFORMANCE
 share/doc/horde/README
-share/doc/horde/RELEASE
 share/doc/horde/RELEASE_NOTES
 share/doc/horde/SECURITY
 share/doc/horde/TODO
@@ -31,6 +30,7 @@
 share/horde/admin/setup/scripts.php
 share/horde/admin/sqlshell.php
 share/horde/admin/templates.php
+share/horde/admin/user.php
 share/horde/config/conf.php.dist
 share/horde/config/conf.xml.dist
 share/horde/config/hooks.php.dist
@@ -343,6 +343,7 @@
 share/horde/lib/Horde/Tree.php
 share/horde/lib/Horde/Tree/html.php
 share/horde/lib/Horde/Tree/javascript.php
+share/horde/lib/Horde/Tree/select.php
 share/horde/lib/Horde/UI/Language.php
 share/horde/lib/Horde/UI/Pager.php
 share/horde/lib/Horde/UI/Table.php
@@ -560,6 +561,7 @@
 share/horde/scripts/temp-cleanup.cron
 share/horde/scripts/themes_check.php
 share/horde/scripts/upgrades/2.2_to_3.0.mysql.sql
+share/horde/scripts/upgrades/2.2_to_3.0.pgsql.sql
 share/horde/services/cacheview.php
 share/horde/services/download/index.php
 share/horde/services/editor/htmlarea/dialog.js
@@ -1294,6 +1296,7 @@
 share/horde/themes/lucblue/info.php
 share/horde/themes/lucblue/screen.css
 share/horde/themes/mobile/screen.css
+share/horde/themes/moz14.css
 share/horde/themes/mozilla/graphics/header.png
 share/horde/themes/mozilla/graphics/menu-active.png
 share/horde/themes/mozilla/graphics/menu.png
@@ -1305,6 +1308,7 @@
 share/horde/themes/print/screen.css
 share/horde/themes/purple/info.php
 share/horde/themes/purple/screen.css
+share/horde/themes/safari.css
 share/horde/themes/screen.css
 share/horde/themes/simplex/graphics/background.png
 share/horde/themes/simplex/info.php
@@ -1557,6 +1561,7 @@
 @dirrm share/horde/lib/Horde
 @dirrm share/horde/lib/File/PDF/fonts
 @dirrm share/horde/lib/File/PDF
+@dirrm share/horde/lib/File/tests
 @dirrm share/horde/lib/File
 @dirrm share/horde/lib/Block
 @dirrm share/horde/lib
diff -r 405c321b577b -r 542599895966 www/horde3/distinfo
--- a/www/horde3/distinfo       Fri Apr 01 05:04:03 2005 +0000
+++ b/www/horde3/distinfo       Fri Apr 01 05:19:28 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/03/04 22:35:22 adrianp Exp $
+$NetBSD: distinfo,v 1.3.2.1 2005/04/01 05:19:28 snj Exp $
 
-SHA1 (horde-3.0.3.tar.gz) = fe784cdbb52aae3e59e3181c16e21fcc5249f612
-RMD160 (horde-3.0.3.tar.gz) = eb2e100b26b45773bc589870f48c15639c24c54c
-Size (horde-3.0.3.tar.gz) = 3246122 bytes
+SHA1 (horde-3.0.4.tar.gz) = fce8a397653f6b5030dc1b5c2cb247e29a1dc70e
+RMD160 (horde-3.0.4.tar.gz) = ebc24fbdb7b76c4301b54fdb46205147b150ce18
+Size (horde-3.0.4.tar.gz) = 3378143 bytes



Home | Main Index | Thread Index | Old Index