Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (106bf7a7a3cb29eb7c9b6f7c3859e6747dba9f80)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (106bf7a7a3cb29eb7c9b6f7c3859e6747dba9f80)
  • Date: Mon, 1 Jan 2007 16:08:00 -0600

GIT changes to stable-0.4 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +
security/ethereal/BUILD | 1
security/ethereal/DEPENDS | 11 ----
security/ethereal/DETAILS | 10 +--
security/ethereal/HISTORY | 5 +
security/ethereal/INSTALL | 1
security/ethereal/PRE_BUILD | 1
security/ethereal/TRIGGERS | 1
security/wireshark/CONFLICTS | 1
security/wireshark/DEPENDS | 10 +++
security/wireshark/DETAILS | 22 ++++++++
security/wireshark/HISTORY | 114
+++++++++++++++++++++++++++++++++++++++++++
12 files changed, 165 insertions(+), 15 deletions(-)

New commits:
commit 106bf7a7a3cb29eb7c9b6f7c3859e6747dba9f80
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

added info to ChangeLog (according to wiki)

Conflicts:

ChangeLog

commit 0a977eedec203287c91eb23220094efb890f10d7
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

deprecated ethereal in favour of wireshark
moreover ethereal has some security issue so after some testing
(deprecation) ethereal and wireshark should be integrated to stable-rc and
stable
http://www.wireshark.org/security/wnpa-sec-2006-01.html

commit ccb9857771107e2c5e3676186b70b81b7ae5adc8
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

wireshark: finished conversion from ethereal, updated to 0.99.2

commit c637994e0b690817aa5cef8f92c25f8f483757bf
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

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

diff --git a/ChangeLog b/ChangeLog
index 0a09634..6c53728 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2006-12-26 Juuso Alasuutari <iuso AT sourcemage.org>
* graphics-libs/jasper: JPEG-2000 lib, migrated from z-rejected.

+2006-07-19 Ladislav Hagara <hgr AT vabo.cz>
+ * security/ethereal: deprecated, renamed to security/wireshark
+
2006-11-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* audio-drivers/podxt renamed to line6

diff --git a/security/ethereal/BUILD b/security/ethereal/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/security/ethereal/BUILD
@@ -0,0 +1 @@
+true
diff --git a/security/ethereal/DEPENDS b/security/ethereal/DEPENDS
index 1699199..96170c2 100755
--- a/security/ethereal/DEPENDS
+++ b/security/ethereal/DEPENDS
@@ -1,10 +1 @@
-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 wireshark
diff --git a/security/ethereal/DETAILS b/security/ethereal/DETAILS
index 205095a..00e81b1 100755
--- a/security/ethereal/DETAILS
+++ b/security/ethereal/DETAILS
@@ -1,12 +1,12 @@
SPELL=ethereal
VERSION=0.99.0
BUILD_API=2
- SECURITY_PATCH=2
- SOURCE=$SPELL-$VERSION.tar.bz2
+ SECURITY_PATCH=3
+# 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
+# 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
diff --git a/security/ethereal/HISTORY b/security/ethereal/HISTORY
index f3ea3af..1a9bf21 100644
--- a/security/ethereal/HISTORY
+++ b/security/ethereal/HISTORY
@@ -1,3 +1,8 @@
+2006-07-19 Ladislav Hagara <hgr AT vabo.cz>
+ * SECURITY_PATCH=3
+ * deprecated in favour of wireshark
+ Wireshark is a successor to Ethereal.
+
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
diff --git a/security/ethereal/INSTALL b/security/ethereal/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/security/ethereal/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/security/ethereal/PRE_BUILD b/security/ethereal/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/security/ethereal/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/security/ethereal/TRIGGERS b/security/ethereal/TRIGGERS
new file mode 100755
index 0000000..8eedc65
--- /dev/null
+++ b/security/ethereal/TRIGGERS
@@ -0,0 +1 @@
+on_cast ethereal dispel_self
diff --git a/security/wireshark/CONFLICTS b/security/wireshark/CONFLICTS
new file mode 100755
index 0000000..6cd5520
--- /dev/null
+++ b/security/wireshark/CONFLICTS
@@ -0,0 +1 @@
+conflicts ethereal y
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..f68d9eb
--- /dev/null
+++ b/security/wireshark/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=wireshark
+ VERSION=0.99.2
+ SECURITY_PATCH=2
+ 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:1457ed6fe60708754af64d6159fb065b6fb25068cf3ca8ff11547bfec70b409f3b91ebf6c185b884b28a4afd4247ae678f106753e2183b8bdb15c7b2e8b5f9ec
+ WEB_SITE=http://www.wireshark.org/
+ ENTERED=20020116
+ LICENSE[0]=GPL
+ KEYWORDS="security"
+ SHORT="A network protocol analyzer"
+cat << EOF
+Wireshark is a successor to Ethereal.
+Wireshark 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. Wireshark 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..5ee4861
--- /dev/null
+++ b/security/wireshark/HISTORY
@@ -0,0 +1,114 @@
+2006-07-19 Ladislav Hagara <hgr AT vabo.cz>
+ * *: ethereal -> wireshark
+ * DETAILS: 0.99.2, removed BUILD_API and UPDATED
+ new WEB_SITE and SOURCE_URLs
+ * CONFLICTS: added, conflicts with deprecated ethereal
+
+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 stable-0.4 grimoire by Jaka Kranjc (106bf7a7a3cb29eb7c9b6f7c3859e6747dba9f80), Jaka Kranjc, 01/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page