public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "orbea" <orbea@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libressl/
Date: Wed, 15 Oct 2025 05:00:49 +0000 (UTC)	[thread overview]
Message-ID: <1760462639.1a229589e4f990abdcc068b35796f00d518f5a9e.orbea@gentoo> (raw)

commit:     1a229589e4f990abdcc068b35796f00d518f5a9e
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Oct 14 17:23:59 2025 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Oct 14 17:23:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=1a229589

dev-libs/libressl: add 4.2.0

Signed-off-by: orbea <orbea <AT> riseup.net>

 dev-libs/libressl/Manifest              |  2 +
 dev-libs/libressl/libressl-4.2.0.ebuild | 69 +++++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
index 92aadee..e02dd9c 100644
--- a/dev-libs/libressl/Manifest
+++ b/dev-libs/libressl/Manifest
@@ -6,3 +6,5 @@ DIST libressl-4.1.0.tar.gz 9198928 BLAKE2B 001aa64190b053148bdbaae7875ed30a55d2d
 DIST libressl-4.1.0.tar.gz.asc 833 BLAKE2B 556bbb829d5dbc002c0e626ca4cde6db946f29bb140977056a14872032180469c4654f7803dc0b6777655e2ae517ab18da6b65e03a9f21e17be31e52ec2a91c5 SHA512 509a3de966d3447dd4b7fd4f574b1088e50bb3a99532bbfa18baf473952929e41a2562789460c8580ec9c485f8f383b545e4b5085c903108b679e5e6b96716ea
 DIST libressl-4.1.1.tar.gz 9202355 BLAKE2B 340a90d84993842cb54f38ae8bf43e4156185e8f87ebf9358993794b5634bd7d7504314ec17a308531a25273893982b71cc9ce0dea6bbf4ffa1f1ab9182a7f60 SHA512 01c74c6cafc4274f2c1c2c88b897f2f21eafa4ccdd952dae72065366032ec5efdefbb4f809bca66da5b2f2cef426cf378181ae13c2daf7f3dcc67fab7daf9d51
 DIST libressl-4.1.1.tar.gz.asc 833 BLAKE2B 0b874f4b5244076a250f3b6ec4377de79e9fa17b427b3a74e0d66ccf3417e32d3afe7c8c3a3df5a2d48d6af6e81e91e182bdf39181204a939845005f49ada825 SHA512 d2f66e8575f82aa5d616144df100ab474ada45a09765296a1ccf559f0ccaf2f73b1f6c2493c240c1e9424f65b827d8fe3ee0b01237ddee117dd29fa8b65ea44d
+DIST libressl-4.2.0.tar.gz 9147132 BLAKE2B 2d3eb6e39dec5000af10626b263969f43c47a2a3f0c266abbc6ce118fbed0e8bbc3143b8b6e877b7ed8a481138ec16db1e7792fd0e15d96e1da861eb5fc90973 SHA512 b06eccff7b332da38efbc5a039d8ee54bd26437f3d5957f59ac2d93b4464f181c9a665a2c957272be5d9f91f447720f6dfa29b4b72407279ac8a7722c322dac0
+DIST libressl-4.2.0.tar.gz.asc 833 BLAKE2B d0ca88a547fee9f70db075a238c42e44fb059a8000994eaa36c4dcf169f807481130f1c7c5da96b8a79d03cd25f9971d69f0da2e416293db9c6b2956b56478df SHA512 8906b859cfeea222c04f67e30a1d187f32a5b01c238ff6b75258089c699a08598d4a286a3090df9c6e4ac0354893ec440998c868d6e6a2a24e0352b70fd20b92

diff --git a/dev-libs/libressl/libressl-4.2.0.ebuild b/dev-libs/libressl/libressl-4.2.0.ebuild
new file mode 100644
index 0000000..b7f13ce
--- /dev/null
+++ b/dev-libs/libressl/libressl-4.2.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libressl.asc
+inherit autotools multilib-minimal verify-sig
+
+DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
+HOMEPAGE="https://www.libressl.org/"
+SRC_URI="
+	https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz
+	verify-sig? ( https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz.asc )
+"
+
+LICENSE="ISC openssl"
+# Reflects ABI of libcrypto.so and libssl.so. Since these can differ,
+# we'll try to use the max of either. However, if either change between
+# versions, we have to change the subslot to trigger rebuild of consumers.
+SLOT="0/60"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="+asm netcat static-libs test"
+RESTRICT="!test? ( test )"
+
+PDEPEND="app-misc/ca-certificates"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-libressl )"
+RDEPEND="netcat? (
+	!net-analyzer/netcat
+	!net-analyzer/nmap[symlink]
+	!net-analyzer/openbsd-netcat
+)"
+
+MULTILIB_WRAPPED_HEADERS=( /usr/include/openssl/opensslconf.h )
+
+# LibreSSL checks for libc features during configure
+QA_CONFIG_IMPL_DECL_SKIP=(
+	__va_copy
+	b64_ntop
+)
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.8.3-solaris10.patch
+	# Gentoo's ssl-cert.eclass uses 'openssl genrsa -rand'
+	# which LibreSSL doesn't support.
+	# https://github.com/libressl/portable/issues/839
+	"${FILESDIR}"/${PN}-3.7.2-genrsa-rand.patch
+)
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+multilib_src_configure() {
+	local ECONF_SOURCE="${S}"
+	local args=(
+		$(use_enable asm)
+		$(use_enable static-libs static)
+		$(use_enable netcat nc)
+		$(use_enable test tests)
+	)
+	econf "${args[@]}"
+}
+
+multilib_src_install_all() {
+	einstalldocs
+	find "${D}" -name '*.la' -exec rm -f {} + || die
+}


             reply	other threads:[~2025-10-15  5:00 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-15  5:00 orbea [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-15 14:40 [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libressl/ orbea
2025-10-15  5:00 orbea
2025-10-09 13:19 orbea
2025-10-09 13:19 orbea
2025-09-30 15:54 orbea
2025-07-22 16:24 orbea
2025-07-22 16:24 orbea
2025-04-30 19:37 orbea
2024-11-13  2:30 orbea
2024-11-13  2:30 orbea
2024-10-15 20:09 orbea
2024-09-13  1:40 orbea
2024-08-15  4:35 orbea
2024-07-16 22:04 orbea
2024-05-23 13:22 orbea
2024-05-12 17:49 orbea
2024-04-23 16:39 orbea
2024-04-13 16:14 orbea
2024-04-05  1:28 orbea
2024-03-28 15:24 orbea
2024-03-24 19:42 orbea
2024-03-24 19:42 orbea
2024-03-11 17:23 orbea
2024-03-11  0:42 orbea
2024-03-10 17:21 orbea
2024-02-24 16:07 orbea
2024-01-16 21:14 orbea
2024-01-16  6:56 orbea
2024-01-16  6:46 orbea
2024-01-16  6:34 orbea
2023-12-03 16:21 orbea
2023-11-03 14:13 orbea
2023-11-03 14:13 orbea
2023-11-03 14:13 orbea
2023-09-01  1:08 orbea
2023-06-15 16:18 orbea
2023-06-15 16:18 orbea
2023-05-29 19:49 orbea
2023-05-14 20:15 orbea
2023-04-12 22:45 orbea
2023-04-12 22:45 orbea
2023-03-28 18:51 Quentin Retornaz
2023-03-16 21:53 Quentin Retornaz
2023-03-16 21:53 Quentin Retornaz
2023-02-10  0:59 Quentin Retornaz
2022-12-14 22:47 Quentin Retornaz
2022-12-14 22:47 Quentin Retornaz
2022-12-13 22:18 Quentin Retornaz
2022-12-13 22:18 Quentin Retornaz
2022-11-19 17:27 Quentin Retornaz
2022-10-07 21:11 Quentin Retornaz
     [not found] <1658871652.59ff52355667bc9bf945140dd6abe48336e10f75.quentin@gentoo>
2022-07-26 21:42 ` Quentin Retornaz
2022-07-26 21:42 Quentin Retornaz
2022-07-02 21:59 Quentin Retornaz
2022-06-10 23:36 Quentin Retornaz
2022-05-22 21:09 Quentin Retornaz
2022-05-21 23:51 Quentin Retornaz
2022-05-01  0:19 Quentin Retornaz
2022-04-28 23:40 Quentin Retornaz
2022-03-15 20:47 Quentin Retornaz
2022-03-06 23:41 Quentin Retornaz
2021-12-08 18:32 Quentin Retornaz
2021-11-06 18:21 Quentin Retornaz
2021-09-17 17:45 Quentin Retornaz
2021-08-29  0:20 Quentin Retornaz
2021-05-05 23:54 Quentin Retornaz
2021-04-25 17:03 Quentin Retornaz
2021-04-25 17:03 Quentin Retornaz

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=1760462639.1a229589e4f990abdcc068b35796f00d518f5a9e.orbea@gentoo \
    --to=orbea@riseup.net \
    --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