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),
|
if ( addrcmp( (void *) &(host[index].addr),
|
||||||
(void *) &unspec_addr, af ) == 0 ) {
|
(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
|
Summary: A network diagnostic tool
|
||||||
Name: mtr
|
Name: mtr
|
||||||
Version: 0.73
|
Version: 0.73
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -90,7 +90,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pixmaps/mtr_icon.xpm
|
%{_datadir}/pixmaps/mtr_icon.xpm
|
||||||
|
|
||||||
%changelog
|
%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
|
- Updated to 0.73
|
||||||
- Fixed mtr-0.69-CVE-2002-0497.patch
|
- Fixed mtr-0.69-CVE-2002-0497.patch
|
||||||
- Added build requirement for GTK+
|
- Added build requirement for GTK+
|
||||||
|
Loading…
Reference in New Issue
Block a user