diff options
author | hauke <hauke@pkgsrc.org> | 2018-06-22 10:08:48 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2018-06-22 10:08:48 +0000 |
commit | 0f83ff4aa96fc7629a16f1e9342761102222e5ac (patch) | |
tree | 22b327df8e063f3858cd551e51e9e77571af96ed /www | |
parent | c19e3e02dc2747a1b27974c261de0c530bf59ba7 (diff) | |
download | pkgsrc-0f83ff4aa96fc7629a16f1e9342761102222e5ac.tar.gz |
Update www/davical to v1.1.7.
From the changelog:
This release implements management of calendar delegations via CalDAV
(for example with iCal). It also makes some necessary changes to keep the
Debian packages buildable.
Bug Fixes
=========
* Apache config: add PT to follow alias
* UI: create external bindings with type set (fix: #132)
* Fix group-member-set and group-membership queries on proxy resources
* Correctly handle durations without units like "PT"
* Fix common etag match code, use it everywhere
Other Changes
=============
* Document $c->hide_bound and $c->disable_caldav_proxy_propfind_collections
config options, as well as the most important debug options
* Advertise support for CalDAV principal-match REPORT
* Implement managing calendar delegations from iCal (caldav-proxy)
* LDAP sync: reactivate users present in LDAP, use php ldap explode in
order to be compatible with any DN (!42, !43)
* Improved handling of modifications to attendees' instances of events
* Various updates to API documentation and code cleanup
* Switch to doxygen for api docs
Diffstat (limited to 'www')
-rw-r--r-- | www/davical/Makefile | 6 | ||||
-rw-r--r-- | www/davical/PLIST | 3 | ||||
-rw-r--r-- | www/davical/distinfo | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/www/davical/Makefile b/www/davical/Makefile index eda7b5b4248..61f3c932543 100644 --- a/www/davical/Makefile +++ b/www/davical/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2017/12/07 13:00:33 hauke Exp $ +# $NetBSD: Makefile,v 1.34 2018/06/22 10:08:48 hauke Exp $ DISTNAME= davical-${DAVICAL_VERSION} PKGNAME= ${PHP_PKG_PREFIX}-davical-${DAVICAL_VERSION} @@ -10,9 +10,9 @@ HOMEPAGE= https://www.davical.org/ COMMENT= Simple CalDAV server using a PostgreSQL backend LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 -DAVICAL_VERSION=1.1.6 +DAVICAL_VERSION=1.1.7 GITLAB_TAG= r${DAVICAL_VERSION} -GITLAB_REV= 3ba605288fb0fc0a4f2abce09874f8dab5ffdfb8 +GITLAB_REV= 05397d635c3f218b850775223aa5dd705da9f91c DAVICALDIR= ${PREFIX}/share/davical EGDIR= ${PREFIX}/share/examples/davical diff --git a/www/davical/PLIST b/www/davical/PLIST index 6f70245f992..ecb6e66dcca 100644 --- a/www/davical/PLIST +++ b/www/davical/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2017/06/18 15:27:24 taca Exp $ +@comment $NetBSD: PLIST,v 1.10 2018/06/22 10:08:48 hauke Exp $ share/davical/dba/appuser_permissions.txt share/davical/dba/base-data.sql share/davical/dba/better_perms.sql @@ -198,6 +198,7 @@ share/davical/scripts/tz-update.php share/doc/davical/COPYING share/doc/davical/CREDITS share/doc/davical/ChangeLog +share/doc/davical/Doxyfile share/doc/davical/INSTALL share/doc/davical/README share/doc/davical/TODO diff --git a/www/davical/distinfo b/www/davical/distinfo index 524bb98abad..c4349f841c0 100644 --- a/www/davical/distinfo +++ b/www/davical/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2017/12/07 13:00:33 hauke Exp $ +$NetBSD: distinfo,v 1.14 2018/06/22 10:08:48 hauke Exp $ -SHA1 (davical-1.1.6.tar.gz) = d975bec35906d8a4123689aa5193044c9cdc6941 -RMD160 (davical-1.1.6.tar.gz) = 9bc63554eeab66af9ef2140bd854d0d063962509 -SHA512 (davical-1.1.6.tar.gz) = 3aa3b79c3530510063fc152b0aff60401c923e7b42a4c6a6bb5d06e8ad149ee190482ee2a6b8f8ad9b57142139d9f2e0be1cd9f7546a9cc4b77b78de541834c4 -Size (davical-1.1.6.tar.gz) = 1784517 bytes +SHA1 (davical-1.1.7.tar.gz) = 11da0ece29e016c986be74e704ca1ddc7296d017 +RMD160 (davical-1.1.7.tar.gz) = 06e31072f24224592b3f8c8d394a0af7de490d16 +SHA512 (davical-1.1.7.tar.gz) = 2bec19a85da5d626dcabc47c0c3a76e435d42a26da3e3a747a072c79a4dd955c012864580ad7ecd17b6c901acbebd77d17be9c74cef8ca19b12cba4b442c1d70 +Size (davical-1.1.7.tar.gz) = 1818904 bytes SHA1 (patch-aa) = a2a8be1a131cd47c6541c0a0793a00a33ba3a9f2 SHA1 (patch-ab) = 7ae06c595f54d3a959db481d303978b29ebbd899 SHA1 (patch-ac) = 357abb2ad470121f3f30d19a4602692c77661872 |