[Lunar-commits] <moonbase> inetutils: version bumped to 1.7.
Florin Braescu
florin at lunar-linux.org
Tue Feb 16 00:35:23 CET 2010
commit 5c5bb4526dd7321cdadaafda24662f402ee519bb
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Feb 16 01:35:23 2010 +0200
inetutils: version bumped to 1.7.
Changes:
* ping
New option --timeout=N, stop sending packets after N seconds.
* New logger implementation
The `logger' utility has been rewritten from scratch. The new
implementation offers many new facilities. In particular, it
is able to send messages to system loggers on remote machines, and
to supply the PID number to include in messages, instead of the
PID of the `logger' process.
* Restore the traditional behavior of ping without -c option.
* The manual is now licensed under the GNU FDL version 1.3 or later.
* rexec
New program.
* tftp
Command line parsing now uses argp.
* Man pages for all tools are generated using help2man.
---
crypto/heimdal/BUILD | 4 ----
crypto/heimdal/DETAILS | 20 ++++++--------------
net/inetutils/BUILD | 2 +-
net/inetutils/DETAILS | 11 +++++------
4 files changed, 12 insertions(+), 25 deletions(-)
diff --git a/crypto/heimdal/BUILD b/crypto/heimdal/BUILD
index b5e5aca..696bb9a 100644
--- a/crypto/heimdal/BUILD
+++ b/crypto/heimdal/BUILD
@@ -33,10 +33,6 @@
doc/setup.texi doc/heimdal.info kadmin/kadmind.8 kdc/kdc.8 \
lib/hdb/hdb.h lib/krb5/krb5.conf.5 lib/krb5/krb5.conf.cat5 &&
- patch_it $SOURCE2 1 &&
- patch_it $SOURCE3 1 &&
- patch_it $SOURCE4 1 &&
-
sh autogen.sh &&
default_build
diff --git a/crypto/heimdal/DETAILS b/crypto/heimdal/DETAILS
index c5e730e..ba4f5c9 100644
--- a/crypto/heimdal/DETAILS
+++ b/crypto/heimdal/DETAILS
@@ -1,22 +1,14 @@
MODULE=heimdal
- VERSION=1.2.1
+ VERSION=1.3.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-1.0.1-lpthreads.patch
- SOURCE3=$MODULE-1.2.1-rename_su.patch.bz2
- SOURCE4=$MODULE-1.2.1-autoconf-2.64-fix.patch
- SOURCE_URL=http://www.h5l.org/dist/src/
- SOURCE2_URL=$PATCH_URL
- SOURCE3_URL=$PATCH_URL
- SOURCE4_URL=$PATCH_URL
- SOURCE_VFY=sha1:68b013a68bca7d544d29af0f890b9c668ec16936
- SOURCE2_VFY=sha1:f15b38acb56d2abc016a50f6203e4d417fe0f27b
- SOURCE3_VFY=sha1:069bc8d28148f37034f3cb8939e1e248486ed2e0
- SOURCE4_VFY=sha1:4b88852fae2d6432776b374a3d1d8490e85ba4e8
- WEB_SITE=http://www.h5l.org/
+ SOURCE_URL=http://www.h5l.org/dist/src
+ SOURCE_VFY=sha1:
+ WEB_SITE=http://www.h5l.org
MAINTAINER=ratler at lunar-linux.org
ENTERED=20041026
- UPDATED=20090531
+ UPDATED=20100216
SHORT="Heimdals kerberos 5 implementation"
+
cat << EOF
Heimdal is a free implementation of Kerberos 5.
EOF
diff --git a/net/inetutils/BUILD b/net/inetutils/BUILD
index c04d3f2..5908048 100644
--- a/net/inetutils/BUILD
+++ b/net/inetutils/BUILD
@@ -5,5 +5,5 @@
--enable-threads=posix --disable-rpath" &&
default_build
-
+
) > $C_FIFO 2>&1
diff --git a/net/inetutils/DETAILS b/net/inetutils/DETAILS
index 5f14386..c4953c4 100644
--- a/net/inetutils/DETAILS
+++ b/net/inetutils/DETAILS
@@ -1,12 +1,11 @@
MODULE=inetutils
- VERSION=1.6
+ VERSION=1.7
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$GNU_URL/$MODULE/
- SOURCE2_URL=$PATCH_URL/
- SOURCE_VFY=sha1:481060bd8b93d0efa0a0f2ab5ac5c491773a21af
- WEB_SITE=http://www.gnu.org/software/inetutils/
+ SOURCE_URL=$GNU_URL/$MODULE
+ SOURCE_VFY=sha1:d5fdee9855a06663ca7c0a8150c09439ef520206
+ WEB_SITE=http://www.gnu.org/software/inetutils
ENTERED=20080429
- UPDATED=20090727
+ UPDATED=20100216
SHORT="a collection of common network programs"
cat << EOF
More information about the Lunar-commits
mailing list