botan3, bump to version 3.7.1 (#12112)

This commit is contained in:
Schrijvers Luc
2025-04-07 08:20:59 +00:00
committed by GitHub
parent d3690fad2e
commit fc171e6f79
2 changed files with 6 additions and 6 deletions

View File

@@ -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="

View File

@@ -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 <cpr420@gmail.com>
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