diff --git a/PKGBUILD.orig b/PKGBUILD index 8793a94..eaa019b 100644 --- a/PKGBUILD.orig +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgbase='cyrus-sasl' pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql') #pkgname=libsasl pkgver=2.1.27 -pkgrel=4 +pkgrel=5 pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library" arch=('x86_64') url="https://www.cyrusimap.org/sasl/" @@ -22,6 +22,8 @@ source=(https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-${p 0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch 0022-Fix-keytab-option-for-MIT-Kerberos.patch 0032-Add-with_pgsql-include-postgresql-to-include-path.patch + autoconf2.70-configure.ac-avoid-side-effects-in-AC_CACHE_VAL.patch::https://github.com/cyrusimap/cyrus-sasl/commit/56d3138b309b19cb9460ed4d05bb63302a97b703.patch + autoconf2.70-configure.ac-properly-quote-macro-arguments.patch::https://github.com/cyrusimap/cyrus-sasl/commit/004869fdf66a2d951fdf0e1c7809652394188368.patch gdbm-errno.patch saslauthd.service saslauthd.conf.d @@ -35,6 +37,8 @@ sha256sums=('26866b1549b00ffd020f188a43c258017fa1c382b3ddadd8201536f72efb05d5' 'a953c79c585d579f25135de0fe807d6da1fddccbd5b66a9606fb6390c12c7e31' '1a0ae7bd722d57feb6fab12c05eb1922982c68bd9be1c165d405954012e6634f' '3c375f8755fdbd98a21c4ee195bebbd2a146901fee327e4dd6cfde7a4dcba7c3' + '4ee04c1da5ed5657d98b9a1b76317a441ab7772b5b8e6d2caab11eaec23fd2a9' + '35443174212e7d13f79ba2adcd15a89f5b51c8f2e646bd3f7f7c62edc0d905dc' '03a57cbcec85602fb8e39b7c8a3ff1a22d2c20a28e771b8b326a570d733bf432' '5c6453050a5f594ca1d53baf3a6188d8f3cdc7a28467ad7c844ad51f663dae9a' 'fa57b4f374ae633633091b1c8b44e1e0be814e4fddbfa75f16eb3dd1f16b8640' @@ -51,6 +55,8 @@ prepare() { patch -Np1 -i ../0022-Fix-keytab-option-for-MIT-Kerberos.patch patch -Np1 -i ../0032-Add-with_pgsql-include-postgresql-to-include-path.patch patch -Np1 -i ../gdbm-errno.patch + patch -Np1 -i ../autoconf2.70-configure.ac-avoid-side-effects-in-AC_CACHE_VAL.patch + patch -Np1 -i ../autoconf2.70-configure.ac-properly-quote-macro-arguments.patch cp -a saslauthd/saslauthd.mdoc saslauthd/saslauthd.8 }