Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cc01ba8cf5e7b929ef10d129dc33f7f749e573e7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cc01ba8cf5e7b929ef10d129dc33f7f749e573e7)
  • Date: Wed, 24 Sep 2008 08:43:46 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/libpcap/DEPENDS | 4 ++--
net/libpcap/DETAILS | 17 ++++++++++-------
net/libpcap/HISTORY | 5 ++++-
net/tcpdump.gpg |binary
net/tcpdump/BUILD | 3 ++-
net/tcpdump/DEPENDS | 2 +-
net/tcpdump/DETAILS | 18 +++++++++---------
net/tcpdump/HISTORY | 6 +++++-
8 files changed, 33 insertions(+), 22 deletions(-)

New commits:
commit cc01ba8cf5e7b929ef10d129dc33f7f749e573e7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libpcap: switch from sha512 sum to gpg upsteam key

commit 934461ffd781e650afbee5dd9f3be489744d397b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tcpdump: switch from sha512 sum to gpg upsteam key

diff --git a/net/libpcap/DEPENDS b/net/libpcap/DEPENDS
index f97d93f..465dbee 100755
--- a/net/libpcap/DEPENDS
+++ b/net/libpcap/DEPENDS
@@ -1,2 +1,2 @@
-depends flex &&
-depends bison
+depends flex &&
+depends bison
diff --git a/net/libpcap/DETAILS b/net/libpcap/DETAILS
index 580ec99..9aac338 100755
--- a/net/libpcap/DETAILS
+++ b/net/libpcap/DETAILS
@@ -1,18 +1,21 @@
SPELL=libpcap
VERSION=0.9.8
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.tcpdump.org/release/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.sig
WEB_SITE=http://www.tcpdump.org/
-
SOURCE_HASH=sha512:8dff05b88aaf0bb3f11820376dc24f610f612d8fe694ad259390ebffb899e34cad605fe3048ed7d69812ce69209b46cac081e7d86242834ff2f0876c0335ad68
+ SOURCE_GPG=tcpdump.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
LICENSE[0]=BSD
ENTERED=20011004
KEYWORDS="net"
SHORT="Packet Capture library"
cat << EOF
-This is a handy little library which provides a packet filtering
-mechanism based on the BSD packet filter (BPF). Most notably, tcpdump
-needs this to work, and there is also a perl module (still in beta)
-which can use this as well. In plain english, if you want to write your
-own network traffic analyzer, this is the place to start.
+This is a handy little library which provides a packet filtering mechanism
based
+on the BSD packet filter (BPF). Most notably, tcpdump needs this to work, and
+there is also a perl module (still in beta) which can use this as well. In
plain
+english, if you want to write your own network traffic analyzer, this is the
+place to start.
EOF
diff --git a/net/libpcap/HISTORY b/net/libpcap/HISTORY
index 1617a3d..0d1e6af 100644
--- a/net/libpcap/HISTORY
+++ b/net/libpcap/HISTORY
@@ -1,3 +1,7 @@
+2008-09-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: quoting paths; fixed long desc; upstream gpg key > sha512
sum
+ * DEPENDS: cleaned up
+
2007-09-26 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.8

@@ -62,4 +66,3 @@
2002-04-08 Jeff Schmidt <jschmidt AT fnal.gov>
* HISTORY: Added this History file.
* DETAILS: incremented version to 0.7.1
-
diff --git a/net/tcpdump.gpg b/net/tcpdump.gpg
new file mode 100644
index 0000000..cba675a
Binary files /dev/null and b/net/tcpdump.gpg differ
diff --git a/net/tcpdump/BUILD b/net/tcpdump/BUILD
index 4b8a2ae..20e9f38 100755
--- a/net/tcpdump/BUILD
+++ b/net/tcpdump/BUILD
@@ -1,3 +1,4 @@
CFLAGS="$( sed 's/-O3//' <<< $CFLAGS )" &&
-OPTS="--enable-ipv6 $OPTS" &&
+OPTS="--enable-ipv6 $OPTS" &&
+
default_build
diff --git a/net/tcpdump/DEPENDS b/net/tcpdump/DEPENDS
index 02ab40a..a8ec60d 100755
--- a/net/tcpdump/DEPENDS
+++ b/net/tcpdump/DEPENDS
@@ -1 +1 @@
-depends libpcap
+depends libpcap
diff --git a/net/tcpdump/DETAILS b/net/tcpdump/DETAILS
index ee7c31f..a776403 100755
--- a/net/tcpdump/DETAILS
+++ b/net/tcpdump/DETAILS
@@ -1,20 +1,20 @@
SPELL=tcpdump
VERSION=3.9.8
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.tcpdump.org/release/$SOURCE
-
SOURCE_HASH=sha512:6c7f4a231330df9dafdf4321bd099c91c2fe0778fba45beb576b16e74a913e2176adaca7538da3489ec0341e6e9bf7527b0083afe0234005b7547e3a2b9e79a3
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE_GPG=tcpdump.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.tcpdump.org/
ENTERED=20011004
LICENSE[0]=BSD
KEYWORDS="sniffer debugger net"
- SHORT="tcpdump is CLI packet sniffer network debugging tool"
+ SHORT="cli packet sniffer network debugging tool"
cat << EOF
-tcpdump is a CLI based packet sniffer/network debugging tool.
-
-tcpdump is extensively used by networking guys to find out what's wrong
-or rather what's not right :)
-
-refer to the website for detail information
+tcpdump is a CLI based packet sniffer/network debugging tool. It's
extensively
+used by networking guys to find out what's wrong or rather what's not right
:)

+Refer to the website for detail information.
EOF
diff --git a/net/tcpdump/HISTORY b/net/tcpdump/HISTORY
index 938d597..b79538a 100644
--- a/net/tcpdump/HISTORY
+++ b/net/tcpdump/HISTORY
@@ -1,3 +1,8 @@
+2008-09-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: use gpg upstream sig instead of sha512 sum; quoting paths;
+ fixed descs
+ * BUILD, DEPENDS: cleaned up
+
2008-05-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD: enabled support for IPv6

@@ -68,4 +73,3 @@
2002-04-08 Jeff Schmidt <jschmidt AT fnal.gov>
* HISTORY: Added
* DETAILS: Incremented version from 3.6.2 to 3.7.1
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cc01ba8cf5e7b929ef10d129dc33f7f749e573e7), Vlad Glagolev, 09/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page