summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-10 18:04:31 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-10 18:04:31 -0300
commit8463f1e6ebe0861d9808e9b540e51712e3191c63 (patch)
treee59204786f6b2b694dbbec4ff5c82c9987c46c3d
parent1a2fd51887f77ba9c41195c1a2eb9ee80ea28866 (diff)
ports
-rw-r--r--community/libnetfilter_acct/PKGBUILD2
-rw-r--r--community/libnetfilter_log/PKGBUILD2
-rw-r--r--community/tinc/PKGBUILD10
-rw-r--r--community/ulogd/PKGBUILD2
4 files changed, 8 insertions, 8 deletions
diff --git a/community/libnetfilter_acct/PKGBUILD b/community/libnetfilter_acct/PKGBUILD
index 3f105d946..4bdacafd9 100644
--- a/community/libnetfilter_acct/PKGBUILD
+++ b/community/libnetfilter_acct/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=libnetfilter_acct
pkgver=1.0.0
pkgrel=1
pkgdesc="userspace library providing interface to extended accounting infrastructure"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.netfilter.org/projects/libnetfilter_acct/index.html"
license=('GPL')
depends=('libnfnetlink' 'libmnl')
diff --git a/community/libnetfilter_log/PKGBUILD b/community/libnetfilter_log/PKGBUILD
index 37027d898..053eaaf86 100644
--- a/community/libnetfilter_log/PKGBUILD
+++ b/community/libnetfilter_log/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=libnetfilter_log
pkgver=1.0.1
pkgrel=1
pkgdesc="userspace library providing interface to packets that have been logged by the kernel packet filter"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.netfilter.org/projects/libnetfilter_log/index.html"
license=('GPL')
depends=('libnfnetlink')
diff --git a/community/tinc/PKGBUILD b/community/tinc/PKGBUILD
index 4238ba07a..12ce2531b 100644
--- a/community/tinc/PKGBUILD
+++ b/community/tinc/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lothar Gesslein
pkgname=tinc
-pkgver=1.0.18
+pkgver=1.0.19
pkgrel=1
pkgdesc="VPN (Virtual Private Network) daemon"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,10 +15,6 @@ backup=(etc/conf.d/tincd.conf)
install=tinc.install
source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
tincd.rc tincd.conf)
-md5sums=('9352d53e892df4127e839f54a0e8af2a'
- '1c219383bff7cc57024a9a25cd7fca5d'
- '64bb53748d9051255f243003f0d511f5'
- '7c0276d4812cc5d3cc18142562a3aa82')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -39,3 +35,7 @@ package() {
install -Dm755 "$srcdir/tincd.rc" "$pkgdir/etc/rc.d/tincd"
install -Dm644 "$srcdir/tincd.conf" "$pkgdir/etc/conf.d/tincd.conf"
}
+md5sums=('5d97ee0f1ccf8fea5b492f6b54d5ac32'
+ 'af4a88d89a17c216e38b93630389181a'
+ '64bb53748d9051255f243003f0d511f5'
+ '7c0276d4812cc5d3cc18142562a3aa82')
diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD
index aa075e2e7..9984609cf 100644
--- a/community/ulogd/PKGBUILD
+++ b/community/ulogd/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=ulogd
pkgver=2.0.0
pkgrel=2
pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://www.netfilter.org/projects/ulogd/index.html'
license=('GPL2')
depends=('libmnl')