Minor fix in the patch underflow
This commit is contained in:
parent
81c7a7b03b
commit
7f752f0c45
@ -11,4 +11,4 @@
|
||||
+
|
||||
if ( addrcmp( (void *) &(host[index].addr),
|
||||
(void *) &unspec_addr, af ) == 0 ) {
|
||||
// should be out of if as addr can change
|
||||
/* should be out of if as addr can change */
|
||||
|
7
mtr.spec
7
mtr.spec
@ -1,7 +1,7 @@
|
||||
Summary: A network diagnostic tool
|
||||
Name: mtr
|
||||
Version: 0.73
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 2
|
||||
Group: Applications/Internet
|
||||
License: GPLv2+
|
||||
@ -90,7 +90,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/pixmaps/mtr_icon.xpm
|
||||
|
||||
%changelog
|
||||
* Wed May 21 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.73
|
||||
* Tue Sep 02 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.73-2
|
||||
- Minor fix in the patch underflow
|
||||
|
||||
* Wed May 21 2008 Zdenek Prikryl <zprikryl@redhat.com> - 2:0.73-1
|
||||
- Updated to 0.73
|
||||
- Fixed mtr-0.69-CVE-2002-0497.patch
|
||||
- Added build requirement for GTK+
|
||||
|
Loading…
Reference in New Issue
Block a user