summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-05 01:33:02 -0700
committerroot <root@rshg054.dnsready.net>2012-10-05 01:33:02 -0700
commit777466db27694f0cad10a7159ba66f2a2b39a516 (patch)
tree314603754e3855eea98c7cc25416e7c746e40fcf /testing
parentc3ff6b4da8966c22dcbf0f5d8a957b875242789f (diff)
Fri Oct 5 01:33:01 PDT 2012
Diffstat (limited to 'testing')
-rw-r--r--testing/iputils/PKGBUILD4
-rw-r--r--testing/iputils/iputils.install4
-rw-r--r--testing/ypserv/PKGBUILD6
3 files changed, 5 insertions, 9 deletions
diff --git a/testing/iputils/PKGBUILD b/testing/iputils/PKGBUILD
index af7cb0750..eaafc8240 100644
--- a/testing/iputils/PKGBUILD
+++ b/testing/iputils/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 167413 2012-10-01 23:45:59Z stephane $
+# $Id: PKGBUILD 167961 2012-10-04 12:11:50Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=iputils
pkgver=20101006
-pkgrel=6
+pkgrel=7
pkgdesc="IP Configuration Utilities (and Ping)"
arch=('i686' 'x86_64')
license=('GPL')
diff --git a/testing/iputils/iputils.install b/testing/iputils/iputils.install
index d83f94426..8e5159e83 100644
--- a/testing/iputils/iputils.install
+++ b/testing/iputils/iputils.install
@@ -1,10 +1,6 @@
post_install() {
setcap cap_net_raw=ep usr/bin/ping 2>/dev/null || chmod +s usr/bin/ping
setcap cap_net_raw=ep usr/bin/ping6 2>/dev/null || chmod +s usr/bin/ping6
-
- if [ "$(vercmp $2 20101006-3)" -le 0 ]; then
- echo " >> Traceroute is now provided by core/traceroute"
- fi
}
post_upgrade() {
diff --git a/testing/ypserv/PKGBUILD b/testing/ypserv/PKGBUILD
index 0a3781750..25fc92df0 100644
--- a/testing/ypserv/PKGBUILD
+++ b/testing/ypserv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 165527 2012-08-22 22:01:24Z tomegun $
+# $Id: PKGBUILD 167986 2012-10-04 17:42:55Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
@@ -6,12 +6,12 @@
pkgname=ypserv
pkgver=2.28
-pkgrel=1
+pkgrel=2
pkgdesc='Linux NIS Server'
arch=('i686' 'x86_64')
url='http://www.linux-nis.org/nis/ypserv/'
license=('GPL2')
-depends=('gdbm' 'openslp' 'inetutils')
+depends=('gdbm' 'openslp' 'inetutils' 'yp-tools')
optdepends=('gawk: for printcap support')
backup=('etc/ypserv.conf' 'etc/netgroup' 'var/yp/securenets')
source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"