From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBI/
Date: Sat, 7 Oct 2017 19:37:47 +0000 (UTC) [thread overview]
Message-ID: <1507405059.4ac5b8e8e26afcdc8efde9df04dcffd794a314c1.kentnl@gentoo> (raw)
commit: 4ac5b8e8e26afcdc8efde9df04dcffd794a314c1
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 7 19:37:24 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 7 19:37:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac5b8e8
dev-perl/DBI: Bump to version 1.637 re bug #614644
Upstream:
- Fix CWE-134 where possible crashes can occur due to db errors
containing a "%"
- Fix extension detection for DBD::File related drivers
- Fixes for dot-in-inc on 5.26
- Fix loss of error message on parent handle
- Fix $_ disappearing inside callbacks
- Objects now allowed as passwords without die()ing
- $sth NAME_* attributes now settable from Perl
- Add support for DBD::XMLSimple
Bug: https://bugs.gentoo.org/614644
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/DBI/DBI-1.637.0.ebuild | 32 ++++++++++++++++++++++++++++++++
dev-perl/DBI/Manifest | 1 +
2 files changed, 33 insertions(+)
diff --git a/dev-perl/DBI/DBI-1.637.0.ebuild b/dev-perl/DBI/DBI-1.637.0.ebuild
new file mode 100644
index 00000000000..542a4df630c
--- /dev/null
+++ b/dev-perl/DBI/DBI-1.637.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TIMB
+DIST_VERSION=1.637
+DIST_EXAMPLES=("ex/*")
+inherit perl-module eutils
+
+DESCRIPTION="Database independent interface for Perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/PlRPC-0.200.0
+ >=virtual/perl-Sys-Syslog-0.170.0
+ virtual/perl-File-Spec
+ !<=dev-perl/SQL-Statement-1.330.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.480.0
+ test? (
+ >=virtual/perl-Test-Simple-0.900.0
+ )
+"
+src_test() {
+ perl_rm_files t/pod-coverage.t t/pod.t
+ perl-module_src_test
+}
diff --git a/dev-perl/DBI/Manifest b/dev-perl/DBI/Manifest
index 4bf0d2dbd63..c7fc9b62afc 100644
--- a/dev-perl/DBI/Manifest
+++ b/dev-perl/DBI/Manifest
@@ -1,2 +1,3 @@
DIST DBI-1.634.tar.gz 595020 SHA256 250712f385864818abfba409420d16d9ee61f1cc73ac85159d054a5ee86d1450 SHA512 42e2b94d5e4cdcd57aaa43519fa1464a4d7132ed09426bb8cb7092b0ee57edde168105a25d02dcdeb304c6bc13c1ad97bc27b54b5f6af05eeaba011d5dab3c44 WHIRLPOOL 53b4b8caa8161b6d6fd999b039c31018060e018bc1b0e24163017e1128db1b29e2c798f8d91e64d2e3653088fd502efb440f21ae0fd8754d3d29803ea405057d
DIST DBI-1.636.tar.gz 595433 SHA256 8f7ddce97c04b4b7a000e65e5d05f679c964d62c8b02c94c1a7d815bb2dd676c SHA512 8d541ada1fabb7e82dd4f47c43edf79cc70c783ef3582a9911b13239734876aee9f27095f2526e6923d07b7ac86df48ee081af1ca6000df0559a13c75b6f6ed3 WHIRLPOOL 15f437a0288458b3405cdc6b8f08c0f89f72bc77776cbcae33eb3a25bb92b8b7b3aae6e1e12fee9aae81723425b307a0017d65186d066c374062e9c4455eaf02
+DIST DBI-1.637.tar.gz 596423 SHA256 2557712593e80142c3b50877e00369b6ce78fa26d44edc42156d81a5cdd26bc6 SHA512 48002d77d40c40f0514d464a83f78255dc1a4c5ebb721fc18bcffa06d5f19ad7aec51084d5d8a032e37c6867b5f63176a9b11b5bdf08426f903b841139698240 WHIRLPOOL d36bdfd8c74dcb2dff3aad47262916012be3f171477beca41d4219a9a44f5c608c3b4d80cd9e1d4d860125ff8419242ce818d240891899c6bdfa3ec7f787e86d
next reply other threads:[~2017-10-07 19:37 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-07 19:37 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 15:27 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBI/ Andreas K. Hüttel
2022-05-28 20:36 Andreas K. Hüttel
2022-05-28 19:08 Andreas K. Hüttel
2022-05-14 7:04 WANG Xuerui
2020-12-27 14:54 Fabian Groffen
2020-09-07 9:28 Kent Fredric
2020-09-06 7:49 Sergei Trofimovich
2020-08-30 18:32 Sam James
2020-08-29 18:22 Sam James
2020-08-16 14:47 Agostino Sarubbo
2020-08-15 0:20 Sam James
2020-08-14 23:08 Sam James
2020-08-12 11:43 Sam James
2020-08-12 10:01 Sam James
2020-08-12 10:01 Sam James
2020-07-09 4:48 Kent Fredric
2019-05-05 15:50 Mikle Kolyada
2019-01-11 10:03 Kent Fredric
2018-07-01 14:01 Mikle Kolyada
2018-01-30 2:18 Kent Fredric
2018-01-08 0:45 Mikle Kolyada
2018-01-07 11:10 Sergei Trofimovich
2018-01-07 0:16 Sergei Trofimovich
2018-01-07 0:09 Sergei Trofimovich
2018-01-04 7:10 Sergei Trofimovich
2017-02-24 4:16 Mike Frysinger
2017-01-23 18:27 Tobias Klausmann
2017-01-01 12:43 Agostino Sarubbo
2016-12-29 9:54 Michael Palimaka
2016-11-06 9:08 Kent Fredric
2016-01-24 12:11 Andreas Hüttel
2016-01-24 7:39 Jeroen Roovers
2016-01-17 18:57 Mikle Kolyada
2016-01-17 13:44 Mikle Kolyada
2016-01-12 20:17 Markus Meier
2016-01-10 10:34 Agostino Sarubbo
2016-01-06 13:34 Agostino Sarubbo
2016-01-03 14:02 Agostino Sarubbo
2016-01-03 13:57 Andreas Hüttel
2015-09-08 19:43 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1507405059.4ac5b8e8e26afcdc8efde9df04dcffd794a314c1.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox