davical: Update to 1.1.10
upstream changes: ----------------- 2021-03-01 Florian Schlichting <fsfs@debian.org> * release davical 1.1.10 * Update carddav/2042-REPORT-addressbook-query together with df6ff3a in AWL 2021-03-01 Andrew Ruthven <puck@catalyst.net.nz> * Add a regression test for new invalid user result from FreeBusy * Return a nicer error message if no user is found for Free/Busy via email 2021-02-09 Florian Schlichting <fsfs@debian.org> * Listing External Calendars is part of the Administration menu and should be restricted to admins * tighten $c->list_everyone to look for DAV::read privilege and actually block access to principals and collections 2020-05-05 Klaus M Pfeiffer <kmp+gitlab@kmp.or.at> * add feature list_everyone (fixes #59) 2021-02-08 Florian Schlichting <fsfs@debian.org> * CI: run interop tests from carddavclient by Michael Stilkerich <ms@mike2k.de> * Add tests for AWLs "Fix param-filter that checks if a parameter is defined" * Add test for AWLs "Fix param-filter for multi-value parameters with TYPE=T1,T2 format" and update 2044 accordingly * Add tests for AWLs "Fix GetProperties: Select properties with group prefix" * Add tests for AWLs "Fix: GetProperties must treat property names as case-insensitive" 2021-02-07 Andrew Ruthven <puck@catalyst.net.nz> * Only return the fields that we need for the test 2021-02-06 Andrew Ruthven <puck@catalyst.net.nz> * CI: Compress the Apache log files * CI: Ensure DAViCal can write to log files * CI: Turn on debug logging for all the test runs * Include the UID of the card which caused us to hit the RRULE limit * Enable debug logging in CI * Only return what we're testing, makes it easier to understand regressions * Add test for anyof 2021-02-05 Florian Schlichting <fsfs@debian.org> * CI: do not clobber apache logs * update 2038-REPORT-addressbook-query after AWL's param-filter: fix a typo / explode multivalue commit 2021-02-04 Florian Schlichting <fsfs@debian.org> * correct test results after AWL merges of mstilkerich/awl-fix_abookquery_paramnotdef and mstilkerich/awl-fix_support_anyof_propfilter * add two more reports testing an allof prop-filter and an anyof text-match prop-filter * cardquery: ensure restriction to target collection remains in force even when we find that we need a post_filter step and thus throw away the SQL * add a REPORT for a property with multiple values, not all of which match the is-not-defined filter (carddavclient's ParamNotDefinedSome test) * add 4 VCARDs from carddavclient AddressbookQueryTest 2021-02-04 Andrew Ruthven <puck@catalyst.net.nz> * Correctly exclude cards where TYPE is not set on TEL records. * Fix the test result and hopefully make the description clearer * I always get whitespace changes * Add a bit more info about various suites, and how to time timezone 2021-02-03 Florian Schlichting <fsfs@debian.org> * fix PHP8 deprecation warnings: "Required parameter X follows optional parameter Y" 2021-01-31 Jan Hicken <jan.hicken@posteo.de> * Add default value for errcontext variable in error handler function * Use brackets instead of curly braces for string offset access 2021-02-03 Florian Schlichting <fsfs@debian.org> * CI: add build_buster_latestphp 2021-02-02 Florian Schlichting <fsfs@debian.org> * CI: build and test on Debian unstable, then several stable releases relevant to our users * Normalize "100 Continue" headers 2021-01-24 Andrew Ruthven <andrew@etc.gen.nz> * Test case for awl-fix_abookquery_negated_propnotdef 2021-02-01 Andrew Ruthven <puck@catalyst.net.nz> * Test case for negated values in awl-fix_abookquery_paramtextmatch 2020-07-22 Piotr Filip <6465816-piotrfilip@users.noreply.gitlab.com> * fix: events with recurrence rule are sometimes counted one too many times in freebusy * test: remove dependency on the current date 2021-01-25 Andrew Ruthven <andrew@etc.gen.nz> * Update test results with new timezone data 2021-01-24 Andrew Ruthven <andrew@etc.gen.nz> * Ignore zones.h and zones.tab * To start with there are no timezones in a fresh database * Make the runs deterministic * Fix up update-tzdata.sh so it'll run * Test case for awl-fix_abookquery_negated_propnotdef * Test case for awl-fix_abookquery_paramtextmatch * Test case for awl-fix_abookquery_paramtextmatch * Add help option for regression tests * Update some more results based on current regression tests 2021-01-23 Andrew Ruthven <puck@catalyst.net.nz> * Add test secondary (or more) properties 2020-04-14 Florian Schlichting <fsfs@debian.org> * gitlab-ci: use latest Debian stable (fixes #221)
This commit is contained in:
parent
e8d9edcae5
commit
1915aecc52
2 changed files with 8 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.45 2020/08/31 18:12:32 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2021/03/19 17:03:44 triaxx Exp $
|
||||
|
||||
DISTNAME= davical-${DAVICAL_VERSION}
|
||||
PKGNAME= ${PHP_PKG_PREFIX}-davical-${DAVICAL_VERSION}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= -https://gitlab.com/davical-project/davical/repository/archive.tar.gz?ref=${GITLAB_TAG}
|
||||
|
||||
|
@ -11,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.9.3
|
||||
DAVICAL_VERSION= 1.1.10
|
||||
GITLAB_TAG= r${DAVICAL_VERSION}
|
||||
GITLAB_REV= 55d485045f43b52ccdbedbded2bfebb33b781d57
|
||||
GITLAB_REV= 9da21ad116a2913bf788bd4b0b8c58c0de83d9da
|
||||
|
||||
DAVICALDIR= ${PREFIX}/share/davical
|
||||
EGDIR= ${PREFIX}/share/examples/davical
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.18 2020/05/13 06:47:42 triaxx Exp $
|
||||
$NetBSD: distinfo,v 1.19 2021/03/19 17:03:44 triaxx Exp $
|
||||
|
||||
SHA1 (davical-1.1.9.3.tar.gz) = 020d66ab70c99da7b9972b68b5c18c97c52ce317
|
||||
RMD160 (davical-1.1.9.3.tar.gz) = eaf196ba89cd1ce2d264c84125e9df89d09a3ede
|
||||
SHA512 (davical-1.1.9.3.tar.gz) = c48a01cddaa91ff98fd7395fbe502990e998ad569446dc64055fc55ce0324a54ea71e9295f08e4a2c0b98ca64be75202cb196683ffdbfe33f8ac341434f8e8d0
|
||||
Size (davical-1.1.9.3.tar.gz) = 1839544 bytes
|
||||
SHA1 (davical-1.1.10.tar.gz) = a52ac6c0ca2fb2051f041643e3c2a181b08ec71d
|
||||
RMD160 (davical-1.1.10.tar.gz) = 80cb286d2954278ae823028b5f81757403046596
|
||||
SHA512 (davical-1.1.10.tar.gz) = 20a4a473b12d467131a3b93aed1828ae978cf3b34feedecda384a974814b285c1b842d1ec0d2638b14388a94643ed6f5566a5993884b6e71bdaf6789ce43bd63
|
||||
Size (davical-1.1.10.tar.gz) = 1891545 bytes
|
||||
SHA1 (patch-aa) = 39d61a0bd2bc76d111fb7f03ea663ffac7dbd12f
|
||||
SHA1 (patch-ab) = 7ae06c595f54d3a959db481d303978b29ebbd899
|
||||
SHA1 (patch-ac) = 357abb2ad470121f3f30d19a4602692c77661872
|
||||
|
|
Loading…
Reference in a new issue