heimdal: backport openssl3 support patches

This commit is contained in:
Christoph Reiter 2022-12-11 18:10:32 +01:00
parent 5adc8171f2
commit 56636c9972
2 changed files with 2146 additions and 3 deletions

2138
heimdal/1041.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
pkgbase=heimdal
pkgname=('heimdal' 'heimdal-libs' 'heimdal-devel')
pkgver=7.8.0
pkgrel=1
pkgrel=2
pkgdesc="Implementation of Kerberos V5 libraries"
arch=('i686' 'x86_64')
url="https://www.h5l.org/"
@ -19,7 +19,8 @@ source=(https://github.com/heimdal/heimdal/releases/download/heimdal-${pkgver}/h
1.5.3-missing-libs-pkg-config.patch
1.5.3-fix-detect-libedit.patch
7.5.0-hcrypto-build-fix.patch
7.5.0-names-clash-with-openssl.patch)
7.5.0-names-clash-with-openssl.patch
1041.patch)
sha256sums=('fd87a207846fa650fd377219adc4b8a8193e55904d8a752c2c3715b4155d8d38'
'SKIP'
'b18c9ca3f2db08cea0a4b7d7f07e8656360af848b3a30a5fa8d748240989da49'
@ -29,7 +30,8 @@ sha256sums=('fd87a207846fa650fd377219adc4b8a8193e55904d8a752c2c3715b4155d8d38'
'5039112bbe27b814df115eca40607b957c13dd40bdc1d2d1ccc62b31fcfe87ac'
'bb96587539084c2ea9e06da8d2b4c768edd8dd422587a045ea60d1aa3eeb6a8a'
'1886fcb422902f80246ee104bab79a95bf8c26442038fe32977f17653e45ee2f'
'bfe321c0391d6f7e23abecc22e9941bcb79d0b67abb9975246a9f462ec32513b')
'bfe321c0391d6f7e23abecc22e9941bcb79d0b67abb9975246a9f462ec32513b'
'bff78505a2f8bb29c7bfe60aa0cf4e586c00b1123329d2b840720b67b00d9326')
validpgpkeys=('FB925C7AFA000F52B4BBD1ED9A077911BB7DC320') # Heimdal Security <heimdal-security@heimdal.team>
prepare() {
@ -45,6 +47,9 @@ prepare() {
patch -p1 -i "${srcdir}"/7.5.0-hcrypto-build-fix.patch
patch -p1 -i "${srcdir}"/7.5.0-names-clash-with-openssl.patch
# https://github.com/heimdal/heimdal/pull/1041
patch -p1 -i "${srcdir}"/1041.patch
./autogen.sh
}