commit: ec7c340443b00f7b363a118bfe25a886d25c4f16 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Mon Nov 24 17:31:33 2025 +0000 Commit: orbea <orbea <AT> riseup <DOT> net> CommitDate: Mon Nov 24 17:31:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=ec7c3404
dev-libs/libressl: drop 4.0.1 Signed-off-by: orbea <orbea <AT> riseup.net> dev-libs/libressl/Manifest | 2 - dev-libs/libressl/libressl-4.0.1.ebuild | 69 --------------------------------- 2 files changed, 71 deletions(-) diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest index b61b860..a0ff5b5 100644 --- a/dev-libs/libressl/Manifest +++ b/dev-libs/libressl/Manifest @@ -1,5 +1,3 @@ -DIST libressl-4.0.1.tar.gz 4265308 BLAKE2B dc4dfa69e411c80e5105a86f26b8edbbd14bb1b64830383ef7c77230f5ff3e13e3610f19c5e0e88f52d0b87d653b1fff9183353e537107d48d12bcda3bf98361 SHA512 f033b0fcb1ed7e7a6373a936feadc145b29ee325354d070358804b634aca99f0acc1ecb0690c4ff5ec8b605948857ca1b350f5b30b84a5d6c93c9bad342eef6b -DIST libressl-4.0.1.tar.gz.asc 833 BLAKE2B 00f5fcebb39bc2e2b978113eae11af00f3742ccf5417f49562ea8940cac3120531fd27998161247d6e23f1406ce040821b38480f7d757f822ba7e27b0f87ca34 SHA512 1ffd547f40f33df4604929a27d708b58aa0405e74e9fece436598a7d6b16b1a28842f565d09317f0bcec8dfb1eff414163417ade0d1b9c87bd1a25b147901306 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 diff --git a/dev-libs/libressl/libressl-4.0.1.ebuild b/dev-libs/libressl/libressl-4.0.1.ebuild deleted file mode 100644 index 064448b..0000000 --- a/dev-libs/libressl/libressl-4.0.1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# 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/58" -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 -}
