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

2016-07-16 Thread Tobias Powalowski
Date: Saturday, July 16, 2016 @ 06:13:23
  Author: tpowa
Revision: 271929

db-move: moved pam from [testing] to [core] (i686, x86_64)

Added:
  pam/repos/core-i686/PKGBUILD
(from rev 271928, pam/repos/testing-i686/PKGBUILD)
  pam/repos/core-i686/other
(from rev 271928, pam/repos/testing-i686/other)
  pam/repos/core-i686/pam_unix2-glibc216.patch
(from rev 271928, pam/repos/testing-i686/pam_unix2-glibc216.patch)
  pam/repos/core-x86_64/PKGBUILD
(from rev 271928, pam/repos/testing-x86_64/PKGBUILD)
  pam/repos/core-x86_64/other
(from rev 271928, pam/repos/testing-x86_64/other)
  pam/repos/core-x86_64/pam_unix2-glibc216.patch
(from rev 271928, pam/repos/testing-x86_64/pam_unix2-glibc216.patch)
Deleted:
  pam/repos/core-i686/PKGBUILD
  pam/repos/core-i686/other
  pam/repos/core-i686/pam_unix2-glibc216.patch
  pam/repos/core-x86_64/PKGBUILD
  pam/repos/core-x86_64/other
  pam/repos/core-x86_64/pam_unix2-glibc216.patch
  pam/repos/testing-i686/
  pam/repos/testing-x86_64/

--+
 /PKGBUILD|  136 +
 /other   |   10 ++
 /pam_unix2-glibc216.patch|   40 +
 core-i686/PKGBUILD   |   68 
 core-i686/other  |5 -
 core-i686/pam_unix2-glibc216.patch   |   20 
 core-x86_64/PKGBUILD |   68 
 core-x86_64/other|5 -
 core-x86_64/pam_unix2-glibc216.patch |   20 
 9 files changed, 186 insertions(+), 186 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-07-16 06:13:12 UTC (rev 271928)
+++ core-i686/PKGBUILD  2016-07-16 06:13:23 UTC (rev 271929)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=pam
-pkgver=1.2.1
-pkgrel=3
-pkgdesc="PAM (Pluggable Authentication Modules) library"
-arch=('i686' '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=(http://linux-pam.org/library/Linux-PAM-$pkgver.tar.bz2
-https://sources.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
-pam_unix2-glibc216.patch)
-md5sums=('9dc53067556d2dd567808fd509519dd6'
- 'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
- 'dac109f68e04a4df37575fda6001ea17')
-
-options=('!emptydirs')
-
-prepare () {
-  cd $srcdir/Linux-PAM-$pkgver
-
-  # fix pam_unix2 building
-  cd $srcdir/pam_unix2-2.9.1
-  patch -Np1 -i "${srcdir}/pam_unix2-glibc216.patch"
-}
-
-build() {
-  cd $srcdir/Linux-PAM-$pkgver
-  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
-  make
-
-  cd $srcdir/pam_unix2-2.9.1
-  # modify flags to build against the pam compiled here, not a system lib.
-  ./configure \
-  CFLAGS="$CFLAGS -I$srcdir/Linux-PAM-$pkgver/libpam/include/" \
-  LDFLAGS="$LDFLAGS -L$srcdir/Linux-PAM-$pkgver/libpam/.libs/" \
-  --libdir=/usr/lib \
-  --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/Linux-PAM-$pkgver
-  make DESTDIR=$pkgdir SCONFIGDIR=/etc/security install
-
-  # build pam_unix2 module
-  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
-  cd $srcdir/pam_unix2-2.9.1
-  make DESTDIR=$pkgdir install
-
-  # fix some missing symlinks from old pam for compatibility
-  cd $pkgdir/usr/lib/security
-  ln -s pam_unix.so pam_unix_acct.so
-  ln -s pam_unix.so pam_unix_auth.so
-  ln -s pam_unix.so pam_unix_passwd.so
-  ln -s pam_unix.so pam_unix_session.so
-
-  # 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/core-i686/PKGBUILD (from rev 271928, 
pam/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-07-16 06:13:23 UTC (rev 271929)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=pam
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="PAM (Pluggable Authentication Modules) library"
+arch=('i686' '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=(http://linux-pam.org/library/Linux-PAM-$pkgver.tar.bz2
+https://sources.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
+

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

2012-06-14 Thread Tobias Powalowski
Date: Thursday, June 14, 2012 @ 06:14:53
  Author: tpowa
Revision: 161792

db-move: moved pam from [testing] to [core] ( i686,  x86_64)

Added:
  pam/repos/core-i686/PKGBUILD
(from rev 161791, pam/repos/testing-i686/PKGBUILD)
  pam/repos/core-i686/other
(from rev 161791, pam/repos/testing-i686/other)
  pam/repos/core-i686/pam.install
(from rev 161791, pam/repos/testing-i686/pam.install)
  pam/repos/core-x86_64/PKGBUILD
(from rev 161791, pam/repos/testing-x86_64/PKGBUILD)
  pam/repos/core-x86_64/other
(from rev 161791, pam/repos/testing-x86_64/other)
  pam/repos/core-x86_64/pam.install
(from rev 161791, pam/repos/testing-x86_64/pam.install)
Deleted:
  pam/repos/core-i686/PKGBUILD
  pam/repos/core-i686/other
  pam/repos/core-i686/pam.install
  pam/repos/core-x86_64/PKGBUILD
  pam/repos/core-x86_64/other
  pam/repos/core-x86_64/pam.install
  pam/repos/testing-i686/
  pam/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  126 +-
 core-i686/other |   10 +--
 core-i686/pam.install   |   24 
 core-x86_64/PKGBUILD|  126 +-
 core-x86_64/other   |   10 +--
 core-x86_64/pam.install |   24 
 6 files changed, 154 insertions(+), 166 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-14 10:05:25 UTC (rev 161791)
+++ core-i686/PKGBUILD  2012-06-14 10:14:53 UTC (rev 161792)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=pam
-pkgver=1.1.5
-pkgrel=3
-pkgdesc=PAM (Pluggable Authentication Modules) library
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.kernel.org/pub/linux/libs/pam/;
-depends=('glibc' 'db' 'cracklib' 'libtirpc')
-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/pam.d/other etc/default/passwd etc/environment)
-source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
-
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
-ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2
-other)
-options=('!libtool' '!emptydirs')
-md5sums=('927ee5585bdec5256c75117e9348aa47'
- 'e2788389a6c59224110a45fcff30e02b'
- '6e6c8719e5989d976a14610f340bd33a')
-
-build() {
-  cd $srcdir/Linux-PAM-$pkgver
-  ./configure --libdir=/usr/lib
-  make
-
-  cd $srcdir/pam_unix2-2.6
-  ./configure --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd $srcdir/Linux-PAM-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 ../other $pkgdir/etc/pam.d/other
-
-  # build pam_unix2 module
-  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
-  cd $srcdir/pam_unix2-2.6
-  make DESTDIR=$pkgdir install
-
-  # add the realtime permissions for audio users
-  sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
-  cat $pkgdir/etc/security/limits.conf _EOT
-*   -   rtprio  0
-*   -   nice0
-@audio  -   rtprio  65
-@audio  -   nice   -10
-@audio  -   memlock 4
-_EOT
-
-  # fix some missing symlinks from old pam for compatibility
-  cd $pkgdir/usr/lib/security
-  ln -s pam_unix.so pam_unix_acct.so
-  ln -s pam_unix.so pam_unix_auth.so
-  ln -s pam_unix.so pam_unix_passwd.so
-  ln -s pam_unix.so pam_unix_session.so
-
-  # set unix_chkpwd uid
-  chmod +s $pkgdir/sbin/unix_chkpwd
-}
-md5sums=('927ee5585bdec5256c75117e9348aa47'
- 'e2788389a6c59224110a45fcff30e02b'
- '6e6c8719e5989d976a14610f340bd33a')

Copied: pam/repos/core-i686/PKGBUILD (from rev 161791, 
pam/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-14 10:14:53 UTC (rev 161792)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=pam
+pkgver=1.1.5
+pkgrel=4
+pkgdesc=PAM (Pluggable Authentication Modules) library
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.kernel.org/pub/linux/libs/pam/;
+depends=('glibc' 'db' '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://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
+
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
+
ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2/pam_unix2-2.6.tar.bz2)
+options=('!libtool' '!emptydirs')