Skip to content

Commit

Permalink
davical: Update to 1.1.10
Browse files Browse the repository at this point in the history
upstream changes:
-----------------
2021-03-01 Florian Schlichting <[email protected]>
  * release davical 1.1.10
  * Update carddav/2042-REPORT-addressbook-query together with df6ff3a in AWL

2021-03-01 Andrew Ruthven <[email protected]>
  * 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 <[email protected]>
  * 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 <[email protected]>
  * add feature list_everyone (fixes #59)

2021-02-08 Florian Schlichting <[email protected]>
  * CI: run interop tests from carddavclient by Michael Stilkerich <[email protected]>
  * 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 <[email protected]>
  * Only return the fields that we need for the test

2021-02-06 Andrew Ruthven <[email protected]>
  * 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 <[email protected]>
  * 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 <[email protected]>
  * 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 <[email protected]>
  * 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 <[email protected]>
  * fix PHP8 deprecation warnings: "Required parameter X follows optional parameter Y"

2021-01-31 Jan Hicken <[email protected]>
  * 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 <[email protected]>
  * CI: add build_buster_latestphp

2021-02-02 Florian Schlichting <[email protected]>
  * CI: build and test on Debian unstable, then several stable releases relevant to our users
  * Normalize "100 Continue" headers

2021-01-24 Andrew Ruthven <[email protected]>
  * Test case for awl-fix_abookquery_negated_propnotdef

2021-02-01 Andrew Ruthven <[email protected]>
  * Test case for negated values in awl-fix_abookquery_paramtextmatch

2020-07-22 Piotr Filip <[email protected]>
  * 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 <[email protected]>
  * Update test results with new timezone data

2021-01-24 Andrew Ruthven <[email protected]>
  * 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 <[email protected]>
  * Add test secondary (or more) properties

2020-04-14 Florian Schlichting <[email protected]>
  * gitlab-ci: use latest Debian stable (fixes #221)
  • Loading branch information
triaxx committed Mar 19, 2021
1 parent 1a3aa7d commit a2bd04c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions www/davical/Makefile
Original file line number Diff line number Diff line change
@@ -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}

Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions www/davical/distinfo
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a2bd04c

Please sign in to comment.