diff options
author | adrianp <adrianp> | 2005-10-13 18:13:22 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-10-13 18:13:22 +0000 |
commit | 835831fb87d23bff92ecdb43446ff105dd8b3b02 (patch) | |
tree | b6f0665b546f44ccba3aac28da493adeb4851396 /www | |
parent | bf19291387b84b81bb64af7d06ae70fcf4c6ef15 (diff) | |
download | pkgsrc-835831fb87d23bff92ecdb43446ff105dd8b3b02.tar.gz |
Update to horde 3.0.5
From the CHANGELOG:
> ------
> v3.0.5
> ------
>
> [mms] Fix VFS's autocreatePath() for directory paths containing the root
> directory.
> [jan] Fix cyrsql authentication driver with unixhierarchysep enabled
> (sgrondin@csbf.qc.ca, Bug 2367).
> [mms] Fix nested IMAP AND searches.
> [mms] In sql VFS driver, allow the use of '/' at the beginning of a path to
> indicate the base directory.
> [jan] Fix returning to last page after sending problem report (Bug 2350).
> [mms] Fix a bug that caused hook code to be run unnecessarily after a user
> is already logged in.
>
>
> ----------
> v3.0.5-RC2
> ----------
>
> [cjh] Fix a far-reaching DataTree bug in loading parent ids (Bug 2203).
>
>
> ----------
> v3.0.5-RC1
> ----------
>
> [jan] Add Bosnian translation (Vedran Ljubovic <vljubovic@smartnet.ba>).
> [cjh] Let Horde_Tree handle all indent calculation based on parent/child
> relationships (Bug 2198).
> [cjh] Add initial LDAP SessionHandler driver.
> [cjh] Use row-level locking or transactions where possible to avoid
> session corruption in SessionHandler (Bug 1580).
> [mms] Add the memcached SessionHandler:: driver (Rong-En Fan <rafan@csie.org>).
> [mms] Fix verification of MIME strings with escaped quotes (Bug 2168).
> [jan] Fix generation of free periods in free/busy code with overlapping events.
> [jan] Don't show Options button in problem reporting page.
> [jan] Add Util::realPath() method.
> [mas] Include version numbers for applications on Admin Setup screen. (Bug
> 1420)
> [mas] Change IMAP Auth driver to use imap/notls by default in non-DSN mode to
> match DSN mode.
> [mas] Add tls and self-signed certificate configuration options to IMAP Auth
> driver. (Bug 1357)
> [cjh] Recognize Opera 8+ as providing advanced features (Bug 2066).
> [cjh] Fix reading of binary files on Windows in VC_svn (Bug 2036).
> [mas] Fix SQL 'LIKE' case-insensitive comparison. (Bug 2030)
> [jan] Allow charset aware IMAP searches.
> [jan] Fix Google search block for non-ascii characters (Bug 1329).
> [jan] Add quick-install instructions.
> [jan] Improve performance of several framework packages.
> [mms] Fix MIME_Contents:: caching in PHP 5 (Bug 1410).
> [jan] Fix VC SVN backend to support user names with spaces
> (shimmanning@gmail.com, Bug 1919).
> [cjh] Escape HTML in identity names (Bug 1910).
> [mas] Use updated PostgreSQL function names.
> [ben] Update application list in horde's LDAP schema
> [cjh] Enforce maxlength restrictions in Horde_Form validation (Bug 1895).
> [jan] Disable weather.com Block if not configured.
> [cjh] Include sourceroot in VC cache keys (Bug 1783).
> [jan] Add SQL script and instructions for MSDE databases (Bugs 1862, 1870,
> jeff@image-src.com).
> [jan] Allow portal blocks to be larger than two column/rows (Bugs 1189, 1632).
> [jan] Add SMTP authentication to problem reporting (Bug 1128).
> [jan] Support help files in admin directory with translations.php (Bug 1344).
> [jan] Fixed SQL binding for ODBC and MSSQL drivers (Bug 1816).
> [jan] Add configuration option to set location of MIME magic database.
> [mms] Make sure headers in a MIME_Part are encoded with the same character
> set used in that MIME_Part (Bug 1591).
> [mms] Add List-Headers listed in RFC 2369 to the list of MIME Headers that
> can only appear once in a single header (Bug 1766).
> [cjh] Fix typo in parsing of FREEBUSY data (Bug 1590).
> [jan] Support SQLite and Oracle in all SQL backend configurations.
> [cjh] Use bind variables in the Auth, VFS, and SessionHandler SQL drivers,
> and in scripts/remove_prefs.php (selsky@columbia.edu, Bugs 1665,
> 1666, 1667, 1668, 1677).
> [cjh] session_set_cookie_params() expects a relative timeout; setcookie wants
> absolute. Go back to a configinteger for $conf['session']['timeout'] and
> add time() to that value in setcookie() calls (Bugs 1302, 1658).
> THIS MAY BREAK CONFIGURATIONS SET TO USE PHP CODE. MAKE SURE TO UPDATE
> YOUR $conf['session']['timeout'] SETTING AFTER UPGRADING.
> [cjh] Use bind variables in the Prefs and Token SQL drivers
> (selsky@columbia.edu, Bugs 1652, 1653).
> [mms] Prune expanded folders that no longer exist in IMAP_Tree (Bug 1517).
> [cjh] Don't try to compress output if ZPS compression is on (Bug 1626).
> [cjh] If an app only has one prefGroup, always show that prefGroup instead
> of showing an overview screen with only one entry.
Diffstat (limited to 'www')
-rw-r--r-- | www/horde3/Makefile | 8 | ||||
-rw-r--r-- | www/horde3/PLIST | 41 | ||||
-rw-r--r-- | www/horde3/distinfo | 8 |
3 files changed, 32 insertions, 25 deletions
diff --git a/www/horde3/Makefile b/www/horde3/Makefile index 8713741b731..fb166222c35 100644 --- a/www/horde3/Makefile +++ b/www/horde3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2005/08/19 18:12:39 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/13 18:13:22 adrianp Exp $ -DISTNAME= horde-3.0.4 -PKGREVISION= 1 +DISTNAME= horde-3.0.5 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ @@ -73,6 +72,7 @@ SUBST_MESSAGE.files= "Fixing configuration files." .include "../../mk/apache.mk" do-build: + @${RM} ${WRKSRC}/lib/Horde/Auth/login.php.orig @${CP} ${FILESDIR}/horde.conf.dist ${WRKSRC}/horde.conf.dist @${CP} ${WRKSRC}/config/conf.xml ${WRKSRC}/config/conf.xml.dist @${FIND} ${WRKSRC} -name .htaccess -print | ${XARGS} ${RM} -f @@ -91,12 +91,10 @@ do-install: . for d in ${PAXDIRS} ${INSTALL_DATA_DIR} ${HORDEDIR}/${d} . endfor -. undef d . for d in ${PAXDIRS} cd ${WRKSRC}/${d} && ${PAX} -rw . ${HORDEDIR}/${d} . endfor -. undef d ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${HORDEDIR}/config ${INSTALL_DATA} ${WRKSRC}/*.php ${HORDEDIR} diff --git a/www/horde3/PLIST b/www/horde3/PLIST index eb82760ff38..d1b0a542922 100644 --- a/www/horde3/PLIST +++ b/www/horde3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2005/03/30 21:58:08 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/10/13 18:13:22 adrianp Exp $ share/doc/horde/CHANGES share/doc/horde/CODING_STANDARDS share/doc/horde/CONTRIBUTING @@ -40,16 +40,19 @@ share/horde/config/nls.php.dist share/horde/config/prefs.php.dist share/horde/config/registry.php.dist share/horde/index.php +share/horde/js/addEvent.php share/horde/js/alphaImageLoader.php share/horde/js/enter_key_trap.js share/horde/js/form_assign.js share/horde/js/form_helpers.js share/horde/js/hideable.js share/horde/js/httpclient.js +share/horde/js/ieEscGuard.js share/horde/js/image.js share/horde/js/open_colorpicker.js share/horde/js/popup.js share/horde/js/sorter.js +share/horde/js/stripe.js share/horde/js/tooltip.js share/horde/lib/Block/color.php share/horde/lib/Block/fortune.php @@ -59,6 +62,7 @@ share/horde/lib/Block/metar.php share/horde/lib/Block/moon.php share/horde/lib/Block/sunrise.php share/horde/lib/Block/time.php +share/horde/lib/Block/weatherdotcom_strings.php share/horde/lib/Block/weatherdotcom.php share/horde/lib/File/PDF.php share/horde/lib/File/PDF/fonts/courier.php @@ -202,7 +206,6 @@ share/horde/lib/Horde/MIME/Viewer/default.php share/horde/lib/Horde/MIME/Viewer/enriched.php share/horde/lib/Horde/MIME/Viewer/enscript.php share/horde/lib/Horde/MIME/Viewer/html.php -share/horde/lib/Horde/MIME/Viewer/icalendar.php share/horde/lib/Horde/MIME/Viewer/images.php share/horde/lib/Horde/MIME/Viewer/msexcel.php share/horde/lib/Horde/MIME/Viewer/mspowerpoint.php @@ -286,7 +289,10 @@ share/horde/lib/Horde/Secret.php share/horde/lib/Horde/Serialize.php share/horde/lib/Horde/SessionHandler.php share/horde/lib/Horde/SessionHandler/dbm.php +share/horde/lib/Horde/SessionHandler/ldap.php +share/horde/lib/Horde/SessionHandler/memcached.php share/horde/lib/Horde/SessionHandler/mysql.php +share/horde/lib/Horde/SessionHandler/none.php share/horde/lib/Horde/SessionHandler/oci8.php share/horde/lib/Horde/SessionHandler/pgsql.php share/horde/lib/Horde/SessionHandler/sapdb.php @@ -295,29 +301,26 @@ share/horde/lib/Horde/SessionObjects.php share/horde/lib/Horde/Share.php share/horde/lib/Horde/String.php share/horde/lib/Horde/SyncML.php +share/horde/lib/Horde/SyncML/Backend.php share/horde/lib/Horde/SyncML/Command.php share/horde/lib/Horde/SyncML/Command/Alert.php share/horde/lib/Horde/SyncML/Command/Final.php share/horde/lib/Horde/SyncML/Command/Get.php share/horde/lib/Horde/SyncML/Command/Map.php share/horde/lib/Horde/SyncML/Command/Put.php -share/horde/lib/Horde/SyncML/Command/Replace.php share/horde/lib/Horde/SyncML/Command/Results.php share/horde/lib/Horde/SyncML/Command/Status.php share/horde/lib/Horde/SyncML/Command/Sync.php -share/horde/lib/Horde/SyncML/Command/Sync/Add.php -share/horde/lib/Horde/SyncML/Command/Sync/ContentSyncElement.php -share/horde/lib/Horde/SyncML/Command/Sync/Delete.php -share/horde/lib/Horde/SyncML/Command/Sync/Replace.php -share/horde/lib/Horde/SyncML/Command/Sync/SyncElement.php +share/horde/lib/Horde/SyncML/Command/SyncElement.php +share/horde/lib/Horde/SyncML/Constants.php +share/horde/lib/Horde/SyncML/Device.php +share/horde/lib/Horde/SyncML/Device/P800.php +share/horde/lib/Horde/SyncML/Device/Sync4j.php +share/horde/lib/Horde/SyncML/Device/Synthesis.php +share/horde/lib/Horde/SyncML/DeviceInfo.php +share/horde/lib/Horde/SyncML/ResultsSender.php share/horde/lib/Horde/SyncML/State.php share/horde/lib/Horde/SyncML/Sync.php -share/horde/lib/Horde/SyncML/Sync/OneWayFromClientSync.php -share/horde/lib/Horde/SyncML/Sync/OneWayFromServerSync.php -share/horde/lib/Horde/SyncML/Sync/RefreshFromClientSync.php -share/horde/lib/Horde/SyncML/Sync/RefreshFromServerSync.php -share/horde/lib/Horde/SyncML/Sync/SlowSync.php -share/horde/lib/Horde/SyncML/Sync/TwoWaySync.php share/horde/lib/Horde/Template.php share/horde/lib/Horde/Text.php share/horde/lib/Horde/Text/Filter.php @@ -423,6 +426,7 @@ share/horde/lib/core.php share/horde/lib/prefs.php share/horde/lib/version.php share/horde/locale/ar_SY/LC_MESSAGES/horde.mo +share/horde/locale/bs_BA/LC_MESSAGES/horde.mo share/horde/locale/bg_BG/LC_MESSAGES/horde.mo share/horde/locale/bg_BG/help.xml share/horde/locale/ca_ES/LC_MESSAGES/horde.mo @@ -440,6 +444,7 @@ share/horde/locale/es_ES/help.xml share/horde/locale/et_EE/LC_MESSAGES/horde.mo share/horde/locale/et_EE/help.xml share/horde/locale/fa_IR/LC_MESSAGES/horde.mo +share/horde/locale/fa_IR/help.xml share/horde/locale/fi_FI/LC_MESSAGES/horde.mo share/horde/locale/fi_FI/help.xml share/horde/locale/fr_FR/LC_MESSAGES/horde.mo @@ -489,6 +494,7 @@ share/horde/locale/zh_TW/help.xml share/horde/login.php share/horde/po/README share/horde/po/ar_SY.po +share/horde/po/bs_BA.po share/horde/po/bg_BG.po share/horde/po/ca_ES.po share/horde/po/cs_CZ.po @@ -529,6 +535,7 @@ share/horde/po/zh_TW.po share/horde/rpc.php share/horde/scripts/SCRIPTS share/horde/scripts/create-symlinks.php +share/horde/scripts/sql/create.msde.sql share/horde/scripts/crond share/horde/scripts/get_login.php share/horde/scripts/http_login_refer.php @@ -1480,6 +1487,8 @@ share/horde/util/regex_test.php @dirrm share/horde/locale/ca_ES @dirrm share/horde/locale/bg_BG/LC_MESSAGES @dirrm share/horde/locale/bg_BG +@dirrm share/horde/locale/bs_BA/LC_MESSAGES +@dirrm share/horde/locale/bs_BA @dirrm share/horde/locale/ar_SY/LC_MESSAGES @dirrm share/horde/locale/ar_SY @dirrm share/horde/locale @@ -1518,8 +1527,7 @@ share/horde/util/regex_test.php @dirrm share/horde/lib/Horde/Text/tests @dirrm share/horde/lib/Horde/Text/Filter @dirrm share/horde/lib/Horde/Text -@dirrm share/horde/lib/Horde/SyncML/Sync -@dirrm share/horde/lib/Horde/SyncML/Command/Sync +@dirrm share/horde/lib/Horde/SyncML/Device @dirrm share/horde/lib/Horde/SyncML/Command @dirrm share/horde/lib/Horde/SyncML @dirrm share/horde/lib/Horde/SessionHandler @@ -1563,6 +1571,7 @@ share/horde/util/regex_test.php @dirrm share/horde/lib/File/PDF @dirrm share/horde/lib/File/tests @dirrm share/horde/lib/File +@dirrm share/horde/lib/data @dirrm share/horde/lib/Block @dirrm share/horde/lib @dirrm share/horde/js diff --git a/www/horde3/distinfo b/www/horde3/distinfo index 33533d6dd22..bce87a613f0 100644 --- a/www/horde3/distinfo +++ b/www/horde3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/10/12 16:32:26 ben Exp $ +$NetBSD: distinfo,v 1.6 2005/10/13 18:13:22 adrianp Exp $ -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 +SHA1 (horde-3.0.5.tar.gz) = b98d30a4ac13f7f968e42999152b895b72e2f64b +RMD160 (horde-3.0.5.tar.gz) = 8518197b1948f7388f11f16d5da421baaf0c2ced +Size (horde-3.0.5.tar.gz) = 3549687 bytes SHA1 (patch-aa) = 9edb110586805d5efd84541b9d3821889967e785 |