[arch-commits] Commit in pam/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 13 17:50:59 UTC 2019


    Date: Wednesday, November 13, 2019 @ 17:50:59
  Author: foutrelis
Revision: 368417

archrelease: copy trunk to staging-x86_64

Added:
  pam/repos/staging-x86_64/
  pam/repos/staging-x86_64/PKGBUILD
    (from rev 368416, pam/trunk/PKGBUILD)
  pam/repos/staging-x86_64/other
    (from rev 368416, pam/trunk/other)

----------+
 PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 other    |    5 +++++
 2 files changed, 46 insertions(+)

Copied: pam/repos/staging-x86_64/PKGBUILD (from rev 368416, pam/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-11-13 17:50:59 UTC (rev 368417)
@@ -0,0 +1,41 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=pam
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('x86_64')
+license=('GPL2')
+url="http://linux-pam.org"
+depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
+makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/default/passwd etc/environment)
+source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz
+        https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz.asc)
+validpgpkeys=(
+        '8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB' # Thorsten Kukuk
+)
+
+md5sums=('558ff53b0fc0563ca97f79e911822165'
+         'SKIP')
+
+options=('!emptydirs')
+
+build() {
+  cd Linux-PAM-$pkgver
+  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
+  make
+}
+
+package() {
+  cd Linux-PAM-$pkgver
+  make DESTDIR="$pkgdir" SCONFIGDIR=/etc/security install
+
+  # set unix_chkpwd uid
+  chmod +s "$pkgdir"/usr/bin/unix_chkpwd
+
+  # remove doc which is not used anymore
+  # FS #40749
+  rm "$pkgdir"/usr/share/doc/Linux-PAM/sag-pam_userdb.html
+}

Copied: pam/repos/staging-x86_64/other (from rev 368416, pam/trunk/other)
===================================================================
--- staging-x86_64/other	                        (rev 0)
+++ staging-x86_64/other	2019-11-13 17:50:59 UTC (rev 368417)
@@ -0,0 +1,5 @@
+#%PAM-1.0
+auth		required	pam_unix.so
+account		required	pam_unix.so
+password	required	pam_unix.so
+session		required	pam_unix.so



More information about the arch-commits mailing list