[arch-commits] Commit in openssh/repos (22 files)

2016-01-14 Thread Evangelos Foutras
Date: Thursday, January 14, 2016 @ 16:51:48
  Author: foutrelis
Revision: 258310

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 258309, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/dispatch.patch
(from rev 258309, openssh/trunk/dispatch.patch)
  openssh/repos/testing-i686/error.patch
(from rev 258309, openssh/trunk/error.patch)
  openssh/repos/testing-i686/install
(from rev 258309, openssh/trunk/install)
  openssh/repos/testing-i686/sshd.conf
(from rev 258309, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 258309, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 258309, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 258309, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 258309, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 258309, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 258309, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/dispatch.patch
(from rev 258309, openssh/trunk/dispatch.patch)
  openssh/repos/testing-x86_64/error.patch
(from rev 258309, openssh/trunk/error.patch)
  openssh/repos/testing-x86_64/install
(from rev 258309, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 258309, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 258309, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 258309, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 258309, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 258309, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 258309, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   92 +++
 testing-i686/dispatch.patch|   81 ++
 testing-i686/error.patch   |   25 +
 testing-i686/install   |   10 +++
 testing-i686/sshd.conf |1 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   17 ++
 testing-x86_64/PKGBUILD|   92 +++
 testing-x86_64/dispatch.patch  |   81 ++
 testing-x86_64/error.patch |   25 +
 testing-x86_64/install |   10 +++
 testing-x86_64/sshd.conf   |1 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   17 ++
 20 files changed, 534 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 258309, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-14 15:51:48 UTC (rev 258310)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=7.1p2
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('9202f5a2a50c8a55ecfb830609df1e1fde97f758' 'SKIP'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+ 

[arch-commits] Commit in openssh/repos (22 files)

2015-08-21 Thread Gaetan Bisson
Date: Friday, August 21, 2015 @ 09:51:45
  Author: bisson
Revision: 244462

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 244461, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/dispatch.patch
(from rev 244461, openssh/trunk/dispatch.patch)
  openssh/repos/testing-i686/error.patch
(from rev 244461, openssh/trunk/error.patch)
  openssh/repos/testing-i686/install
(from rev 244461, openssh/trunk/install)
  openssh/repos/testing-i686/sshd.conf
(from rev 244461, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 244461, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 244461, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 244461, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 244461, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 244461, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 244461, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/dispatch.patch
(from rev 244461, openssh/trunk/dispatch.patch)
  openssh/repos/testing-x86_64/error.patch
(from rev 244461, openssh/trunk/error.patch)
  openssh/repos/testing-x86_64/install
(from rev 244461, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 244461, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 244461, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 244461, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 244461, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 244461, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 244461, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   92 +++
 testing-i686/dispatch.patch|   81 ++
 testing-i686/error.patch   |   25 +
 testing-i686/install   |   10 +++
 testing-i686/sshd.conf |1 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   17 ++
 testing-x86_64/PKGBUILD|   92 +++
 testing-x86_64/dispatch.patch  |   81 ++
 testing-x86_64/error.patch |   25 +
 testing-x86_64/install |   10 +++
 testing-x86_64/sshd.conf   |1 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   17 ++
 20 files changed, 534 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 244461, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-21 07:51:45 UTC (rev 244462)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=7.1p1
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz{,.asc}
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('ed22af19f962262c493fcc6ed8c8826b2761d9b6' 'SKIP'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   

[arch-commits] Commit in openssh/repos (22 files)

2015-08-11 Thread Gaetan Bisson
Date: Tuesday, August 11, 2015 @ 16:21:42
  Author: bisson
Revision: 243158

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 243157, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/dispatch.patch
(from rev 243157, openssh/trunk/dispatch.patch)
  openssh/repos/testing-i686/error.patch
(from rev 243157, openssh/trunk/error.patch)
  openssh/repos/testing-i686/install
(from rev 243157, openssh/trunk/install)
  openssh/repos/testing-i686/sshd.conf
(from rev 243157, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 243157, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 243157, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 243157, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 243157, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 243157, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 243157, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/dispatch.patch
(from rev 243157, openssh/trunk/dispatch.patch)
  openssh/repos/testing-x86_64/error.patch
(from rev 243157, openssh/trunk/error.patch)
  openssh/repos/testing-x86_64/install
(from rev 243157, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 243157, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 243157, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 243157, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 243157, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 243157, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 243157, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   92 +++
 testing-i686/dispatch.patch|   81 ++
 testing-i686/error.patch   |   25 +
 testing-i686/install   |   10 +++
 testing-i686/sshd.conf |1 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   17 ++
 testing-x86_64/PKGBUILD|   92 +++
 testing-x86_64/dispatch.patch  |   81 ++
 testing-x86_64/error.patch |   25 +
 testing-x86_64/install |   10 +++
 testing-x86_64/sshd.conf   |1 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   17 ++
 20 files changed, 534 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 243157, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-11 14:21:42 UTC (rev 243158)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=7.0p1
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz{,.asc}
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('d8337c9eab91d360d104f6dd805f8b32089c063c' 'SKIP'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   

[arch-commits] Commit in openssh/repos (22 files)

2015-06-30 Thread Gaetan Bisson
Date: Wednesday, July 1, 2015 @ 07:23:35
  Author: bisson
Revision: 241659

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 241658, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/dispatch.patch
(from rev 241658, openssh/trunk/dispatch.patch)
  openssh/repos/testing-i686/error.patch
(from rev 241658, openssh/trunk/error.patch)
  openssh/repos/testing-i686/install
(from rev 241658, openssh/trunk/install)
  openssh/repos/testing-i686/sshd.conf
(from rev 241658, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 241658, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 241658, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 241658, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 241658, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 241658, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 241658, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/dispatch.patch
(from rev 241658, openssh/trunk/dispatch.patch)
  openssh/repos/testing-x86_64/error.patch
(from rev 241658, openssh/trunk/error.patch)
  openssh/repos/testing-x86_64/install
(from rev 241658, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 241658, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 241658, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 241658, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 241658, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 241658, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 241658, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   92 +++
 testing-i686/dispatch.patch|   81 ++
 testing-i686/error.patch   |   25 +
 testing-i686/install   |   10 +++
 testing-i686/sshd.conf |1 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   17 ++
 testing-x86_64/PKGBUILD|   92 +++
 testing-x86_64/dispatch.patch  |   81 ++
 testing-x86_64/error.patch |   25 +
 testing-x86_64/install |   10 +++
 testing-x86_64/sshd.conf   |1 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   17 ++
 20 files changed, 534 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 241658, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-01 05:23:35 UTC (rev 241659)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=6.9p1
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz{,.asc}
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('86ab57f00d0fd9bf302760f2f6deac1b6e9df265' 'SKIP'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   

[arch-commits] Commit in openssh/repos (22 files)

2015-05-20 Thread Gaetan Bisson
Date: Wednesday, May 20, 2015 @ 11:16:50
  Author: bisson
Revision: 239586

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 239585, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/dispatch.patch
(from rev 239585, openssh/trunk/dispatch.patch)
  openssh/repos/testing-i686/error.patch
(from rev 239585, openssh/trunk/error.patch)
  openssh/repos/testing-i686/install
(from rev 239585, openssh/trunk/install)
  openssh/repos/testing-i686/sshd.conf
(from rev 239585, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 239585, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 239585, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 239585, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 239585, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 239585, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 239585, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/dispatch.patch
(from rev 239585, openssh/trunk/dispatch.patch)
  openssh/repos/testing-x86_64/error.patch
(from rev 239585, openssh/trunk/error.patch)
  openssh/repos/testing-x86_64/install
(from rev 239585, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 239585, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 239585, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 239585, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 239585, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 239585, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 239585, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |  102 +++
 testing-i686/dispatch.patch|   81 +++
 testing-i686/error.patch   |   25 
 testing-i686/install   |   10 +++
 testing-i686/sshd.conf |1 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 +
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 ++
 testing-i686/sshdgenkeys.service   |   17 +
 testing-x86_64/PKGBUILD|  102 +++
 testing-x86_64/dispatch.patch  |   81 +++
 testing-x86_64/error.patch |   25 
 testing-x86_64/install |   10 +++
 testing-x86_64/sshd.conf   |1 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 +
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 ++
 testing-x86_64/sshdgenkeys.service |   17 +
 20 files changed, 554 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 239585, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-20 09:16:50 UTC (rev 239586)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=6.8p1
+pkgrel=3
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz{,.asc}
+'error.patch'
+'dispatch.patch'
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('cdbc51e46a902b30d263b05fdc71340920e91c92' 'SKIP'
+  '1b6b11efe9b20b9d1e51a59ac4b16eefb1dc84b8'
+  'e629d45e899bbb2b3e702080f37cb40f3dc2b9b4'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i 

[arch-commits] Commit in openssh/repos (22 files)

2012-06-16 Thread Dave Reisner
Date: Saturday, June 16, 2012 @ 13:16:33
  Author: dreisner
Revision: 161935

db-move: moved openssh from [staging] to [testing] ( i686,  x86_64)

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 161923, openssh/repos/staging-i686/PKGBUILD)
  openssh/repos/testing-i686/sshd
(from rev 161923, openssh/repos/staging-i686/sshd)
  openssh/repos/testing-i686/sshd.close-sessions
(from rev 161923, openssh/repos/staging-i686/sshd.close-sessions)
  openssh/repos/testing-i686/sshd.confd
(from rev 161923, openssh/repos/staging-i686/sshd.confd)
  openssh/repos/testing-i686/sshd.pam
(from rev 161923, openssh/repos/staging-i686/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 161923, openssh/repos/staging-i686/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 161923, openssh/repos/staging-i686/sshd.socket)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 161923, openssh/repos/staging-i686/sshdgenkeys.service)
  openssh/repos/testing-i686/tmpfiles.d
(from rev 161923, openssh/repos/staging-i686/tmpfiles.d)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 161923, openssh/repos/staging-x86_64/PKGBUILD)
  openssh/repos/testing-x86_64/sshd
(from rev 161923, openssh/repos/staging-x86_64/sshd)
  openssh/repos/testing-x86_64/sshd.close-sessions
(from rev 161923, openssh/repos/staging-x86_64/sshd.close-sessions)
  openssh/repos/testing-x86_64/sshd.confd
(from rev 161923, openssh/repos/staging-x86_64/sshd.confd)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 161923, openssh/repos/staging-x86_64/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 161923, openssh/repos/staging-x86_64/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 161923, openssh/repos/staging-x86_64/sshd.socket)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 161923, openssh/repos/staging-x86_64/sshdgenkeys.service)
  openssh/repos/testing-x86_64/tmpfiles.d
(from rev 161923, openssh/repos/staging-x86_64/tmpfiles.d)
Deleted:
  openssh/repos/staging-i686/
  openssh/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   96 +++
 testing-i686/sshd  |   45 
 testing-i686/sshd.close-sessions   |   17 ++
 testing-i686/sshd.confd|4 +
 testing-i686/sshd.pam  |   13 
 testing-i686/sshd.service  |   19 ++
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshdgenkeys.service   |   18 ++
 testing-i686/tmpfiles.d|1 
 testing-x86_64/PKGBUILD|   96 +++
 testing-x86_64/sshd|   45 
 testing-x86_64/sshd.close-sessions |   17 ++
 testing-x86_64/sshd.confd  |4 +
 testing-x86_64/sshd.pam|   13 
 testing-x86_64/sshd.service|   19 ++
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshdgenkeys.service |   18 ++
 testing-x86_64/tmpfiles.d  |1 
 18 files changed, 446 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 161923, 
openssh/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-16 17:16:33 UTC (rev 161935)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=6.0p1
+pkgrel=3
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz;
+'sshd.close-sessions'
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'tmpfiles.d'
+'sshd.confd'
+'sshd.pam'
+'sshd')
+sha1sums=('f691e53ef83417031a2854b8b1b661c9c08e4422'
+  '954bf1660aa32620c37034320877f4511b767ccb'
+  '6c71de2c2ca9622aa8e863acd94b13e11125'
+  'bd6eae36c7ef9efb7147778baad7858b81f2d660'
+  '83a257b8f6a62237383262cb0e2583e5609ddac0'
+  'a30fb5fda6d0143345bae47684edaffb8d0a92a7'
+  'b5cf44205e8f4365c00bfbee110d7c0e563627aa'
+  'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
+  '659e3ee95c269014783ff8b318c6f50bf7496fbd'
+  'ed36e3a522f619ff6b13e253526596e4cca11e9f')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')
+
+build() {
+   cd