[arch-commits] Commit in openssh/repos/core-i686 (19 files)

2012-06-25 Thread Gaetan Bisson
Date: Monday, June 25, 2012 @ 02:09:57
  Author: bisson
Revision: 162325

archrelease: copy trunk to core-i686

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 162324, openssh/trunk/PKGBUILD)
  openssh/repos/core-i686/sshd
(from rev 162324, openssh/trunk/sshd)
  openssh/repos/core-i686/sshd.close-sessions
(from rev 162324, openssh/trunk/sshd.close-sessions)
  openssh/repos/core-i686/sshd.confd
(from rev 162324, openssh/trunk/sshd.confd)
  openssh/repos/core-i686/sshd.pam
(from rev 162324, openssh/trunk/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 162324, openssh/trunk/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 162324, openssh/trunk/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 162324, openssh/trunk/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 162324, openssh/trunk/sshdgenkeys.service)
  openssh/repos/core-i686/tmpfiles.d
(from rev 162324, openssh/trunk/tmpfiles.d)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/sshd
  openssh/repos/core-i686/sshd.close-sessions
  openssh/repos/core-i686/sshd.confd
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-i686/tmpfiles.d

-+
 PKGBUILD|  192 +-
 sshd|   90 +++
 sshd.close-sessions |   34 
 sshd.confd  |8 +-
 sshd.pam|   26 +++---
 sshd.service|   38 -
 sshd.socket |   20 ++---
 sshd@.service   |8 ++
 sshdgenkeys.service |   36 -
 tmpfiles.d  |2 
 10 files changed, 231 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-25 04:48:31 UTC (rev 162324)
+++ PKGBUILD2012-06-25 06:09:57 UTC (rev 162325)
@@ -1,96 +0,0 @@
-# $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 ${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/systemd/system/sshd.socket
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/openssh.conf

[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2011-07-21 Thread Dan McGee
Date: Thursday, July 21, 2011 @ 11:09:16
  Author: dan
Revision: 132169

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2011-06-15 Thread Gaetan Bisson
Date: Wednesday, June 15, 2011 @ 07:20:01
  Author: bisson
Revision: 127459

db-move: openssh removed by bisson for move to [core] (i686)

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2011-06-15 Thread Gaetan Bisson
Date: Wednesday, June 15, 2011 @ 07:20:01
  Author: bisson
Revision: 127460

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2011-06-14 Thread Gaetan Bisson
Date: Tuesday, June 14, 2011 @ 09:30:01
  Author: bisson
Revision: 127395

db-move: openssh removed by bisson for move to [core] (i686)

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2011-06-14 Thread Gaetan Bisson
Date: Tuesday, June 14, 2011 @ 09:30:02
  Author: bisson
Revision: 127396

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2011-05-11 Thread Stéphane Gaudreault
Date: Wednesday, May 11, 2011 @ 11:19:48
  Author: stephane
Revision: 123461

db-move: openssh removed by stephane for move to [core] (i686)

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2011-05-11 Thread Stéphane Gaudreault
Date: Wednesday, May 11, 2011 @ 11:19:49
  Author: stephane
Revision: 123462

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2011-05-09 Thread Gaetan Bisson
Date: Monday, May 9, 2011 @ 12:33:33
  Author: bisson
Revision: 123277

db-move: openssh removed by bisson for move to [core] (i686)

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2011-05-09 Thread Gaetan Bisson
Date: Monday, May 9, 2011 @ 12:33:33
  Author: bisson
Revision: 123278

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2011-05-09 Thread Gaetan Bisson
Date: Monday, May 9, 2011 @ 13:34:31
  Author: bisson
Revision: 123285

db-remove: openssh removed by bisson

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2011-05-09 Thread Gaetan Bisson
Date: Monday, May 9, 2011 @ 13:40:12
  Author: bisson
Revision: 123288

archrelease: copy trunk to core-i686

Added:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2011-05-04 Thread Gaetan Bisson
Date: Wednesday, May 4, 2011 @ 07:30:16
  Author: bisson
Revision: 122523

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2011-05-04 Thread Gaetan Bisson
Date: Wednesday, May 4, 2011 @ 07:30:15
  Author: bisson
Revision: 122522

db-move: openssh removed by bisson for move to [core] (i686)

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2011-02-05 Thread Ionut Biru
Date: Saturday, February 5, 2011 @ 05:25:02
  Author: ibiru
Revision: 108972

db-move: openssh removed by ibiru for move to [core] (i686)

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2011-02-05 Thread Ionut Biru
Date: Saturday, February 5, 2011 @ 05:25:03
  Author: ibiru
Revision: 108973

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:22:10
  Author: ibiru
Revision: 108065

db-move: openssh removed by ibiru for move to [core] (i686)

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2011-01-29 Thread Ionut Biru
Date: Saturday, January 29, 2011 @ 06:22:11
  Author: ibiru
Revision: 108066

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2011-01-17 Thread Ionut Biru
Date: Monday, January 17, 2011 @ 11:05:36
  Author: ibiru
Revision: 106457

db-move: openssh removed by ibiru for move to [core] (i686)

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2011-01-17 Thread Ionut Biru
Date: Monday, January 17, 2011 @ 11:05:36
  Author: ibiru
Revision: 106458

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2010-09-02 Thread Thomas Bächler
Date: Thursday, September 2, 2010 @ 04:36:51
  Author: thomas
Revision: 89586

db-move: openssh removed by thomas for move to [core] (i686)

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2010-09-02 Thread Thomas Bächler
Date: Thursday, September 2, 2010 @ 04:36:51
  Author: thomas
Revision: 89587

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2010-05-26 Thread Allan McRae
Date: Thursday, May 27, 2010 @ 01:52:02
  Author: allan
Revision: 81196

db-move: openssh removed by allan for move to core

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2010-05-26 Thread Allan McRae
Date: Thursday, May 27, 2010 @ 01:52:04
  Author: allan
Revision: 81197

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 16:28:14
  Author: pierre
Revision: 76194

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2010-03-23 Thread Pierre Schmitz
Date: Tuesday, March 23, 2010 @ 08:26:41
  Author: pierre
Revision: 73160

db-move: openssh removed by pierre for move to core

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2010-03-23 Thread Pierre Schmitz
Date: Tuesday, March 23, 2010 @ 08:26:41
  Author: pierre
Revision: 73161

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2010-03-07 Thread Allan McRae
Date: Sunday, March 7, 2010 @ 17:17:53
  Author: allan
Revision: 71620

db-move: openssh removed by allan for move to core

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2010-03-07 Thread Allan McRae
Date: Sunday, March 7, 2010 @ 17:17:54
  Author: allan
Revision: 71621

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686)

2009-12-05 Thread Allan McRae
Date: Saturday, December 5, 2009 @ 07:26:57
  Author: allan
Revision: 60502

db-move: openssh removed by allan for move to core

Deleted:
  openssh/repos/core-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2009-12-05 Thread Allan McRae
Date: Saturday, December 5, 2009 @ 07:26:58
  Author: allan
Revision: 60503

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (core-i686 testing-i686)

2009-11-01 Thread andyrtr
Date: Sunday, November 1, 2009 @ 04:18:33
  Author: andyrtr
Revision: 57643

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

Added:
  openssh/repos/core-i686/
Deleted:
  openssh/repos/testing-i686/