public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/
Date: Tue,  6 Feb 2024 06:47:37 +0000 (UTC)	[thread overview]
Message-ID: <1707201786.bc269fcb1fcceb35c77f02b049754afdf136c593.sam@gentoo> (raw)

commit:     bc269fcb1fcceb35c77f02b049754afdf136c593
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 06:43:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 06:43:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc269fcb

dev-perl/Net-SSLeay: add 1.940.0

Closes: https://bugs.gentoo.org/923775
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Net-SSLeay/Manifest                  |  1 +
 dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild | 66 +++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/dev-perl/Net-SSLeay/Manifest b/dev-perl/Net-SSLeay/Manifest
index 5859dc246c82..99ece8486f75 100644
--- a/dev-perl/Net-SSLeay/Manifest
+++ b/dev-perl/Net-SSLeay/Manifest
@@ -1,2 +1,3 @@
 DIST Net-SSLeay-1.90.tar.gz 534246 BLAKE2B 2510fa886db8b7c5f185aa1145ae1b50b7c4101a9bd80e17c8c1d77718765f288c9180464d831775c35aa94b5a6f6c8f717ecaeb4974f7280829b63f10567f22 SHA512 8a5f251b5ef1d8c2d619d984594a7a22ddeed2e5e726fe683a45f299d7878f4ca8ffab00480ebf5ef7a94ae1fcf6be05dfdaa68b8bfe2ad68443150765adb891
 DIST Net-SSLeay-1.92.tar.gz 555930 BLAKE2B 04d97860817b013a9680e0ef29b0004ddb98da2db859761a45612c4d25b6edd16bf92645293d1108d83352bce18665721c6df05455426b32a95a42b464119a3d SHA512 e9d9161ebeb7be90f4c7a0ea98f1034892ce6d33aa72872683177b19daa1f4c5819f85ea9a052a076ec8d7c21705f6c344aef64680bc881bf3218d38e8b7b173
+DIST Net-SSLeay-1.94.tar.gz 663948 BLAKE2B 97cef98bf3794ec992817e5ad91f8403ded95e29184512d9f23b5cbbd765912d2e7f8e835366b40aae9682dd13947cd79e2d9dcca2d10cd78e3c7869b1e197db SHA512 f1461667269f3da56ff7e1724b5511b95c34582250f8336e9f93d30f3b30d4a5360eb27622b9730bba11df75e00d717c7f0cea2120d20206723db136a8509375

diff --git a/dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild b/dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild
new file mode 100644
index 000000000000..e1feee8d49ce
--- /dev/null
+++ b/dev-perl/Net-SSLeay/Net-SSLeay-1.940.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CHRISN
+DIST_VERSION=1.94
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Perl extension for using OpenSSL"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="minimal examples"
+
+RDEPEND="
+	dev-libs/openssl:=
+	virtual/perl-MIME-Base64
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Spec
+	test? (
+		!minimal? (
+			dev-perl/Test-Exception
+			dev-perl/Test-Warn
+			dev-perl/Test-NoWarnings
+		)
+		virtual/perl-Test-Simple
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.88-fix-network-tests.patch"
+)
+
+PERL_RM_FILES=(
+	# Author tests
+	't/local/01_pod.t'
+	't/local/02_pod_coverage.t'
+	't/local/kwalitee.t'
+)
+
+src_configure() {
+	if use test && has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
+		export NETWORK_TESTS=yes
+	else
+		use test && einfo "Network tests will be skipped without DIST_TEST_OVERRIDE=~network"
+		export NETWORK_TESTS=no
+	fi
+	export LIBDIR=$(get_libdir)
+	export OPENSSL_PREFIX="${ESYSROOT}/usr"
+	perl-module_src_configure
+}
+
+src_compile() {
+	mymake=(
+		OPTIMIZE="${CFLAGS}"
+		OPENSSL_PREFIX="${ESYSROOT}"/usr
+	)
+	perl-module_src_compile
+}


             reply	other threads:[~2024-02-06  6:47 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06  6:47 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-02 13:19 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSLeay/ Sam James
2025-02-13 14:29 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
2017-01-08  6:26 Kent Fredric
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=1707201786.bc269fcb1fcceb35c77f02b049754afdf136c593.sam@gentoo \
    --to=sam@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