summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorTreeve Jelbert2019-07-05 14:53:40 +0200
committerTreeve Jelbert2019-07-07 08:20:32 +0200
commit964bb83d1b22d1c07b3270973f448d76170e11e3 (patch)
treec7b5caf9494b2128232de7fd1781fbb222db02b2 /net
parent66bfa55bff50de712d15992823309a538b9524bc (diff)
iputils-base: => 20151218
Diffstat (limited to 'net')
-rwxr-xr-xnet/iputils-base/CONFIGURE2
-rwxr-xr-xnet/iputils-base/CONFLICTS1
-rwxr-xr-xnet/iputils-base/DETAILS4
-rw-r--r--net/iputils-base/HISTORY5
-rwxr-xr-xnet/iputils-base/INSTALL2
-rw-r--r--net/iputils-base/iputils-s20100418.tar.bz2.sigbin543 -> 0 bytes
6 files changed, 10 insertions, 4 deletions
diff --git a/net/iputils-base/CONFIGURE b/net/iputils-base/CONFIGURE
index 80ae426257..f559a895be 100755
--- a/net/iputils-base/CONFIGURE
+++ b/net/iputils-base/CONFIGURE
@@ -6,5 +6,5 @@ config_query "IPUTILS_RARPD" "Install rarpd?" y &&
config_query "IPUTILS_TPATH" "Install tracepath?" y &&
config_query "IPUTILS_TPATH6" "Install tracepath6?" y &&
config_query "IPUTILS_TROUTE" "Install traceroute6?" y &&
-config_query "IPUTILS_TFTP" "Install tftpd?" y &&
+config_query "IPUTILS_TFTPD" "Install tftpd?" y &&
config_query "IPUTILS_RDISC" "Install rdisc?" y
diff --git a/net/iputils-base/CONFLICTS b/net/iputils-base/CONFLICTS
index 4d8c934dd0..8bc67dc9aa 100755
--- a/net/iputils-base/CONFLICTS
+++ b/net/iputils-base/CONFLICTS
@@ -3,3 +3,4 @@ conflicts netkit-ping
conflicts netkit-tftp
conflicts iputils-ping
conflicts iputils-tracepath
+conflicts tftp-hpa
diff --git a/net/iputils-base/DETAILS b/net/iputils-base/DETAILS
index bac389911f..4e0514412c 100755
--- a/net/iputils-base/DETAILS
+++ b/net/iputils-base/DETAILS
@@ -1,11 +1,11 @@
SPELL=iputils-base
- VERSION=20100418
+ VERSION=20151218
+ SOURCE_HASH=sha512:4bf0eed0ae5603e872afb0e09be039df3822a7723e8cbb8cbe578d69d8c457ffac9bdbe2eb17b32c95968e5e4ad6204af955617482c5701671f0f476b560b65c
SOURCE=iputils-s${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/iputils-s${VERSION}
SOURCE_URL[0]=http://www.skbuff.net/iputils/${SOURCE}
WEB_SITE=http://www.linuxfoundation.org/collaborate/workgroups/networking/iputils
ENTERED=20030509
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
DOCS="README"
KEYWORDS="net"
diff --git a/net/iputils-base/HISTORY b/net/iputils-base/HISTORY
index 2171974627..6baa2a1b25 100644
--- a/net/iputils-base/HISTORY
+++ b/net/iputils-base/HISTORY
@@ -1,3 +1,8 @@
+2019-07-05 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 20151218
+ * CONFLICTS: add tftp-hpa
+ * CONFIGURE: fix typo
+
2011-10-23 Tommy Boatman <tboatman@sourcemage.org>
* INSTALL: fixed ping6 install
diff --git a/net/iputils-base/INSTALL b/net/iputils-base/INSTALL
index 537ccb8aff..da5a4e1c73 100755
--- a/net/iputils-base/INSTALL
+++ b/net/iputils-base/INSTALL
@@ -54,7 +54,7 @@ if is_depends_enabled $SPELL opensp ; then
if [ "$IPUTILS_TROUTE6" == "y" ]; then
install -m 644 doc/traceroute6.8 $INSTALL_ROOT/usr/share/man/man8/traceroute6.8
fi &&
- if [ "$IPUTILS_TFTPD" == "y" ]; then
+ if [ "$IPUTILS_TFTP" == "y" ]; then
install -m 644 doc/tftpd.8 $INSTALL_ROOT/usr/share/man/man8/tftpd.8
fi &&
if [ "$IPUTILS_RDISC" == "y" ]; then
diff --git a/net/iputils-base/iputils-s20100418.tar.bz2.sig b/net/iputils-base/iputils-s20100418.tar.bz2.sig
deleted file mode 100644
index 2712334631..0000000000
--- a/net/iputils-base/iputils-s20100418.tar.bz2.sig
+++ /dev/null
Binary files differ