Date: Monday, November 2, 2015 @ 04:17:22
  Author: fyan
Revision: 145514

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 145513, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-i686/[email protected]
    (from rev 145513, shadowsocks-libev/trunk/[email protected])
  
shadowsocks-libev/repos/community-staging-i686/[email protected]
    (from rev 145513, shadowsocks-libev/trunk/[email protected])
  
shadowsocks-libev/repos/community-staging-i686/[email protected]
    (from rev 145513, shadowsocks-libev/trunk/[email protected])
  shadowsocks-libev/repos/community-staging-i686/shadowsocks-libev.install
    (from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-i686/[email protected]
    (from rev 145513, shadowsocks-libev/trunk/[email protected])
  shadowsocks-libev/repos/community-staging-x86_64/
  shadowsocks-libev/repos/community-staging-x86_64/PKGBUILD
    (from rev 145513, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-x86_64/[email protected]
    (from rev 145513, shadowsocks-libev/trunk/[email protected])
  
shadowsocks-libev/repos/community-staging-x86_64/[email protected]
    (from rev 145513, shadowsocks-libev/trunk/[email protected])
  
shadowsocks-libev/repos/community-staging-x86_64/[email protected]
    (from rev 145513, shadowsocks-libev/trunk/[email protected])
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev.install
    (from rev 145513, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-x86_64/[email protected]
    (from rev 145513, shadowsocks-libev/trunk/[email protected])

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

Copied: shadowsocks-libev/repos/community-staging-i686/PKGBUILD (from rev 
145513, shadowsocks-libev/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-11-02 03:17:22 UTC (rev 145514)
@@ -0,0 +1,44 @@
+# $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=2.4.1.20151031
+_commit=4fe15c4868921724dec64c70ba236226b83d41b9
+pkgrel=1
+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' 'openssl' 'libsodium' 'libev' 'udns')
+makedepends=('git')
+install=${pkgname}.install
+source=("git+https://github.com/shadowsocks/${pkgname}.git#commit=$_commit";
+        '[email protected]'
+        '[email protected]'
+        '[email protected]'
+        '[email protected]')
+
+sha512sums=('SKIP'
+            
'96e5c9ba04a8d45fa57728aeb5282cf25fce42baf2c2221c5040cced89196b25d2c212472ba9b3f53bdce93ad1edd5f06e42ec62ef212764349c1dab24dde16a'
+            
'73925959731b7ab6e2b3900662f4b67a9986b798b1a4a943307c87574c9069e32a0c2298cf6e9adb895fe71316a3bac09cb684c54e8a1350566b2fe7526c1cff'
+            
'bc336201afdc556130fc0bcacaf8be1588640d9d5426637eca8db473389910f6bfba39672cd69e7fa90548fe83cf8e6006f0f27dab7c937501faa1cdd09629c5'
+            
'd03e0af078a4c996f300c773dd4f13b20f28717913bfe2c58bf7894fa6673940a4a0d9357464dc46956d83ca1dcdab73dd97569e2a95fb6f22ac72571c4f23be')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  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 145513, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-i686/[email protected]                     
        (rev 0)
+++ community-staging-i686/[email protected]     2015-11-02 
03:17:22 UTC (rev 145514)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Redir Mode
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+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 145513, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-i686/[email protected]                    
        (rev 0)
+++ community-staging-i686/[email protected]    2015-11-02 
03:17:22 UTC (rev 145514)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks-Libev Server Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+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 145513, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-i686/[email protected]                    
        (rev 0)
+++ community-staging-i686/[email protected]    2015-11-02 
03:17:22 UTC (rev 145514)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Tunnel Mode
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+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 145513, shadowsocks-libev/trunk/shadowsocks-libev.install)
===================================================================
--- community-staging-i686/shadowsocks-libev.install                            
(rev 0)
+++ community-staging-i686/shadowsocks-libev.install    2015-11-02 03:17:22 UTC 
(rev 145514)
@@ -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+ep usr/bin/ss-redir  2>/dev/null
+}
+
+post_upgrade() {
+       post_install "$1"
+}

Copied: 
shadowsocks-libev/repos/community-staging-i686/[email protected] (from 
rev 145513, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-i686/[email protected]                           
(rev 0)
+++ community-staging-i686/[email protected]   2015-11-02 03:17:22 UTC 
(rev 145514)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+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 
145513, shadowsocks-libev/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-02 03:17:22 UTC (rev 145514)
@@ -0,0 +1,44 @@
+# $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=2.4.1.20151031
+_commit=4fe15c4868921724dec64c70ba236226b83d41b9
+pkgrel=1
+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' 'openssl' 'libsodium' 'libev' 'udns')
+makedepends=('git')
+install=${pkgname}.install
+source=("git+https://github.com/shadowsocks/${pkgname}.git#commit=$_commit";
+        '[email protected]'
+        '[email protected]'
+        '[email protected]'
+        '[email protected]')
+
+sha512sums=('SKIP'
+            
'96e5c9ba04a8d45fa57728aeb5282cf25fce42baf2c2221c5040cced89196b25d2c212472ba9b3f53bdce93ad1edd5f06e42ec62ef212764349c1dab24dde16a'
+            
'73925959731b7ab6e2b3900662f4b67a9986b798b1a4a943307c87574c9069e32a0c2298cf6e9adb895fe71316a3bac09cb684c54e8a1350566b2fe7526c1cff'
+            
'bc336201afdc556130fc0bcacaf8be1588640d9d5426637eca8db473389910f6bfba39672cd69e7fa90548fe83cf8e6006f0f27dab7c937501faa1cdd09629c5'
+            
'd03e0af078a4c996f300c773dd4f13b20f28717913bfe2c58bf7894fa6673940a4a0d9357464dc46956d83ca1dcdab73dd97569e2a95fb6f22ac72571c4f23be')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  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 145513, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-x86_64/[email protected]                   
        (rev 0)
+++ community-staging-x86_64/[email protected]   2015-11-02 
03:17:22 UTC (rev 145514)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Redir Mode
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+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 145513, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-x86_64/[email protected]                  
        (rev 0)
+++ community-staging-x86_64/[email protected]  2015-11-02 
03:17:22 UTC (rev 145514)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks-Libev Server Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+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 145513, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-x86_64/[email protected]                  
        (rev 0)
+++ community-staging-x86_64/[email protected]  2015-11-02 
03:17:22 UTC (rev 145514)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Tunnel Mode
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+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 145513, shadowsocks-libev/trunk/shadowsocks-libev.install)
===================================================================
--- community-staging-x86_64/shadowsocks-libev.install                          
(rev 0)
+++ community-staging-x86_64/shadowsocks-libev.install  2015-11-02 03:17:22 UTC 
(rev 145514)
@@ -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+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 145513, shadowsocks-libev/trunk/[email protected])
===================================================================
--- community-staging-x86_64/[email protected]                         
(rev 0)
+++ community-staging-x86_64/[email protected] 2015-11-02 03:17:22 UTC 
(rev 145514)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/ss-local -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Reply via email to