pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/libical
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 29 20:54:01 UTC 2024
Modified Files:
pkgsrc/time/libical: Makefile distinfo
Log Message:
libical: update to 3.0.19.
Version 3.0.19 (23 December 2024):
----------------------------------
* Fix for changes to the libicu 75 API
* Add vcpkg manifest-mode support
* Improved berkeley-db discovery on Mac with homebrew
* Improved libicu discrovery on Mac with homebrew
* Properly set DYLD_LIBRARY_PATH on Mac for libical-ical tests
* Resolved known limitation: Negative values are now also supported for `BYMONTHDAY` and `BYYEARDAY`.
* Add support for RDATE;VALUE=PERIOD
* Fix time conversion to time_t for times before epoch
* Allow `icalcomponent_foreach_recurrence` to receive `DATE`-only `start` and `end` params.
* Fix the calculation of an event's duration if `DTSTART` is a `DATE`-only value.
* Fix `icaltime_span_new()` - ignore the case where DTEND is unset and require it to be set by the caller instead.
* Various fixes for fuzzer issues
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/time/libical/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/libical/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/libical/Makefile
diff -u pkgsrc/time/libical/Makefile:1.53 pkgsrc/time/libical/Makefile:1.54
--- pkgsrc/time/libical/Makefile:1.53 Thu Nov 14 22:21:59 2024
+++ pkgsrc/time/libical/Makefile Sun Dec 29 20:54:01 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2024/11/14 22:21:59 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2024/12/29 20:54:01 wiz Exp $
-DISTNAME= libical-3.0.18
-PKGREVISION= 4
+DISTNAME= libical-3.0.19
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_GITHUB:=libical/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -29,7 +28,8 @@ DEPENDS+= zonetab-[0-9]*:../../time/zone
# C++ is only needed for test
USE_LANGUAGES= c c++
-#TEST_TARGET= check
+TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}/lib
+TEST_TARGET= test
.include "../../devel/cmake/build.mk"
.include "../../devel/glib2/buildlink3.mk"
Index: pkgsrc/time/libical/distinfo
diff -u pkgsrc/time/libical/distinfo:1.25 pkgsrc/time/libical/distinfo:1.26
--- pkgsrc/time/libical/distinfo:1.25 Sun Apr 7 21:19:11 2024
+++ pkgsrc/time/libical/distinfo Sun Dec 29 20:54:01 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2024/04/07 21:19:11 wiz Exp $
+$NetBSD: distinfo,v 1.26 2024/12/29 20:54:01 wiz Exp $
-BLAKE2s (libical-3.0.18.tar.gz) = 0e7bb6620a49e659b5099c48f12b6c6ddc8b5bb2a1da026a30ed6589c1aa6aad
-SHA512 (libical-3.0.18.tar.gz) = 53ecf6c14a68d569dd11bfdeb1a072def847a14d189c6af16eab202e004350ee7d9488c6b63e9cb67889e8c2dec90643fef46aec143a915f28270d0752eaa9d5
-Size (libical-3.0.18.tar.gz) = 908948 bytes
+BLAKE2s (libical-3.0.19.tar.gz) = bca088e1ac7db026320cd044927c0d64b1669b4dcdd3dab0a9748ed800b632a8
+SHA512 (libical-3.0.19.tar.gz) = 32e5cac219801b40d8691deae6efae6fdaa64ca0968a72af5b27647958d44d79626c26c4e3675cfb284c2f1039c237c61ba2dd6030e9b1ea6a9d69296424240d
+Size (libical-3.0.19.tar.gz) = 973744 bytes
SHA1 (patch-src_libical_icaltz-util.c) = 3dd41fa9d3ea99d4821219e425a65b5249c1b060
Home |
Main Index |
Thread Index |
Old Index