diff --git a/net/dictd/DETAILS b/net/dictd/DETAILS
index d6eb796..eb5cc44 100755
--- a/net/dictd/DETAILS
+++ b/net/dictd/DETAILS
@@ -1,9 +1,9 @@
SPELL=dictd
- VERSION=1.9.7
+ VERSION=1.9.15
SOURCE=${SPELL}-$VERSION.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.dict.org/pub/dict/$SOURCE
-
SOURCE_HASH=sha512:91a1e3e2672e4edf7cac01850cf35c56d518fa1f847e322e151a6b0ceb11ee2659e58a97eacaebf74b42f3b0f7e8f62df0da16e49818dbada04b4f5f281e33e5
+
SOURCE_HASH=sha512:aae94a672c7345efff4252a729d42aa103eb651d1ee01a4f8cb8852a68e7c5dab0f2ddf84981bdcf050c39f987e11a73fec3adf79183f0a693b45574e7a511d2
WEB_SITE=http://www.dict.org/
ENTERED=20020807
UPDATED=20030822
@@ -11,5 +11,8 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPE
BUILD_API=2
SHORT="Client/server for the Dictionary Server Protocol"
cat << EOF
-The Dictionary Server Protocol (DICT) is a TCP transaction based
query/response protocol that allows a client to access dictionary definitions
from a set of natural language dictionary databases.
+The Dictionary Server Protocol (DICT) is a TCP transaction
+based query/response protocol that allows a client to
+access dictionary definitions from a set of natural
+language dictionary databases.
EOF
diff --git a/net/dictd/HISTORY b/net/dictd/HISTORY
index e15c947..f37ad9e 100644
--- a/net/dictd/HISTORY
+++ b/net/dictd/HISTORY
@@ -1,3 +1,6 @@
+2006-05-13 Matthew Clark <matthewclark AT inlesserterms.net>
+ * DETAILS: Version bump to v1.9.15, fixes bug 11055
+
2005-11-29 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512
diff --git a/net/httping/DETAILS b/net/httping/DETAILS
index c8103de..878d8a3 100755
--- a/net/httping/DETAILS
+++ b/net/httping/DETAILS
@@ -1,10 +1,10 @@
SPELL=httping
BUILD_API=2
- VERSION=0.0.96
+ VERSION=1.0.10
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.vanheusden.com/httping/$SOURCE
-
SOURCE_HASH=sha512:b05df2a3bb948fc360501e3fce486d18bdd2c6adf5d4079909e30ac40bc6456614834598c84c25de6ef40efb99af35691a4b4d51e5f03da2f513308217a7208d
+
SOURCE_HASH=sha512:33572a471275b4478bae9a0214afb914bbfdd70fd700e547fc3824ae3a633d974de4e464e0373496442008357d005d21c9ef55e2d5127079562c362504d1310e
WEB_SITE=http://www.vanheusden.com/httping/
LICENSE[0]=GPL
ENTERED=20040504
diff --git a/net/httping/HISTORY b/net/httping/HISTORY
index be46d1c..f44c137 100644
--- a/net/httping/HISTORY
+++ b/net/httping/HISTORY
@@ -1,3 +1,7 @@
+2006-05-13 Matthew Clark <matthewclark AT inlesserterms.net>
+ * DETAILS: Version bump to 1.0.10, SHA512 hash update,
+ fixes bug 11049
+
2005-11-29 Seth Woolley <seth AT tautology.org>
* DETAILS: MD5 -> SHA512
diff --git a/net/mrtg/DETAILS b/net/mrtg/DETAILS
index f07be7d..03d9c65 100755
--- a/net/mrtg/DETAILS
+++ b/net/mrtg/DETAILS
@@ -1,5 +1,6 @@
SPELL=mrtg
- VERSION=2.13.1
+ VERSION=2.14.3
+
SOURCE_HASH=sha512:921d3bb62310d91d6c3d694b324fff3b90195b2eccb1a62e79ea5e908c609db7aeb28cb871c0891adf45130273d246d7266d8b99165b9534671a649505f99f1f
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/$SOURCE
diff --git a/net/mrtg/HISTORY b/net/mrtg/HISTORY
index 1c6ab14..e324d56 100644
--- a/net/mrtg/HISTORY
+++ b/net/mrtg/HISTORY
@@ -1,3 +1,7 @@
+2006-05-13 Matthew Clark <matthewclark AT inlesserterms.net>
+ * DETAILS: Version bump to 2.14.3, updated SHA512 sum,
+ fixes bug 11052
+
2006-01-31 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.13.1
converted SOURCEHASH to SOURCE_GPG
diff --git a/utils/util-linux/BUILD b/utils/util-linux/BUILD
index 3dab189..049304d 100755
--- a/utils/util-linux/BUILD
+++ b/utils/util-linux/BUILD
@@ -1,3 +1,4 @@
+create_group tty &&
OPTS="$OPTS --build=${BUILD}" &
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"
diff --git a/utils/util-linux/HISTORY b/utils/util-linux/HISTORY
index fbea655..6c8880f 100755
--- a/utils/util-linux/HISTORY
+++ b/utils/util-linux/HISTORY
@@ -1,3 +1,6 @@
+2006-09-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: create group tty #7768
+
2006-02-08 Eric Sandall <eric AT sandall.us>
* DEPENDS: Depends on smgl-fhs (for directory structure)