[arch-commits] Commit in libsasl/repos (13 files)

2020-05-06 Thread Allan McRae via arch-commits
Date: Wednesday, May 6, 2020 @ 09:38:58
  Author: allan
Revision: 382374

archrelease: copy trunk to testing-x86_64

Added:
  libsasl/repos/testing-x86_64/
  
libsasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
(from rev 382373, 
libsasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
  libsasl/repos/testing-x86_64/0006-Enable-autoconf-maintainer-mode.patch
(from rev 382373, libsasl/trunk/0006-Enable-autoconf-maintainer-mode.patch)
  
libsasl/repos/testing-x86_64/0010-Update-required-libraries-when-ld-as-needed-is-used.patch
(from rev 382373, 
libsasl/trunk/0010-Update-required-libraries-when-ld-as-needed-is-used.patch)
  libsasl/repos/testing-x86_64/0013-Don-t-use-la-files-for-opening-plugins.patch
(from rev 382373, 
libsasl/trunk/0013-Don-t-use-la-files-for-opening-plugins.patch)
  
libsasl/repos/testing-x86_64/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch
(from rev 382373, 
libsasl/trunk/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch)
  libsasl/repos/testing-x86_64/0022-Fix-keytab-option-for-MIT-Kerberos.patch
(from rev 382373, 
libsasl/trunk/0022-Fix-keytab-option-for-MIT-Kerberos.patch)
  
libsasl/repos/testing-x86_64/0032-Add-with_pgsql-include-postgresql-to-include-path.patch
(from rev 382373, 
libsasl/trunk/0032-Add-with_pgsql-include-postgresql-to-include-path.patch)
  libsasl/repos/testing-x86_64/PKGBUILD
(from rev 382373, libsasl/trunk/PKGBUILD)
  libsasl/repos/testing-x86_64/gdbm-errno.patch
(from rev 382373, libsasl/trunk/gdbm-errno.patch)
  libsasl/repos/testing-x86_64/saslauthd.conf.d
(from rev 382373, libsasl/trunk/saslauthd.conf.d)
  libsasl/repos/testing-x86_64/saslauthd.service
(from rev 382373, libsasl/trunk/saslauthd.service)
  libsasl/repos/testing-x86_64/tmpfiles.conf
(from rev 382373, libsasl/trunk/tmpfiles.conf)

-+
 0003-Update-saslauthd.conf-location-in-documentation.patch  |   41 ++
 0006-Enable-autoconf-maintainer-mode.patch  |   22 +
 0010-Update-required-libraries-when-ld-as-needed-is-used.patch  |   37 ++
 0013-Don-t-use-la-files-for-opening-plugins.patch   |  153 
 0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch |   26 +
 0022-Fix-keytab-option-for-MIT-Kerberos.patch   |   66 +++
 0032-Add-with_pgsql-include-postgresql-to-include-path.patch|   23 +
 PKGBUILD|  181 
++
 gdbm-errno.patch|   29 +
 saslauthd.conf.d|1 
 saslauthd.service   |   11 
 tmpfiles.conf   |1 
 12 files changed, 591 insertions(+)

Copied: 
libsasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
 (from rev 382373, 
libsasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
===
--- testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch   
(rev 0)
+++ testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch   
2020-05-06 09:38:58 UTC (rev 382374)
@@ -0,0 +1,41 @@
+From: Debian Cyrus SASL Team
+ 
+Date: Thu, 24 Mar 2016 11:35:03 +0100
+Subject: Update saslauthd.conf location in documentation
+
+date format (cosmetic).
+---
+ saslauthd/saslauthd.mdoc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/saslauthd/saslauthd.mdoc b/saslauthd/saslauthd.mdoc
+index 0c2209e..17c9284 100644
+--- a/saslauthd/saslauthd.mdoc
 b/saslauthd/saslauthd.mdoc
+@@ -10,7 +10,7 @@
+ .\" manpage in saslauthd.8 whenever you change this source
+ .\" version. Only the pre-formatted manpage is installed.
+ .\"
+-.Dd 12 12 2005
++.Dd December 12 2005
+ .Dt SASLAUTHD 8
+ .Os "CMU-SASL"
+ .Sh NAME
+@@ -245,7 +245,7 @@ instead.
+ .Em (All platforms that support OpenLDAP 2.0 or higher)
+ .Pp
+ Authenticate against an ldap server.  The ldap configuration parameters are
+-read from /usr/local/etc/saslauthd.conf.  The location of this file can be
++read from /etc/saslauthd.conf.  The location of this file can be
+ changed with the -O parameter. See the LDAP_SASLAUTHD file included with the
+ distribution for the list of available parameters.
+ .It Li sia
+@@ -278,7 +278,7 @@ was never intended to be used in this manner, anyway.)
+ .Bl -tag -width "/var/run/saslauthd/mux"
+ .It Pa /var/run/saslauthd/mux
+ The default communications socket.
+-.It Pa /usr/local/etc/saslauthd.conf
++.It Pa /etc/saslauthd.conf
+ The default configuration file for ldap support.
+ .El
+ .Sh SEE ALSO


Property changes on: 
libsasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
__

[arch-commits] Commit in libsasl/repos (13 files)

2019-11-13 Thread Felix Yan via arch-commits
Date: Wednesday, November 13, 2019 @ 15:57:04
  Author: felixonmars
Revision: 368133

archrelease: copy trunk to staging-x86_64

Added:
  libsasl/repos/staging-x86_64/
  
libsasl/repos/staging-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
(from rev 368132, 
libsasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
  libsasl/repos/staging-x86_64/0006-Enable-autoconf-maintainer-mode.patch
(from rev 368132, libsasl/trunk/0006-Enable-autoconf-maintainer-mode.patch)
  
libsasl/repos/staging-x86_64/0010-Update-required-libraries-when-ld-as-needed-is-used.patch
(from rev 368132, 
libsasl/trunk/0010-Update-required-libraries-when-ld-as-needed-is-used.patch)
  libsasl/repos/staging-x86_64/0013-Don-t-use-la-files-for-opening-plugins.patch
(from rev 368132, 
libsasl/trunk/0013-Don-t-use-la-files-for-opening-plugins.patch)
  
libsasl/repos/staging-x86_64/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch
(from rev 368132, 
libsasl/trunk/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch)
  libsasl/repos/staging-x86_64/0022-Fix-keytab-option-for-MIT-Kerberos.patch
(from rev 368132, 
libsasl/trunk/0022-Fix-keytab-option-for-MIT-Kerberos.patch)
  
libsasl/repos/staging-x86_64/0032-Add-with_pgsql-include-postgresql-to-include-path.patch
(from rev 368132, 
libsasl/trunk/0032-Add-with_pgsql-include-postgresql-to-include-path.patch)
  libsasl/repos/staging-x86_64/PKGBUILD
(from rev 368132, libsasl/trunk/PKGBUILD)
  libsasl/repos/staging-x86_64/gdbm-errno.patch
(from rev 368132, libsasl/trunk/gdbm-errno.patch)
  libsasl/repos/staging-x86_64/saslauthd.conf.d
(from rev 368132, libsasl/trunk/saslauthd.conf.d)
  libsasl/repos/staging-x86_64/saslauthd.service
(from rev 368132, libsasl/trunk/saslauthd.service)
  libsasl/repos/staging-x86_64/tmpfiles.conf
(from rev 368132, libsasl/trunk/tmpfiles.conf)

-+
 0003-Update-saslauthd.conf-location-in-documentation.patch  |   41 ++
 0006-Enable-autoconf-maintainer-mode.patch  |   22 +
 0010-Update-required-libraries-when-ld-as-needed-is-used.patch  |   37 ++
 0013-Don-t-use-la-files-for-opening-plugins.patch   |  153 
 0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch |   26 +
 0022-Fix-keytab-option-for-MIT-Kerberos.patch   |   66 +++
 0032-Add-with_pgsql-include-postgresql-to-include-path.patch|   23 +
 PKGBUILD|  179 
++
 gdbm-errno.patch|   29 +
 saslauthd.conf.d|1 
 saslauthd.service   |   11 
 tmpfiles.conf   |1 
 12 files changed, 589 insertions(+)

Copied: 
libsasl/repos/staging-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
 (from rev 368132, 
libsasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
===
--- staging-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch   
(rev 0)
+++ staging-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch   
2019-11-13 15:57:04 UTC (rev 368133)
@@ -0,0 +1,41 @@
+From: Debian Cyrus SASL Team
+ 
+Date: Thu, 24 Mar 2016 11:35:03 +0100
+Subject: Update saslauthd.conf location in documentation
+
+date format (cosmetic).
+---
+ saslauthd/saslauthd.mdoc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/saslauthd/saslauthd.mdoc b/saslauthd/saslauthd.mdoc
+index 0c2209e..17c9284 100644
+--- a/saslauthd/saslauthd.mdoc
 b/saslauthd/saslauthd.mdoc
+@@ -10,7 +10,7 @@
+ .\" manpage in saslauthd.8 whenever you change this source
+ .\" version. Only the pre-formatted manpage is installed.
+ .\"
+-.Dd 12 12 2005
++.Dd December 12 2005
+ .Dt SASLAUTHD 8
+ .Os "CMU-SASL"
+ .Sh NAME
+@@ -245,7 +245,7 @@ instead.
+ .Em (All platforms that support OpenLDAP 2.0 or higher)
+ .Pp
+ Authenticate against an ldap server.  The ldap configuration parameters are
+-read from /usr/local/etc/saslauthd.conf.  The location of this file can be
++read from /etc/saslauthd.conf.  The location of this file can be
+ changed with the -O parameter. See the LDAP_SASLAUTHD file included with the
+ distribution for the list of available parameters.
+ .It Li sia
+@@ -278,7 +278,7 @@ was never intended to be used in this manner, anyway.)
+ .Bl -tag -width "/var/run/saslauthd/mux"
+ .It Pa /var/run/saslauthd/mux
+ The default communications socket.
+-.It Pa /usr/local/etc/saslauthd.conf
++.It Pa /etc/saslauthd.conf
+ The default configuration file for ldap support.
+ .El
+ .Sh SEE ALSO


Property changes on: 
libsasl/repos/staging-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
__

[arch-commits] Commit in libsasl/repos (13 files)

2019-02-03 Thread Jan de Groot via arch-commits
Date: Sunday, February 3, 2019 @ 15:35:32
  Author: jgc
Revision: 345183

archrelease: copy trunk to testing-x86_64

Added:
  libsasl/repos/testing-x86_64/
  
libsasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
(from rev 345182, 
libsasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
  libsasl/repos/testing-x86_64/0006-Enable-autoconf-maintainer-mode.patch
(from rev 345182, libsasl/trunk/0006-Enable-autoconf-maintainer-mode.patch)
  
libsasl/repos/testing-x86_64/0010-Update-required-libraries-when-ld-as-needed-is-used.patch
(from rev 345182, 
libsasl/trunk/0010-Update-required-libraries-when-ld-as-needed-is-used.patch)
  libsasl/repos/testing-x86_64/0013-Don-t-use-la-files-for-opening-plugins.patch
(from rev 345182, 
libsasl/trunk/0013-Don-t-use-la-files-for-opening-plugins.patch)
  
libsasl/repos/testing-x86_64/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch
(from rev 345182, 
libsasl/trunk/0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch)
  libsasl/repos/testing-x86_64/0022-Fix-keytab-option-for-MIT-Kerberos.patch
(from rev 345182, 
libsasl/trunk/0022-Fix-keytab-option-for-MIT-Kerberos.patch)
  
libsasl/repos/testing-x86_64/0032-Add-with_pgsql-include-postgresql-to-include-path.patch
(from rev 345182, 
libsasl/trunk/0032-Add-with_pgsql-include-postgresql-to-include-path.patch)
  libsasl/repos/testing-x86_64/PKGBUILD
(from rev 345182, libsasl/trunk/PKGBUILD)
  libsasl/repos/testing-x86_64/gdbm-errno.patch
(from rev 345182, libsasl/trunk/gdbm-errno.patch)
  libsasl/repos/testing-x86_64/saslauthd.conf.d
(from rev 345182, libsasl/trunk/saslauthd.conf.d)
  libsasl/repos/testing-x86_64/saslauthd.service
(from rev 345182, libsasl/trunk/saslauthd.service)
  libsasl/repos/testing-x86_64/tmpfiles.conf
(from rev 345182, libsasl/trunk/tmpfiles.conf)

-+
 0003-Update-saslauthd.conf-location-in-documentation.patch  |   41 ++
 0006-Enable-autoconf-maintainer-mode.patch  |   22 +
 0010-Update-required-libraries-when-ld-as-needed-is-used.patch  |   37 ++
 0013-Don-t-use-la-files-for-opening-plugins.patch   |  153 
 0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch |   26 +
 0022-Fix-keytab-option-for-MIT-Kerberos.patch   |   66 +++
 0032-Add-with_pgsql-include-postgresql-to-include-path.patch|   23 +
 PKGBUILD|  179 
++
 gdbm-errno.patch|   29 +
 saslauthd.conf.d|1 
 saslauthd.service   |   11 
 tmpfiles.conf   |1 
 12 files changed, 589 insertions(+)

Copied: 
libsasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
 (from rev 345182, 
libsasl/trunk/0003-Update-saslauthd.conf-location-in-documentation.patch)
===
--- testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch   
(rev 0)
+++ testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch   
2019-02-03 15:35:32 UTC (rev 345183)
@@ -0,0 +1,41 @@
+From: Debian Cyrus SASL Team
+ 
+Date: Thu, 24 Mar 2016 11:35:03 +0100
+Subject: Update saslauthd.conf location in documentation
+
+date format (cosmetic).
+---
+ saslauthd/saslauthd.mdoc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/saslauthd/saslauthd.mdoc b/saslauthd/saslauthd.mdoc
+index 0c2209e..17c9284 100644
+--- a/saslauthd/saslauthd.mdoc
 b/saslauthd/saslauthd.mdoc
+@@ -10,7 +10,7 @@
+ .\" manpage in saslauthd.8 whenever you change this source
+ .\" version. Only the pre-formatted manpage is installed.
+ .\"
+-.Dd 12 12 2005
++.Dd December 12 2005
+ .Dt SASLAUTHD 8
+ .Os "CMU-SASL"
+ .Sh NAME
+@@ -245,7 +245,7 @@ instead.
+ .Em (All platforms that support OpenLDAP 2.0 or higher)
+ .Pp
+ Authenticate against an ldap server.  The ldap configuration parameters are
+-read from /usr/local/etc/saslauthd.conf.  The location of this file can be
++read from /etc/saslauthd.conf.  The location of this file can be
+ changed with the -O parameter. See the LDAP_SASLAUTHD file included with the
+ distribution for the list of available parameters.
+ .It Li sia
+@@ -278,7 +278,7 @@ was never intended to be used in this manner, anyway.)
+ .Bl -tag -width "/var/run/saslauthd/mux"
+ .It Pa /var/run/saslauthd/mux
+ The default communications socket.
+-.It Pa /usr/local/etc/saslauthd.conf
++.It Pa /etc/saslauthd.conf
+ The default configuration file for ldap support.
+ .El
+ .Sh SEE ALSO


Property changes on: 
libsasl/repos/testing-x86_64/0003-Update-saslauthd.conf-location-in-documentation.patch
__