[arch-commits] Commit in ssh-faker/repos/community-any (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 15:35:20 UTC 2014


    Date: Tuesday, July 1, 2014 @ 17:35:19
  Author: spupykin
Revision: 114404

archrelease: copy trunk to community-any

Added:
  ssh-faker/repos/community-any/PKGBUILD
    (from rev 114403, ssh-faker/trunk/PKGBUILD)
  ssh-faker/repos/community-any/ssh-faker.install
    (from rev 114403, ssh-faker/trunk/ssh-faker.install)
Deleted:
  ssh-faker/repos/community-any/PKGBUILD
  ssh-faker/repos/community-any/ssh-faker.install

-------------------+
 PKGBUILD          |   42 +++++++++++++++++------------------
 ssh-faker.install |   62 ++++++++++++++++++++++++++--------------------------
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 15:35:11 UTC (rev 114403)
+++ PKGBUILD	2014-07-01 15:35:19 UTC (rev 114404)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: FJ <joostef at gmail.com>
-
-pkgname=ssh-faker
-pkgver=1.1
-pkgrel=4
-pkgdesc="A whitelisting perl script for sshd."
-arch=('any')
-license=('GPL')
-url="http://www.pkts.ca/ssh-faker.shtml"
-depends=('perl' 'openssh')
-source=("http://www.pkts.ca/$pkgname-$pkgver.tar.gz")
-install=ssh-faker.install
-md5sums=('fdd2e95d1fc949d50ad499f10133595e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/bin
-  install -m755 ssh-faker $pkgdir/usr/bin
-}

Copied: ssh-faker/repos/community-any/PKGBUILD (from rev 114403, ssh-faker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 15:35:19 UTC (rev 114404)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: FJ <joostef at gmail.com>
+
+pkgname=ssh-faker
+pkgver=1.1
+pkgrel=5
+pkgdesc="A whitelisting perl script for sshd."
+arch=('any')
+license=('GPL')
+url="http://www.pkts.ca/ssh-faker.shtml"
+depends=('perl' 'openssh')
+source=("http://www.pkts.ca/$pkgname-$pkgver.tar.gz")
+install=ssh-faker.install
+md5sums=('fdd2e95d1fc949d50ad499f10133595e')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin
+  install -m755 ssh-faker $pkgdir/usr/bin
+}

Deleted: ssh-faker.install
===================================================================
--- ssh-faker.install	2014-07-01 15:35:11 UTC (rev 114403)
+++ ssh-faker.install	2014-07-01 15:35:19 UTC (rev 114404)
@@ -1,31 +0,0 @@
-post_install() {
-cat <<EOF
----
-1. edit /usr/bin/ssh-faker    (CHANGE THE DEFAULT PASSWORD!)
-2. echo sshd : 11.22.33.44 : ALLOW >> /etc/hosts.allow
-3. echo sshd : ALL : twist /usr/bin/ssh-faker %a >> /etc/hosts.deny
-4. test it:
-
-  # ssh localhost
-  Received disconnect from 127.0.0.1: Your ssh version is too
-  old and is no longer supported.  Please install a newer version.
-
-  # telnet localhost 22
-  Trying 127.0.0.1...
-  Connected to localhost.
-  Escape character is '^]'.
-  SSH-1.99-OpenSSH_3.7.1p1
-  >> password
-  Success!  You can now ssh to this computer.
-  Connection closed by foreign host.
-
-  # ssh localhost
-  Last login: Sat Jul 16 11:37:38 2005 from localhost.localdomain
----
-EOF
-}
-
-post_upgrade() {
-  post_install
-}
-

Copied: ssh-faker/repos/community-any/ssh-faker.install (from rev 114403, ssh-faker/trunk/ssh-faker.install)
===================================================================
--- ssh-faker.install	                        (rev 0)
+++ ssh-faker.install	2014-07-01 15:35:19 UTC (rev 114404)
@@ -0,0 +1,31 @@
+post_install() {
+cat <<EOF
+---
+1. edit /usr/bin/ssh-faker    (CHANGE THE DEFAULT PASSWORD!)
+2. echo sshd : 11.22.33.44 : ALLOW >> /etc/hosts.allow
+3. echo sshd : ALL : twist /usr/bin/ssh-faker %a >> /etc/hosts.deny
+4. test it:
+
+  # ssh localhost
+  Received disconnect from 127.0.0.1: Your ssh version is too
+  old and is no longer supported.  Please install a newer version.
+
+  # telnet localhost 22
+  Trying 127.0.0.1...
+  Connected to localhost.
+  Escape character is '^]'.
+  SSH-1.99-OpenSSH_3.7.1p1
+  >> password
+  Success!  You can now ssh to this computer.
+  Connection closed by foreign host.
+
+  # ssh localhost
+  Last login: Sat Jul 16 11:37:38 2005 from localhost.localdomain
+---
+EOF
+}
+
+post_upgrade() {
+  post_install
+}
+




More information about the arch-commits mailing list