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

Levente Polyak anthraxx at archlinux.org
Wed Jan 13 22:55:43 UTC 2021


    Date: Wednesday, January 13, 2021 @ 22:55:43
  Author: anthraxx
Revision: 406213

archrelease: copy trunk to testing-x86_64

Added:
  pam/repos/testing-x86_64/
  pam/repos/testing-x86_64/PKGBUILD
    (from rev 406212, pam/trunk/PKGBUILD)
  pam/repos/testing-x86_64/pam.tmpfiles
    (from rev 406212, pam/trunk/pam.tmpfiles)

--------------+
 PKGBUILD     |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 pam.tmpfiles |    1 +
 2 files changed, 52 insertions(+)

Copied: pam/repos/testing-x86_64/PKGBUILD (from rev 406212, pam/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-01-13 22:55:43 UTC (rev 406213)
@@ -0,0 +1,51 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=pam
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('x86_64')
+license=('GPL2')
+url="http://linux-pam.org"
+depends=('glibc' 'libtirpc' 'pambase' 'audit' 'libaudit.so' 'libxcrypt' 'libcrypt.so')
+makedepends=('flex' 'w3m' 'docbook-xml>=4.4' 'docbook-xsl')
+provides=('libpam.so' 'libpamc.so' 'libpam_misc.so')
+backup=(etc/security/{access.conf,faillock.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/environment)
+source=(https://github.com/linux-pam/linux-pam/releases/download/v$pkgver/Linux-PAM-$pkgver.tar.xz{,.asc}
+        $pkgname.tmpfiles)
+validpgpkeys=(
+        '8C6BFD92EE0F42EDF91A6A736D1A7F052E5924BB' # Thorsten Kukuk
+        '296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin <ldv at altlinux.org>
+)
+
+sha256sums=('201d40730b1135b1b3cdea09f2c28ac634d73181ccd0172ceddee3649c5792fc'
+            'SKIP'
+            '5631f224e90c4f0459361c2a5b250112e3a91ba849754bb6f67d69d683a2e5ac')
+
+options=('!emptydirs')
+
+build() {
+  cd Linux-PAM-$pkgver
+  ./configure \
+    --libdir=/usr/lib \
+    --sbindir=/usr/bin \
+    --disable-db
+  make
+}
+
+package() {
+  install -Dm 644 $pkgname.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+  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
+}
+
+# vim: ts=2 sw=2 et:

Copied: pam/repos/testing-x86_64/pam.tmpfiles (from rev 406212, pam/trunk/pam.tmpfiles)
===================================================================
--- testing-x86_64/pam.tmpfiles	                        (rev 0)
+++ testing-x86_64/pam.tmpfiles	2021-01-13 22:55:43 UTC (rev 406213)
@@ -0,0 +1 @@
+d /run/faillock 0755 root root -



More information about the arch-commits mailing list