diff options
author | root <root@rshg054.dnsready.net> | 2013-07-28 01:12:41 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-28 01:12:41 -0700 |
commit | 756c28ed533221b910dd7fbbe356cb9eb4fc9111 (patch) | |
tree | 82355ff0d7dd5940537f681f74fa587c9e39fcfc /community | |
parent | 572a1aa9805971ecae21bd4f315b366b69e92b00 (diff) |
Sun Jul 28 01:12:23 PDT 2013
Diffstat (limited to 'community')
-rw-r--r-- | community/bind/PKGBUILD | 6 | ||||
-rw-r--r-- | community/dnscrypt-proxy/PKGBUILD | 39 | ||||
-rw-r--r-- | community/dnscrypt-proxy/conf.d.file | 3 | ||||
-rw-r--r-- | community/dnscrypt-proxy/dnscrypt-proxy.service | 20 | ||||
-rw-r--r-- | community/libsodium/PKGBUILD | 38 | ||||
-rw-r--r-- | community/sslh/PKGBUILD | 10 | ||||
-rw-r--r-- | community/stuntrally/PKGBUILD | 4 |
7 files changed, 110 insertions, 10 deletions
diff --git a/community/bind/PKGBUILD b/community/bind/PKGBUILD index 588c8c0a7..e0b63c374 100644 --- a/community/bind/PKGBUILD +++ b/community/bind/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 92426 2013-06-05 07:49:55Z seblu $ +# $Id: PKGBUILD 94599 2013-07-27 17:55:53Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Gaetan Bisson <bisson@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> # Contributor: Mario Vazquez <mario_vazq@hotmail.com> pkgname=bind -_pkgver=9.9.3-P1 +_pkgver=9.9.3-P2 pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc='The ISC BIND nameserver' @@ -26,7 +26,7 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" 'named.logrotate' 'localhost.zone' '127.0.0.zone') -sha1sums=('9e1a9e5e45685befce6b93d4fcfd63e50eaeb2cf' +sha1sums=('a0235692c488b3fadf54a15858b1f13ae2ab6979' '029f89c49550c40ec7a95116b6a33f0e5a041094' 'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11' 'c71a7fc02d4bf0d55e8e29d1e014607ac1d58726' diff --git a/community/dnscrypt-proxy/PKGBUILD b/community/dnscrypt-proxy/PKGBUILD new file mode 100644 index 000000000..a4efe727a --- /dev/null +++ b/community/dnscrypt-proxy/PKGBUILD @@ -0,0 +1,39 @@ +# $Id: PKGBUILD 94587 2013-07-27 15:21:05Z 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.2 +pkgrel=1 +pkgdesc="A tool for securing communications between a client and a DNS resolver" +arch=('i686' 'x86_64') +url="http://dnscrypt.org/" +license=('custom') +depends=(libsodium) +source=(http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.bz2 + conf.d.file + dnscrypt-proxy.service) +backup=(etc/conf.d/dnscrypt-proxy) + +build() { + cd "$srcdir/$pkgname-$pkgver" + CFLAGS="$CFLAGS -fPIC" ./configure --prefix=/usr --sbindir=/usr/bin + make -j2 +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + mkdir -p "$pkgdir"/{usr/share/{licenses,doc}/$pkgname,etc/conf.d,usr/lib/systemd/system} + install -m 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname + install -m 644 AUTHORS NEWS README README.markdown "$pkgdir"/usr/share/doc/$pkgname + install -m 644 "$srcdir"/conf.d.file "$pkgdir"/etc/conf.d/$pkgname + install -m 644 "$srcdir"/dnscrypt-proxy.service "$pkgdir"/usr/lib/systemd/system + rm -rf "$pkgdir"/usr/{lib/*.{l,}a,include} +} + +sha512sums=('969219c5655ca7bcb8cbfb79d9dae9b27a79489bae7451e6e478ab5cee1bc22f0dc1758e9ff51ac2e80ec4230e6fe4eaba3a5ff98c3ddbde8d9dc24a51050bab' + '2271eab1baf1a7192a8daaa1b271c24a3a3fa498432ac99c2e4fb3c939590f09aab582427ae874fce7969ece365ccb7a2e946566e5a0c650d93c34d23b536b61' + '33e8f95c38a10a9e05aadeb369616f6dfaa8b32bc28b9f8ab9ae29dfc3b03514442e7172b1f52c56665317b61cad7d130a0e1dc00d6aceaa59eb465e63d079bc') diff --git a/community/dnscrypt-proxy/conf.d.file b/community/dnscrypt-proxy/conf.d.file new file mode 100644 index 000000000..fae760f21 --- /dev/null +++ b/community/dnscrypt-proxy/conf.d.file @@ -0,0 +1,3 @@ +DNSCRYPT_LOCALIP=127.0.0.1 +DNSCRYPT_LOCALPORT=53 +DNSCRYPT_USER=nobody diff --git a/community/dnscrypt-proxy/dnscrypt-proxy.service b/community/dnscrypt-proxy/dnscrypt-proxy.service new file mode 100644 index 000000000..5e30d888e --- /dev/null +++ b/community/dnscrypt-proxy/dnscrypt-proxy.service @@ -0,0 +1,20 @@ +[Unit] +Description=A tool for securing communications between a client and a DNS resolver. +After=network.target +# Only needed if you use pdnsd, other caching DNS servers can go here. Could be ignored too. +#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 \ + --local-address=${DNSCRYPT_LOCALIP}:${DNSCRYPT_LOCALPORT} \ + --user=${DNSCRYPT_USER} +Restart=on-abort + +[Install] +WantedBy=multi-user.target diff --git a/community/libsodium/PKGBUILD b/community/libsodium/PKGBUILD new file mode 100644 index 000000000..5a5d3b097 --- /dev/null +++ b/community/libsodium/PKGBUILD @@ -0,0 +1,38 @@ +# $Id: PKGBUILD 94581 2013-07-27 14:32:50Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: namelessjon <jonathan.stott@gmail.com> +# Contributor: Alessio Sergi <asergi at archlinux dot us> + +pkgname=libsodium +pkgver=0.4.2 +pkgrel=2 +pkgdesc="P(ortable|ackageable) NaCl-based crypto library" +arch=('i686' 'x86_64') +url="https://github.com/jedisct1/libsodium" +license=('custom:ISC') +depends=('glibc') +options=('!libtool') +source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz) +sha256sums=('1a7901cdd127471724e854a8eb478247dc0ca67be549345c75fc6f2d4e05ed39') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +check() { + cd "$pkgname-$pkgver" + make check +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # install license + install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname" + install -m 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} + +# vim:set ts=2 sw=2 et: diff --git a/community/sslh/PKGBUILD b/community/sslh/PKGBUILD index ed60e5e8a..c2235965f 100644 --- a/community/sslh/PKGBUILD +++ b/community/sslh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 83699 2013-02-04 14:24:41Z seblu $ -# Maintainer: Sébastien Luttringer <seblu@archlinux.org> +# $Id: PKGBUILD 94597 2013-07-27 17:54:41Z seblu $ +# Maintainer: Sébastien Luttringer # Contributor: Le_suisse <lesuisse.dev+aur at gmail dot com> # Contributor: Jason Rodriguez <jason-aur@catloaf.net> pkgname=sslh -pkgver=1.14 -pkgrel=2 +pkgver=1.15 +pkgrel=1 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer' arch=('i686' 'x86_64') url='http://www.rutschle.net/tech/sslh.shtml' @@ -16,7 +16,7 @@ install=$pkgname.install source=("http://www.rutschle.net/tech/$pkgname-$pkgver.tar.gz" 'sslh-select.service' 'sslh-fork.service') -md5sums=('36e64bd6c7d0a299d5acd1109988099b' +md5sums=('cdb3e4499ff00438495f46ef7204ec58' '67e8c9511508673254afa3e1ca61ff89' 'a4402244a4d819beb3c6dc7ff031084e') diff --git a/community/stuntrally/PKGBUILD b/community/stuntrally/PKGBUILD index 5c286dcdc..a4c340503 100644 --- a/community/stuntrally/PKGBUILD +++ b/community/stuntrally/PKGBUILD @@ -5,7 +5,7 @@ pkgname=stuntrally pkgver=2.0 -pkgrel=1 +pkgrel=2 pkgdesc='Stunt Rally game with track editor, based on VDrift' arch=('x86_64' 'i686') license=('GPL3') @@ -13,7 +13,7 @@ url='http://code.google.com/p/vdrift-ogre' depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor' 'stuntrally-data') makedepends=('cmake' 'boost') install=stuntrally.install -source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/$pkgname/$pkgname/tar.gz/$pkgver") +source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz") sha256sums=('ef3e645e4911f37c28925e3339c39555e849b7ac13511f009742030f531eed68') build() { |