Hello community,

here is the log from the commit of package etherape for openSUSE:11.3
checked in at Fri Oct 21 19:08:37 CEST 2011.



--------
--- old-versions/11.3/all/etherape/etherape.changes     2010-02-28 
18:55:53.000000000 +0100
+++ 11.3/etherape/etherape.changes      2011-10-21 17:25:38.000000000 +0200
@@ -1,0 +2,60 @@
+Mon Sep 19 16:53:31 CEST 2011 - [email protected]
+
+- updated to 0.9.12 (bnc#719086 CVE-2011-3369)
+  * fixed a RPC remote denial of service
+- updated to 0.9.11
+  * EtherApe now can save a snapshot with all known nodes and relevant
+    informations to an XML file. With option --final-export, a dump is
+    automatically generated when a capture file is fully replayed.
+    Additionally, option --signal-export enables SIGUSR1 handling, to 
+    dump on signal.
+ 
+  * EtherApe used to have two links for connection, one for each traffic
+    direction. With this release, only one link is needed, gaining more
+    complete statistics and better resource usage.
+ 
+  * EtherApe config file is now ~/.config/etherape, instead of the older,
+    deprecated, ~/.gnome2/Etherape. Migration is automatic.
+    Filter expression is now saved.
+ 
+  * The old, deprecated, direct resolver was removed. Name resolution is now
+    only done with the full fledged threaded resolver.
+
+-------------------------------------------------------------------
+Sun Sep 18 17:17:12 UTC 2011 - [email protected]
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+
+-------------------------------------------------------------------
+Tue Feb  8 13:02:50 CET 2011 - [email protected]
+
+- removed unnecessary patch
+
+-------------------------------------------------------------------
+Mon Feb  7 17:39:01 CET 2011 - [email protected]
+
+- updated to 0.9.10
+  * IPV6 support, thanks to David Flamand.
+  * new statistic: average packet size.
+  * added option --min-delay, to complement --max-delay when
+    replaying from file. With this option you can replay a capture
+    in slow-motion.
+  * tweaked default service file, adding some common ports.
+  * added check for invalid proto-color mappings (debian bug 566226).
+  * removed bogus double assignement. Thanks to "johndoe123321".
+
+-------------------------------------------------------------------
+Fri Jan 14 00:03:26 UTC 2011 - [email protected]
+
+- Fix spec file trailing \ to enable building 
+
+-------------------------------------------------------------------
+Tue Jan  4 17:55:42 UTC 2011 - [email protected]
+
+- Update desktop patch
+- Add optflags to fix gcc warning
+- Disable scrollkeeper
+- Spec file tidy up 
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/etherape
Destination is old-versions/11.3/UPDATES/all/etherape
calling whatdependson for 11.3-i586


Old:
----
  etherape-0.9.7-desktop.patch
  etherape-0.9.9-sequence_point.patch
  etherape-0.9.9.tar.bz2

New:
----
  etherape-0.9.12-desktop.patch
  etherape-0.9.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ etherape.spec ++++++
--- /var/tmp/diff_new_pack.E3HMa4/_old  2011-10-21 19:08:02.000000000 +0200
+++ /var/tmp/diff_new_pack.E3HMa4/_new  2011-10-21 19:08:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package etherape (Version 0.9.9)
+# spec file for package etherape
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           etherape
 Url:            http://etherape.sourceforge.net/
-BuildRequires:  docbook_4 fdupes gnome-doc-utils-devel libglade2-devel 
libgnomeui-devel libpcap-devel pkgconfig scrollkeeper update-desktop-files
 License:        GPLv2+
 Group:          Productivity/Networking/Diagnostic
-AutoReqProv:    on
 Summary:        A Graphical Network Monitor
-Version:        0.9.9
-Release:        1
-Source0:        
http://prdownloads.sourceforge.net/etherape/%{name}-%{version}.tar.bz2
-Patch0:         etherape-0.9.7-desktop.patch
-Patch1:         etherape-0.9.9-sequence_point.patch
+Version:        0.9.12
+Release:        2.<RELEASE2>
+Source0:        
http://prdownloads.sourceforge.net/etherape/%{name}-%{version}.tar.gz
+Patch0:         etherape-0.9.12-desktop.patch
+BuildRequires:  docbook_4
+BuildRequires:  fdupes
+BuildRequires:  gnome-doc-utils-devel
+BuildRequires:  libglade2-devel
+BuildRequires:  libgnomeui-devel
+BuildRequires:  libpcap-devel
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,29 +44,28 @@
 FDDI, token ring, ISDN, PPP, and SLIP devices. It can filter traffic to
 show and can read traffic from a file as well as live from the network.
 
-
-
 %prep
 %setup -q
-%patch0 -p1
-%patch1
+%patch0
 %__sed -ie 
"s#http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd#file:///usr/share/sgml/docbook/dtd/4.2/docbookx.dtd#";
 doc/C/etherape.xml
 
 %build
-%configure --with-pic
+# Fix likely to break with new gcc strict-aliasing-punning warning
+export CFLAGS="%{optflags} -fno-strict-aliasing"
+%configure --with-pic --disable-scrollkeeper
 %__make %{?_smp_mflags}
 
 %check
 %__make check
 
 %install
-%__make install DESTDIR=%{buildroot}
+%{makeinstall}
+
 %suse_update_desktop_file %{name} System Network
+
 %find_lang %{name}
-%fdupes %{buildroot}
 
-%clean
-%__rm -rf %{buildroot}
+%fdupes %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-, root, root)
@@ -73,8 +76,6 @@
 %{_datadir}/applications/etherape.desktop
 %{_datadir}/etherape
 %{_mandir}/man1/etherape.1*
-%{_datadir}/omf/etherape
 %{_datadir}/pixmaps/etherape.png
-%exclude %{_localstatedir}/lib/scrollkeeper
 
 %changelog

++++++ etherape-0.9.7-desktop.patch -> etherape-0.9.12-desktop.patch ++++++
--- old-versions/11.3/all/etherape/etherape-0.9.7-desktop.patch 2009-11-16 
15:30:27.000000000 +0100
+++ 11.3/etherape/etherape-0.9.12-desktop.patch 2011-10-21 16:23:48.000000000 
+0200
@@ -1,20 +1,24 @@
-Index: etherape-0.9.7/etherape.desktop
+Index: etherape.desktop
 ===================================================================
---- etherape-0.9.7.orig/etherape.desktop
-+++ etherape-0.9.7/etherape.desktop
-@@ -8,3 +8,5 @@ Terminal=false
+--- etherape.desktop.orig
++++ etherape.desktop
+@@ -8,5 +8,7 @@ Comment[es]=Monitor Gráfico de Red
+ Exec=etherape
+ Terminal=false
  Type=Application
- Icon=etherape.png
+ Icon=etherape
  Categories=GNOME;System;Network;
 +X-KDE-SubstituteUID=true
 +X-KDE-Username=root
-Index: etherape-0.9.7/etherape.desktop.in
+Index: etherape.desktop.in
 ===================================================================
---- etherape-0.9.7.orig/etherape.desktop.in
-+++ etherape-0.9.7/etherape.desktop.in
-@@ -8,3 +8,5 @@ Terminal=false
+--- etherape.desktop.in.orig
++++ etherape.desktop.in
+@@ -8,5 +8,7 @@ Comment[es]=Monitor Gráfico de Red
+ Exec=etherape
+ Terminal=false
  Type=Application
- Icon=etherape.png
+ Icon=etherape
  Categories=GNOME;System;Network;
 +X-KDE-SubstituteUID=true
 +X-KDE-Username=root

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to