Commit graph

28 commits

Author SHA1 Message Date
adrianp
0101b64a3e Move the primary MASTER_SITES to http://ftp.horde.org/pub/ and move
ftp://ftp.horde.org/pub/ to a backup
2006-04-29 09:23:19 +00:00
adrianp
8521d4f60e Support PHP5
Original patch by Daniel Eggert in PR #33214
2006-04-16 17:17:48 +00:00
adrianp
6f1ff68889 Update to 3.1.1
> Major changes compared to Horde 3.1 are:
>     * Security Fixes
>       - Fix for remote code execution vulnerability in the help viewer,
>         discovered by Jan Schneider from the Horde team.
>     * Small bugfixes and improvements
>       - Fixed export and synchronization of events across daylight saving time
>         changes.
>       - Improved mysql session handler.
>       - Improved support for Internet Explorer 7 and Opera Mini browsers.
>       - Fixed quota support for some VFS drivers.
>       - Fixed menu wrapping with Kolab and Purple theme.
>
> The full list of changes (from version 3.1) can be viewed here:
>
> http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.222&r2=1.515.2.231&ty=h
2006-03-28 20:09:48 +00:00
adrianp
2d5e7120d8 Make pkglint happy
Watchout for shared directories
2006-03-19 16:53:22 +00:00
adrianp
9e805dce34 Update to 3.1
> Major changes compared to the Horde 3.1-RC3 version are:
>     * Small bugfixes and improvements.
>
> Major changes compared to the Horde 3.0 versions are:
>     * User changes:
>       - Support for expiring and resetting of passwords.
>       - Detection of "phishing" attempts in HTML MIME viewer.
>       - Improved synchronization support.
>       - "My Account Information" portal block.
>       - Link to options of all applications from the sidebar menu.
>       - Audio notifications.
>       - Improved accessibility.
>       - Improved support for right-to-left languages.
>       - New themes: Idea and High Contrast.
>       - New languages: Hebrew, Icelandic, Khmer.
>       - Improved import of CSV data.
>       - Dynamic table resorting.
>     * Administrator changes:
>       - Compatible with PHP 5.1.
>       - Support for alternate login screens and redirection on logout.
>       - Separate DB table for much improved performance of History library.
>       - Improved caching.
>       - Improved MS-SQL support.
>       - Improved Kolab support.
>       - Support for counting and listing of active sessions.
>       - More flexible permissions for application features.
>       - Support for fixed portal blocks.
>       - Support for sending problem reports to ticket systems.
>     * Developer changes:
>       - Library additions: imtest driver for IMSP, REST driver for RPC, Samba
>         driver for VFS, LDAP driver for Group, and Generic SMTP driver for SMS
>         library.
>       - Several new field types for Form library.
2006-03-08 23:04:58 +00:00
seb
1721f4609e Tune PAX arguments for installation so that print-PLIST target is usable.
Add example configuration file to PLIST.
Sort PLIST.
The source installation installs empty directories, add them as required
via REQD_DIRS so the binary package also "have" them.

Bump PKGREVISION to 4.
Approved by maintainer.
2006-02-14 23:04:57 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
xtraeme
eadc9131c8 Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08 18:35:08 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
adrianp
39c7200e8a Update horde to 3.0.9
From the CHANGES:
------
v3.0.9
------

[cjh] Fix showstopper bug in Horde_Form select fields (Bug #3123).


------
v3.0.8
------

[cjh] When deleting an identity, don't show the deleted identity
      in the default identity select dropdown on the next page load.
[cjh] Fix escaping of data in the preferences templates.
[cjh] Fix escaping of data in the data import templates.
[cjh] Fix output escaping of Horde_Form_Type_cellphone in UI_VarRenderer_html.
[cjh] Close several XSS problems in the share edit window.
[jan] Fix weather.com portal block.
2005-12-21 10:46:15 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
adrianp
82194769a8 Update to horde 3.0.7
From the CHANGES:
> Major changes compared to the Horde version 3.0.5 are:
>     * Fixed sidebar menu layout with Opera browsers.
>     * Fixed calendar popup with Safari browsers.
>     * Fixed blank screens with Internet Explorer browsers after logins.
>     * Fixed warnings with PHP 4.4.0 and 5.0.5.
>     * Added ability to enable and disable IMSP globally.
>     * Fixed URL generation with some PHP CGI setups.
>     * Fixed sharing with groups if using group hooks.
>     * Updated Finnish, French, German, Hungarian, Korean, Polish, Slovak,
>       Turkish, and Traditional Chinese translations.
>     * Minor improvements and bug fixes.
>
> Major changes compared to the Horde version 3.0.6 are:
>     * Fixed cross site scripting vulnerabilities in the gzip/tar and css MIME
>       viewers.
>     * Fixed MySQL session handler.
2005-11-25 20:59:15 +00:00
adrianp
136675cf0d 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.
2005-10-13 18:13:22 +00:00
ben
d86f20aa1e su-based authentication was OS-specific and broken on NetBSD.
Fix su-based authentication.  This addresses PR#31260.
2005-10-12 16:32:26 +00:00
tv
65a6d1440d The option used by all other packages is "pgsql", not "postgresql". 2005-08-29 13:36:06 +00:00
jlam
bd2788d930 Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files.  Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
2005-08-19 18:12:36 +00:00
salo
858ed2ba4d Bump PKGREVISION, DEPENDS changed. (hi bouyer!) 2005-06-02 23:07:30 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
adrianp
73257307b2 - Change permission on installed file which causes turba to fail if it
is set to 0000.
2005-05-18 20:34:19 +00:00
adrianp
4890583ae0 - Add in an extra depends on pear-DB 2005-05-18 20:25:02 +00:00
minskim
9dbe625b20 Honor PKGDIRMODE and SHAREMODE. 2005-04-19 15:04:54 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adrianp
7972577649 - 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.
2005-03-30 21:58:08 +00:00
adrianp
61e2883201 - Bump to nb1
- Fix missing entry in PLIST
- Fix permissions on installed directory
2005-03-25 13:12:08 +00:00
adrianp
08c2f48678 - Update horde to 3.0.3
- Whitespace police
- PLIST sorting and fixing
- Fix postgresql support to now extend to 8.0 as noted in PR# 29590 by
   jaapb (at) kerguelen.org, thanks for the PR.

> Major changes compared to the Horde version 3.0.3-RC1 are:
>     * Added support for clearing user preferences to LDAP driver.
>     * Minor bug fixes and improvements.
>
> Major changes compared to the Horde version 3.0.2 are:
>     * Improved layout of wrapping menus in Gecko and KHTML based browsers.
>     * Fixed some session handler issues.
>     * Fixed caching in the Version Control library, used by Chora.
>     * Fixed updating of IMAP folder trees when (un)subscribing IMAP folders.
>     * Improved performance of DataTree library, used by IMP's message history.
>     * Changed log level of logins and logouts.
>     * Updated German and Japanese translations.
>     * Minor bug and layout fixes.
>
2005-03-04 22:35:22 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
adrianp
6730cf6ae6 The Horde Application Framework is a modular, general-purpose web application
framework written in PHP.  It provides an extensive array of classes that are
targeted at the common problems and tasks involved in developing modern web
applications.

This is the 3.x branch of the framework.
2005-01-16 21:10:16 +00:00