[arch-commits] Commit in cyrus-sasl/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jun 18 07:11:27 UTC 2021


    Date: Friday, June 18, 2021 @ 07:11:27
  Author: arojas
Revision: 418412

Fix missing GSS-SPNEGO (FS#71282)

Modified:
  cyrus-sasl/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-18 05:31:04 UTC (rev 418411)
+++ PKGBUILD	2021-06-18 07:11:27 UTC (rev 418412)
@@ -7,7 +7,7 @@
 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/"
@@ -23,6 +23,7 @@
         0022-Fix-keytab-option-for-MIT-Kerberos.patch
         0032-Add-with_pgsql-include-postgresql-to-include-path.patch
         gdbm-errno.patch
+        autoconf-2.70.patch::https://patch-diff.githubusercontent.com/raw/cyrusimap/cyrus-sasl/pull/644.patch
         saslauthd.service
         saslauthd.conf.d
         tmpfiles.conf)
@@ -36,6 +37,7 @@
             '1a0ae7bd722d57feb6fab12c05eb1922982c68bd9be1c165d405954012e6634f'
             '3c375f8755fdbd98a21c4ee195bebbd2a146901fee327e4dd6cfde7a4dcba7c3'
             '03a57cbcec85602fb8e39b7c8a3ff1a22d2c20a28e771b8b326a570d733bf432'
+            'f3ed7370820956382776bd3aa2d1444d83e2df4ac399c325848b6cf238e40e91'
             '5c6453050a5f594ca1d53baf3a6188d8f3cdc7a28467ad7c844ad51f663dae9a'
             'fa57b4f374ae633633091b1c8b44e1e0be814e4fddbfa75f16eb3dd1f16b8640'
             '16ca1a4185847b0c6c70ef6c7c314cb466f698d3ed02185a5f50e8179822f024')
@@ -51,6 +53,7 @@
   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 -p1 -i ../autoconf-2.70.patch # Fix GCC-SPNEGO build with recent autoconf
   cp -a saslauthd/saslauthd.mdoc saslauthd/saslauthd.8
 }
 



More information about the arch-commits mailing list