[arch-commits] Commit in openssh/trunk (PKGBUILD sshd.pam)

Gaetan Bisson bisson at archlinux.org
Sun Apr 29 14:11:01 UTC 2012


    Date: Sunday, April 29, 2012 @ 10:11:00
  Author: bisson
Revision: 157787

fix FS#29654

Modified:
  openssh/trunk/PKGBUILD
  openssh/trunk/sshd.pam

----------+
 PKGBUILD |    4 ++--
 sshd.pam |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-29 11:52:40 UTC (rev 157786)
+++ PKGBUILD	2012-04-29 14:11:00 UTC (rev 157787)
@@ -5,7 +5,7 @@
 
 pkgname=openssh
 pkgver=6.0p1
-pkgrel=1
+pkgrel=2
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
 license=('custom:BSD')
@@ -20,7 +20,7 @@
 sha1sums=('f691e53ef83417031a2854b8b1b661c9c08e4422'
           '954bf1660aa32620c37034320877f4511b767ccb'
           'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
-          '3413909fd45a28701c92e6e5b59c6b65346ddb0f'
+          '659e3ee95c269014783ff8b318c6f50bf7496fbd'
           '21fa88de6cc1c7912e71655f50896ba17991a1c2')
 
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 'etc/conf.d/sshd')

Modified: sshd.pam
===================================================================
--- sshd.pam	2012-04-29 11:52:40 UTC (rev 157786)
+++ sshd.pam	2012-04-29 14:11:00 UTC (rev 157787)
@@ -8,5 +8,6 @@
 password	required	pam_unix.so
 session		required	pam_unix_session.so
 session		required	pam_limits.so
+session         optional        pam_loginuid.so
 -session	optional	pam_ck_connector.so nox11
 -session	optional	pam_systemd.so




More information about the arch-commits mailing list