Skip to Content.
Sympa Menu

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

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 (af4da361a7cdb1552969529fad5af94634e5b916)
  • Date: Sun, 30 Mar 2008 09:53:08 -0500

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

security/wireshark/DEPENDS | 35 +++++++++++++++++++++++++----------
security/wireshark/DETAILS | 6 +++---
security/wireshark/HISTORY | 6 +++++-
3 files changed, 33 insertions(+), 14 deletions(-)

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

wireshark: => 1.0.0 + revision of the dependencies

diff --git a/security/wireshark/DEPENDS b/security/wireshark/DEPENDS
index 1699199..7aa1f18 100755
--- a/security/wireshark/DEPENDS
+++ b/security/wireshark/DEPENDS
@@ -1,10 +1,25 @@
-depends glibc '--enable-threads' && # *cough*
-depends glib &&
-depends libpcap &&
-
-optional_depends net-snmp '--with-net-snmp' '--without-net-snmp' 'for
SNMP support' &&
-optional_depends openssl '--with-ssl' '--without-ssl' \
- 'for encryption; if you said "y" for SNMP, say "y" here!' &&
-optional_depends 'gtk+' '' '' 'for gkt+ interface, say no for gtk+2 or
tethereal only' &&
-optional_depends 'gtk+2' '--enable-gtk2' '--disable-gtk2' \
- 'Use gtk+2 interface instead of gtk+'
+depends glibc "--enable-threads" &&
+depends glib2 &&
+depends libpcap &&
+
+optional_depends pcre \
+ "--with-pcre" "--without-pcre" \
+ "for dfilter regular expressions support" &&
+
+optional_depends libcap \
+ "--with-libcap" "--without-libcap" \
+ "for POSIX.1e capabilities management" &&
+
+optional_depends openssl \
+ "--with-ssl" "--without-ssl" \
+ "use SSL crypto library" &&
+
+optional_depends lua \
+ "--with-lua" "--without-lua" \
+ "for Lua scripting support" &&
+
+optional_depends gtk+2 "" "" "for GTK+2 GUI support" &&
+
+if ! is_depends_enabled $SPELL gtk+2; then
+ optional_depends gtk "--disable-gtk2" "" "for GTK+1 GUI support"
+fi
diff --git a/security/wireshark/DETAILS b/security/wireshark/DETAILS
index ec1c56c..08bd0e8 100755
--- a/security/wireshark/DETAILS
+++ b/security/wireshark/DETAILS
@@ -1,11 +1,11 @@
SPELL=wireshark
- VERSION=0.99.8
- SECURITY_PATCH=7
+ VERSION=1.0.0
+ SECURITY_PATCH=8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_URL[1]=http://www.wireshark.org/download/src/$SOURCE
-
SOURCE_HASH=sha512:c192e8b90d796ded1d136dcbe0f5e4e8400afa4f4b1ac278664a9dc7f6075888a0d28ebee16bec6c3990d20f6235bf22510b9b01ca101f0ae2df7ed6a76852ad
+
SOURCE_HASH=sha512:037cf2c2db5a81ef4c016e21f1e37a997ce361beddbae020605dc59dc18c669c2865d4d93ea020eacda2d18ad10d6614694d67c590a2c0e8074907d6f18963fb
WEB_SITE=http://www.wireshark.org/
ENTERED=20020116
LICENSE[0]=GPL
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index 6485a1f..a9ffce5 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,8 @@
+2008-03-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.0, SECURITY_PATCH=8
+ http://www.wireshark.org/security/wnpa-sec-2008-02.html
+ * DEPENDS: cleaned up some deps, added the new ones
+
2008-02-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.99.8, SECURITY_PATCH=7
http://www.wireshark.org/security/wnpa-sec-2008-01.html
@@ -140,4 +145,3 @@
2002-05-28 Jeff Schmidt <jschmidt AT fnal.gov>
* DETAILS: vers. inc. to 0.9.4
* HISTORY: added HISTORY
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (af4da361a7cdb1552969529fad5af94634e5b916), Vlad Glagolev, 03/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page