pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/p5-App-Sqitch
Module Name: pkgsrc
Committed By: schmonz
Date: Wed Apr 30 15:34:33 UTC 2025
Modified Files:
pkgsrc/databases/p5-App-Sqitch: Makefile distinfo
Log Message:
p5-App-Sqitch: update to 1.5.2. Changes:
- Added missing German translations, thanks to @0xflotus for the PR
(#873)!
- Fixed bug where the location of reworked script files did not respect
the `deploy_dir`, `revert_dir`, or `verify_dir` options. Thanks to Neil
Freeman for the report (#875)!
- Updated the MySQL engine's installation of the `checkit()` function so
that it no longer depends on permission-checking, since the current
user may not have such permission. It instead attempts to create the
function and ignores a failure due to a lack of permission. Thanks to
Alastair Douglas for the report and solution (#874)!
- Added missing CockroachDB templates. Thanks to @Peterbyte for the
report (#878)!
- Removed support for the `SNOWSQL_PORT` environment variable, which has
long been deprecated by Snowflake and likely never did anything.
- Fixed the quoting of the role and schema names on connecting to
Snowflake, which was silently failing and thus not properly using the
registry schema, which lead to a failure to find the registry. Broken
in v1.5.1.
- Added redaction of passwords from Snowflake URL query parameters in the
display URL. Any query parameter matching `pwd` will now appear as
"REDACTED".
- Expanded the documentation of Snowflake key pair authentication in
`sqitch-authentication.pod` to recommend setting sensitive ODBC
parameters in an `odbc.ini` file rather than connection URL query
parameters.
- Switched to key pair authentication in the Snowflake CI workflows.
- Fixed another test failure with some Firebird configurations and
improved diagnostic output when an engine cannot be integration-tested.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/databases/p5-App-Sqitch/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/p5-App-Sqitch/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/p5-App-Sqitch/Makefile
diff -u pkgsrc/databases/p5-App-Sqitch/Makefile:1.42 pkgsrc/databases/p5-App-Sqitch/Makefile:1.43
--- pkgsrc/databases/p5-App-Sqitch/Makefile:1.42 Sun Mar 30 16:14:56 2025
+++ pkgsrc/databases/p5-App-Sqitch/Makefile Wed Apr 30 15:34:32 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2025/03/30 16:14:56 schmonz Exp $
+# $NetBSD: Makefile,v 1.43 2025/04/30 15:34:32 schmonz Exp $
-DISTNAME= App-Sqitch-v1.5.1
+DISTNAME= App-Sqitch-v1.5.2
PKGNAME= p5-${DISTNAME:S/-v/-/}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
Index: pkgsrc/databases/p5-App-Sqitch/distinfo
diff -u pkgsrc/databases/p5-App-Sqitch/distinfo:1.25 pkgsrc/databases/p5-App-Sqitch/distinfo:1.26
--- pkgsrc/databases/p5-App-Sqitch/distinfo:1.25 Sun Mar 30 16:14:56 2025
+++ pkgsrc/databases/p5-App-Sqitch/distinfo Wed Apr 30 15:34:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2025/03/30 16:14:56 schmonz Exp $
+$NetBSD: distinfo,v 1.26 2025/04/30 15:34:32 schmonz Exp $
-BLAKE2s (App-Sqitch-v1.5.1.tar.gz) = db08720f7d2dd30398c34008838802d3d25b45384117bbeb61ae9117398506c1
-SHA512 (App-Sqitch-v1.5.1.tar.gz) = 727d4d03742ae837bededc996c7d2d73373c0e73358ac07fcb7cc2b5427ba3575b58af5961a6988c07e806122240123acbf66f6e6ce39ddbe7f50a96793bf748
-Size (App-Sqitch-v1.5.1.tar.gz) = 642695 bytes
+BLAKE2s (App-Sqitch-v1.5.2.tar.gz) = 1031626d0902f8940251b83ecc07dd91bed55e5711341050701ec75eebc63733
+SHA512 (App-Sqitch-v1.5.2.tar.gz) = d104fe93ea04642e361371100348801704d00f6ee3cb9a455d8cf49fac98933fd22605bb943ae27a43e22479a2221267184beb9d34f8b062542ab5ed6112fa9e
+Size (App-Sqitch-v1.5.2.tar.gz) = 649590 bytes
Home |
Main Index |
Thread Index |
Old Index