Commit graph

10 commits

Author SHA1 Message Date
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
adrianp
23970f9939 Update to 2.1.5
[jan] Fix character set encoding of exported vCalendar/iCalendar data.
[jan] Fixed MS-SQL driver (Bug 5088).
[jan] Add Catalan translation (Jordi Giralt <projecte.k2@upcnet.es>).
[jan] Fix searching for non-ascii strings (Bug 4773).
[cjh] Display partial hours in free/busy view (cbs@cts.ucla.edu,
      Request 4755).
[cjh] Honor date_format preference in reminders and notifications (Bug 4726).
2007-03-18 12:11:28 +00:00
adrianp
f4a11ab1d8 Update to 2.1.4
------
v2.1.4
------

[cjh] SECURITY: Close arbitrary file inclusion in free/busy views.


------
v2.1.3
------

[cjh] Set vEvent ORGANIZER to the event creator, not the calendar owner (kajtzu@basen.net, Bug 4527).
[jan] Fix importing of events without end date and duration (Bug 4519).
[jan] Correctly display recurring events spanning multiple days (Bug 4438).
[jan] Fix recurrence end dates with SQLite backends (Bug 4219).
[jan] Fix calculation of recurrence ends with imported and remote events (Bug 2813).
[cjh] Consolidate the check for whether or not users can add events in the day and month views (Bug 4373).
[jan] Fix alarms for recurring events in Kolab driver (michael.sheldon@credativ.de, Bug 4326).
[jan] Show error message if imported file didn't contain events.
[cjh] Fix the SQL types of several recurrence fields.
[jan] Add categories from imported events to the user's categories.
[jan] Add Slovenian translation (Duck <duck@obala.net>).
[jan] Deal with attendee email addresses case insensitively.
[jan] Don't consider events from remote calendars as busy time.
[jan] Always try to return the correct event instance if requesting an event by its UID (Thorsten Schaub, Bug 1994).
[cjh] Fix permissions for the calendar list in advanced search (Bug 4093).
2006-12-12 21:53:06 +00:00
adrianp
1aa1a53e7c Update to 2.1.1
Major changes compared to the Kronolith H3 (2.1.1) version are:
* Fixed fatal error during first login of new users on some systems.
* Fixed adding of events with no DataTree backend configured.
* Improved attendees popup and portal block.
* Updated German, Italian and Spanish translations.

The full list of changes (from version H3 (2.1.1)) can be viewed here:
http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.112&r2=1.165.2.120&ty=h
2006-07-13 21:21:28 +00:00
dmcmahill
2905139798 www/horde3 has moved to www/horde 2006-06-25 19:53:13 +00:00
joerg
337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00
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
1063df1de8 Upgrade to 2.1.1
> Major changes compared to the Kronolith H3 (2.1) version are:
>     * Fixed fatal error during first login of new users.
>     * Update free/busy information on Kolab servers after editing events.
>     * Improved free/busy support.
>     * Improved interoperability with KOrganizer.
>     * Added upgrade script for Oracle to upgrade from 1.1 to 2.x.
>     * Updated Danish, Dutch, Greek and Japanese translations.
2006-04-17 20:56:30 +00:00
adrianp
32b124e146 Fix missing PLISt entry pointed out by bulk-builds. 2006-04-05 22:32:04 +00:00
adrianp
e55100898b Kronolith is the Horde calendar application. It provides a stable and
featureful individual calendar system for every Horde user, with
integrated collaboration/scheduling features. It makes extensive use of
the Horde Framework to provide integration with other applications.
2006-03-31 22:23:07 +00:00