public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/
Date: Sun,  8 Jan 2017 06:26:39 +0000 (UTC)	[thread overview]
Message-ID: <1483856781.9c74d151ce4939213d291347d01a503287e6f5c3.kentnl@gentoo> (raw)

commit:     9c74d151ce4939213d291347d01a503287e6f5c3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 04:12:06 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 06:26:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c74d151

dev-perl/Net-SSLeay: Bump to version 1.800.0

- Use DIST_EXAMPLES feature

Upstream:
- OpenSSL 1.1 support
- Fix unexpected perl flow control w/ tickey key callbacks
- Fix inline variable declarations
- Fix compiling against compression-free openssl
- Many CTX_ and key APIs added/removed.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Net-SSLeay/Manifest                  |  1 +
 dev-perl/Net-SSLeay/Net-SSLeay-1.800.0.ebuild | 57 +++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/dev-perl/Net-SSLeay/Manifest b/dev-perl/Net-SSLeay/Manifest
index cdc6c26..0b94058 100644
--- a/dev-perl/Net-SSLeay/Manifest
+++ b/dev-perl/Net-SSLeay/Manifest
@@ -1,2 +1,3 @@
 DIST Net-SSLeay-1.65.tar.gz 384413 SHA256 2fb1371120b85f018944d95736c107163f04ba56b6029c0709a2c3d6247b9c06 SHA512 e347ac7cc5ee22b9785953a5318d35fa3a2d5a21a2e726f49c74621d2dad9ea68373e208068dcd60d8a8d5ab027ae6e32fc0b671995d1645a14c2934eb5a884f WHIRLPOOL 15f38b5a026734f7a074b290979f3e346dfea125d02d8f63e7f5c163de7a4514456d3948ade61b74a53173e27aa221b9142736a98b9d6631c61f0239e6f0833b
 DIST Net-SSLeay-1.72.tar.gz 386011 SHA256 1baac39f0f12cee515d8bec633175bb5916ca542e5356e26420437bd6195d2f4 SHA512 33d8355af22bf76da21a6fc1f336970c6baf5a4595cd445a986bfd2de6ae4fac479d63a97d54c4cb2c9f3f1a7024c893ad0961be419adb6c51e0916829b53a88 WHIRLPOOL 13bceb86968209ae257d8144f4fc11ba9c39fe201cd9799b0135160c5b2ba17831ba35bc608739a2051a93516d4fa39738ec4d5737f2d824eb082fe25dd37a83
+DIST Net-SSLeay-1.80.tar.gz 395820 SHA256 a541a66d59fc5f9bb7af09d3a0b68305e4c43ba9488b12915728fd282ea01b93 SHA512 03b5f2ba86d20f31ef50029af94b1bcf513c7b99d9666a04e83aba4f7c8cce3e30daf6df85932619949f059177660f49a928488e61b967a12dd4aec41eafad95 WHIRLPOOL 8f11141c3caaa1e9d32368183ab9742e8c1bba5efd6702efa9e4142b6f54871f2380cdb6fe3d1aef2b63db388bdf69f3167d592eca935d93af484dd00511b03c

diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.800.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.800.0.ebuild
new file mode 100644
index 00000000..b3836a4
--- /dev/null
+++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.800.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MIKEM
+DIST_VERSION=1.80
+DIST_EXAMPLES=("examples/*")
+inherit multilib perl-module
+
+DESCRIPTION="Perl extension for using OpenSSL"
+
+LICENSE="openssl"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="libressl test minimal examples"
+
+RDEPEND="
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )
+	virtual/perl-MIME-Base64
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		!minimal? (
+			dev-perl/Test-Exception
+			dev-perl/Test-Warn
+			dev-perl/Test-NoWarnings
+		)
+		virtual/perl-Test-Simple
+	)
+"
+export OPTIMIZE="$CFLAGS"
+export OPENSSL_PREFIX=${EPREFIX}/usr
+
+src_prepare() {
+	sed -i \
+		-e "/\$opts->{optimize} = '-O2 -g';/d" \
+		-e "s,\"\$prefix/lib\",\"\$prefix/$(get_libdir)\"," \
+		inc/Module/Install/PRIVATE/Net/SSLeay.pm || die
+
+	local my_test_control
+	my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}
+
+	if use test; then
+		perl_rm_files 't/local/01_pod.t' 't/local/02_pod_coverage.t' 't/local/kwalitee.t'
+	fi
+	if use test && has network ${my_test_control} ; then
+		eapply "${FILESDIR}/1.72-config-nettest-yes.patch"
+	else
+		eapply "${FILESDIR}/1.72-config-nettest-no.patch"
+	fi
+
+	perl-module_src_prepare
+}


             reply	other threads:[~2017-01-08  6:26 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-08  6:26 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-06  6:47 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/ Sam James
2023-06-21  9:17 Jakov Smolić
2023-06-21  9:12 Arthur Zamarin
2023-06-21  9:12 Arthur Zamarin
2023-06-21  8:28 Arthur Zamarin
2023-06-21  8:24 Arthur Zamarin
2023-06-21  8:19 Arthur Zamarin
2023-06-21  8:18 Sam James
2023-06-21  8:18 Sam James
2022-12-24  7:11 Sam James
2022-11-17  1:06 Sam James
2022-11-16  8:08 Arthur Zamarin
2022-11-15 14:50 Arthur Zamarin
2022-11-15 10:04 Sam James
2022-11-15 10:04 Sam James
2022-11-15  8:46 Sam James
2022-11-15  8:46 Sam James
2022-11-15  8:46 Sam James
2022-05-29 11:30 Fabian Groffen
2022-05-29 11:24 Fabian Groffen
2022-05-28 20:19 Sam James
2022-04-29  2:14 WANG Xuerui
2022-03-10 21:12 Sam James
2021-11-21 14:21 Andreas K. Hüttel
2021-08-26 19:51 Sam James
2021-08-26 14:55 Sam James
2021-08-26 14:52 Sam James
2021-08-25 16:26 Sam James
2021-08-25  5:37 Agostino Sarubbo
2021-08-25  5:26 Agostino Sarubbo
2021-07-17 16:35 Andreas K. Hüttel
2021-04-24 14:47 Andreas K. Hüttel
2020-07-24 18:58 Fabian Groffen
2020-07-18  4:43 Kent Fredric
2019-11-30 21:45 Sergei Trofimovich
2019-11-17  4:02 Matt Turner
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:16 Agostino Sarubbo
2019-11-12 10:13 Agostino Sarubbo
2019-11-07 18:38 Aaron Bauman
2019-11-01 10:14 Mikle Kolyada
2019-10-26 14:44 Agostino Sarubbo
2019-10-25 20:32 Thomas Deutschmann
2019-05-04 19:02 Andreas K. Hüttel
2019-01-10  3:17 Kent Fredric
2018-06-28 14:56 Mikle Kolyada
2018-04-18  8:04 Mart Raudsepp
2018-03-04  8:16 Tobias Klausmann
2018-01-15 19:03 Tobias Klausmann
2018-01-09  8:02 Sergei Trofimovich
2018-01-07 11:10 Sergei Trofimovich
2018-01-07  0:16 Sergei Trofimovich
2018-01-07  0:09 Sergei Trofimovich
2018-01-05 20:14 Sergei Trofimovich
2017-06-19 12:45 Kent Fredric
2017-05-19  0:01 Michael Weber
2017-05-18 23:57 Michael Weber
2017-05-16 13:05 Agostino Sarubbo
2017-05-12 17:56 Tobias Klausmann
2017-05-12 14:55 Agostino Sarubbo
2017-05-06 13:15 Markus Meier
2017-05-06 10:15 Jeroen Roovers
2017-05-04 15:55 Agostino Sarubbo
2017-05-03  8:19 Agostino Sarubbo
2017-04-01 22:49 Kent Fredric
2017-03-17 11:12 Michael Haubenwallner
2017-03-16 22:46 Andreas Hüttel
2017-02-24  7:58 Michael Weber
2017-02-24  4:24 Mike Frysinger
2017-02-15 14:23 Tobias Klausmann
2017-02-04 17:33 Andreas Hüttel
2017-02-04 15:21 Agostino Sarubbo
2017-02-04  9:37 Jeroen Roovers
2017-02-03 22:00 Jeroen Roovers
2017-01-29 16:45 Fabian Groffen
2016-05-25 22:48 Matt Turner
2016-04-22 20:04 Markus Meier
2016-04-09 13:46 Agostino Sarubbo
2016-04-07 23:26 Andreas Hüttel
2016-04-07 23:26 Andreas Hüttel
2016-03-05 20:32 Andreas Hüttel
2015-11-22 22:44 Andreas Hüttel
2015-08-23 18:54 Julian Ospald

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=1483856781.9c74d151ce4939213d291347d01a503287e6f5c3.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