pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-URI-db
Module Name: pkgsrc
Committed By: wen
Date: Tue Aug 13 00:52:13 UTC 2024
Modified Files:
pkgsrc/www/p5-URI-db: Makefile distinfo
Log Message:
Update to 0.22
Upstream changes:
0.22 2024-04-05T01:38:17Z
- Changed Oracle database DBI parameter generation as follows:
- If there is not a hostname or port, just use the raw SID or service
name as the database name: `dbi:Oracle:$name`. This is way 1 in the
DBD::Oracle documentation
- If there is a hostname or port, use the EZCONNECT syntax. This is
way 3 in the DBD::Oracle documentation.
Use of a port without a host name may not be valid, but it seems most
prudent to build an EZCONNECT that includes the port in this context
and to let Oracle or DBD::Oracle reject it if appropriate. Thanks
again to @vectro for the and diligence, testing, and patience with
this issue (#22).
0.21 2023-05-09T22:18:52Z
- Changed Oracle database DBI parameter name from `sid` to
`service_name`. Thanks to @vectro for the report (#22).
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/p5-URI-db/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/p5-URI-db/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/p5-URI-db/Makefile
diff -u pkgsrc/www/p5-URI-db/Makefile:1.20 pkgsrc/www/p5-URI-db/Makefile:1.21
--- pkgsrc/www/p5-URI-db/Makefile:1.20 Thu Jul 6 09:42:58 2023
+++ pkgsrc/www/p5-URI-db/Makefile Tue Aug 13 00:52:13 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2023/07/06 09:42:58 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/08/13 00:52:13 wen Exp $
-DISTNAME= URI-db-0.20
+DISTNAME= URI-db-0.22
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
Index: pkgsrc/www/p5-URI-db/distinfo
diff -u pkgsrc/www/p5-URI-db/distinfo:1.11 pkgsrc/www/p5-URI-db/distinfo:1.12
--- pkgsrc/www/p5-URI-db/distinfo:1.11 Sun Aug 14 16:52:50 2022
+++ pkgsrc/www/p5-URI-db/distinfo Tue Aug 13 00:52:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/08/14 16:52:50 schmonz Exp $
+$NetBSD: distinfo,v 1.12 2024/08/13 00:52:13 wen Exp $
-BLAKE2s (URI-db-0.20.tar.gz) = 0a4300e9cf642d202358fa850a9c5d7fdeda132138e96f7e34cda031f7b36ca6
-SHA512 (URI-db-0.20.tar.gz) = 0623f61a5d415e577f50aeedc55c1965c2c4d93c9cffaebd176daf66c626354e785c5f3971ea86bb67ba913962a94ee435bcaa4f64327bc553bc14b04ec444de
-Size (URI-db-0.20.tar.gz) = 23886 bytes
+BLAKE2s (URI-db-0.22.tar.gz) = ae12db7af872dcf892e2951927f3c1fa443ae08337502ae00e1dbd3e89f6c988
+SHA512 (URI-db-0.22.tar.gz) = 0812e692218641040e65defb1775519278eb7c21d7848e888c5202ee2ffd6ecbd2060031dd40329f2e067ebdde4a8f4da6bf5cd473fc02744a4a4847e2f1e3dc
+Size (URI-db-0.22.tar.gz) = 24904 bytes
Home |
Main Index |
Thread Index |
Old Index