Skip to content

Commit

Permalink
Update to 0.22
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
wen committed Aug 13, 2024
1 parent ca14393 commit 98f17d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions www/p5-URI-db/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
8 changes: 4 additions & 4 deletions www/p5-URI-db/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 98f17d0

Please sign in to comment.