pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/davical Update www/davical to 1.1.11
details: https://anonhg.NetBSD.org/pkgsrc/rev/904911eb9c1d
branches: trunk
changeset: 386999:904911eb9c1d
user: hauke <hauke%pkgsrc.org@localhost>
date: Wed Oct 19 14:01:06 2022 +0000
description:
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
diffstat:
www/davical/Makefile | 7 ++-----
www/davical/distinfo | 9 ++++-----
www/davical/patches/patch-inc_ui_principal-edit.php | 15 ---------------
3 files changed, 6 insertions(+), 25 deletions(-)
diffs (57 lines):
diff -r 48fb1f9fbfe4 -r 904911eb9c1d www/davical/Makefile
--- a/www/davical/Makefile Wed Oct 19 13:56:31 2022 +0000
+++ b/www/davical/Makefile Wed Oct 19 14:01:06 2022 +0000
@@ -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}
diff -r 48fb1f9fbfe4 -r 904911eb9c1d www/davical/distinfo
--- a/www/davical/distinfo Wed Oct 19 13:56:31 2022 +0000
+++ b/www/davical/distinfo Wed Oct 19 14:01:06 2022 +0000
@@ -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
diff -r 48fb1f9fbfe4 -r 904911eb9c1d www/davical/patches/patch-inc_ui_principal-edit.php
--- a/www/davical/patches/patch-inc_ui_principal-edit.php Wed Oct 19 13:56:31 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-inc_ui_principal-edit.php,v 1.1 2022/09/15 12:59:16 hauke Exp $
-
-PHP 8.1 mandates globals be declared.
-Fixes <https://gitlab.com/davical-project/davical/-/issues/271>
-
---- inc/ui/principal-edit.php.orig 2021-03-01 13:24:48.000000000 +0000
-+++ inc/ui/principal-edit.php
-@@ -180,6 +180,7 @@ function handle_subaction( $subaction )
-
- function principal_editor() {
- global $c, $id, $can_write_principal, $session;
-+ global $privilege_names;
- $editor = new Editor(translate('Principal'), 'dav_principal');
-
- $editor->SetLookup( 'date_format_type', "SELECT 'E', 'European' UNION SELECT 'U', 'US Format' UNION SELECT 'I', 'ISO Format'" );
Home |
Main Index |
Thread Index |
Old Index