Minor fix in the patch underflow

This commit is contained in:
Zdenek Prikryl 2008-09-02 12:42:35 +00:00
parent 81c7a7b03b
commit 7f752f0c45
2 changed files with 6 additions and 3 deletions

View File

@ -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 */

View File

@ -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+