Skip to content

Commit

Permalink
Update www/davical to 1.1.11
Browse files Browse the repository at this point in the history
From https://wiki.davical.org/index.php?title=Release_Notes/1.1.11:

=== Bug Fixes ===
* Tasks show up in Free/Busy (#257)
* php compatibility: Creating principal fails on 8.1 (#271)
* PHP 8 deprecations: htmlspecialchars in always.php (#266)
* PHP 8: "Exception [0] array_flip(): Argument #1 ($array) must be of
  type array, null given" at principal-edit.php (#260)
* Exception in inc/iSchedule.php, Argument #1 must be of type
  Countable|array (#252)
* Users with passwords containing a quotation mark cannot login (#259)
* Create new users, impossible... (#250)
* Wrong FreeBusy duration when the DTSTART of the event is the same as
  the DTEND (#247)
* Remove deprecated get_magic_quotes* function call from setup.php (234)
* "Login failure" when password contains HTML special characters (#229)

=== Other Changes ===
* Changes to Gitlab CI, unit and regression tests
  • Loading branch information
hauke committed Oct 19, 2022
1 parent 1de0711 commit 1079b9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
7 changes: 2 additions & 5 deletions www/davical/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# $NetBSD: Makefile,v 1.51 2022/09/15 12:59:15 hauke Exp $
# $NetBSD: Makefile,v 1.52 2022/10/19 14:01:06 hauke Exp $

DAVICAL_VERSION= 1.1.10
DAVICAL_VERSION= 1.1.11

DISTNAME= davical-${DAVICAL_VERSION}
PKGNAME= ${PHP_PKG_PREFIX}-davical-${DAVICAL_VERSION}
PKGREVISION= 3
CATEGORIES= www
# Remove DIST_SUBDIR on next update!
DIST_SUBDIR= davical-${DAVICAL_VERSION}
MASTER_SITES= ${MASTER_SITE_GITLAB:=davical-project/}
GITLAB_PROJECT= davical
GITLAB_TAG= r${DAVICAL_VERSION}
Expand Down
9 changes: 4 additions & 5 deletions www/davical/distinfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
$NetBSD: distinfo,v 1.23 2022/09/15 12:59:15 hauke Exp $
$NetBSD: distinfo,v 1.24 2022/10/19 14:01:06 hauke Exp $

BLAKE2s (davical-1.1.10/davical-1.1.10.tar.gz) = 160dcd270bb2c87c26dd3662f748caeec2f48d95124ff53ea87fc0637e1bd8dc
SHA512 (davical-1.1.10/davical-1.1.10.tar.gz) = c46b75c2a9605ebb9db801b4cc28b4ea340992b0e59e8b2598e93ac22e64aacbed9da2e0485bc1c01291e03f444ed4c03095674570c66a4cc8939903f40e7bd4
Size (davical-1.1.10/davical-1.1.10.tar.gz) = 1890899 bytes
BLAKE2s (davical-1.1.11.tar.gz) = 0a4732308173c2e38bd4e75f87bf0b09b5d4b6ca3504b7515fb9b5c79302e40a
SHA512 (davical-1.1.11.tar.gz) = f2ff2bfdb25bdd8a21f0662f195d1414aec908a1e03d1053f7a9b144075cb6556ad6e8073671ce99541935fe6359af1c955d266d97b6e145f7abf3128d1181b2
Size (davical-1.1.11.tar.gz) = 1899356 bytes
SHA1 (patch-aa) = 39d61a0bd2bc76d111fb7f03ea663ffac7dbd12f
SHA1 (patch-ab) = 7ae06c595f54d3a959db481d303978b29ebbd899
SHA1 (patch-ac) = 357abb2ad470121f3f30d19a4602692c77661872
SHA1 (patch-ad) = ecbac45e18ed6cea2915caadfb4dca1a2ce32667
SHA1 (patch-ae) = cb753f0490ef3e5c5d8ff67b8d0aec7c4fe7d384
SHA1 (patch-inc_ui_principal-edit.php) = 57d69d52d036d942f043299dd9f66ea8ab40bf96
15 changes: 0 additions & 15 deletions www/davical/patches/patch-inc_ui_principal-edit.php

This file was deleted.

0 comments on commit 1079b9d

Please sign in to comment.