[arch-commits] Commit in autofs/trunk (PKGBUILD git-fixes.patch)

2016-08-28 Thread Lukas Fleischer
Date: Sunday, August 28, 2016 @ 17:52:32
  Author: lfleischer
Revision: 187856

upgpkg: autofs 5.1.2-1

Upstream update.

Modified:
  autofs/trunk/PKGBUILD
Deleted:
  autofs/trunk/git-fixes.patch

-+
 PKGBUILD|6 
 git-fixes.patch |  777 --
 2 files changed, 3 insertions(+), 780 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-28 16:27:37 UTC (rev 187855)
+++ PKGBUILD2016-08-28 17:52:32 UTC (rev 187856)
@@ -4,8 +4,8 @@
 # Contributor: Manolis Tzanidakis
 
 pkgname=autofs
-pkgver=5.1.1
-pkgrel=3
+pkgver=5.1.2
+pkgrel=1
 pkgdesc='A kernel-based automounter for Linux.'
 arch=('i686' 'x86_64')
 url='http://freshmeat.net/projects/autofs'
@@ -23,7 +23,7 @@
 'etc/default/autofs')
 options=(!makeflags)
 
source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar."{xz,sign})
-sha256sums=('e08ff0ef9ff365d87b6c33dca136d20e4e07675197a324f2816894cb437021c3'
+sha256sums=('88b7de39088aead983e02072a7b753d5ee52ce419c8913f7a3d4ff5521313f0c'
 'SKIP')
 validpgpkeys=('CD0A6E3CBB6768800B0736A8E7677380F54FD8A9') # Ian Kent
 

Deleted: git-fixes.patch
===
--- git-fixes.patch 2016-08-28 16:27:37 UTC (rev 187855)
+++ git-fixes.patch 2016-08-28 17:52:32 UTC (rev 187856)
@@ -1,777 +0,0 @@
-diff --git a/CHANGELOG b/CHANGELOG
-index 62dac81..a9263c8 100644
 a/CHANGELOG
-+++ b/CHANGELOG
-@@ -1,3 +1,17 @@
-+??/??/20?? autofs-5.0.9
-+===
-+- fix undefined authtype_requires_creds err if ldap enabled but without sasl.
-+- fix master map type check.
-+- fix task manager not getting signaled.
-+- allow --with-systemd to take a path arg.
-+- fix WITH_LIBTIRPC function name.
-+- fix ipv6 libtirpc getport.
-+- fix ipv6 link local address handling.
-+- fix fix ipv6 libtirpc getport.
-+- get_nfs_info() should query portmapper if port is not given.
-+- fix rpc_portmap_getport() proto not set.
-+- fix protmap not trying proto v2.
-+
- 17/10/2013 autofs-5.0.8
- ===
- - fix nobind sun escaped map entries.
-diff --git a/aclocal.m4 b/aclocal.m4
-index 3e6f223..2115204 100644
 a/aclocal.m4
-+++ b/aclocal.m4
-@@ -229,8 +229,10 @@ dnl Check the location of the systemd unit files directory
- dnl --
- AC_DEFUN([AF_WITH_SYSTEMD],
- [AC_ARG_WITH(systemd,
--[  --with-systemd install systemd unit file if systemd unit directory
--is found on system],
-+[  --with-systemd@<:@=systemddir@:>@  install systemd unit file.  If 'yes'
-+probe the system for unit directory.
-+If a path is specified, assume that
-+is a valid install path.],
- [if test "$withval" = yes; then
-   if test -z "$systemddir"; then
- AC_MSG_CHECKING([location of the systemd unit files directory])
-@@ -247,6 +249,10 @@ AC_DEFUN([AF_WITH_SYSTEMD],
-   else
- AC_MSG_RESULT(not found)
-   fi
-+else
-+ if test "$withval" != no; then
-+  systemddir=$withval
-+ fi
- fi])
- ])
- 
-@@ -435,7 +441,7 @@ CFLAGS="$af_check_libtirpc_save_cflags"
- LDFLAGS="$af_check_libtirpc_save_ldflags"
- ])
- 
--AC_DEFUN([AM_WITH_LIBTIRPC],
-+AC_DEFUN([AF_WITH_LIBTIRPC],
- [AC_MSG_CHECKING([if libtirpc is requested and available])
- AC_ARG_WITH(libtirpc,
- [  --with-libtirpc use libtirpc if available],
-diff --git a/configure b/configure
-index 2c2e312..4e1743d 100755
 a/configure
-+++ b/configure
-@@ -1372,8 +1372,10 @@ Optional Packages:
-   --with-PACKAGE[=ARG]use PACKAGE [ARG=yes]
-   --without-PACKAGE   do not use PACKAGE (same as --with-PACKAGE=no)
-   --with-path=PATH  look in PATH for binaries needed by the automounter
--  --with-systemd install systemd unit file if systemd unit directory
--is found on system
-+  --with-systemd[=systemddir]  install systemd unit file.  If 'yes'
-+probe the system for unit directory.
-+If a path is specified, assume that
-+is a valid install path.
-   --with-confdir=DIRuse DIR for autofs configuration files
-   --with-mapdir=PATHlook in PATH for mount maps used by the automounter
-   --with-fifodir=PATHuse PATH as the directory for fifos used by the 
automounter
-@@ -2260,6 +2262,10 @@ $as_echo "$systemddir" >&6; }
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
- $as_echo "not found" >&6; }
-   fi
-+else
-+ if test "$withval" != no; then
-+  systemddir=$withval
-+ fi
- fi
- fi
- 
-diff --git a/configure.in b/configure.in
-index 5f29163..1eeb8dc 100644
 a/configure.in
-+++ b/configure.in
-@@ -124,7 +124,7 @@ AC_SUBST(flagdir)
- #
- # Use libtirpc
- #
--AM_WITH_LIBTIRPC()
-+AF_WITH_LIBTIRPC()
- AC_SUBST(TIRPCLIB)
- 

[arch-commits] Commit in autofs/trunk (PKGBUILD git-fixes.patch)

2014-01-09 Thread Balló György
Date: Friday, January 10, 2014 @ 08:47:53
  Author: bgyorgy
Revision: 103696

upgpkg: autofs 5.0.8-2

Apply upstream fixes

Added:
  autofs/trunk/git-fixes.patch
Modified:
  autofs/trunk/PKGBUILD

-+
 PKGBUILD|   21 +
 git-fixes.patch |  777 ++
 2 files changed, 792 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 03:08:10 UTC (rev 103695)
+++ PKGBUILD2014-01-10 07:47:53 UTC (rev 103696)
@@ -6,7 +6,7 @@
 
 pkgname=autofs
 pkgver=5.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A kernel-based automounter for Linux.'
 arch=('i686' 'x86_64')
 url='http://freshmeat.net/projects/autofs'
@@ -14,15 +14,24 @@
 depends=('libxml2')
 makedepends=('libldap' 'krb5' 'kmod')
 optdepends=('krb5: for LDAP support')
-backup=('etc/default/autofs'
-'etc/autofs/auto.master'
-'etc/autofs/auto.misc')
+backup=('etc/autofs/auto.master'
+'etc/autofs/auto.misc'
+'etc/autofs/auto.net'
+'etc/autofs/auto.smb'
+'etc/autofs/autofs_ldap_auth.conf'
+'etc/default/autofs')
 options=(!makeflags)
-source=(http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('32c41fb4e3439f18400468e84dc82fbbd4b14156bef6b9a7f09196ecd9299d52')
+source=(http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.xz;
+git-fixes.patch)
+sha256sums=('32c41fb4e3439f18400468e84dc82fbbd4b14156bef6b9a7f09196ecd9299d52'
+'09c41a73db6a352cb04b51795591e5ae1c4a3fff37257fc8bb117020fa0e2724')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Apply fixes from git
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+
   sed -i -e 's|/etc/auto.misc|/etc/autofs/auto.misc|' \
  -e 's|/etc/auto.master.d|/etc/autofs/auto.master.d|' 
samples/auto.master
 }

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2014-01-10 07:47:53 UTC (rev 103696)
@@ -0,0 +1,777 @@
+diff --git a/CHANGELOG b/CHANGELOG
+index 62dac81..a9263c8 100644
+--- a/CHANGELOG
 b/CHANGELOG
+@@ -1,3 +1,17 @@
++??/??/20?? autofs-5.0.9
++===
++- fix undefined authtype_requires_creds err if ldap enabled but without sasl.
++- fix master map type check.
++- fix task manager not getting signaled.
++- allow --with-systemd to take a path arg.
++- fix WITH_LIBTIRPC function name.
++- fix ipv6 libtirpc getport.
++- fix ipv6 link local address handling.
++- fix fix ipv6 libtirpc getport.
++- get_nfs_info() should query portmapper if port is not given.
++- fix rpc_portmap_getport() proto not set.
++- fix protmap not trying proto v2.
++
+ 17/10/2013 autofs-5.0.8
+ ===
+ - fix nobind sun escaped map entries.
+diff --git a/aclocal.m4 b/aclocal.m4
+index 3e6f223..2115204 100644
+--- a/aclocal.m4
 b/aclocal.m4
+@@ -229,8 +229,10 @@ dnl Check the location of the systemd unit files directory
+ dnl --
+ AC_DEFUN([AF_WITH_SYSTEMD],
+ [AC_ARG_WITH(systemd,
+-[  --with-systemd install systemd unit file if systemd unit directory
+-is found on system],
++[  --with-systemd@:@=systemddir@:@  install systemd unit file.  If 'yes'
++probe the system for unit directory.
++If a path is specified, assume that
++is a valid install path.],
+ [if test $withval = yes; then
+   if test -z $systemddir; then
+ AC_MSG_CHECKING([location of the systemd unit files directory])
+@@ -247,6 +249,10 @@ AC_DEFUN([AF_WITH_SYSTEMD],
+   else
+ AC_MSG_RESULT(not found)
+   fi
++else
++ if test $withval != no; then
++  systemddir=$withval
++ fi
+ fi])
+ ])
+ 
+@@ -435,7 +441,7 @@ CFLAGS=$af_check_libtirpc_save_cflags
+ LDFLAGS=$af_check_libtirpc_save_ldflags
+ ])
+ 
+-AC_DEFUN([AM_WITH_LIBTIRPC],
++AC_DEFUN([AF_WITH_LIBTIRPC],
+ [AC_MSG_CHECKING([if libtirpc is requested and available])
+ AC_ARG_WITH(libtirpc,
+ [  --with-libtirpc use libtirpc if available],
+diff --git a/configure b/configure
+index 2c2e312..4e1743d 100755
+--- a/configure
 b/configure
+@@ -1372,8 +1372,10 @@ Optional Packages:
+   --with-PACKAGE[=ARG]use PACKAGE [ARG=yes]
+   --without-PACKAGE   do not use PACKAGE (same as --with-PACKAGE=no)
+   --with-path=PATH  look in PATH for binaries needed by the automounter
+-  --with-systemd install systemd unit file if systemd unit directory
+-is found on system
++  --with-systemd[=systemddir]  install systemd unit file.  If 'yes'
++probe the system for unit directory.
++If a path is specified, assume that
++is a valid install path.
+   --with-confdir=DIRuse DIR for autofs