[arch-commits] Commit in nss-pam-ldapd/repos (9 files)
Johannes Löthberg
demize at archlinux.org
Thu Dec 12 18:22:35 UTC 2019
Date: Thursday, December 12, 2019 @ 18:22:35
Author: demize
Revision: 537418
db-move: moved nss-pam-ldapd from [community-testing] to [community] (x86_64)
Added:
nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 537417, nss-pam-ldapd/repos/community-testing-x86_64/PKGBUILD)
nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 537417, nss-pam-ldapd/repos/community-testing-x86_64/nslcd.service)
nss-pam-ldapd/repos/community-x86_64/nslcd.sysusers
(from rev 537417, nss-pam-ldapd/repos/community-testing-x86_64/nslcd.sysusers)
nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 537417, nss-pam-ldapd/repos/community-testing-x86_64/nslcd.tmpfiles)
Deleted:
nss-pam-ldapd/repos/community-testing-x86_64/
nss-pam-ldapd/repos/community-x86_64/PKGBUILD
nss-pam-ldapd/repos/community-x86_64/nslcd.service
nss-pam-ldapd/repos/community-x86_64/nslcd.sysusers
nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
---------------------------------+
/PKGBUILD | 69 ++++++++++++++++++++++++++++++++++++
/nslcd.service | 9 ++++
/nslcd.sysusers | 1
/nslcd.tmpfiles | 1
community-x86_64/PKGBUILD | 72 --------------------------------------
community-x86_64/nslcd.service | 9 ----
community-x86_64/nslcd.sysusers | 1
community-x86_64/nslcd.tmpfiles | 1
8 files changed, 80 insertions(+), 83 deletions(-)
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2019-12-12 18:22:33 UTC (rev 537417)
+++ community-x86_64/PKGBUILD 2019-12-12 18:22:35 UTC (rev 537418)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.10
-pkgrel=1
-
-pkgdesc='LDAP module for NSS and PAM'
-url="https://arthurdejong.org/nss-pam-ldapd/"
-arch=('x86_64')
-license=('LGPL2.1')
-
-depends=('pam' 'python2')
-conflicts=('pam_ldap')
-
-provides=('nslcd')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-
-source=("https://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
- "nslcd.service"
- "nslcd.sysusers"
- "nslcd.tmpfiles")
-
-md5sums=('0aeeba1882c5d77108eab24ca6995b8d'
- 'SKIP'
- 'c0d4921737bdbb38924e6774cd1d3bb1'
- 'f7a52c4e0eae1a5d525d0e2f374f9114'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-prepare() {
- cd nss-pam-ldapd-$pkgver
- autoreconf -fi
- ./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-pam-seclib-dir=/usr/lib/security \
- CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" PYTHON=python2
-
- sed -i 's/env python$/env python2/' utils/chsh.py utils/getent.py
-}
-
-build() {
- cd nss-pam-ldapd-$pkgver
- make
-}
-
-check() {
- cd nss-pam-ldapd-$pkgver
- make check
-}
-
-package() {
- cd nss-pam-ldapd-$pkgver
-
- install -Dm644 "$srcdir/nslcd.sysusers" "$pkgdir/usr/lib/sysusers.d/nslcd.conf"
- install -Dm644 "$srcdir/nslcd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
- install -Dm644 "$srcdir/nslcd.service" "$pkgdir/usr/lib/systemd/system/nslcd.service"
- install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: nss-pam-ldapd/repos/community-x86_64/PKGBUILD (from rev 537417, nss-pam-ldapd/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2019-12-12 18:22:35 UTC (rev 537418)
@@ -0,0 +1,69 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.11
+pkgrel=1
+
+pkgdesc='LDAP module for NSS and PAM'
+url="https://arthurdejong.org/nss-pam-ldapd/"
+arch=('x86_64')
+license=('LGPL2.1')
+
+depends=('pam' 'python')
+conflicts=('pam_ldap')
+
+provides=('nslcd')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+
+source=("https://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
+ "nslcd.service"
+ "nslcd.sysusers"
+ "nslcd.tmpfiles")
+
+md5sums=('91df9d46a548aa7aa95d0e7c672215d0'
+ 'SKIP'
+ 'c0d4921737bdbb38924e6774cd1d3bb1'
+ 'f7a52c4e0eae1a5d525d0e2f374f9114'
+ 'd78a702ae9e81af03ae0a85a6af4d2f3')
+
+validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
+
+prepare() {
+ cd nss-pam-ldapd-$pkgver
+ autoreconf -fi
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-pam-seclib-dir=/usr/lib/security \
+ CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
+}
+
+build() {
+ cd nss-pam-ldapd-$pkgver
+ make
+}
+
+check() {
+ cd nss-pam-ldapd-$pkgver
+ make check
+}
+
+package() {
+ cd nss-pam-ldapd-$pkgver
+
+ install -Dm644 "$srcdir/nslcd.sysusers" "$pkgdir/usr/lib/sysusers.d/nslcd.conf"
+ install -Dm644 "$srcdir/nslcd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/nslcd.conf"
+ install -Dm644 "$srcdir/nslcd.service" "$pkgdir/usr/lib/systemd/system/nslcd.service"
+ install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/nslcd.service
===================================================================
--- community-x86_64/nslcd.service 2019-12-12 18:22:33 UTC (rev 537417)
+++ community-x86_64/nslcd.service 2019-12-12 18:22:35 UTC (rev 537418)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Naming services LDAP client daemon.
-After=syslog.target network.target
-
-[Service]
-ExecStart=/usr/bin/nslcd --nofork
-
-[Install]
-WantedBy=multi-user.target
Copied: nss-pam-ldapd/repos/community-x86_64/nslcd.service (from rev 537417, nss-pam-ldapd/repos/community-testing-x86_64/nslcd.service)
===================================================================
--- community-x86_64/nslcd.service (rev 0)
+++ community-x86_64/nslcd.service 2019-12-12 18:22:35 UTC (rev 537418)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Naming services LDAP client daemon.
+After=syslog.target network.target
+
+[Service]
+ExecStart=/usr/bin/nslcd --nofork
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/nslcd.sysusers
===================================================================
--- community-x86_64/nslcd.sysusers 2019-12-12 18:22:33 UTC (rev 537417)
+++ community-x86_64/nslcd.sysusers 2019-12-12 18:22:35 UTC (rev 537418)
@@ -1 +0,0 @@
-u nslcd 146 - /var/run/nslcd
Copied: nss-pam-ldapd/repos/community-x86_64/nslcd.sysusers (from rev 537417, nss-pam-ldapd/repos/community-testing-x86_64/nslcd.sysusers)
===================================================================
--- community-x86_64/nslcd.sysusers (rev 0)
+++ community-x86_64/nslcd.sysusers 2019-12-12 18:22:35 UTC (rev 537418)
@@ -0,0 +1 @@
+u nslcd 146 - /var/run/nslcd
Deleted: community-x86_64/nslcd.tmpfiles
===================================================================
--- community-x86_64/nslcd.tmpfiles 2019-12-12 18:22:33 UTC (rev 537417)
+++ community-x86_64/nslcd.tmpfiles 2019-12-12 18:22:35 UTC (rev 537418)
@@ -1 +0,0 @@
-d /run/nslcd 0755 nslcd nslcd -
Copied: nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles (from rev 537417, nss-pam-ldapd/repos/community-testing-x86_64/nslcd.tmpfiles)
===================================================================
--- community-x86_64/nslcd.tmpfiles (rev 0)
+++ community-x86_64/nslcd.tmpfiles 2019-12-12 18:22:35 UTC (rev 537418)
@@ -0,0 +1 @@
+d /run/nslcd 0755 nslcd nslcd -
More information about the arch-commits
mailing list