Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f2086ad53bde61a59a1d0d1dd851d8df3023e820)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f2086ad53bde61a59a1d0d1dd851d8df3023e820)
  • Date: Wed, 19 Jul 2006 06:50:01 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

security/wireshark/DEPENDS | 10 ++++
security/wireshark/DETAILS | 23 +++++++++
security/wireshark/HISTORY | 108
+++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 141 insertions(+)

New commits:
commit f2086ad53bde61a59a1d0d1dd851d8df3023e820
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

wireshark: new spell, start working on it, copy from ethereal
next I will deprecate ethereal

diff --git a/security/wireshark/DEPENDS b/security/wireshark/DEPENDS
new file mode 100755
index 0000000..1699199
--- /dev/null
+++ b/security/wireshark/DEPENDS
@@ -0,0 +1,10 @@
+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+'
diff --git a/security/wireshark/DETAILS b/security/wireshark/DETAILS
new file mode 100755
index 0000000..205095a
--- /dev/null
+++ b/security/wireshark/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=ethereal
+ VERSION=0.99.0
+ BUILD_API=2
+ SECURITY_PATCH=2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.ethereal.com/distribution/$SOURCE
+ SOURCE_URL[1]=http://www.ethereal.com/distribution/old-versions/$SOURCE
+
SOURCE_HASH=sha512:f31a5d019dfab33fee24f31660dacfe0127615869cb974ef0a213c820ca164f74ffe74623c2e79ca1f1d2be021a936577c29d686a8615d2967de09b67d95e4c6
+ WEB_SITE=http://www.ethereal.com/
+ ENTERED=20020116
+ UPDATED=20020821
+ LICENSE[0]=GPL
+ KEYWORDS="security"
+ SHORT="A network protocol analyzer"
+cat << EOF
+Ethereal is a free network protocol analyzer for Unix and Windows.
+It allows you to examine data from a live network or from a capture file
+on disk. You can interactively browse the capture data, viewing
+summary and detail information for each packet. Ethereal has several
+powerful features, including a rich display filter language and the
+ability to view the reconstructed stream of a TCP session.
+EOF
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
new file mode 100644
index 0000000..f3ea3af
--- /dev/null
+++ b/security/wireshark/HISTORY
@@ -0,0 +1,108 @@
+2006-04-25 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.99.0, SECURITY_PATCH=2
+ http://www.ethereal.com/appnotes/enpa-sa-00023.html
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-01-02 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.14, SECURITY_PATCH=1
+ http://www.ethereal.com/appnotes/enpa-sa-00022.html
+
+2005-11-14 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: fixed SOURCE_HASH, source was compressed using gzip
instead of bzip2
+ http://www.ethereal.com/lists/ethereal-announce/200510/msg00001.html
+
+2005-10-20 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.13, md5 -> sha512
+
+2005-07-27 Sergey Lipnevich <sergey AT sourcemage.org>
+ * DEPENDS: add OpenSSL and Net-SNMP; if net-snmp is found and enabled,
+ but SSL is not enabled, the build would fail with this error:
+ configure: error: UCD SNMP requires -lcrypto but --with-ssl not
specified.
+
+2005-07-27 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.12
+
+2005-05-06 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.11
+
+2005-03-13 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.10, shortened SHORT, BUILD_API=2
+
+2005-01-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.9
+
+2004-12-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.8
+
+2004-10-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.7
+
+2004-08-13 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.6
+
+2004-07-08 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.5
+
+2004-05-14 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.4
+
+2004-03-26 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.10.3
+
+2004-02-27 Seth Woolley <seth AT tautology.org>
+ * DEPENDS: made able to build tethereal only and to not depend on
+ gtk+ when gtk+2 version is being built.
+
+2004-02-24 Sergey Lipnevich <sergey AT sourcemage.org>
+ * DETAILS: upgrade to 0.10.2.
+
+2003-12-14 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 0.10.0a
+ Changed LICENSE to LICENSE[0]
+
+2003-11-04 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: updated to 0.9.16, removed MAINTAINER=jschmidt AT fnal.gov
+ * HISTORY: Reformatted according to Grimoire Gurus Handbook
+
+2003-09-16 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: updated to 0.9.15
+
+2003-07-27 Robert Helgesson <rycee AT home.se>
+ * DEPENDS: Enable threads and enable optional gtk+2 gui (bug #3848)
+
+2003-07-25 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: updated to 0.9.14
+
+2003-06-17 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: updated to 0.9.13
+
+2003-03-13 Robert Helgesson <rycee AT home.se>
+ * DETAILS: vers. inc. to 0.9.11 (bug #2795)
+
+2003-01-29 Robert Helgesson <rycee AT home.se>
+ * DETAILS: added archive SOURCE_URL
+
+2002-12-20 Jeff Schmidt <jschmidt AT fnal.gov>
+ * DETAILS: vers. inc. to 0.9.8
+
+2002-10-15 Eric Schabell <eschabell AT sourcemage.org>
+ * GCC2: removed gcc2 file.
+
+2002-10-07 Jeff Schmidt <jschmidt AT fnal.gov>
+ * DETAILS: vers. inc. to 0.9.7
+
+2002-08-21 Jeff Schmidt <jschmidt AT fnal.gov>
+ * DETAILS: vers. inc. to 0.9.6
+
+2002-07-15 Jeff Schmidt <jschmidt AT fnal.gov>
+ * DETAILS: vers. inc to 0.9.5
+
+2002-07-05 Jeff Schmidt <jschmidt AT fnal.gov>
+ * DETAILS: added LICENSE
+
+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 Ladislav Hagara (f2086ad53bde61a59a1d0d1dd851d8df3023e820), Ladislav Hagara, 07/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page