[arch-commits] Commit in sslh/repos (24 files)
Sébastien Luttringer
seblu at archlinux.org
Sat Apr 16 22:11:23 UTC 2016
Date: Sunday, April 17, 2016 @ 00:11:23
Author: seblu
Revision: 171217
archrelease: copy trunk to community-i686, community-x86_64
Added:
sslh/repos/community-i686/PKGBUILD
(from rev 171216, sslh/trunk/PKGBUILD)
sslh/repos/community-i686/sslh-fork.service
(from rev 171216, sslh/trunk/sslh-fork.service)
sslh/repos/community-i686/sslh-select.service
(from rev 171216, sslh/trunk/sslh-select.service)
sslh/repos/community-i686/sslh.conf
(from rev 171216, sslh/trunk/sslh.conf)
sslh/repos/community-i686/sslh.install
(from rev 171216, sslh/trunk/sslh.install)
sslh/repos/community-i686/sslh.sysusers
(from rev 171216, sslh/trunk/sslh.sysusers)
sslh/repos/community-x86_64/PKGBUILD
(from rev 171216, sslh/trunk/PKGBUILD)
sslh/repos/community-x86_64/sslh-fork.service
(from rev 171216, sslh/trunk/sslh-fork.service)
sslh/repos/community-x86_64/sslh-select.service
(from rev 171216, sslh/trunk/sslh-select.service)
sslh/repos/community-x86_64/sslh.conf
(from rev 171216, sslh/trunk/sslh.conf)
sslh/repos/community-x86_64/sslh.install
(from rev 171216, sslh/trunk/sslh.install)
sslh/repos/community-x86_64/sslh.sysusers
(from rev 171216, sslh/trunk/sslh.sysusers)
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-i686/sslh.sysusers
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
sslh/repos/community-x86_64/sslh.sysusers
--------------------------------------+
/PKGBUILD | 104 +++++++++++++++++++++++++++++++++
/sslh-fork.service | 22 ++++++
/sslh-select.service | 20 ++++++
/sslh.conf | 58 ++++++++++++++++++
/sslh.install | 50 +++++++++++++++
/sslh.sysusers | 2
community-i686/PKGBUILD | 52 ----------------
community-i686/sslh-fork.service | 11 ---
community-i686/sslh-select.service | 10 ---
community-i686/sslh.conf | 29 ---------
community-i686/sslh.install | 25 -------
community-i686/sslh.sysusers | 1
community-x86_64/PKGBUILD | 52 ----------------
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 | 25 -------
community-x86_64/sslh.sysusers | 1
18 files changed, 256 insertions(+), 256 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-i686/PKGBUILD 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
-# Contributor: Le_suisse <lesuisse.dev+aur at gmail dot com>
-# Contributor: Jason Rodriguez <jason-aur at catloaf.net>
-
-pkgname=sslh
-pkgver=1.17
-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.sysusers'
- 'sslh-select.service'
- 'sslh-fork.service')
-md5sums=('1fc3ada4bafaca5a9786cc1431f48ed4'
- '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-i686/PKGBUILD (from rev 171216, sslh/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Le_suisse <lesuisse.dev+aur at gmail dot com>
+# Contributor: Jason Rodriguez <jason-aur at catloaf.net>
+
+pkgname=sslh
+pkgver=1.18
+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/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:
Deleted: community-i686/sslh-fork.service
===================================================================
--- community-i686/sslh-fork.service 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-i686/sslh-fork.service 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1,11 +0,0 @@
-[Unit]
-Description=SSL/SSH multiplexer
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/sslh-fork -F/etc/sslh.conf
-KillMode=process
-PIDFile=/run/sslh.pid
-
-[Install]
-WantedBy=multi-user.target
Copied: sslh/repos/community-i686/sslh-fork.service (from rev 171216, sslh/trunk/sslh-fork.service)
===================================================================
--- community-i686/sslh-fork.service (rev 0)
+++ community-i686/sslh-fork.service 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1,11 @@
+[Unit]
+Description=SSL/SSH multiplexer
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/sslh-fork -F/etc/sslh.conf
+KillMode=process
+PIDFile=/run/sslh.pid
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-i686/sslh-select.service
===================================================================
--- community-i686/sslh-select.service 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-i686/sslh-select.service 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1,10 +0,0 @@
-[Unit]
-Description=SSL/SSH multiplexer
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/sslh-select -F/etc/sslh.conf
-PIDFile=/run/sslh.pid
-
-[Install]
-WantedBy=multi-user.target
Copied: sslh/repos/community-i686/sslh-select.service (from rev 171216, sslh/trunk/sslh-select.service)
===================================================================
--- community-i686/sslh-select.service (rev 0)
+++ community-i686/sslh-select.service 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1,10 @@
+[Unit]
+Description=SSL/SSH multiplexer
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/sslh-select -F/etc/sslh.conf
+PIDFile=/run/sslh.pid
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-i686/sslh.conf
===================================================================
--- community-i686/sslh.conf 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-i686/sslh.conf 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1,29 +0,0 @@
-# Default Arch configuration
-# You can find more examples in /usr/share/doc/sslh
-
-verbose: false;
-foreground: true;
-inetd: false;
-numeric: false;
-transparent: false;
-timeout: 2;
-user: "sslh";
-pidfile: "/run/sslh.pid";
-
-
-listen:
-(
- { host: "::0"; port: "443"; }
-);
-
-protocols:
-(
- { name: "ssh"; service: "ssh"; host: "localhost"; port: "22"; probe: "builtin"; },
- { name: "openvpn"; host: "localhost"; port: "1194"; probe: "builtin"; },
- { name: "xmpp"; host: "localhost"; port: "5222"; probe: "builtin"; },
- { name: "http"; host: "localhost"; port: "80"; probe: "builtin"; },
- { name: "ssl"; host: "localhost"; port: "8443"; probe: "builtin"; },
- { name: "anyprot"; host: "localhost"; port: "8443"; probe: "builtin"; }
-);
-
-# vim:set ts=4 sw=4 et:
Copied: sslh/repos/community-i686/sslh.conf (from rev 171216, sslh/trunk/sslh.conf)
===================================================================
--- community-i686/sslh.conf (rev 0)
+++ community-i686/sslh.conf 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1,29 @@
+# Default Arch configuration
+# You can find more examples in /usr/share/doc/sslh
+
+verbose: false;
+foreground: true;
+inetd: false;
+numeric: false;
+transparent: false;
+timeout: 2;
+user: "sslh";
+pidfile: "/run/sslh.pid";
+
+
+listen:
+(
+ { host: "::0"; port: "443"; }
+);
+
+protocols:
+(
+ { name: "ssh"; service: "ssh"; host: "localhost"; port: "22"; probe: "builtin"; },
+ { name: "openvpn"; host: "localhost"; port: "1194"; probe: "builtin"; },
+ { name: "xmpp"; host: "localhost"; port: "5222"; probe: "builtin"; },
+ { name: "http"; host: "localhost"; port: "80"; probe: "builtin"; },
+ { name: "ssl"; host: "localhost"; port: "8443"; probe: "builtin"; },
+ { name: "anyprot"; host: "localhost"; port: "8443"; probe: "builtin"; }
+);
+
+# vim:set ts=4 sw=4 et:
Deleted: community-i686/sslh.install
===================================================================
--- community-i686/sslh.install 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-i686/sslh.install 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-# arg 1: the new package version
-post_install() {
- systemd-sysusers sslh.conf
- :
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- if (( "$(vercmp $2 1.14-1)" <= 0 )); then
- cat << EOF
-===> sslh systemd service has been splitted in sslh-fork.service and sslh-select.service
-EOF
- fi
- if (( "$(vercmp $2 1.16-3)" < 0 )); then
- post_install "$1"
- cat << EOF
-===> sslh may runs as unprivileged sslh user. Check your setup.
-EOF
- fi
-}
-
-# vim:set ts=2 sw=2 ft=sh et:
Copied: sslh/repos/community-i686/sslh.install (from rev 171216, sslh/trunk/sslh.install)
===================================================================
--- community-i686/sslh.install (rev 0)
+++ community-i686/sslh.install 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+# arg 1: the new package version
+post_install() {
+ systemd-sysusers sslh.conf
+ :
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ if (( "$(vercmp $2 1.14-1)" <= 0 )); then
+ cat << EOF
+===> sslh systemd service has been splitted in sslh-fork.service and sslh-select.service
+EOF
+ fi
+ if (( "$(vercmp $2 1.16-3)" < 0 )); then
+ post_install "$1"
+ cat << EOF
+===> sslh may runs as unprivileged sslh user. Check your setup.
+EOF
+ fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:
Deleted: community-i686/sslh.sysusers
===================================================================
--- community-i686/sslh.sysusers 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-i686/sslh.sysusers 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1 +0,0 @@
-u sslh - - -
Copied: sslh/repos/community-i686/sslh.sysusers (from rev 171216, sslh/trunk/sslh.sysusers)
===================================================================
--- community-i686/sslh.sysusers (rev 0)
+++ community-i686/sslh.sysusers 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1 @@
+u sslh - - -
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-x86_64/PKGBUILD 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
-# Contributor: Le_suisse <lesuisse.dev+aur at gmail dot com>
-# Contributor: Jason Rodriguez <jason-aur at catloaf.net>
-
-pkgname=sslh
-pkgver=1.17
-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.sysusers'
- 'sslh-select.service'
- 'sslh-fork.service')
-md5sums=('1fc3ada4bafaca5a9786cc1431f48ed4'
- '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 171216, sslh/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Le_suisse <lesuisse.dev+aur at gmail dot com>
+# Contributor: Jason Rodriguez <jason-aur at catloaf.net>
+
+pkgname=sslh
+pkgver=1.18
+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/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:
Deleted: community-x86_64/sslh-fork.service
===================================================================
--- community-x86_64/sslh-fork.service 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-x86_64/sslh-fork.service 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1,11 +0,0 @@
-[Unit]
-Description=SSL/SSH multiplexer
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/sslh-fork -F/etc/sslh.conf
-KillMode=process
-PIDFile=/run/sslh.pid
-
-[Install]
-WantedBy=multi-user.target
Copied: sslh/repos/community-x86_64/sslh-fork.service (from rev 171216, sslh/trunk/sslh-fork.service)
===================================================================
--- community-x86_64/sslh-fork.service (rev 0)
+++ community-x86_64/sslh-fork.service 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1,11 @@
+[Unit]
+Description=SSL/SSH multiplexer
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/sslh-fork -F/etc/sslh.conf
+KillMode=process
+PIDFile=/run/sslh.pid
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/sslh-select.service
===================================================================
--- community-x86_64/sslh-select.service 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-x86_64/sslh-select.service 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1,10 +0,0 @@
-[Unit]
-Description=SSL/SSH multiplexer
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/sslh-select -F/etc/sslh.conf
-PIDFile=/run/sslh.pid
-
-[Install]
-WantedBy=multi-user.target
Copied: sslh/repos/community-x86_64/sslh-select.service (from rev 171216, sslh/trunk/sslh-select.service)
===================================================================
--- community-x86_64/sslh-select.service (rev 0)
+++ community-x86_64/sslh-select.service 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1,10 @@
+[Unit]
+Description=SSL/SSH multiplexer
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/sslh-select -F/etc/sslh.conf
+PIDFile=/run/sslh.pid
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/sslh.conf
===================================================================
--- community-x86_64/sslh.conf 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-x86_64/sslh.conf 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1,29 +0,0 @@
-# Default Arch configuration
-# You can find more examples in /usr/share/doc/sslh
-
-verbose: false;
-foreground: true;
-inetd: false;
-numeric: false;
-transparent: false;
-timeout: 2;
-user: "sslh";
-pidfile: "/run/sslh.pid";
-
-
-listen:
-(
- { host: "::0"; port: "443"; }
-);
-
-protocols:
-(
- { name: "ssh"; service: "ssh"; host: "localhost"; port: "22"; probe: "builtin"; },
- { name: "openvpn"; host: "localhost"; port: "1194"; probe: "builtin"; },
- { name: "xmpp"; host: "localhost"; port: "5222"; probe: "builtin"; },
- { name: "http"; host: "localhost"; port: "80"; probe: "builtin"; },
- { name: "ssl"; host: "localhost"; port: "8443"; probe: "builtin"; },
- { name: "anyprot"; host: "localhost"; port: "8443"; probe: "builtin"; }
-);
-
-# vim:set ts=4 sw=4 et:
Copied: sslh/repos/community-x86_64/sslh.conf (from rev 171216, sslh/trunk/sslh.conf)
===================================================================
--- community-x86_64/sslh.conf (rev 0)
+++ community-x86_64/sslh.conf 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1,29 @@
+# Default Arch configuration
+# You can find more examples in /usr/share/doc/sslh
+
+verbose: false;
+foreground: true;
+inetd: false;
+numeric: false;
+transparent: false;
+timeout: 2;
+user: "sslh";
+pidfile: "/run/sslh.pid";
+
+
+listen:
+(
+ { host: "::0"; port: "443"; }
+);
+
+protocols:
+(
+ { name: "ssh"; service: "ssh"; host: "localhost"; port: "22"; probe: "builtin"; },
+ { name: "openvpn"; host: "localhost"; port: "1194"; probe: "builtin"; },
+ { name: "xmpp"; host: "localhost"; port: "5222"; probe: "builtin"; },
+ { name: "http"; host: "localhost"; port: "80"; probe: "builtin"; },
+ { name: "ssl"; host: "localhost"; port: "8443"; probe: "builtin"; },
+ { name: "anyprot"; host: "localhost"; port: "8443"; probe: "builtin"; }
+);
+
+# vim:set ts=4 sw=4 et:
Deleted: community-x86_64/sslh.install
===================================================================
--- community-x86_64/sslh.install 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-x86_64/sslh.install 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-# arg 1: the new package version
-post_install() {
- systemd-sysusers sslh.conf
- :
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- if (( "$(vercmp $2 1.14-1)" <= 0 )); then
- cat << EOF
-===> sslh systemd service has been splitted in sslh-fork.service and sslh-select.service
-EOF
- fi
- if (( "$(vercmp $2 1.16-3)" < 0 )); then
- post_install "$1"
- cat << EOF
-===> sslh may runs as unprivileged sslh user. Check your setup.
-EOF
- fi
-}
-
-# vim:set ts=2 sw=2 ft=sh et:
Copied: sslh/repos/community-x86_64/sslh.install (from rev 171216, sslh/trunk/sslh.install)
===================================================================
--- community-x86_64/sslh.install (rev 0)
+++ community-x86_64/sslh.install 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+# arg 1: the new package version
+post_install() {
+ systemd-sysusers sslh.conf
+ :
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ if (( "$(vercmp $2 1.14-1)" <= 0 )); then
+ cat << EOF
+===> sslh systemd service has been splitted in sslh-fork.service and sslh-select.service
+EOF
+ fi
+ if (( "$(vercmp $2 1.16-3)" < 0 )); then
+ post_install "$1"
+ cat << EOF
+===> sslh may runs as unprivileged sslh user. Check your setup.
+EOF
+ fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:
Deleted: community-x86_64/sslh.sysusers
===================================================================
--- community-x86_64/sslh.sysusers 2016-04-16 22:00:26 UTC (rev 171216)
+++ community-x86_64/sslh.sysusers 2016-04-16 22:11:23 UTC (rev 171217)
@@ -1 +0,0 @@
-u sslh - - -
Copied: sslh/repos/community-x86_64/sslh.sysusers (from rev 171216, sslh/trunk/sslh.sysusers)
===================================================================
--- community-x86_64/sslh.sysusers (rev 0)
+++ community-x86_64/sslh.sysusers 2016-04-16 22:11:23 UTC (rev 171217)
@@ -0,0 +1 @@
+u sslh - - -
More information about the arch-commits
mailing list