diff options
author | root <root@rshg054.dnsready.net> | 2013-09-21 03:03:11 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-21 03:03:11 -0700 |
commit | d3285d3c8cd7a90ac8766e0ce54c6eafaad7a5f2 (patch) | |
tree | 16903ca6eab9912b737843e2d20e8b793eb84809 /community/dnscrypt-proxy | |
parent | 42fbe2d214b850ded06b23ca33f3aa2880e60dbb (diff) |
Sat Sep 21 02:56:25 PDT 2013
Diffstat (limited to 'community/dnscrypt-proxy')
-rw-r--r-- | community/dnscrypt-proxy/PKGBUILD | 6 | ||||
-rw-r--r-- | community/dnscrypt-proxy/dnscrypt-proxy.service | 7 |
2 files changed, 4 insertions, 9 deletions
diff --git a/community/dnscrypt-proxy/PKGBUILD b/community/dnscrypt-proxy/PKGBUILD index 5c0cf8444..8fc4d9fcc 100644 --- a/community/dnscrypt-proxy/PKGBUILD +++ b/community/dnscrypt-proxy/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 97106 2013-09-13 02:04:27Z fyan $ +# $Id: PKGBUILD 97435 2013-09-20 02:21:56Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Techlive Zheng <techlivezheng at gmail dot com> # Contributor: peace4all <markspost at rocketmail dot com> pkgname=dnscrypt-proxy pkgver=1.3.3 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for securing communications between a client and a DNS resolver" arch=('i686' 'x86_64') url="http://dnscrypt.org/" @@ -36,4 +36,4 @@ package() { sha512sums=('c8e9484485f060aa90a36ef097506b1042348c85b74d0e5bfdeefa8bf8f80e42ae79d4568f524bb6de0754b125ed4f4b39a177f6fdee9e4616e7d0c3641aec0b' '2271eab1baf1a7192a8daaa1b271c24a3a3fa498432ac99c2e4fb3c939590f09aab582427ae874fce7969ece365ccb7a2e946566e5a0c650d93c34d23b536b61' - '33e8f95c38a10a9e05aadeb369616f6dfaa8b32bc28b9f8ab9ae29dfc3b03514442e7172b1f52c56665317b61cad7d130a0e1dc00d6aceaa59eb465e63d079bc') + 'bfff47fc9a515a26d835e08dfeeffba07ff66b09fd887df6c961802c2f8d584f9cd05e83bdcd7ccc274215744e4a05a328aec96152dee70e2fdfe12e12b390d3') diff --git a/community/dnscrypt-proxy/dnscrypt-proxy.service b/community/dnscrypt-proxy/dnscrypt-proxy.service index 5e30d888e..5d38fd908 100644 --- a/community/dnscrypt-proxy/dnscrypt-proxy.service +++ b/community/dnscrypt-proxy/dnscrypt-proxy.service @@ -5,13 +5,8 @@ After=network.target #Before=pdnsd.service [Service] -Type=forking -PIDFile=/var/run/dnscrypt-proxy.pid EnvironmentFile=/etc/conf.d/dnscrypt-proxy -ExecStartPre=/bin/rm -f /var/run/dnscrypt-proxy.pid -ExecStart=/usr/bin/dnscrypt-proxy --daemonize \ - --pidfile=/var/run/dnscrypt-proxy.pid \ - --logfile=/var/log/dnscrypt-proxy.log \ +ExecStart=/usr/bin/dnscrypt-proxy \ --local-address=${DNSCRYPT_LOCALIP}:${DNSCRYPT_LOCALPORT} \ --user=${DNSCRYPT_USER} Restart=on-abort |