From 242f42c92a7c48f365c8b18322d6653d70829af9 Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Tue, 26 Mar 2024 18:43:41 +0800 Subject: [PATCH] app-crypt/cfssl: add 1.6.5, drop 1.6.4 Signed-off-by: jinqiang zhang --- app-crypt/cfssl/Manifest | 2 +- app-crypt/cfssl/{cfssl-1.6.4.ebuild => cfssl-1.6.5.ebuild} | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) rename app-crypt/cfssl/{cfssl-1.6.4.ebuild => cfssl-1.6.5.ebuild} (84%) diff --git a/app-crypt/cfssl/Manifest b/app-crypt/cfssl/Manifest index d0b9bd306..c744d631b 100644 --- a/app-crypt/cfssl/Manifest +++ b/app-crypt/cfssl/Manifest @@ -1 +1 @@ -DIST cfssl-1.6.4.tar.gz 7890450 BLAKE2B d179f8768894b3686b377698120df6dd33f7dd82b4f8c74b626ca62168f59eff350129793f0954cc7db5e621d26d99f4e26ea579cf7eb5d5f89520cad060f5ee SHA512 6327d15dda24bf072958c74f4cd0bf1aa4023f935bb24da7f5655739992970fa777f6771603dd3a6edfee6cd2ed418a2fef335f7209ce88cf07674d592c3110f +DIST cfssl-1.6.5.tar.gz 8164981 BLAKE2B e82a80969f1b51142753bb9a8fcd4ec4854eb3a456bc1170159117ca8a29d6cb883c25e37981e7922f91480e161b1d0eea0c5265caaa550ccf31e01b092dac8b SHA512 b59863d534474ba73efe2dc38b55ba4eb1e0911346b6b9fff7778a3bdc77bf58290ab7173e3ce2cd69f38594dc471ce78632c2aa1cf9188eb6163ca272391185 diff --git a/app-crypt/cfssl/cfssl-1.6.4.ebuild b/app-crypt/cfssl/cfssl-1.6.5.ebuild similarity index 84% rename from app-crypt/cfssl/cfssl-1.6.4.ebuild rename to app-crypt/cfssl/cfssl-1.6.5.ebuild index a95021281..3d244721a 100644 --- a/app-crypt/cfssl/cfssl-1.6.4.ebuild +++ b/app-crypt/cfssl/cfssl-1.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,6 +21,9 @@ PATCHES=( ) src_compile() { + # bug 905997 + use elibc_musl && export CGO_CFLAGS="-D_LARGEFILE64_SOURCE" + CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" emake VERSION="${PV}" }