Date: Friday, October 6, 2017 @ 13:48:58
  Author: felixonmars
Revision: 261924

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

Added:
  shadowsocks-libev/repos/community-staging-i686/
  shadowsocks-libev/repos/community-staging-i686/PKGBUILD
    (from rev 261923, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-i686/[email protected]
    (from rev 261923, shadowsocks-libev/trunk/[email protected])
  
shadowsocks-libev/repos/community-staging-i686/[email protected]
    (from rev 261923, shadowsocks-libev/trunk/[email protected])
  
shadowsocks-libev/repos/community-staging-i686/[email protected]
    (from rev 261923, shadowsocks-libev/trunk/[email protected])
  shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev.install
    (from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-i686/[email protected]
    (from rev 261923, shadowsocks-libev/trunk/[email protected])
  shadowsocks-libev/repos/community-staging-x86_64/
  shadowsocks-libev/repos/community-staging-x86_64/PKGBUILD
    (from rev 261923, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-x86_64/[email protected]
    (from rev 261923, shadowsocks-libev/trunk/[email protected])
  
shadowsocks-libev/repos/community-staging-x86_64/[email protected]
    (from rev 261923, shadowsocks-libev/trunk/[email protected])
  
shadowsocks-libev/repos/community-staging-x86_64/[email protected]
    (from rev 261923, shadowsocks-libev/trunk/[email protected])
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev.install
    (from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-x86_64/[email protected]
    (from rev 261923, shadowsocks-libev/trunk/[email protected])

------------------------------------------------------------+
 community-staging-i686/PKGBUILD                            |   50 +++++++++++
 community-staging-i686/[email protected]    |   13 ++
 community-staging-i686/[email protected]   |   13 ++
 community-staging-i686/[email protected]   |   13 ++
 community-staging-i686/shadowsocks-libev.install           |   10 ++
 community-staging-i686/[email protected]          |   13 ++
 community-staging-x86_64/PKGBUILD                          |   50 +++++++++++
 community-staging-x86_64/[email protected]  |   13 ++
 community-staging-x86_64/[email protected] |   13 ++
 community-staging-x86_64/[email protected] |   13 ++
 community-staging-x86_64/shadowsocks-libev.install         |   10 ++
 community-staging-x86_64/[email protected]        |   13 ++
 12 files changed, 224 insertions(+)

Copied: shadowsocks-libev/repos/community-staging-i686/PKGBUILD (from rev 
261923, shadowsocks-libev/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-10-06 13:48:58 UTC (rev 261924)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: jiangxq <jiangxueqian at gmail dot com>
+# Contributor: zh99998 <[email protected]>
+# Contributor: 4679kun <admin at 4679 dot us>
+
+pkgname=shadowsocks-libev
+pkgver=3.1.0
+pkgrel=2
+pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
+arch=('i686' 'x86_64')
+url='https://github.com/shadowsocks/shadowsocks-libev'
+license=('GPL3')
+depends=('libcap' 'mbedtls' 'libsodium' 'libev' 'c-ares' 'pcre' 'libcorkipset' 
'libbloom')
+makedepends=('asciidoc' 'xmlto')
+install=${pkgname}.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/$pkgname/archive/v$pkgver.tar.gz";
+        '[email protected]'
+        '[email protected]'
+        '[email protected]'
+        '[email protected]')
+
+sha512sums=('e2a8686a60b2fa782e2f036963d8789275f9d3faee541984f54069bf6e0d1a7cfee218b63cc0600e29b7efcef6872d4ad45363b69a3360e9958143b82e33fd4e'
+            
'92186a3baf340e3e3b7e8893b01bbf29356d0111ea7ecc10bb6a31278a834a7c428c501b0bb15fc1e983c6dab74a7094deae2c5972a4b3e6807ece668944d321'
+            
'4e7d22145af1e2ac65bfa0d8883c3b30a6ac726728265a782519ab3912d6e3034861e19b411b54aa1cdbf999b1758584f6452d9c98afb72b71f3a0b215813317'
+            
'e233c0f67843509f542c25d6fc39fe6992571b7cd0ae75e3c9573a8cd6f9a72748b5c4d09914a6d9402bfe379db487c628b39c44cc165f71e48e874a56922b82'
+            
'b8de1cc489a1feb8c0ca59fef8abf6c524343483563462a167cb4a5bed5e9605fe76e4fdc71a248a8a5fc882032737a02747916f79043d50f850645067ed38eb')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  sed -i 's|AC_CONFIG_FILES(\[libbloom/Makefile libcork/Makefile 
libipset/Makefile\])||' configure.ac
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 "$srcdir/[email protected]" 
"$pkgdir/usr/lib/systemd/system/[email protected]"
+  install -Dm644 "$srcdir/[email protected]" 
"$pkgdir/usr/lib/systemd/system/[email protected]"
+  install -Dm644 "$srcdir/[email protected]" 
"$pkgdir/usr/lib/systemd/system/[email protected]"
+  install -Dm644 "$srcdir/[email protected]" 
"$pkgdir/usr/lib/systemd/system/[email protected]"
+}

Copied: 
shadowsocks-libev/repos/community-staging-i686/[email protected] 
(from rev 261923, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-i686/[email protected]                     
        (rev 0)
+++ community-staging-i686/[email protected]     2017-10-06 
13:48:58 UTC (rev 261924)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Redir Mode
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/ss-redir -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Copied: 
shadowsocks-libev/repos/community-staging-i686/[email protected]
 (from rev 261923, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-i686/[email protected]                    
        (rev 0)
+++ community-staging-i686/[email protected]    2017-10-06 
13:48:58 UTC (rev 261924)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Server Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/ss-server -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Copied: 
shadowsocks-libev/repos/community-staging-i686/[email protected]
 (from rev 261923, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-i686/[email protected]                    
        (rev 0)
+++ community-staging-i686/[email protected]    2017-10-06 
13:48:58 UTC (rev 261924)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Tunnel Mode
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/ss-tunnel -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Copied: 
shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev.install (from 
rev 261923, shadowsocks-libev/trunk/shadowsocks-libev.install)
===================================================================
--- community-staging-i686/shadowsocks-libev.install                            
(rev 0)
+++ community-staging-i686/shadowsocks-libev.install    2017-10-06 13:48:58 UTC 
(rev 261924)
@@ -0,0 +1,10 @@
+post_install() {
+       setcap cap_net_bind_service+ep usr/bin/ss-local  2>/dev/null
+       setcap cap_net_bind_service+ep usr/bin/ss-server 2>/dev/null
+       setcap cap_net_bind_service+ep usr/bin/ss-tunnel 2>/dev/null
+       setcap cap_net_bind_service,cap_net_admin+ep usr/bin/ss-redir  
2>/dev/null
+}
+
+post_upgrade() {
+       post_install "$1"
+}

Copied: 
shadowsocks-libev/repos/community-staging-i686/[email protected] (from 
rev 261923, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-i686/[email protected]                           
(rev 0)
+++ community-staging-i686/[email protected]   2017-10-06 13:48:58 UTC 
(rev 261924)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/ss-local -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Copied: shadowsocks-libev/repos/community-staging-x86_64/PKGBUILD (from rev 
261923, shadowsocks-libev/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-10-06 13:48:58 UTC (rev 261924)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: jiangxq <jiangxueqian at gmail dot com>
+# Contributor: zh99998 <[email protected]>
+# Contributor: 4679kun <admin at 4679 dot us>
+
+pkgname=shadowsocks-libev
+pkgver=3.1.0
+pkgrel=2
+pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
+arch=('i686' 'x86_64')
+url='https://github.com/shadowsocks/shadowsocks-libev'
+license=('GPL3')
+depends=('libcap' 'mbedtls' 'libsodium' 'libev' 'c-ares' 'pcre' 'libcorkipset' 
'libbloom')
+makedepends=('asciidoc' 'xmlto')
+install=${pkgname}.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/$pkgname/archive/v$pkgver.tar.gz";
+        '[email protected]'
+        '[email protected]'
+        '[email protected]'
+        '[email protected]')
+
+sha512sums=('e2a8686a60b2fa782e2f036963d8789275f9d3faee541984f54069bf6e0d1a7cfee218b63cc0600e29b7efcef6872d4ad45363b69a3360e9958143b82e33fd4e'
+            
'92186a3baf340e3e3b7e8893b01bbf29356d0111ea7ecc10bb6a31278a834a7c428c501b0bb15fc1e983c6dab74a7094deae2c5972a4b3e6807ece668944d321'
+            
'4e7d22145af1e2ac65bfa0d8883c3b30a6ac726728265a782519ab3912d6e3034861e19b411b54aa1cdbf999b1758584f6452d9c98afb72b71f3a0b215813317'
+            
'e233c0f67843509f542c25d6fc39fe6992571b7cd0ae75e3c9573a8cd6f9a72748b5c4d09914a6d9402bfe379db487c628b39c44cc165f71e48e874a56922b82'
+            
'b8de1cc489a1feb8c0ca59fef8abf6c524343483563462a167cb4a5bed5e9605fe76e4fdc71a248a8a5fc882032737a02747916f79043d50f850645067ed38eb')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  sed -i 's|AC_CONFIG_FILES(\[libbloom/Makefile libcork/Makefile 
libipset/Makefile\])||' configure.ac
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 "$srcdir/[email protected]" 
"$pkgdir/usr/lib/systemd/system/[email protected]"
+  install -Dm644 "$srcdir/[email protected]" 
"$pkgdir/usr/lib/systemd/system/[email protected]"
+  install -Dm644 "$srcdir/[email protected]" 
"$pkgdir/usr/lib/systemd/system/[email protected]"
+  install -Dm644 "$srcdir/[email protected]" 
"$pkgdir/usr/lib/systemd/system/[email protected]"
+}

Copied: 
shadowsocks-libev/repos/community-staging-x86_64/[email protected]
 (from rev 261923, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-x86_64/[email protected]                   
        (rev 0)
+++ community-staging-x86_64/[email protected]   2017-10-06 
13:48:58 UTC (rev 261924)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Redir Mode
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/ss-redir -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Copied: 
shadowsocks-libev/repos/community-staging-x86_64/[email protected]
 (from rev 261923, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-x86_64/[email protected]                  
        (rev 0)
+++ community-staging-x86_64/[email protected]  2017-10-06 
13:48:58 UTC (rev 261924)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Server Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/ss-server -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Copied: 
shadowsocks-libev/repos/community-staging-x86_64/[email protected]
 (from rev 261923, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-x86_64/[email protected]                  
        (rev 0)
+++ community-staging-x86_64/[email protected]  2017-10-06 
13:48:58 UTC (rev 261924)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Tunnel Mode
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/ss-tunnel -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Copied: 
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev.install 
(from rev 261923, shadowsocks-libev/trunk/shadowsocks-libev.install)
===================================================================
--- community-staging-x86_64/shadowsocks-libev.install                          
(rev 0)
+++ community-staging-x86_64/shadowsocks-libev.install  2017-10-06 13:48:58 UTC 
(rev 261924)
@@ -0,0 +1,10 @@
+post_install() {
+       setcap cap_net_bind_service+ep usr/bin/ss-local  2>/dev/null
+       setcap cap_net_bind_service+ep usr/bin/ss-server 2>/dev/null
+       setcap cap_net_bind_service+ep usr/bin/ss-tunnel 2>/dev/null
+       setcap cap_net_bind_service,cap_net_admin+ep usr/bin/ss-redir  
2>/dev/null
+}
+
+post_upgrade() {
+       post_install "$1"
+}

Copied: 
shadowsocks-libev/repos/community-staging-x86_64/[email protected] 
(from rev 261923, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-x86_64/[email protected]                         
(rev 0)
+++ community-staging-x86_64/[email protected] 2017-10-06 13:48:58 UTC 
(rev 261924)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/ss-local -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Reply via email to