From 197b0429026016fa45c8f42378e94ffafcb97ff5 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 10 May 2006 12:44:55 +0000 Subject: [PATCH] - update to 4.03, this fixes #184286 - remove duplicate menu entry in 'Internet' (#183056) - fix possible tmpdir race condition during build (#158996) --- .cvsignore | 2 +- nmap.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index ec58736..db88ef3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nmap-4.00.tar.bz2 +nmap-4.03.tar.bz2 diff --git a/nmap.spec b/nmap.spec index b94255c..47b6fa2 100644 --- a/nmap.spec +++ b/nmap.spec @@ -1,7 +1,7 @@ Summary: Network exploration tool and security scanner Name: nmap -Version: 4.00 -Release: 1.2 +Version: 4.03 +Release: 1 License: GPL Group: Applications/System Source0: http://download.insecure.org/nmap/dist/%{name}-%{version}.tar.bz2 @@ -11,6 +11,7 @@ Source3: nmapfe-48.png Patch0: inet_aton.patch Patch1: makefile.patch Patch3: nmap-3.81-noms.patch +Patch4: nmap-4.03-mktemp.patch URL: http://www.insecure.org/nmap/ BuildRoot: %{_tmppath}/%{name}-root Epoch: 2 @@ -36,6 +37,7 @@ be installed before installing nmap-frontend. %prep %setup -q %patch3 -p1 -b .noms +%patch4 -p1 %build %configure --with-libpcap=/usr @@ -84,6 +86,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/xnmap.1.gz %changelog +* Wed May 10 2006 Karsten Hopp 4.03-1 +- update to 4.03, this fixes #184286 +- remove duplicate menu entry in 'Internet' (#183056) +- fix possible tmpdir race condition during build (#158996) + * Fri Feb 10 2006 Jesse Keating - 2:4.00-1.2 - bump again for double-long bug on ppc(64) diff --git a/sources b/sources index 7dad4b0..27b3013 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b409d632d753588f5691562209b83eed nmap-4.00.tar.bz2 +d2b841e97d81d0fac20d18cbeddfa54a nmap-4.03.tar.bz2