Skip to Content.
Sympa Menu

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

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 (49476384c758682abe61a329e7507bb7ca34ac66)
  • Date: Wed, 19 Jul 2006 08:24:36 -0500

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

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/HISTORY | 1 +
9 files changed, 17 insertions(+), 15 deletions(-)

New commits:
commit 49476384c758682abe61a329e7507bb7ca34ac66
Merge: 7e860e6bfa6510efba52aa6108743a30f3cc708a
e7d70e70b8fc070a5b4c69d918822226264c6b0c
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

Merge branch 'master' of http://scm.sourcemage.org/smgl/grimoire

commit 7e860e6bfa6510efba52aa6108743a30f3cc708a
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

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

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/HISTORY b/security/wireshark/HISTORY
index a5b18ab..5ee4861 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -2,6 +2,7 @@
* *: 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



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (49476384c758682abe61a329e7507bb7ca34ac66), Ladislav Hagara, 07/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page