[arch-commits] Commit in pam/repos/testing-x86_64 (PKGBUILD PKGBUILD other other)
Tobias Powalowski
tpowa at archlinux.org
Tue Jul 21 13:01:50 UTC 2020
Date: Tuesday, July 21, 2020 @ 13:01:49
Author: tpowa
Revision: 392328
archrelease: copy trunk to testing-x86_64
Added:
pam/repos/testing-x86_64/PKGBUILD
(from rev 392327, pam/trunk/PKGBUILD)
pam/repos/testing-x86_64/other
(from rev 392327, pam/trunk/other)
Deleted:
pam/repos/testing-x86_64/PKGBUILD
pam/repos/testing-x86_64/other
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
other | 10 +++----
2 files changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-21 13:00:34 UTC (rev 392327)
+++ PKGBUILD 2020-07-21 13:01:49 UTC (rev 392328)
@@ -1,41 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=pam
-pkgver=1.4.0
-pkgrel=1
-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=(
- '296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin <ldv at altlinux.org>
-)
-
-sha256sums=('cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034'
- '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/testing-x86_64/PKGBUILD (from rev 392327, pam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-21 13:01:49 UTC (rev 392328)
@@ -0,0 +1,41 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=pam
+pkgver=1.4.0
+pkgrel=1
+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=(
+ '296D6F29A020808E8717A8842DB5BD89A340AEB7' #Dimitry V. Levin <ldv at altlinux.org>
+)
+
+sha256sums=('cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034'
+ '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
+}
Deleted: other
===================================================================
--- other 2020-07-21 13:00:34 UTC (rev 392327)
+++ other 2020-07-21 13:01:49 UTC (rev 392328)
@@ -1,5 +0,0 @@
-#%PAM-1.0
-auth required pam_unix.so
-account required pam_unix.so
-password required pam_unix.so
-session required pam_unix.so
Copied: pam/repos/testing-x86_64/other (from rev 392327, pam/trunk/other)
===================================================================
--- other (rev 0)
+++ other 2020-07-21 13:01:49 UTC (rev 392328)
@@ -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