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

2013-02-04 Thread Gaetan Bisson
Date: Monday, February 4, 2013 @ 14:51:17
  Author: bisson
Revision: 177030

implement FS#33696

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

--+
 PKGBUILD |4 ++--
 sshd.pam |   17 +
 2 files changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 13:10:00 UTC (rev 177029)
+++ PKGBUILD2013-02-04 13:51:17 UTC (rev 177030)
@@ -5,7 +5,7 @@
 
 pkgname=openssh
 pkgver=6.1p1
-pkgrel=4
+pkgrel=5
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
 license=('custom:BSD')
@@ -30,7 +30,7 @@
   'f9af4a442b804ab661cec0edb25dd76dee16d8d2'
   'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
   'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
-  '659e3ee95c269014783ff8b318c6f50bf7496fbd'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3'
   '1488d4ed33cf3037accf4b0e1c7a7e90b6a097c7')
 
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')

Modified: sshd.pam
===
--- sshd.pam2013-02-04 13:10:00 UTC (rev 177029)
+++ sshd.pam2013-02-04 13:51:17 UTC (rev 177030)
@@ -1,13 +1,6 @@
 #%PAM-1.0
-#auth  requiredpam_securetty.so#Disable remote root
-auth   requiredpam_unix.so
-auth   requiredpam_env.so
-accountrequiredpam_nologin.so
-accountrequiredpam_unix.so
-accountrequiredpam_time.so
-password   requiredpam_unix.so
-sessionrequiredpam_unix_session.so
-sessionrequiredpam_limits.so
-session optionalpam_loginuid.so
--session   optionalpam_ck_connector.so nox11
--session   optionalpam_systemd.so
+#auth required  pam_securetty.so #disable remote root
+auth  include   system-remote-login
+account   include   system-remote-login
+password  include   system-remote-login
+session   include   system-remote-login



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

2012-04-29 Thread Gaetan Bisson
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
===
--- PKGBUILD2012-04-29 11:52:40 UTC (rev 157786)
+++ PKGBUILD2012-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.pam2012-04-29 11:52:40 UTC (rev 157786)
+++ sshd.pam2012-04-29 14:11:00 UTC (rev 157787)
@@ -8,5 +8,6 @@
 password   requiredpam_unix.so
 sessionrequiredpam_unix_session.so
 sessionrequiredpam_limits.so
+session optionalpam_loginuid.so
 -session   optionalpam_ck_connector.so nox11
 -session   optionalpam_systemd.so



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

2011-11-26 Thread Gaetan Bisson
Date: Saturday, November 26, 2011 @ 07:46:01
  Author: bisson
Revision: 143548

implement FS#27255

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

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-26 10:19:38 UTC (rev 143547)
+++ PKGBUILD2011-11-26 12:46:01 UTC (rev 143548)
@@ -5,7 +5,7 @@
 
 pkgname=openssh
 pkgver=5.9p1
-pkgrel=4
+pkgrel=5
 pkgdesc='Free version of the SSH connectivity tools'
 arch=('i686' 'x86_64')
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 'sshd')
 sha1sums=('ac4e0055421e9543f0af5da607a72cf5922dcc56'
   'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
-  '07fecd5880b1c4fdd8c94ddb2e89ddce88effdc1'
+  '3413909fd45a28701c92e6e5b59c6b65346ddb0f'
   '21fa88de6cc1c7912e71655f50896ba17991a1c2')
 
 build() {

Modified: sshd.pam
===
--- sshd.pam2011-11-26 10:19:38 UTC (rev 143547)
+++ sshd.pam2011-11-26 12:46:01 UTC (rev 143548)
@@ -9,3 +9,4 @@
 sessionrequiredpam_unix_session.so
 sessionrequiredpam_limits.so
 -session   optionalpam_ck_connector.so nox11
+-session   optionalpam_systemd.so



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

2011-06-14 Thread Gaetan Bisson
Date: Tuesday, June 14, 2011 @ 12:51:03
  Author: bisson
Revision: 127399

fix FS#24716

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

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-14 13:30:04 UTC (rev 127398)
+++ PKGBUILD2011-06-14 16:51:03 UTC (rev 127399)
@@ -5,7 +5,7 @@
 
 pkgname=openssh
 pkgver=5.8p2
-pkgrel=7
+pkgrel=8
 pkgdesc='Free version of the SSH connectivity tools'
 arch=('i686' 'x86_64')
 license=('custom:BSD')
@@ -20,7 +20,7 @@
 sha1sums=('64798328d310e4f06c9f01228107520adbc8b3e5'
   '3669cb5ca6149f69015df5ce8e60b82c540eb0a4'
   'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
-  '660092c57bde28bed82078f74011f95fc51c2293'
+  '07fecd5880b1c4fdd8c94ddb2e89ddce88effdc1'
   '6b7f8ebf0c1cc37137a7d9a53447ac8a0ee6a2b5')
 
 build() {

Modified: sshd.pam
===
--- sshd.pam2011-06-14 13:30:04 UTC (rev 127398)
+++ sshd.pam2011-06-14 16:51:03 UTC (rev 127399)
@@ -8,3 +8,4 @@
 password   requiredpam_unix.so
 sessionrequiredpam_unix_session.so
 sessionrequiredpam_limits.so
+-session   optionalpam_ck_connector.so nox11