pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/qore
Module Name: pkgsrc
Committed By: nros
Date: Fri Feb 16 20:28:56 UTC 2024
Modified Files:
pkgsrc/lang/qore: Makefile buildlink3.mk distinfo
Log Message:
Update qore to version 1.19.2
Bugfix release, bugfixes from release notes:
ConnectionProvider module
Added the encode_chars HTTP / REST connection option.
Fixed a deadlock issue with connection updates in code using
this module.
Do not change the connection status based on whether or not a
connection can be made.
Allow connections to be added, updated, and removed while
already holding the connection lock.
CsvUtil module
Fixed the CSV writer to automatically detect headers.
DataProvider module
Fixed conversion of soft binary, bool, float, int, and number
"or nothing" types from an empty string to NOTHING.
Logger
Fixed a bug where file rotate could result in logging
exceptions; removed explicit atomic lock operations and
implemented low-level atomic file handling instead
Mapper
Fixed a bug handling default values for output fields with
required (not-null) types.
Fixed a bug handling the trunc option in mappers when bulk
processing.
RestClient
Fixed a bug where the OAUth2 refresh token was sometimes dropped
when an access token was acquired.
Fixed a bug returning the token URL.
SalesforceRestClient
Fixed a bug where the REST headers were not set up to accept
JSON responses when the REST client was used with a token, this
also caused breakage in the SalesforceRestDataProvider module.
SqlUtil module
Set the column size in the type when creating types for VARCHAR
columns.
Swagger module
Fixed support of nullable object properties.
Fixed bugs handling base64-URL-encoded strings.
Fixed a bug where Qore would crash if an on_error statement referred
to the active exception when erroneously called after a thread_exit
statement.
Fixed a bug setting the local time zone on macOS Sonoma.
Fixed a bug where Qore could characters with the incorrect character
encoding to strings while processing HTTP headers in HTTP calls.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/qore/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/qore/buildlink3.mk
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/qore/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/qore/Makefile
diff -u pkgsrc/lang/qore/Makefile:1.28 pkgsrc/lang/qore/Makefile:1.29
--- pkgsrc/lang/qore/Makefile:1.28 Tue Oct 24 22:09:39 2023
+++ pkgsrc/lang/qore/Makefile Fri Feb 16 20:28:55 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/10/24 22:09:39 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2024/02/16 20:28:55 nros Exp $
-DISTNAME= qore-1.19.1
-PKGREVISION= 1
+DISTNAME= qore-1.19.2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/lang/qore/buildlink3.mk
diff -u pkgsrc/lang/qore/buildlink3.mk:1.14 pkgsrc/lang/qore/buildlink3.mk:1.15
--- pkgsrc/lang/qore/buildlink3.mk:1.14 Tue Oct 24 22:09:39 2023
+++ pkgsrc/lang/qore/buildlink3.mk Fri Feb 16 20:28:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2023/10/24 22:09:39 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2024/02/16 20:28:55 nros Exp $
#
BUILDLINK_TREE+= qore
@@ -7,7 +7,7 @@ BUILDLINK_TREE+= qore
QORE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.qore+= qore>=1.2 # API version 1.2
-BUILDLINK_ABI_DEPENDS.qore?= qore>=1.19.1nb1
+BUILDLINK_ABI_DEPENDS.qore?= qore>=1.19.2
BUILDLINK_PKGSRCDIR.qore?= ../../lang/qore
.include "../../archivers/bzip2/buildlink3.mk"
Index: pkgsrc/lang/qore/distinfo
diff -u pkgsrc/lang/qore/distinfo:1.23 pkgsrc/lang/qore/distinfo:1.24
--- pkgsrc/lang/qore/distinfo:1.23 Sat Sep 30 11:02:07 2023
+++ pkgsrc/lang/qore/distinfo Fri Feb 16 20:28:55 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2023/09/30 11:02:07 nros Exp $
+$NetBSD: distinfo,v 1.24 2024/02/16 20:28:55 nros Exp $
-BLAKE2s (qore-1.19.1.tar.bz2) = 7fb0e3ab1f688d6051f0a90e23ecba4cae4d214eae10a10cc9752536dad82b27
-SHA512 (qore-1.19.1.tar.bz2) = ddef37ef4b5d0d41fd3277c13a8876c2f627445005617c28353059bea8ccf8b445ad72f041ac494a12cd96fa4c08d0aabbd6e62b0e2d64ca97dfedb360004f18
-Size (qore-1.19.1.tar.bz2) = 50034482 bytes
+BLAKE2s (qore-1.19.2.tar.bz2) = 1a31e08213226deaf11a5c0100737740890674dee3394762f0993d2a4af2697e
+SHA512 (qore-1.19.2.tar.bz2) = b66a3cab3fe6b9c5fb2e623207894a0079c02e6ab6f30416845547656ed17cd34f1517ab8c0d0941d6be1fcb2af0ea4a660731d026ace46142e45590261f3b2d
+Size (qore-1.19.2.tar.bz2) = 50739655 bytes
SHA1 (patch-cmake_QoreMacros.cmake) = 7d76b551dee8d978f28a0b25897836f1f9346295
SHA1 (patch-lib_ql__lib.qpp) = a94737d5ed7c930ddc667c5e8be45cd1095d5a4a
Home |
Main Index |
Thread Index |
Old Index