Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit iptraf
- From: root@xxxxxxx (h_root)
- Date: Wed, 30 Aug 2006 13:27:51 +0200 (CEST)
- Message-id: <20060830112751.0FC139522A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package iptraf
checked in at Wed Aug 30 13:27:51 CEST 2006.
--------
--- iptraf/iptraf.changes 2006-01-25 21:36:40.000000000 +0100
+++ iptraf/iptraf.changes 2006-08-30 10:46:03.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 30 10:45:23 CEST 2006 - lmichnovic@xxxxxxx
+
+- fixed uninitialized variable (uninitialized.patch) [#197715]
+
+-------------------------------------------------------------------
New:
----
iptraf-3.0.0-uninitialized.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ iptraf.spec ++++++
--- /var/tmp/diff_new_pack.CTM4TS/_old 2006-08-30 13:27:32.000000000 +0200
+++ /var/tmp/diff_new_pack.CTM4TS/_new 2006-08-30 13:27:32.000000000 +0200
@@ -1,11 +1,11 @@
#
# spec file for package iptraf (Version 3.0.0)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -15,7 +15,7 @@
Group: Productivity/Networking/Diagnostic
Autoreqprov: on
Version: 3.0.0
-Release: 2
+Release: 14
Summary: TCP/IP Network Monitor
URL: http://iptraf.seul.org/
Source: iptraf-%{version}.tar.bz2
@@ -25,6 +25,7 @@
Patch3: %{name}-%{version}-headers.patch
Patch4: %{name}-%{version}-support.patch
Patch5: %{name}-%{version}-strict-aliasing.patch
+Patch6: %{name}-%{version}-uninitialized.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -47,6 +48,7 @@
%patch3
%patch4
%patch5
+%patch6
%build
cd src
@@ -78,6 +80,8 @@
/usr/sbin/rvnamed
%changelog -n iptraf
+* Wed Aug 30 2006 - lmichnovic@xxxxxxx
+- fixed uninitialized variable (uninitialized.patch) [#197715]
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Thu Nov 24 2005 - pnemec@xxxxxxx
++++++ iptraf-3.0.0-uninitialized.patch ++++++
--- src/iptraf.c
+++ src/iptraf.c
@@ -487,7 +487,7 @@
int command = 0;
char keyparm[12];
int facilitytime = 0;
- int current_log_interval;
+ int current_log_interval = 0;
#ifndef ALLOWUSERS
if (geteuid() != 0) {
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |