[arch-commits] Commit in shadowsocks-libev/repos/community-x86_64 (12 files)

Felix Yan felixonmars at archlinux.org
Mon Oct 14 03:01:01 UTC 2019


    Date: Monday, October 14, 2019 @ 03:01:00
  Author: felixonmars
Revision: 515379

archrelease: copy trunk to community-x86_64

Added:
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
    (from rev 515378, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir at .service
    (from rev 515378, shadowsocks-libev/trunk/shadowsocks-libev-redir at .service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server at .service
    (from rev 515378, shadowsocks-libev/trunk/shadowsocks-libev-server at .service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel at .service
    (from rev 515378, shadowsocks-libev/trunk/shadowsocks-libev-tunnel at .service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
    (from rev 515378, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev at .service
    (from rev 515378, shadowsocks-libev/trunk/shadowsocks-libev at .service)
Deleted:
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir at .service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server at .service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel at .service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev at .service

-----------------------------------+
 PKGBUILD                          |   98 ++++++++++++++++++------------------
 shadowsocks-libev-redir at .service  |   26 ++++-----
 shadowsocks-libev-server at .service |   26 ++++-----
 shadowsocks-libev-tunnel at .service |   26 ++++-----
 shadowsocks-libev.install         |   20 +++----
 shadowsocks-libev at .service        |   26 ++++-----
 6 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-14 03:00:20 UTC (rev 515378)
+++ PKGBUILD	2019-10-14 03:01:00 UTC (rev 515379)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: jiangxq <jiangxueqian at gmail dot com>
-# Contributor: zh99998 <zh99998 at gmail.com>
-# Contributor: 4679kun <admin at 4679 dot us>
-
-pkgname=shadowsocks-libev
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end boxes'
-arch=('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"
-        'shadowsocks-libev at .service'
-        'shadowsocks-libev-server at .service'
-        'shadowsocks-libev-redir at .service'
-        'shadowsocks-libev-tunnel at .service')
-
-sha512sums=('a2f5f257fb701f03cc24d1d86df0e41aa2589c95a0e694c3b7fe19af68fa9ad8c61de631320525338d5579a60c978bb0fb741a85a9606110ff1077cb9c655eba'
-            '57c92f20d26283c87b86a66269a8475117ba4db4d13e5341f1795edb38181edd972179141cd1ef15e9b898b8b42d5319fe1a64edef8b35cb62f98443b701a5dd'
-            'b40db992b2e77846064d5b689835bcaf335da961684ca0d6aa0dc798ca9541ee0e0236e10e39f44a9ff3fbe260666a25e5440160121b10a655ac95a3f4ecba0a'
-            '8646a373b58327cdb75ed933447b4cb833ecca215807661120909e21d8c2a1d354beff302192e24dc77bfda3db2f806ec2b01a288ddb4f4e4b9ae200d0beeadd'
-            '851a17a53cd84b425316c476f423b03d763e0fdfe987543964df4c67567374b833bf776e93476593d81652eda9986beeca1d06c8f13219fe6336c6f3e6441e98')
-
-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/shadowsocks-libev at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks-libev at .service"
-  install -Dm644 "$srcdir/shadowsocks-libev-server at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks-libev-server at .service"
-  install -Dm644 "$srcdir/shadowsocks-libev-redir at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks-libev-redir at .service"
-  install -Dm644 "$srcdir/shadowsocks-libev-tunnel at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks-libev-tunnel at .service"
-}

Copied: shadowsocks-libev/repos/community-x86_64/PKGBUILD (from rev 515378, shadowsocks-libev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-14 03:01:00 UTC (rev 515379)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: jiangxq <jiangxueqian at gmail dot com>
+# Contributor: zh99998 <zh99998 at gmail.com>
+# Contributor: 4679kun <admin at 4679 dot us>
+
+pkgname=shadowsocks-libev
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end boxes'
+arch=('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"
+        'shadowsocks-libev at .service'
+        'shadowsocks-libev-server at .service'
+        'shadowsocks-libev-redir at .service'
+        'shadowsocks-libev-tunnel at .service')
+
+sha512sums=('2b997680ff46a6888326aea59b554acf81f391663129fe05b75e2bd1474c0c1738292bbab0b5dbbfc2a8228b17759101b1cd266d40b2e7bfdb5912bd3408b3e2'
+            '57c92f20d26283c87b86a66269a8475117ba4db4d13e5341f1795edb38181edd972179141cd1ef15e9b898b8b42d5319fe1a64edef8b35cb62f98443b701a5dd'
+            'b40db992b2e77846064d5b689835bcaf335da961684ca0d6aa0dc798ca9541ee0e0236e10e39f44a9ff3fbe260666a25e5440160121b10a655ac95a3f4ecba0a'
+            '8646a373b58327cdb75ed933447b4cb833ecca215807661120909e21d8c2a1d354beff302192e24dc77bfda3db2f806ec2b01a288ddb4f4e4b9ae200d0beeadd'
+            '851a17a53cd84b425316c476f423b03d763e0fdfe987543964df4c67567374b833bf776e93476593d81652eda9986beeca1d06c8f13219fe6336c6f3e6441e98')
+
+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/shadowsocks-libev at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks-libev at .service"
+  install -Dm644 "$srcdir/shadowsocks-libev-server at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks-libev-server at .service"
+  install -Dm644 "$srcdir/shadowsocks-libev-redir at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks-libev-redir at .service"
+  install -Dm644 "$srcdir/shadowsocks-libev-tunnel at .service" "$pkgdir/usr/lib/systemd/system/shadowsocks-libev-tunnel at .service"
+}

Deleted: shadowsocks-libev-redir at .service
===================================================================
--- shadowsocks-libev-redir at .service	2019-10-14 03:00:20 UTC (rev 515378)
+++ shadowsocks-libev-redir at .service	2019-10-14 03:01:00 UTC (rev 515379)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Shadowsocks-Libev Client Service Redir Mode
-After=network-online.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-x86_64/shadowsocks-libev-redir at .service (from rev 515378, shadowsocks-libev/trunk/shadowsocks-libev-redir at .service)
===================================================================
--- shadowsocks-libev-redir at .service	                        (rev 0)
+++ shadowsocks-libev-redir at .service	2019-10-14 03:01:00 UTC (rev 515379)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Redir Mode
+After=network-online.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
+

Deleted: shadowsocks-libev-server at .service
===================================================================
--- shadowsocks-libev-server at .service	2019-10-14 03:00:20 UTC (rev 515378)
+++ shadowsocks-libev-server at .service	2019-10-14 03:01:00 UTC (rev 515379)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Shadowsocks-Libev Server Service
-After=network-online.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-x86_64/shadowsocks-libev-server at .service (from rev 515378, shadowsocks-libev/trunk/shadowsocks-libev-server at .service)
===================================================================
--- shadowsocks-libev-server at .service	                        (rev 0)
+++ shadowsocks-libev-server at .service	2019-10-14 03:01:00 UTC (rev 515379)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Server Service
+After=network-online.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
+

Deleted: shadowsocks-libev-tunnel at .service
===================================================================
--- shadowsocks-libev-tunnel at .service	2019-10-14 03:00:20 UTC (rev 515378)
+++ shadowsocks-libev-tunnel at .service	2019-10-14 03:01:00 UTC (rev 515379)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Shadowsocks-Libev Client Service Tunnel Mode
-After=network-online.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-x86_64/shadowsocks-libev-tunnel at .service (from rev 515378, shadowsocks-libev/trunk/shadowsocks-libev-tunnel at .service)
===================================================================
--- shadowsocks-libev-tunnel at .service	                        (rev 0)
+++ shadowsocks-libev-tunnel at .service	2019-10-14 03:01:00 UTC (rev 515379)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Tunnel Mode
+After=network-online.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
+

Deleted: shadowsocks-libev.install
===================================================================
--- shadowsocks-libev.install	2019-10-14 03:00:20 UTC (rev 515378)
+++ shadowsocks-libev.install	2019-10-14 03:01:00 UTC (rev 515379)
@@ -1,10 +0,0 @@
-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-x86_64/shadowsocks-libev.install (from rev 515378, shadowsocks-libev/trunk/shadowsocks-libev.install)
===================================================================
--- shadowsocks-libev.install	                        (rev 0)
+++ shadowsocks-libev.install	2019-10-14 03:01:00 UTC (rev 515379)
@@ -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"
+}

Deleted: shadowsocks-libev at .service
===================================================================
--- shadowsocks-libev at .service	2019-10-14 03:00:20 UTC (rev 515378)
+++ shadowsocks-libev at .service	2019-10-14 03:01:00 UTC (rev 515379)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Shadowsocks-Libev Client Service
-After=network-online.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-x86_64/shadowsocks-libev at .service (from rev 515378, shadowsocks-libev/trunk/shadowsocks-libev at .service)
===================================================================
--- shadowsocks-libev at .service	                        (rev 0)
+++ shadowsocks-libev at .service	2019-10-14 03:01:00 UTC (rev 515379)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service
+After=network-online.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
+



More information about the arch-commits mailing list