[arch-commits] Commit in sslh/repos (20 files)

2018-02-13 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, February 13, 2018 @ 15:12:53
  Author: seblu
Revision: 293862

db-move: moved sslh from [community-testing] to [community] (x86_64)

Added:
  sslh/repos/community-x86_64/PKGBUILD
(from rev 293861, sslh/repos/community-testing-x86_64/PKGBUILD)
  sslh/repos/community-x86_64/sslh-fork.service
(from rev 293861, sslh/repos/community-testing-x86_64/sslh-fork.service)
  sslh/repos/community-x86_64/sslh-select.service
(from rev 293861, sslh/repos/community-testing-x86_64/sslh-select.service)
  sslh/repos/community-x86_64/sslh.cfg
(from rev 293861, sslh/repos/community-testing-x86_64/sslh.cfg)
  sslh/repos/community-x86_64/sslh.install
(from rev 293861, sslh/repos/community-testing-x86_64/sslh.install)
  sslh/repos/community-x86_64/sslh.service
(from rev 293861, sslh/repos/community-testing-x86_64/sslh.service)
  sslh/repos/community-x86_64/sslh.sysusers
(from rev 293861, sslh/repos/community-testing-x86_64/sslh.sysusers)
Deleted:
  sslh/repos/community-testing-x86_64/
  sslh/repos/community-x86_64/PKGBUILD
  sslh/repos/community-x86_64/PKGBUILD.next
  sslh/repos/community-x86_64/sslh-fork.service
  sslh/repos/community-x86_64/sslh-fork.service.next
  sslh/repos/community-x86_64/sslh-select.service
  sslh/repos/community-x86_64/sslh-select.service.next
  sslh/repos/community-x86_64/sslh.cfg
  sslh/repos/community-x86_64/sslh.conf
  sslh/repos/community-x86_64/sslh.install
  sslh/repos/community-x86_64/sslh.install.next
  sslh/repos/community-x86_64/sslh.service
  sslh/repos/community-x86_64/sslh.sysusers

---+
 /PKGBUILD |   57 ++
 /sslh-fork.service|   27 ++
 /sslh-select.service  |   27 ++
 /sslh.cfg |   21 
 /sslh.install |   27 ++
 /sslh.service |   25 +
 /sslh.sysusers|1 
 community-x86_64/PKGBUILD |   52 
 community-x86_64/PKGBUILD.next|   71 
 community-x86_64/sslh-fork.service|   11 
 community-x86_64/sslh-fork.service.next   |   12 
 community-x86_64/sslh-select.service  |   10 ---
 community-x86_64/sslh-select.service.next |   11 
 community-x86_64/sslh.cfg |   29 ---
 community-x86_64/sslh.conf|   29 ---
 community-x86_64/sslh.install |   18 ---
 community-x86_64/sslh.install.next|   24 -
 community-x86_64/sslh.service |   15 -
 community-x86_64/sslh.sysusers|1 
 19 files changed, 185 insertions(+), 283 deletions(-)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2018-02-13 14:42:32 UTC (rev 293861)
+++ community-x86_64/PKGBUILD   2018-02-13 15:12:53 UTC (rev 293862)
@@ -1,52 +0,0 @@
-# $Id: PKGBUILD 171217 2016-04-16 22:11:23Z seblu $
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Le_suisse 
-# Contributor: Jason Rodriguez 
-
-pkgname=sslh
-pkgver=1.18
-pkgrel=4
-pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
-arch=('x86_64')
-url='http://www.rutschle.net/tech/sslh.shtml'
-license=('GPL2')
-depends=('libcap' 'libconfig')
-backup=('etc/sslh.conf')
-install=$pkgname.install
-source=("http://www.rutschle.net/tech/sslh/$pkgname-v$pkgver.tar.gz;
-'sslh.conf'
-'sslh.sysusers'
-'sslh-select.service'
-'sslh-fork.service')
-md5sums=('0e3568d5d234516c634d4df156473298'
- 'd5405c7ca7e1813e4d49a473e5834640'
- 'f39544277a30595d4b7476b3f87ebbcf'
- '0f3f9e3ac2ac4b576d684b21b566aeb9'
- '4e64f0850ec9bd44071ae8d5369316e5')
-
-build() {
-  cd $pkgname-v$pkgver
-  make VERSION=\"v$pkgver\" USELIBCAP=1
-}
-
-package() {
-  # default arch config
-  install -Dm 644 sslh.conf "$pkgdir/etc/sslh.conf"
-  # manually install to have both ssl-fork and ssl-select
-  cd $pkgname-v$pkgver
-  install -Dm 755 sslh-fork "$pkgdir/usr/bin/sslh-fork"
-  install -Dm 755 sslh-select "$pkgdir/usr/bin/sslh-select"
-  ln -s sslh-fork "$pkgdir/usr/bin/sslh"
-  # install manpage
-  install -Dm 644 sslh.8.gz "$pkgdir/usr/share/man/man8/sslh.8.gz"
-  # install examples files
-  install -Dm 644 basic.cfg "$pkgdir/usr/share/doc/$pkgname/basic.cfg"
-  install -Dm 644 example.cfg "$pkgdir/usr/share/doc/$pkgname/example.cfg"
-  # systemd
-  cd "$pkgdir"
-  install -dm 755 usr/lib/{systemd/system,sysusers.d}
-  install -Dm 644 "$srcdir"/sslh-{fork,select}.service usr/lib/systemd/system
-  install -Dm 644 "$srcdir"/sslh.sysusers usr/lib/sysusers.d/sslh.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sslh/repos/community-x86_64/PKGBUILD (from rev 293861, 

[arch-commits] Commit in sslh/repos (20 files)

2015-03-10 Thread Sébastien Luttringer
Date: Wednesday, March 11, 2015 @ 03:16:27
  Author: seblu
Revision: 129043

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

Added:
  sslh/repos/community-i686/PKGBUILD
(from rev 129042, sslh/trunk/PKGBUILD)
  sslh/repos/community-i686/sslh-fork.service
(from rev 129042, sslh/trunk/sslh-fork.service)
  sslh/repos/community-i686/sslh-select.service
(from rev 129042, sslh/trunk/sslh-select.service)
  sslh/repos/community-i686/sslh.conf
(from rev 129042, sslh/trunk/sslh.conf)
  sslh/repos/community-i686/sslh.install
(from rev 129042, sslh/trunk/sslh.install)
  sslh/repos/community-x86_64/PKGBUILD
(from rev 129042, sslh/trunk/PKGBUILD)
  sslh/repos/community-x86_64/sslh-fork.service
(from rev 129042, sslh/trunk/sslh-fork.service)
  sslh/repos/community-x86_64/sslh-select.service
(from rev 129042, sslh/trunk/sslh-select.service)
  sslh/repos/community-x86_64/sslh.conf
(from rev 129042, sslh/trunk/sslh.conf)
  sslh/repos/community-x86_64/sslh.install
(from rev 129042, sslh/trunk/sslh.install)
Deleted:
  sslh/repos/community-i686/PKGBUILD
  sslh/repos/community-i686/sslh-fork.service
  sslh/repos/community-i686/sslh-select.service
  sslh/repos/community-i686/sslh.conf
  sslh/repos/community-i686/sslh.install
  sslh/repos/community-x86_64/PKGBUILD
  sslh/repos/community-x86_64/sslh-fork.service
  sslh/repos/community-x86_64/sslh-select.service
  sslh/repos/community-x86_64/sslh.conf
  sslh/repos/community-x86_64/sslh.install

--+
 /PKGBUILD|  100 +
 /sslh-fork.service   |   22 +++
 /sslh-select.service |   20 ++
 /sslh.conf   |   58 +++
 /sslh.install|   64 +
 community-i686/PKGBUILD  |   50 
 community-i686/sslh-fork.service |   11 ---
 community-i686/sslh-select.service   |   10 ---
 community-i686/sslh.conf |   29 -
 community-i686/sslh.install  |   32 --
 community-x86_64/PKGBUILD|   50 
 community-x86_64/sslh-fork.service   |   11 ---
 community-x86_64/sslh-select.service |   10 ---
 community-x86_64/sslh.conf   |   29 -
 community-x86_64/sslh.install|   32 --
 15 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-11 02:16:06 UTC (rev 129042)
+++ community-i686/PKGBUILD 2015-03-11 02:16:27 UTC (rev 129043)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
-# Contributor: Jason Rodriguez jason-...@catloaf.net
-
-pkgname=sslh
-pkgver=1.17
-pkgrel=1
-pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
-arch=('i686' 'x86_64')
-url='http://www.rutschle.net/tech/sslh.shtml'
-license=('GPL2')
-depends=('libcap' 'libconfig')
-backup=('etc/sslh.conf')
-install=$pkgname.install
-source=(http://www.rutschle.net/tech/$pkgname-v$pkgver.tar.gz;
-'sslh.conf'
-'sslh-select.service'
-'sslh-fork.service')
-md5sums=('1fc3ada4bafaca5a9786cc1431f48ed4'
- 'd5405c7ca7e1813e4d49a473e5834640'
- 'eebafa2f6c1b3f88ade8e0a3c054e1b8'
- '77e84cac50178eb389f7b25387c1f403')
-
-build() {
-  cd $pkgname-v$pkgver
-  make VERSION=\v$pkgver\ USELIBCAP=1
-}
-
-package() {
-  # default arch config
-  install -Dm 644 sslh.conf $pkgdir/etc/sslh.conf
-  # manually install to have both ssl-fork and ssl-select
-  cd $pkgname-v$pkgver
-  install -Dm 755 sslh-fork $pkgdir/usr/bin/sslh-fork
-  install -Dm 755 sslh-select $pkgdir/usr/bin/sslh-select
-  ln -s sslh-fork $pkgdir/usr/bin/sslh
-  # install manpage
-  install -Dm 644 sslh.8.gz $pkgdir/usr/share/man/man8/sslh.8.gz
-  # install examples files
-  install -Dm 644 basic.cfg $pkgdir/usr/share/doc/$pkgname/basic.cfg
-  install -Dm 644 example.cfg $pkgdir/usr/share/doc/$pkgname/example.cfg
-  # systemd
-  install -Dm 644 $srcdir/sslh-fork.service \
-$pkgdir/usr/lib/systemd/system/sslh-fork.service
-  install -Dm 644 $srcdir/sslh-select.service \
-$pkgdir/usr/lib/systemd/system/sslh-select.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sslh/repos/community-i686/PKGBUILD (from rev 129042, 
sslh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-11 02:16:27 UTC (rev 129043)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
+# Contributor: Jason Rodriguez jason-...@catloaf.net
+
+pkgname=sslh
+pkgver=1.17
+pkgrel=2
+pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
+arch=('i686' 

[arch-commits] Commit in sslh/repos (20 files)

2015-03-09 Thread Sébastien Luttringer
Date: Tuesday, March 10, 2015 @ 01:12:44
  Author: seblu
Revision: 128988

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

Added:
  sslh/repos/community-i686/PKGBUILD
(from rev 128987, sslh/trunk/PKGBUILD)
  sslh/repos/community-i686/sslh-fork.service
(from rev 128987, sslh/trunk/sslh-fork.service)
  sslh/repos/community-i686/sslh-select.service
(from rev 128987, sslh/trunk/sslh-select.service)
  sslh/repos/community-i686/sslh.conf
(from rev 128987, sslh/trunk/sslh.conf)
  sslh/repos/community-i686/sslh.install
(from rev 128987, sslh/trunk/sslh.install)
  sslh/repos/community-x86_64/PKGBUILD
(from rev 128987, sslh/trunk/PKGBUILD)
  sslh/repos/community-x86_64/sslh-fork.service
(from rev 128987, sslh/trunk/sslh-fork.service)
  sslh/repos/community-x86_64/sslh-select.service
(from rev 128987, sslh/trunk/sslh-select.service)
  sslh/repos/community-x86_64/sslh.conf
(from rev 128987, sslh/trunk/sslh.conf)
  sslh/repos/community-x86_64/sslh.install
(from rev 128987, sslh/trunk/sslh.install)
Deleted:
  sslh/repos/community-i686/PKGBUILD
  sslh/repos/community-i686/sslh-fork.service
  sslh/repos/community-i686/sslh-select.service
  sslh/repos/community-i686/sslh.conf
  sslh/repos/community-i686/sslh.install
  sslh/repos/community-x86_64/PKGBUILD
  sslh/repos/community-x86_64/sslh-fork.service
  sslh/repos/community-x86_64/sslh-select.service
  sslh/repos/community-x86_64/sslh.conf
  sslh/repos/community-x86_64/sslh.install

--+
 /PKGBUILD|  100 +
 /sslh-fork.service   |   22 +++
 /sslh-select.service |   20 ++
 /sslh.conf   |   58 +++
 /sslh.install|   64 +
 community-i686/PKGBUILD  |   50 
 community-i686/sslh-fork.service |   11 ---
 community-i686/sslh-select.service   |   10 ---
 community-i686/sslh.conf |   29 -
 community-i686/sslh.install  |   32 --
 community-x86_64/PKGBUILD|   50 
 community-x86_64/sslh-fork.service   |   11 ---
 community-x86_64/sslh-select.service |   10 ---
 community-x86_64/sslh.conf   |   29 -
 community-x86_64/sslh.install|   32 --
 15 files changed, 264 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-10 00:12:20 UTC (rev 128987)
+++ community-i686/PKGBUILD 2015-03-10 00:12:44 UTC (rev 128988)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
-# Contributor: Jason Rodriguez jason-...@catloaf.net
-
-pkgname=sslh
-pkgver=1.16
-pkgrel=3
-pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
-arch=('i686' 'x86_64')
-url='http://www.rutschle.net/tech/sslh.shtml'
-license=('GPL2')
-depends=('libcap' 'libconfig')
-backup=('etc/sslh.conf')
-install=$pkgname.install
-source=(http://www.rutschle.net/tech/$pkgname-v$pkgver.tar.gz;
-'sslh.conf'
-'sslh-select.service'
-'sslh-fork.service')
-md5sums=('c6e7d1cb0adb15f6efe480e36d98c560'
- 'd5405c7ca7e1813e4d49a473e5834640'
- 'eebafa2f6c1b3f88ade8e0a3c054e1b8'
- '77e84cac50178eb389f7b25387c1f403')
-
-build() {
-  cd $pkgname-v$pkgver
-  make VERSION=\v$pkgver\ USELIBCAP=1
-}
-
-package() {
-  # default arch config
-  install -Dm 644 sslh.conf $pkgdir/etc/sslh.conf
-  # manually install to have both ssl-fork and ssl-select
-  cd $pkgname-v$pkgver
-  install -Dm 755 sslh-fork $pkgdir/usr/bin/sslh-fork
-  install -Dm 755 sslh-select $pkgdir/usr/bin/sslh-select
-  ln -s sslh-fork $pkgdir/usr/bin/sslh
-  # install manpage
-  install -Dm 644 sslh.8.gz $pkgdir/usr/share/man/man8/sslh.8.gz
-  # install examples files
-  install -Dm 644 basic.cfg $pkgdir/usr/share/doc/$pkgname/basic.cfg
-  install -Dm 644 example.cfg $pkgdir/usr/share/doc/$pkgname/example.cfg
-  # systemd
-  install -Dm 644 $srcdir/sslh-fork.service \
-$pkgdir/usr/lib/systemd/system/sslh-fork.service
-  install -Dm 644 $srcdir/sslh-select.service \
-$pkgdir/usr/lib/systemd/system/sslh-select.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sslh/repos/community-i686/PKGBUILD (from rev 128987, 
sslh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-10 00:12:44 UTC (rev 128988)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
+# Contributor: Jason Rodriguez jason-...@catloaf.net
+
+pkgname=sslh
+pkgver=1.17
+pkgrel=1
+pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
+arch=('i686'