mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
botan3, bump to 3.8.1 (#12446)
This commit is contained in:
@@ -6,11 +6,11 @@ hardware support, password hashing, and post quantum crypto schemes. \
|
||||
Botan also has a C89 API specifically designed to be easy to call from other \
|
||||
languages."
|
||||
HOMEPAGE="https://botan.randombit.net/"
|
||||
COPYRIGHT="1999-2024 The Botan Authors"
|
||||
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="fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b"
|
||||
CHECKSUM_SHA256="b039681d4b861a2f5853746d8ba806f553e23869ed72d89edbfa3c3dbfa17e68"
|
||||
SOURCE_DIR="Botan-$portVersion"
|
||||
PATCHES="botan-$portVersion.patchset"
|
||||
|
||||
@@ -24,7 +24,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="7.7.1"
|
||||
libVersion="8.8.1"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -1,4 +1,4 @@
|
||||
From f95571f1a203b3f43c8d7534e71f3f8a1bb31a86 Mon Sep 17 00:00:00 2001
|
||||
From 7db2ea18e95df3822d8314816a79b2ce298909a7 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
|
||||
Reference in New Issue
Block a user