aboutsummaryrefslogtreecommitdiff
path: root/sysutils/spiped
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2011-09-17 06:51:09 +0000
committerColin Percival <cperciva@FreeBSD.org>2011-09-17 06:51:09 +0000
commit8c855f28d716abe518652bf90a30b7c3d7105345 (patch)
tree16bd8b8d3215b481786cf2b003e2e95d15be9d44 /sysutils/spiped
parent57b83a1e378b3b84526b72e55e17d0118904f1a2 (diff)
downloadports-8c855f28d716abe518652bf90a30b7c3d7105345.tar.gz
ports-8c855f28d716abe518652bf90a30b7c3d7105345.zip
Update to 1.1.0. The most notable change is that spiped will now (via the
-D option which has been added to the rc.d script) retry failed DNS lookups; this is useful in case spiped is launched before DNS resolution is working. With hat: maintainer
Notes
Notes: svn path=/head/; revision=281880
Diffstat (limited to 'sysutils/spiped')
-rw-r--r--sysutils/spiped/Makefile2
-rw-r--r--sysutils/spiped/distinfo4
-rw-r--r--sysutils/spiped/files/spiped.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile
index 39f0efafa134..3fc9100d0ec7 100644
--- a/sysutils/spiped/Makefile
+++ b/sysutils/spiped/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= spiped
-PORTVERSION= 1.0.0
+PORTVERSION= 1.1.0
CATEGORIES= sysutils security
MASTER_SITES= http://www.tarsnap.com/spiped/
EXTRACT_SUFX= .tgz
diff --git a/sysutils/spiped/distinfo b/sysutils/spiped/distinfo
index b2582826e9a7..ab1b9fd8d621 100644
--- a/sysutils/spiped/distinfo
+++ b/sysutils/spiped/distinfo
@@ -1,2 +1,2 @@
-SHA256 (spiped-1.0.0.tgz) = 82df05533bf8d8580f57e6dbec7d7e2966eabd3ea7a0a0bb06f87000947969a3
-SIZE (spiped-1.0.0.tgz) = 46684
+SHA256 (spiped-1.1.0.tgz) = b727b902310d217d56c07d503c4175c65387ff07c9cd50a24584903faf9f3dc3
+SIZE (spiped-1.1.0.tgz) = 47204
diff --git a/sysutils/spiped/files/spiped.in b/sysutils/spiped/files/spiped.in
index a6860d28c66c..f3cfd26a9b16 100644
--- a/sysutils/spiped/files/spiped.in
+++ b/sysutils/spiped/files/spiped.in
@@ -50,7 +50,7 @@ spiped_start()
echo Invalid value for spiped_pipe_${P}_mode: $MODE
continue
esac
- ${command} $MODEFLAG -s $SOURCE -t $TARGET -k $KEY -p $PIDFILE
+ ${command} -D $MODEFLAG -s $SOURCE -t $TARGET -k $KEY -p $PIDFILE
done
}