Skip to content

Commit 1079b9d

Browse files
author
hauke
committed
Update www/davical to 1.1.11
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
1 parent 1de0711 commit 1079b9d

3 files changed

Lines changed: 6 additions & 25 deletions

File tree

www/davical/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# $NetBSD: Makefile,v 1.51 2022/09/15 12:59:15 hauke Exp $
1+
# $NetBSD: Makefile,v 1.52 2022/10/19 14:01:06 hauke Exp $
22

3-
DAVICAL_VERSION= 1.1.10
3+
DAVICAL_VERSION= 1.1.11
44

55
DISTNAME= davical-${DAVICAL_VERSION}
66
PKGNAME= ${PHP_PKG_PREFIX}-davical-${DAVICAL_VERSION}
7-
PKGREVISION= 3
87
CATEGORIES= www
9-
# Remove DIST_SUBDIR on next update!
10-
DIST_SUBDIR= davical-${DAVICAL_VERSION}
118
MASTER_SITES= ${MASTER_SITE_GITLAB:=davical-project/}
129
GITLAB_PROJECT= davical
1310
GITLAB_TAG= r${DAVICAL_VERSION}

www/davical/distinfo

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
$NetBSD: distinfo,v 1.23 2022/09/15 12:59:15 hauke Exp $
1+
$NetBSD: distinfo,v 1.24 2022/10/19 14:01:06 hauke Exp $
22

3-
BLAKE2s (davical-1.1.10/davical-1.1.10.tar.gz) = 160dcd270bb2c87c26dd3662f748caeec2f48d95124ff53ea87fc0637e1bd8dc
4-
SHA512 (davical-1.1.10/davical-1.1.10.tar.gz) = c46b75c2a9605ebb9db801b4cc28b4ea340992b0e59e8b2598e93ac22e64aacbed9da2e0485bc1c01291e03f444ed4c03095674570c66a4cc8939903f40e7bd4
5-
Size (davical-1.1.10/davical-1.1.10.tar.gz) = 1890899 bytes
3+
BLAKE2s (davical-1.1.11.tar.gz) = 0a4732308173c2e38bd4e75f87bf0b09b5d4b6ca3504b7515fb9b5c79302e40a
4+
SHA512 (davical-1.1.11.tar.gz) = f2ff2bfdb25bdd8a21f0662f195d1414aec908a1e03d1053f7a9b144075cb6556ad6e8073671ce99541935fe6359af1c955d266d97b6e145f7abf3128d1181b2
5+
Size (davical-1.1.11.tar.gz) = 1899356 bytes
66
SHA1 (patch-aa) = 39d61a0bd2bc76d111fb7f03ea663ffac7dbd12f
77
SHA1 (patch-ab) = 7ae06c595f54d3a959db481d303978b29ebbd899
88
SHA1 (patch-ac) = 357abb2ad470121f3f30d19a4602692c77661872
99
SHA1 (patch-ad) = ecbac45e18ed6cea2915caadfb4dca1a2ce32667
1010
SHA1 (patch-ae) = cb753f0490ef3e5c5d8ff67b8d0aec7c4fe7d384
11-
SHA1 (patch-inc_ui_principal-edit.php) = 57d69d52d036d942f043299dd9f66ea8ab40bf96

www/davical/patches/patch-inc_ui_principal-edit.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)