Hello community, here is the log from the commit of package nmap checked in at Mon Apr 30 18:14:06 CEST 2007. -------- --- nmap/nmap.changes 2007-04-19 08:24:13.000000000 +0200 +++ /mounts/work_src_done/STABLE/nmap/nmap.changes 2007-04-30 16:56:55.278760000 +0200 @@ -1,0 +2,5 @@ +Mon Apr 30 16:56:36 CEST 2007 - ro@suse.de + +- change last patch to build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nmap.spec ++++++ --- /var/tmp/diff_new_pack.tV4342/_old 2007-04-30 18:13:53.000000000 +0200 +++ /var/tmp/diff_new_pack.tV4342/_new 2007-04-30 18:13:53.000000000 +0200 @@ -17,7 +17,7 @@ Group: Productivity/Networking/Diagnostic Autoreqprov: on Version: 4.20 -Release: 8 +Release: 9 Summary: Portscanner BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: %name-%version.tar.bz2 @@ -110,6 +110,8 @@ %_mandir/man1/xnmap.1.gz %changelog +* Mon Apr 30 2007 - ro@suse.de +- change last patch to build * Thu Apr 19 2007 - mskibbe@suse.de - fix build bug * Thu Feb 22 2007 - mskibbe@suse.de ++++++ nmap-4.20-strcmp.diff ++++++ --- /var/tmp/diff_new_pack.tV4342/_old 2007-04-30 18:13:53.000000000 +0200 +++ /var/tmp/diff_new_pack.tV4342/_new 2007-04-30 18:13:53.000000000 +0200 @@ -5,7 +5,7 @@ /* Replace TTL with initial TTL. */ for(pAV = hss->FPtests[i]->results; pAV; pAV = pAV->next) { - if(pAV->attribute == "T") { -+ if(strcmp(pAV->attribute == "T")) { ++ if(!strcmp(pAV->attribute,"T")) { ttl = atoi(pAV->value); /* found TTL item */ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de