From fc171e6f794d3fbd5164fc1f1e0c5dc1bab7a1f4 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 7 Apr 2025 08:20:59 +0000 Subject: [PATCH] botan3, bump to version 3.7.1 (#12112) --- .../botan/{botan3-3.3.0.recipe => botan3-3.7.1.recipe} | 4 ++-- .../{botan-3.3.0.patchset => botan-3.7.1.patchset} | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) rename dev-libs/botan/{botan3-3.3.0.recipe => botan3-3.7.1.recipe} (95%) rename dev-libs/botan/patches/{botan-3.3.0.patchset => botan-3.7.1.patchset} (77%) diff --git a/dev-libs/botan/botan3-3.3.0.recipe b/dev-libs/botan/botan3-3.7.1.recipe similarity index 95% rename from dev-libs/botan/botan3-3.3.0.recipe rename to dev-libs/botan/botan3-3.7.1.recipe index 9f18d5d36..2acb7197c 100644 --- a/dev-libs/botan/botan3-3.3.0.recipe +++ b/dev-libs/botan/botan3-3.7.1.recipe @@ -10,7 +10,7 @@ COPYRIGHT="1999-2024 The Botan Authors" LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="https://botan.randombit.net/releases/Botan-$portVersion.tar.xz" -CHECKSUM_SHA256="368f11f426f1205aedb9e9e32368a16535dc11bd60351066e6f6664ec36b85b9" +CHECKSUM_SHA256="fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b" SOURCE_DIR="Botan-$portVersion" PATCHES="botan-$portVersion.patchset" @@ -24,7 +24,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then commandBinDir=$prefix/bin fi -libVersion="$portVersion" +libVersion="7.7.1" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" diff --git a/dev-libs/botan/patches/botan-3.3.0.patchset b/dev-libs/botan/patches/botan-3.7.1.patchset similarity index 77% rename from dev-libs/botan/patches/botan-3.3.0.patchset rename to dev-libs/botan/patches/botan-3.7.1.patchset index eec42747c..5dcb19e3d 100644 --- a/dev-libs/botan/patches/botan-3.3.0.patchset +++ b/dev-libs/botan/patches/botan-3.7.1.patchset @@ -1,11 +1,11 @@ -From 25926b1b6c449a2c157fcab6fd76a76b2f9433dd Mon Sep 17 00:00:00 2001 +From f95571f1a203b3f43c8d7534e71f3f8a1bb31a86 Mon Sep 17 00:00:00 2001 From: Chris Roberts -Date: Wed, 3 May 2023 00:16:42 -0600s +Date: Wed, 3 May 2023 00:16:42 -0600 Subject: Don't mkdir prefix during install diff --git a/src/scripts/install.py b/src/scripts/install.py -index b052bec..38310b7 100755 +index 4afdfe0..28363d1 100755 --- a/src/scripts/install.py +++ b/src/scripts/install.py @@ -150,7 +150,7 @@ def main(args): @@ -18,5 +18,5 @@ index b052bec..38310b7 100755 for header in cfg['public_headers']: -- -2.43.2 +2.48.1