summaryrefslogtreecommitdiff
path: root/www/horde
AgeCommit message (Collapse)AuthorFilesLines
2005-05-15delint.salo3-27/+27
2005-05-14- Update horde to 2.2.8adrianp2-7/+6
Changes in this release: * Fixed two XSS vulnerabilities. * Updated German and Traditional Chinese translations.
2005-04-19Remove entries added by mistake.minskim1-4/+1
2005-04-19Add missing files to PLIST. Bump PKGREVISION.minskim2-4/+6
2005-03-28Mention where to get the most recent versions of imp and hordeerh1-0/+2
2005-02-24Add RMD160 checksums.wiz1-1/+2
2005-01-28Honor SHAREMODE.minskim1-2/+3
2005-01-16- Add CONFICTS for newly imported horde 3.x packagesadrianp1-2/+4
- Fix bug with pear-Log DEPENDS statement
2005-01-10Horde has a run-time dependancy on ../../sysutils/pear-Logbouyer1-1/+2
2004-11-09Changes 2.2.7:adam4-25/+46
* Fixed potential XSS vulnerability in the help window * Restored compatibility with PHP 4.1 * Fixed charset of Latvian translation
2004-10-31update DEPENDS for change of php4-* packages to php-*; be optimistic andjdolecek1-2/+2
leave the DEPENDS in a form which allows PHP 5.x to match, since it should work just as well
2004-04-04Call INSTALL_DATA_DIR multiple times with only one argument,wiz1-2/+4
instead of once with three, since Solaris' install -d doesn't handle that.
2003-09-14Update to 2.2.4, based on patch from Adrian Portelli in pkg/22629.bouyer3-8/+11
Changes since 2.2.4rc1: [mdj] SECURITY: Add dereferer to strip off session information from links to the outside of the Horde system to protect against session hijacking. [jan] Fix a bug with importing vCard 2.1 data. [jan] Add Arabic (Syria) translation (Platinum Development Team <devteam@platinum-sy.net>).
2003-09-04Add a reminder that the php database modules need to be installed by hand,erh1-4/+6
since we don't know which database you'll be configuring horde for.
2003-09-01Fix dependences broken by update of PHP to version 4.3.3.tron1-6/+2
2003-08-16Update to horde-2.2.4rc1, to fix a security issue.bouyer4-21/+44
Changes since 2.2.1: [mms] SECURITY: Add code to protect against session fixation issues. [jan] Add Macedonian translation (Stojan Pesov <ssp@eureka.com.mk>). [mir] Fix a bug that incorrectly quotes pref values (Bug #1224) [cjh] Fix a bug that prevented logging. [mms] DB session handlers do not use persistent connections by default. [mms] Fix parse error in Horde_Cipher_BlockMode_ofb64::. [mms] Optimization of Secret:: and Horde_Cipher:: drivers. [jan] Add Catalan translation (Angels GuimerĂ  <angels.Guimera@uab.es>). [mms] Added a RADIUS Auth:: driver. [mir] Added a Samba Auth:: driver. [cjh] Added the Horde_Image:: class.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-17Update to 2.2.1.bouyer4-363/+404
Main changes since 2.0: Add various translations Add a preference to allow maintenance ops with no confirmation screen Allow setting the number of columns in the summary screen as a user preference (Brian Keifer <brian@valinor.net>). Make text, icon, or both menus a user preference Add a Horde preferences screen, and a preference to refresh the summary screen. Add text/enriched MIME_Viewer See share/doc/horde/CHANGES for details.
2003-03-14fix grammatical errormason1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-03-29Remove references to PHPLIBDIR, as it doesn't exists any more.bouyer1-5/+1
PR pkg/16115 by Kimmo Suominen.
2002-03-06php4-xml is in textproc, not devel (noticed in pre-build stage of bulk build).jdarrow1-2/+2
2002-03-01Horde also requires php-session, php-gettext and php-xmlbouyer1-1/+4
2002-02-01Update to horde 2.0, as 1.2.7 doesn't work with the new php.bouyer12-557/+483
"has been released. The 2.0 release is a massive upgrade of the Horde Application Framework. Many components have been added or streamlined. Inter-application support is much more robust, a generic MIME_Viewer framework is included, a new preferences system supports global or application scope for preferences, and more!"
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-5/+1
automatically, so no need to do it ourselves.
2001-11-26Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.jlam1-2/+2
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-6/+3
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-19Adapt to use shared INSTALL/DEINSTALL scripts by using the logic injlam3-212/+14
bsd.pkg.install.mk: * Remove old DEINSTALL/INSTALL scripts. * Move some text printed at POST-INSTALL time into the MESSAGE file. * Adjust rc.d scripts to respect rc.conf settings, so that the script may be directly copied into /etc/rc.d.
2001-11-11Update horde to 1.2.7. Change:bouyer3-6/+18
no changes to Horde this release; companion to IMP v2.2.7 only
2001-11-01Move pkg/ files into package's toplevel directoryzuntum5-4/+4
2001-10-29Drop some whitespacewiz1-2/+2
2001-10-29Fix depends lines to point to correct pathsjmc1-2/+2
2001-07-29Change maintainer to myself, per discussion with Johnny C. Lam.bouyer1-2/+2
2001-07-29Update to 1.2.6. Change since 1.2.5 is security fixes, possibly allowing remotebouyer2-5/+5
shell.
2001-07-24Fix typo: = -> +=jlam1-2/+2
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam2-19/+19
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-06-07Note dependency on php-pcre.jlam1-1/+2
2001-05-22Update horde to 1.2.5. Changes from version 1.2.4:jlam3-6/+30
[max] Move all JavaScript URLs to the onclick event handler to prevent breaking IE SSL in certain circumstances. [cjh] Browser detection recognizes ie6. [cjh] Added locale/se (Daniel Andersson <daniel@addelei.nu>). [bjn] Ignore errors from PHPLIB session.inc posix_getpid (which isn't supported by Windows 95/98/ME). [cjh] Run $language through basename() before returning it in select_lang() to avoid possible exploits, though a seperate bug in php needs to be present to really exploit this. [cjh] Reject From: addresses containing spaces, ';', or '&', and don't put quotes around addresses (since sendmail doesn't strip them). If this is too strict, we'll reconsider later.
2001-04-30Add missing directory to PLIST.jlam1-1/+2
2001-04-30- Repect ${APACHE_SYSCONFDIR} settingjlam5-17/+59
- Install example horde.conf Apache config file fragment info ${PREFIX}/share/examples/horde.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28whitespace fixeswiz1-2/+1
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-13Move Horde's PHPLIB library into the horde subtree and protect it withjlam3-30/+34
appropriate settings in horde.conf.
2001-02-12Horde PHP application frameworkjlam17-0/+820