From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-SSL/
Date: Sun, 21 May 2017 23:05:45 +0000 (UTC) [thread overview]
Message-ID: <1495407918.52123fe492e16f3a64c47b9b854990591258062f.kentnl@gentoo> (raw)
commit: 52123fe492e16f3a64c47b9b854990591258062f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 23:04:59 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun May 21 23:05:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52123fe4
dev-perl/IO-Socket-SSL: Bump to version 2.48.0
Upstream:
- Fix memory leaks in socket/context destruction
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.48.0.ebuild | 30 ++++++++++++++++++++++
dev-perl/IO-Socket-SSL/Manifest | 1 +
2 files changed, 31 insertions(+)
diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.48.0.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.48.0.ebuild
new file mode 100644
index 00000000000..f3881ea2cc7
--- /dev/null
+++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-2.48.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SULLR
+DIST_VERSION=2.048
+DIST_EXAMPLES=("example/*")
+inherit perl-module
+
+DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="idn"
+
+RDEPEND="
+ >=dev-perl/Net-SSLeay-1.460.0
+ virtual/perl-Scalar-List-Utils
+ idn? (
+ || (
+ >=dev-perl/URI-1.50
+ dev-perl/Net-LibIDN
+ dev-perl/Net-IDN-Encode
+ )
+ )"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+mydoc=("docs/debugging.txt")
diff --git a/dev-perl/IO-Socket-SSL/Manifest b/dev-perl/IO-Socket-SSL/Manifest
index be4034c7bd4..264df558570 100644
--- a/dev-perl/IO-Socket-SSL/Manifest
+++ b/dev-perl/IO-Socket-SSL/Manifest
@@ -4,3 +4,4 @@ DIST IO-Socket-SSL-2.040.tar.gz 214139 SHA256 7472bba199f9b3b88b9b1ece163bb7de4a
DIST IO-Socket-SSL-2.043.tar.gz 214312 SHA256 cc08b1e40a336902a544825520e76a9c4cf8134649d48ae9140de662c35c5315 SHA512 91a49211c8aea107bdcfd886b276e3329f3e62fccce94c1700cd881d2282236b1f5714263dd4a9a3192c9f0bac0b73e11a0e19d18949855252994ed400462886 WHIRLPOOL b8651536c16f0afc9e7b455bc6a13c6c59555dc997a1966bc3dfc85fd42dcf9ca144c727b1032a230a18c8048fb7b28a80d5fa449c53d77c291c584a65544294
DIST IO-Socket-SSL-2.045.tar.gz 214926 SHA256 ed3877815961e30f57be9975067e2bb67bfd61a11ed9add790f26d908d81ec11 SHA512 fa2d1c9ad690965069a2f05a0bcecfd6c03fe3c2d38e50195933a9301c5c2374871eed3da637eaf3556df0c8e60ef8be26491d2d3ca453062079d69d2ce0ffa0 WHIRLPOOL 0452996fde809ed2787cf5c1b1a66d126da25fd22a38d87adbc11d30537023d11ce0c8437332feb51caada639b06f62e416ed7bf9910ac0f400f5e3da45b07dc
DIST IO-Socket-SSL-2.047.tar.gz 215199 SHA256 c5ad8e14174863194ad43c23a38c77e0b202a989cac9d3e13fb30efcf1d41158 SHA512 402d08d0c3fc9fb34ca83f371c1368cced68636198b0cb807562d480335784183850d1f1f9deb82b2ede312e86116624ed09439915c81cbbed3412e8e5697a72 WHIRLPOOL ec6ecaf01fa795c13d5341591451a21c91dbade95a02e6ad149e22954113e4c358547239b32528f209462104783f7015dfaa08555232408c09ade23ce6ddbf99
+DIST IO-Socket-SSL-2.048.tar.gz 214926 SHA256 b0f2199adf0f688a11357151fb47cd91b417a73d910539d4d48b5ac7e267ee07 SHA512 649aa7f4ed8c7c1f4725bd48e28c40d3929f0c7c7fc40093f6e4d373ea8e306451c2fc3f645a23a33d99cd3a5a378997f7affb2b165d883648c33fc801cfce67 WHIRLPOOL bee6702285d7ccabbf34c1923b63802360fbff397ad96c6614d1dac3f985e84342da56470747787866ec0059e40813c2bb6484874ca8a0bd11bc2d114cc2971f
next reply other threads:[~2017-05-21 23:05 UTC|newest]
Thread overview: 124+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-21 23:05 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-06 20:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-SSL/ Sam James
2024-12-01 22:36 Jakov Smolić
2024-12-01 19:02 Arthur Zamarin
2024-11-23 21:54 Sam James
2024-10-11 3:39 Sam James
2024-09-24 17:51 Sam James
2024-09-23 12:38 Sam James
2024-09-23 12:27 Sam James
2024-07-15 1:57 Sam James
2024-07-08 10:16 Sam James
2024-07-07 11:02 Sam James
2024-06-01 3:46 Ionen Wolkens
2024-02-06 6:47 Sam James
2023-09-29 20:54 Andreas K. Hüttel
2023-06-21 9:12 Arthur Zamarin
2023-06-21 9:12 Arthur Zamarin
2023-06-21 9:12 Arthur Zamarin
2023-06-21 8:26 Arthur Zamarin
2023-06-21 8:20 Arthur Zamarin
2023-06-21 8:18 Sam James
2023-06-21 8:18 Sam James
2023-06-21 8:17 Arthur Zamarin
2023-05-25 21:52 Sam James
2023-03-04 11:03 Arthur Zamarin
2023-03-04 10:15 Arthur Zamarin
2023-03-04 9:46 Arthur Zamarin
2023-03-04 9:07 Arthur Zamarin
2023-03-04 8:19 Arthur Zamarin
2023-03-04 7:04 Arthur Zamarin
2023-03-04 6:12 Arthur Zamarin
2023-03-04 5:55 Arthur Zamarin
2023-01-26 7:15 Sam James
2022-12-18 12:45 Sam James
2022-12-18 12:45 Sam James
2022-12-18 11:55 Sam James
2022-12-18 11:36 Sam James
2022-12-18 11:32 Sam James
2022-12-13 5:12 Sam James
2022-12-13 5:12 Sam James
2022-12-05 3:41 Sam James
2022-11-15 8:46 Sam James
2022-11-15 8:46 Sam James
2022-04-29 2:14 WANG Xuerui
2022-01-22 4:45 Sam James
2021-12-12 18:25 Sam James
2021-12-05 3:34 Sam James
2021-12-05 3:34 Sam James
2021-12-05 3:33 Sam James
2021-12-05 3:15 Sam James
2021-12-05 3:08 Sam James
2021-11-05 20:28 Andreas K. Hüttel
2021-11-04 5:49 Sam James
2021-08-15 22:45 James Le Cuirot
2021-08-06 0:30 Sam James
2021-08-03 15:36 Agostino Sarubbo
2021-08-03 10:54 Sam James
2021-08-02 3:30 Sam James
2021-08-01 7:24 Sam James
2021-06-21 17:59 Andreas K. Hüttel
2021-06-21 17:59 Andreas K. Hüttel
2020-07-24 18:58 Fabian Groffen
2020-07-23 11:11 Kent Fredric
2020-07-18 4:43 Kent Fredric
2020-04-28 18:11 Sergei Trofimovich
2019-11-17 4:02 Matt Turner
2019-11-13 16:07 Agostino Sarubbo
2019-11-13 11:28 Agostino Sarubbo
2019-11-12 16:02 Agostino Sarubbo
2019-11-12 10:38 Agostino Sarubbo
2019-11-12 10:37 Agostino Sarubbo
2019-11-08 0:55 Aaron Bauman
2019-11-01 10:14 Mikle Kolyada
2019-10-26 14:44 Agostino Sarubbo
2019-10-25 20:32 Thomas Deutschmann
2019-07-23 22:35 Aaron Bauman
2019-07-23 21:25 Sergei Trofimovich
2019-07-22 13:58 Mikle Kolyada
2019-07-20 9:55 Sergei Trofimovich
2019-07-18 18:35 Sergei Trofimovich
2019-07-12 19:40 Kent Fredric
2019-05-04 18:53 Andreas K. Hüttel
2018-12-08 12:51 Mikle Kolyada
2018-12-08 12:35 Mikle Kolyada
2018-12-01 15:10 Sergei Trofimovich
2018-11-23 13:06 Agostino Sarubbo
2018-10-12 11:16 Tobias Klausmann
2018-10-06 21:10 Mart Raudsepp
2018-10-06 19:34 Matt Turner
2018-10-01 0:07 Thomas Deutschmann
2018-09-30 16:08 Sergei Trofimovich
2018-06-12 15:38 Mikle Kolyada
2018-04-18 4:37 Mart Raudsepp
2018-01-06 16:21 Mikle Kolyada
2017-12-02 8:21 Markus Meier
2017-10-29 11:26 Manuel Rüger
2017-10-29 10:18 Sergei Trofimovich
2017-10-28 23:59 Sergei Trofimovich
2017-10-28 21:23 Sergei Trofimovich
2017-10-28 21:18 Sergei Trofimovich
2017-10-28 20:47 Sergei Trofimovich
2017-10-26 17:38 Thomas Deutschmann
2017-10-26 2:16 Kent Fredric
2017-03-20 19:38 Kent Fredric
2017-03-17 11:12 Michael Haubenwallner
2017-02-14 10:04 Kent Fredric
2017-01-29 16:35 Fabian Groffen
2017-01-08 6:26 Kent Fredric
2016-12-18 7:59 Kent Fredric
2016-11-21 0:54 Kent Fredric
2016-03-14 22:30 Andreas Hüttel
2016-03-14 14:36 Agostino Sarubbo
2016-03-06 22:52 Stephen Klimaszewski
2016-03-05 16:37 Mikle Kolyada
2016-03-03 21:58 Andreas Hüttel
2016-02-13 7:05 Mike Frysinger
2015-12-27 10:39 Mikle Kolyada
2015-12-07 11:40 Agostino Sarubbo
2015-11-22 8:18 Markus Meier
2015-11-18 8:57 Agostino Sarubbo
2015-11-16 14:19 Agostino Sarubbo
2015-11-16 5:49 Jeroen Roovers
2015-11-15 20:45 Matt Turner
2015-11-13 9:59 Agostino Sarubbo
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=1495407918.52123fe492e16f3a64c47b9b854990591258062f.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