botan3, bump to 3.10.0 (#13253)

This commit is contained in:
Schrijvers Luc
2025-11-25 11:15:00 +01:00
committed by GitHub
parent 7b5e154ccd
commit f7edd3c21f
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ COPYRIGHT="1999-2025 The Botan Authors"
LICENSE="BSD (2-clause)"
REVISION="1"
SOURCE_URI="https://botan.randombit.net/releases/Botan-$portVersion.tar.xz"
CHECKSUM_SHA256="b039681d4b861a2f5853746d8ba806f553e23869ed72d89edbfa3c3dbfa17e68"
CHECKSUM_SHA256="fde194236f6d5434f136ea0a0627f6cc9d26af8b96e9f1e1c7d8c82cd90f4f24"
SOURCE_DIR="Botan-$portVersion"
PATCHES="botan-$portVersion.patchset"

View File

@@ -1,11 +1,11 @@
From 7db2ea18e95df3822d8314816a79b2ce298909a7 Mon Sep 17 00:00:00 2001
From 85f42b209525a8ae08f90fc031b5906ddfe0b2f1 Mon Sep 17 00:00:00 2001
From: Chris Roberts <cpr420@gmail.com>
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 4afdfe0..28363d1 100755
index 0f58399..02e9b55 100755
--- a/src/scripts/install.py
+++ b/src/scripts/install.py
@@ -150,7 +150,7 @@ def main(args):
@@ -18,5 +18,5 @@ index 4afdfe0..28363d1 100755
for header in cfg['public_headers']:
--
2.48.1
2.51.0