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

2012-06-10 Thread Florian Pritz
Date: Sunday, June 10, 2012 @ 09:15:07
  Author: bluewind
Revision: 161378

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

Deleted:
  openssh/repos/staging-i686/PKGBUILD
  openssh/repos/staging-i686/sshd
  openssh/repos/staging-i686/sshd.close-sessions
  openssh/repos/staging-i686/sshd.confd
  openssh/repos/staging-i686/sshd.pam
  openssh/repos/staging-i686/sshd.service
  openssh/repos/staging-i686/sshd.socket
  openssh/repos/staging-i686/sshdgenkeys.service
  openssh/repos/staging-i686/tmpfiles.d
  openssh/repos/staging-x86_64/PKGBUILD
  openssh/repos/staging-x86_64/sshd
  openssh/repos/staging-x86_64/sshd.close-sessions
  openssh/repos/staging-x86_64/sshd.confd
  openssh/repos/staging-x86_64/sshd.pam
  openssh/repos/staging-x86_64/sshd.service
  openssh/repos/staging-x86_64/sshd.socket
  openssh/repos/staging-x86_64/sshdgenkeys.service
  openssh/repos/staging-x86_64/tmpfiles.d

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-06-10 13:13:03 UTC (rev 161377)
+++ staging-i686/PKGBUILD   2012-06-10 13:15:07 UTC (rev 161378)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-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 "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/ssh \
-   --sysconfdir=/etc/ssh \
-   --with-ldns \
-   --with-libedit \
-   --with-ssl-engine \
-   --with-pam \
-   --with-privsep-user=nobody \
-   --with-kerberos5=/usr \
-   --with-xauth=/usr/bin/xauth \
-   --with-mantype=man \
-   --with-md5-passwords \
-   --with-pid-dir=/run \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # The connect.sh test must be run by a user with a decent login shell;
-   # chroot builds use nobody with /bin/false.
-   make tests || true
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   rm "${pkgdir}"/usr/share/man/man1/slogin.1
-   ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz
-
-   install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-
-   install -Dm644 ../sshdgenkeys.service 
"${pkgdir}"/usr/lib/systemd/system/sshdgenkeys.service
-   install -Dm644 ../sshd@.service 
"${pkgdir}"/usr/lib/systemd/system/sshd@.service
-   install -Dm644 ../sshd.service 
"${pkgdir}"/usr/lib/systemd/system/sshd.service
-   install -Dm644 ../sshd.socket 
"${pkgdir}"/usr/lib/syste

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

2012-03-19 Thread Gaetan Bisson
Date: Monday, March 19, 2012 @ 15:12:31
  Author: bisson
Revision: 153822

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

Added:
  openssh/repos/testing-i686/PKGBUILD
(from rev 153821, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/sshd
(from rev 153821, openssh/trunk/sshd)
  openssh/repos/testing-i686/sshd.close-sessions
(from rev 153821, openssh/trunk/sshd.close-sessions)
  openssh/repos/testing-i686/sshd.confd
(from rev 153821, openssh/trunk/sshd.confd)
  openssh/repos/testing-i686/sshd.pam
(from rev 153821, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 153821, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/sshd
(from rev 153821, openssh/trunk/sshd)
  openssh/repos/testing-x86_64/sshd.close-sessions
(from rev 153821, openssh/trunk/sshd.close-sessions)
  openssh/repos/testing-x86_64/sshd.confd
(from rev 153821, openssh/trunk/sshd.confd)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 153821, openssh/trunk/sshd.pam)
Deleted:
  openssh/repos/testing-i686/PKGBUILD
  openssh/repos/testing-i686/sshd
  openssh/repos/testing-i686/sshd.confd
  openssh/repos/testing-i686/sshd.pam
  openssh/repos/testing-x86_64/PKGBUILD
  openssh/repos/testing-x86_64/sshd
  openssh/repos/testing-x86_64/sshd.confd
  openssh/repos/testing-x86_64/sshd.pam

+
 testing-i686/PKGBUILD  |  135 +--
 testing-i686/sshd  |   90 +++
 testing-i686/sshd.close-sessions   |   14 +++
 testing-i686/sshd.confd|8 +-
 testing-i686/sshd.pam  |   24 +++---
 testing-x86_64/PKGBUILD|  135 +--
 testing-x86_64/sshd|   90 +++
 testing-x86_64/sshd.close-sessions |   14 +++
 testing-x86_64/sshd.confd  |8 +-
 testing-x86_64/sshd.pam|   24 +++---
 10 files changed, 286 insertions(+), 256 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-03-19 19:12:05 UTC (rev 153821)
+++ testing-i686/PKGBUILD   2012-03-19 19:12:31 UTC (rev 153822)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=5.9p1
-pkgrel=6
-pkgdesc='Free version of the SSH connectivity tools'
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url='http://www.openssh.org/portable.html'
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')
-depends=('krb5' 'openssl' 'libedit')
-optdepends=('x11-ssh-askpass: input passphrase in X without a terminal')
-source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz";
-'sshd.confd'
-'sshd.pam'
-'sshd')
-sha1sums=('ac4e0055421e9543f0af5da607a72cf5922dcc56'
-  'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
-  '3413909fd45a28701c92e6e5b59c6b65346ddb0f'
-  '21fa88de6cc1c7912e71655f50896ba17991a1c2')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/ssh \
-   --sysconfdir=/etc/ssh \
-   --with-privsep-user=nobody \
-   --with-md5-passwords \
-   --with-pam \
-   --with-mantype=man \
-   --with-xauth=/usr/bin/xauth \
-   --with-kerberos5=/usr \
-   --with-ssl-engine \
-   --with-libedit=/usr/lib \
-   --disable-strip # stripping is done by makepkg
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm755 ../sshd "${pkgdir}"/etc/rc.d/sshd
-   install -Dm644 ../sshd.pam "${pkgdir}"/etc/pam.d/sshd
-   install -Dm644 ../sshd.confd "${pkgdir}"/etc/conf.d/sshd
-   install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-
-   rm "${pkgdir}"/usr/share/man/man1/slogin.1
-   ln -sf ssh.1.gz "${pkgdir}"/usr/share/man/man1/slogin.1.gz
-
-   # additional contrib scripts that we like
-   install -Dm755 contrib/findssl.sh "${pkgdir}"/usr/bin/findssl.sh
-   install -Dm755 contrib/ssh-copy-id "${pkgdir}"/usr/bin/ssh-copy-id
-   install -Dm644 contrib/ssh-copy-id.1 
"${pkgdir}"/usr/share/man/man1/ssh-copy-id.1
-
-   # PAM is a common, standard feature to have
-   sed \
-   -e '/^#ChallengeResponseAuthentication yes$/c 
ChallengeResponseAuthentication no' \
-   -e '/^#UsePAM no$/c UsePAM yes' \
-   -i "${pkgdir}"/etc/ssh/sshd_config
-}

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 153821, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i68

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

2015-03-19 Thread Gaetan Bisson
Date: Friday, March 20, 2015 @ 06:06:16
  Author: bisson
Revision: 234193

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

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

+
 testing-i686/PKGBUILD  |   96 +++
 testing-i686/error.patch   |   25 +
 testing-i686/install   |   10 +++
 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|   96 +++
 testing-x86_64/error.patch |   25 +
 testing-x86_64/install |   10 +++
 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 ++
 16 files changed, 378 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 234192, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-20 05:06:16 UTC (rev 234193)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=6.8p1
+pkgrel=2
+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'
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.pam')
+sha1sums=('cdbc51e46a902b30d263b05fdc71340920e91c92' 'SKIP'
+  '1b6b11efe9b20b9d1e51a59ac4b16eefb1dc84b8'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../error.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-mantype=man \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make tests || true
+   # hard to suitably test connectivity:
+   # - fails with /bin/

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

2014-04-20 Thread Gaetan Bisson
Date: Sunday, April 20, 2014 @ 21:41:25
  Author: bisson
Revision: 211580

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

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

+
 testing-i686/PKGBUILD  |   95 +++
 testing-i686/curve25519pad.patch   |  171 +++
 testing-i686/install   |   10 ++
 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|   95 +++
 testing-x86_64/curve25519pad.patch |  171 +++
 testing-x86_64/install |   10 ++
 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 +++
 16 files changed, 668 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 211579, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-20 19:41:25 UTC (rev 211580)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=6.6p1
+pkgrel=2
+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')
+source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'curve25519pad.patch'
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.pam')
+sha1sums=('b850fd1af704942d9b3c2eff7ef6b3a59b6a6b6e' 'SKIP'
+  '13b74b57b3d9b9a256eeb44b4fca29a8f27aa7ad'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p0 -i ../curve25519pad.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-mantype=man \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make tests || true
+   # hard to suitably test connectivity:
+   # - fails with /bin/false as lo

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

2014-02-04 Thread Gaetan Bisson
Date: Wednesday, February 5, 2014 @ 06:20:28
  Author: bisson
Revision: 205448

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

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

+
 testing-i686/PKGBUILD  |   95 +++
 testing-i686/install   |   10 +++
 testing-i686/lowercase.patch   |   32 +++
 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|   95 +++
 testing-x86_64/install |   10 +++
 testing-x86_64/lowercase.patch |   32 +++
 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 ++
 16 files changed, 390 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 205447, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-05 05:20:28 UTC (rev 205448)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=6.5p1
+pkgrel=2
+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')
+source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'lowercase.patch'
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.pam')
+sha1sums=('3363a72b4fee91b29cf2024ff633c17f6cd2f86d' 'SKIP'
+  '3163a71cbaeac39d0783ad4c501fd0630d6c0c22'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../lowercase.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-mantype=man \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make tests || true
+   # hard to suitably test connectivity:
+   # - fails with /bin/false as login shell
+

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

2017-01-01 Thread Gaëtan Bisson
Date: Sunday, January 1, 2017 @ 08:44:02
  Author: bisson
Revision: 285012

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 285011, openssh/repos/staging-i686/PKGBUILD)
  openssh/repos/testing-i686/sshd.conf
(from rev 285011, openssh/repos/staging-i686/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 285011, openssh/repos/staging-i686/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 285011, openssh/repos/staging-i686/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 285011, openssh/repos/staging-i686/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 285011, openssh/repos/staging-i686/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 285011, openssh/repos/staging-i686/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 285011, openssh/repos/staging-x86_64/PKGBUILD)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 285011, openssh/repos/staging-x86_64/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 285011, openssh/repos/staging-x86_64/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 285011, openssh/repos/staging-x86_64/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 285011, openssh/repos/staging-x86_64/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 285011, openssh/repos/staging-x86_64/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 285011, openssh/repos/staging-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/staging-i686/
  openssh/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   89 +++
 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   |   15 +
 testing-x86_64/PKGBUILD|   89 +++
 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 |   15 +
 14 files changed, 292 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 285011, 
openssh/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-01 08:44:02 UTC (rev 285012)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=7.4p1
+pkgrel=2
+pkgdesc='Free version of the SSH connectivity tools'
+url='https://www.openssh.com/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=("https://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=('2330bbf82ed08cf3ac70e0acf00186ef3eeb97e0' 'SKIP'
+  'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make tests
+
+   # Connectivity tests will fail with makechrootpkg since
+   # it runs as nobody which has /bin/false as login shell.
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" in

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

2017-10-04 Thread Gaëtan Bisson
Date: Wednesday, October 4, 2017 @ 08:39:40
  Author: bisson
Revision: 306709

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 306708, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/openssl-1.1.0.patch
(from rev 306708, openssh/trunk/openssl-1.1.0.patch)
  openssh/repos/testing-i686/sshd.conf
(from rev 306708, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 306708, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 306708, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 306708, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 306708, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 306708, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 306708, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/openssl-1.1.0.patch
(from rev 306708, openssh/trunk/openssl-1.1.0.patch)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 306708, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 306708, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 306708, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 306708, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 306708, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 306708, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |  101 +
 testing-i686/openssl-1.1.0.patch   | 1982 +++
 testing-i686/sshd.conf |1 
 testing-i686/sshd.pam  |6 
 testing-i686/sshd.service  |   17 
 testing-i686/sshd.socket   |   10 
 testing-i686/sshd@.service |9 
 testing-i686/sshdgenkeys.service   |   15 
 testing-x86_64/PKGBUILD|  101 +
 testing-x86_64/openssl-1.1.0.patch | 1982 +++
 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   |9 
 testing-x86_64/sshdgenkeys.service |   15 
 16 files changed, 4282 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 306708, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-04 08:39:40 UTC (rev 306709)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=7.6p1
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='https://www.openssh.com/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=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'openssl-1.1.0.patch'
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha256sums=('a323caeeddfe145baaa0db16e98d784b1fbc7dd436a6bf1f479dfd5cd1d21723'
+'SKIP'
+'1fcae9fc461026d96d08b38457e7ffe281b4319caaada1508f9eb74c2566ba5d'
+'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
+'3a0845737207f4eda221c9c9fb64e766ade9684562d8ba4f705f7ae6826886e5'
+'c5ed9fa629f8f8dbf3bae4edbad4441c36df535088553fe82695c52d7bde30aa'
+'de14363e9d4ed92848e524036d9e6b57b2d35cc77d377b7247c38111d2a3defd'
+'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
+'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+prepare() {
+   cd $pkgname-$pkgver
+   # OpenSSL 1.1.0 patch from 
http://vega.pgw.jp/~kabe/vsd/patch/openssh-7.4p1-openssl-1.1.0c.patch.html
+   patch -Np1 -i ../openssl-1.1.0.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \

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

2018-10-19 Thread Gaëtan Bisson via arch-commits
Date: Friday, October 19, 2018 @ 22:20:53
  Author: bisson
Revision: 336899

db-move: moved openssh from [testing] to [core] (x86_64)

Added:
  openssh/repos/core-x86_64/PKGBUILD
(from rev 336898, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/PKGBUILD.snap
(from rev 336898, openssh/repos/testing-x86_64/PKGBUILD.snap)
  openssh/repos/core-x86_64/sshd.conf
(from rev 336898, openssh/repos/testing-x86_64/sshd.conf)
  openssh/repos/core-x86_64/sshd.pam
(from rev 336898, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 336898, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 336898, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 336898, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 336898, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/PKGBUILD.snap
  openssh/repos/core-x86_64/openssl-1.1.0.patch
  openssh/repos/core-x86_64/sshd.conf
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |   93 +
 /PKGBUILD.snap  |  100 +
 /sshd.conf  |1 
 /sshd.pam   |6 
 /sshd.service   |   17 
 /sshd.socket|   10 
 /sshd@.service  |9 
 /sshdgenkeys.service|   15 
 core-x86_64/PKGBUILD|  103 --
 core-x86_64/PKGBUILD.snap   |  109 --
 core-x86_64/openssl-1.1.0.patch | 1950 --
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 
 core-x86_64/sshd.service|   17 
 core-x86_64/sshd.socket |   10 
 core-x86_64/sshd@.service   |9 
 core-x86_64/sshdgenkeys.service |   15 
 17 files changed, 251 insertions(+), 2220 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-10-19 17:25:34 UTC (rev 336898)
+++ core-x86_64/PKGBUILD2018-10-19 22:20:53 UTC (rev 336899)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=7.8p1
-pkgrel=1
-pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
-url='https://www.openssh.com/portable.html'
-license=('custom:BSD')
-arch=('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=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'openssl-1.1.0.patch'
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.conf'
-'sshd.pam')
-sha256sums=('1a484bb15152c183bb2514e112aa30dd34138c3cfb032eee5490a66c507144ca'
-'SKIP'
-'d92e3d759b4b5c536aaddf95891bf3baa3a589b4897c56b90103088e1d8f8ebd'
-'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
-'3a0845737207f4eda221c9c9fb64e766ade9684562d8ba4f705f7ae6826886e5'
-'c5ed9fa629f8f8dbf3bae4edbad4441c36df535088553fe82695c52d7bde30aa'
-'de14363e9d4ed92848e524036d9e6b57b2d35cc77d377b7247c38111d2a3defd'
-'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
-'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # OpenSSL 1.1.0 patch from 
http://vega.pgw.jp/~kabe/vsd/patch/openssh-7.4p1-openssl-1.1.0c.patch.html
-   patch -p1 -i ../openssl-1.1.0.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/ssh \
-   --sysconfdir=/etc/ssh \
-   --with-ldns \
-   --with-libedit \
-   --with-ssl-engine \
-   --with-pam \
-   --with-privsep-user=nobody \
-   --with-kerberos5=/usr \
-   --with-xauth=/usr/bin/xauth \
-   --with-md5-passwords \
-   --with-pid-dir=/run \
-   --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Tests require ope

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

2018-04-03 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, April 4, 2018 @ 05:45:11
  Author: bisson
Revision: 320912

db-move: moved openssh from [testing] to [core] (x86_64)

Added:
  openssh/repos/core-x86_64/PKGBUILD
(from rev 320911, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/PKGBUILD.snap
(from rev 320911, openssh/repos/testing-x86_64/PKGBUILD.snap)
  openssh/repos/core-x86_64/openssl-1.1.0.patch
(from rev 320911, openssh/repos/testing-x86_64/openssl-1.1.0.patch)
  openssh/repos/core-x86_64/sshd.conf
(from rev 320911, openssh/repos/testing-x86_64/sshd.conf)
  openssh/repos/core-x86_64/sshd.pam
(from rev 320911, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 320911, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 320911, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 320911, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 320911, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/openssl-1.1.0.patch
  openssh/repos/core-x86_64/sshd.conf
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  103 +
 /openssl-1.1.0.patch| 1953 +
 /sshd.conf  |1 
 /sshd.pam   |6 
 /sshd.service   |   17 
 /sshd.socket|   10 
 /sshd@.service  |9 
 /sshdgenkeys.service|   15 
 core-x86_64/PKGBUILD|  102 -
 core-x86_64/PKGBUILD.snap   |  109 ++
 core-x86_64/openssl-1.1.0.patch | 1982 --
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 
 core-x86_64/sshd.service|   17 
 core-x86_64/sshd.socket |   10 
 core-x86_64/sshd@.service   |9 
 core-x86_64/sshdgenkeys.service |   15 
 17 files changed, 2223 insertions(+), 2142 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-04-04 04:25:04 UTC (rev 320911)
+++ core-x86_64/PKGBUILD2018-04-04 05:45:11 UTC (rev 320912)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=7.6p1
-pkgrel=2
-pkgdesc='Free version of the SSH connectivity tools'
-url='https://www.openssh.com/portable.html'
-license=('custom:BSD')
-arch=('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=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'openssl-1.1.0.patch'
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.conf'
-'sshd.pam')
-sha256sums=('a323caeeddfe145baaa0db16e98d784b1fbc7dd436a6bf1f479dfd5cd1d21723'
-'SKIP'
-'1fcae9fc461026d96d08b38457e7ffe281b4319caaada1508f9eb74c2566ba5d'
-'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
-'3a0845737207f4eda221c9c9fb64e766ade9684562d8ba4f705f7ae6826886e5'
-'c5ed9fa629f8f8dbf3bae4edbad4441c36df535088553fe82695c52d7bde30aa'
-'de14363e9d4ed92848e524036d9e6b57b2d35cc77d377b7247c38111d2a3defd'
-'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
-'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-prepare() {
-   cd $pkgname-$pkgver
-   # OpenSSL 1.1.0 patch from 
http://vega.pgw.jp/~kabe/vsd/patch/openssh-7.4p1-openssl-1.1.0c.patch.html
-   patch -Np1 -i ../openssl-1.1.0.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/ssh \
-   --sysconfdir=/etc/ssh \
-   --with-ldns \
-   --with-libedit \
-   --with-ssl-engine \
-   --with-pam \
-   --with-privsep-user=nobody \
-   --with-kerberos5=/usr \
-   --with-xauth=/usr/bin/xauth \
-   --with-md5-passwords \
-   --with-pid-dir=/run \
-   --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \
-
-   make
-}
-
-check()