2009-12-01 12:36:35 +00:00
|
|
|
#TODO: stop using local copy of libdnet, once system distributed version supports sctp (grep sctp /usr/include/dnet.h)
|
2014-03-04 16:31:12 +00:00
|
|
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
2004-09-09 09:17:24 +00:00
|
|
|
Summary: Network exploration tool and security scanner
|
|
|
|
Name: nmap
|
2012-07-18 14:45:04 +00:00
|
|
|
Epoch: 2
|
2017-06-21 07:48:15 +00:00
|
|
|
Version: 7.50
|
2012-06-05 08:59:57 +00:00
|
|
|
#global prerelease TEST5
|
2017-06-30 07:52:16 +00:00
|
|
|
Release: 2%{?dist}
|
2014-04-09 11:17:36 +00:00
|
|
|
# Uses combination of licenses based on GPL license, but with extra modification
|
|
|
|
# so it got its own license tag rhbz#1055861
|
|
|
|
License: Nmap
|
2004-09-09 09:17:24 +00:00
|
|
|
Group: Applications/System
|
2012-07-18 14:45:04 +00:00
|
|
|
Requires: %{name}-ncat = %{epoch}:%{version}-%{release}
|
2013-07-30 09:42:35 +00:00
|
|
|
Source0: http://nmap.org/dist/%{name}-%{version}%{?prerelease}.tar.bz2
|
2008-01-07 13:50:33 +00:00
|
|
|
Source1: zenmap.desktop
|
2008-12-15 10:39:25 +00:00
|
|
|
Source2: zenmap-root.pamd
|
|
|
|
Source3: zenmap-root.consoleapps
|
|
|
|
|
|
|
|
#prevent possible race condition for shtool, rhbz#158996
|
2008-01-07 13:50:33 +00:00
|
|
|
Patch1: nmap-4.03-mktemp.patch
|
2008-12-15 10:39:25 +00:00
|
|
|
|
|
|
|
#don't suggest to scan microsoft
|
2008-01-07 13:50:33 +00:00
|
|
|
Patch2: nmap-4.52-noms.patch
|
2008-12-15 10:39:25 +00:00
|
|
|
|
2012-08-13 10:21:44 +00:00
|
|
|
# upstream provided patch for rhbz#845005, not yet in upstream repository
|
|
|
|
Patch5: ncat_reg_stdin.diff
|
2013-05-23 13:17:01 +00:00
|
|
|
Patch6: nmap-6.25-displayerror.patch
|
2012-08-13 10:21:44 +00:00
|
|
|
|
2013-08-08 15:09:11 +00:00
|
|
|
|
2008-12-15 10:39:25 +00:00
|
|
|
URL: http://nmap.org/
|
2007-02-27 14:38:25 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2008-08-11 19:52:55 +00:00
|
|
|
BuildRequires: openssl-devel, gtk2-devel, lua-devel, libpcap-devel, pcre-devel
|
2009-11-02 16:50:34 +00:00
|
|
|
BuildRequires: desktop-file-utils, dos2unix
|
2013-03-28 15:32:42 +00:00
|
|
|
BuildRequires: libtool, automake, autoconf, gettext-devel
|
2004-09-09 09:17:24 +00:00
|
|
|
|
2008-01-07 13:50:33 +00:00
|
|
|
%define pixmap_srcdir zenmap/share/pixmaps
|
|
|
|
|
2004-09-09 09:17:24 +00:00
|
|
|
%description
|
|
|
|
Nmap is a utility for network exploration or security auditing. It supports
|
|
|
|
ping scanning (determine which hosts are up), many port scanning techniques
|
|
|
|
(determine what services the hosts are offering), and TCP/IP fingerprinting
|
|
|
|
(remote host operating system identification). Nmap also offers flexible target
|
|
|
|
and port specification, decoy scanning, determination of TCP sequence
|
2011-03-28 08:08:06 +00:00
|
|
|
predictability characteristics, reverse-identd scanning, and more. In addition
|
|
|
|
to the classic command-line nmap executable, the Nmap suite includes a flexible
|
|
|
|
data transfer, redirection, and debugging tool (netcat utility ncat), a utility
|
|
|
|
for comparing scan results (ndiff), and a packet generation and response analysis
|
|
|
|
tool (nping).
|
2004-09-09 09:17:24 +00:00
|
|
|
|
|
|
|
%package frontend
|
2009-11-02 16:50:34 +00:00
|
|
|
Summary: The GTK+ front end for nmap
|
2004-09-09 09:17:24 +00:00
|
|
|
Group: Applications/System
|
2010-01-12 13:06:49 +00:00
|
|
|
Requires: nmap = %{epoch}:%{version} gtk2 python >= 2.5 pygtk2 usermode
|
2009-11-02 16:50:34 +00:00
|
|
|
BuildRequires: python >= 2.5 python-devel pygtk2-devel libpng-devel
|
2010-06-21 14:44:17 +00:00
|
|
|
BuildArch: noarch
|
2004-09-09 09:17:24 +00:00
|
|
|
%description frontend
|
2009-11-02 16:50:34 +00:00
|
|
|
This package includes zenmap, a GTK+ front end for nmap. The nmap package must
|
|
|
|
be installed before installing nmap front end.
|
2004-09-09 09:17:24 +00:00
|
|
|
|
2012-07-18 14:45:04 +00:00
|
|
|
%package ncat
|
|
|
|
Group: Applications/System
|
|
|
|
Summary: Nmap's Netcat replacement
|
|
|
|
Obsoletes: nc < 1.109.20120711-2
|
2017-06-30 07:52:16 +00:00
|
|
|
Obsoletes: nc6 < 1.00-22
|
|
|
|
Provides: nc nc6
|
|
|
|
|
2012-07-18 14:45:04 +00:00
|
|
|
%description ncat
|
|
|
|
Ncat is a feature packed networking utility which will read and
|
|
|
|
write data across a network from the command line. It uses both
|
|
|
|
TCP and UDP for communication and is designed to be a reliable
|
|
|
|
back-end tool to instantly provide network connectivity to other
|
|
|
|
applications and users. Ncat will not only work with IPv4 and IPv6
|
|
|
|
but provides the user with a virtually limitless number of potential
|
|
|
|
uses.
|
|
|
|
|
|
|
|
|
2004-09-09 09:17:24 +00:00
|
|
|
%prep
|
2012-03-14 13:36:27 +00:00
|
|
|
%setup -q -n %{name}-%{version}%{?prerelease}
|
2008-01-07 13:50:33 +00:00
|
|
|
%patch1 -p1 -b .mktemp
|
2009-07-17 05:19:11 +00:00
|
|
|
%patch2 -p1 -b .noms
|
2012-08-13 10:21:44 +00:00
|
|
|
%patch5 -p1 -b .ncat_reg_stdin
|
2013-05-23 13:17:01 +00:00
|
|
|
%patch6 -p1 -b .displayerror
|
2008-01-07 13:50:33 +00:00
|
|
|
|
2013-03-28 15:32:42 +00:00
|
|
|
# for aarch64 support, not needed with autotools 2.69+
|
|
|
|
for f in acinclude.m4 configure.ac nping/configure.ac
|
|
|
|
do
|
|
|
|
sed -i -e 's/\(AC_DEFINE([^,)]*\))/\1, 1, [Description])/' -e 's/\(AC_DEFINE([^,]*,[^,)]*\))/\1, [Description])/' $f
|
|
|
|
done
|
|
|
|
autoreconf -I . -fiv --no-recursive
|
|
|
|
cd nping; autoreconf -I .. -fiv --no-recursive; cd ..
|
|
|
|
|
2009-12-01 12:36:35 +00:00
|
|
|
#be sure we're not using tarballed copies of some libraries
|
2015-09-01 14:55:54 +00:00
|
|
|
#rm -rf liblua libpcap libpcre macosx mswin32 ###TODO###
|
|
|
|
rm -rf libpcap libpcre macosx mswin32
|
2008-08-11 19:52:55 +00:00
|
|
|
|
2009-11-02 16:50:34 +00:00
|
|
|
#fix locale dir
|
|
|
|
mv zenmap/share/zenmap/locale zenmap/share
|
|
|
|
sed -i -e "s|^locale_dir =.*$|locale_dir = os.path.join('share','locale')|" \
|
|
|
|
-e 's|join(self.install_data, data_dir)|join(self.install_data, "share")|' zenmap/setup.py
|
|
|
|
sed -i 's|^LOCALE_DIR = .*|LOCALE_DIR = join(prefix, "share", "locale")|' zenmap/zenmapCore/Paths.py
|
|
|
|
|
2004-09-09 09:17:24 +00:00
|
|
|
%build
|
2012-11-29 13:45:20 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
2015-09-01 14:55:54 +00:00
|
|
|
#%configure --with-libpcap=/usr ###TODO###
|
|
|
|
%configure --with-libpcap=/usr --with-liblua=included
|
2007-02-27 14:38:25 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 09:17:24 +00:00
|
|
|
|
2013-05-24 11:37:56 +00:00
|
|
|
#fix man page (rhbz#813734)
|
|
|
|
sed -i 's/-md/-mf/' nping/docs/nping.1
|
|
|
|
|
2004-09-09 09:17:24 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2012-06-05 11:06:32 +00:00
|
|
|
#prevent stripping - replace strip command with 'true'
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT STRIP=true install
|
2008-01-07 13:50:33 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/uninstall_zenmap
|
2008-12-15 10:39:25 +00:00
|
|
|
|
2011-12-08 11:05:52 +00:00
|
|
|
#do not include certificate bundle (#734389)
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/ncat/ca-bundle.crt
|
|
|
|
rmdir $RPM_BUILD_ROOT%{_datadir}/ncat
|
|
|
|
|
2015-11-20 13:46:28 +00:00
|
|
|
#do not include uninstall script
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/uninstall_ndiff
|
|
|
|
|
2008-12-15 10:39:25 +00:00
|
|
|
#use consolehelper
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/zenmap*.desktop
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/zenmap/su-to-zenmap.sh
|
2009-11-02 16:50:34 +00:00
|
|
|
ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/zenmap-root
|
2008-12-15 10:39:25 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d \
|
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps
|
|
|
|
install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/zenmap-root
|
|
|
|
install -m 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/zenmap-root
|
|
|
|
|
2008-01-07 13:50:33 +00:00
|
|
|
cp docs/zenmap.1 $RPM_BUILD_ROOT%{_mandir}/man1/
|
|
|
|
gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || :
|
|
|
|
pushd $RPM_BUILD_ROOT%{_mandir}/man1
|
|
|
|
ln -s zenmap.1.gz nmapfe.1.gz
|
|
|
|
ln -s zenmap.1.gz xnmap.1.gz
|
|
|
|
popd
|
2004-12-17 14:33:24 +00:00
|
|
|
|
2012-07-18 14:45:04 +00:00
|
|
|
#we provide 'nc' replacement
|
|
|
|
ln -s ncat.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/nc.1.gz
|
2013-10-17 13:55:42 +00:00
|
|
|
ln -s ncat $RPM_BUILD_ROOT%{_bindir}/nc
|
2012-07-18 14:45:04 +00:00
|
|
|
|
2007-02-27 14:38:25 +00:00
|
|
|
desktop-file-install --vendor nmap \
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
--add-category X-Red-Hat-Base \
|
|
|
|
%{SOURCE1};
|
2004-09-09 09:17:24 +00:00
|
|
|
|
2008-12-15 10:39:25 +00:00
|
|
|
#for .desktop and app icon
|
2013-05-23 14:21:45 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/256x256/apps
|
|
|
|
ln -s ../../../../zenmap/pixmaps/zenmap.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/256x256/apps
|
2009-11-02 16:50:34 +00:00
|
|
|
|
|
|
|
# fix end-of-line
|
|
|
|
pushd $RPM_BUILD_ROOT
|
|
|
|
for fe in ./%{python_sitelib}/zenmapCore/Paths.py
|
|
|
|
do
|
|
|
|
dos2unix <$fe >$fe.new
|
|
|
|
touch -r $fe $fe.new
|
|
|
|
mv -f $fe.new $fe
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2010-04-30 11:26:48 +00:00
|
|
|
%find_lang nmap --with-man
|
2009-11-02 16:50:34 +00:00
|
|
|
%find_lang zenmap
|
2004-09-09 09:18:32 +00:00
|
|
|
|
2010-08-19 09:53:52 +00:00
|
|
|
%post frontend
|
2010-08-11 13:35:46 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
2010-08-19 09:53:52 +00:00
|
|
|
%postun frontend
|
2010-08-11 13:35:46 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
fi
|
|
|
|
|
2010-08-19 09:53:52 +00:00
|
|
|
%posttrans frontend
|
2010-08-11 13:35:46 +00:00
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
2004-09-09 09:17:24 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2010-04-30 11:26:48 +00:00
|
|
|
%files -f nmap.lang
|
2004-09-09 09:17:24 +00:00
|
|
|
%defattr(-,root,root)
|
2004-09-13 14:23:41 +00:00
|
|
|
%doc COPYING*
|
2008-07-24 08:44:17 +00:00
|
|
|
%doc docs/README
|
|
|
|
%doc docs/nmap.usage.txt
|
2004-09-09 09:17:24 +00:00
|
|
|
%{_bindir}/nmap
|
2009-06-18 14:12:29 +00:00
|
|
|
%{_bindir}/ndiff
|
2011-02-07 12:47:27 +00:00
|
|
|
%{_bindir}/nping
|
2009-06-18 14:12:29 +00:00
|
|
|
%{_mandir}/man1/ndiff.1.gz
|
2004-09-09 09:17:24 +00:00
|
|
|
%{_mandir}/man1/nmap.1.gz
|
2011-02-07 12:47:27 +00:00
|
|
|
%{_mandir}/man1/nping.1.gz
|
2009-06-18 14:12:29 +00:00
|
|
|
%{_datadir}/nmap
|
2004-09-09 09:17:24 +00:00
|
|
|
|
2012-07-18 14:45:04 +00:00
|
|
|
%files ncat
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING ncat/docs/AUTHORS ncat/docs/README ncat/docs/THANKS ncat/docs/examples
|
|
|
|
%{_bindir}/nc
|
|
|
|
%{_bindir}/ncat
|
|
|
|
%{_mandir}/man1/nc.1.gz
|
|
|
|
%{_mandir}/man1/ncat.1.gz
|
|
|
|
|
2009-11-02 16:50:34 +00:00
|
|
|
%files frontend -f zenmap.lang
|
2004-09-09 09:17:24 +00:00
|
|
|
%defattr(-,root,root)
|
2009-11-02 16:50:34 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/zenmap-root
|
|
|
|
%config(noreplace) %{_sysconfdir}/security/console.apps/zenmap-root
|
2008-12-15 10:39:25 +00:00
|
|
|
%{_bindir}/zenmap-root
|
2008-01-07 13:50:33 +00:00
|
|
|
%{_bindir}/zenmap
|
2004-09-09 09:17:24 +00:00
|
|
|
%{_bindir}/nmapfe
|
|
|
|
%{_bindir}/xnmap
|
2008-01-07 13:50:33 +00:00
|
|
|
%{python_sitelib}/*
|
|
|
|
%{_datadir}/applications/nmap-zenmap.desktop
|
2014-12-10 13:44:28 +00:00
|
|
|
%{_datadir}/icons/hicolor/256x256/apps/*
|
2014-12-15 12:26:51 +00:00
|
|
|
%{_datadir}/zenmap
|
2008-01-07 13:50:33 +00:00
|
|
|
%{_mandir}/man1/zenmap.1.gz
|
2004-09-09 09:17:24 +00:00
|
|
|
%{_mandir}/man1/nmapfe.1.gz
|
|
|
|
%{_mandir}/man1/xnmap.1.gz
|
|
|
|
|
|
|
|
%changelog
|
2017-06-30 07:52:16 +00:00
|
|
|
* Fri Jun 30 2017 Pavel Zhukov <landgraf@fedoraproject.org> - 2:7.50-2
|
|
|
|
- Add provides for nc6 (#1348348)
|
|
|
|
|
2017-06-21 07:48:15 +00:00
|
|
|
* Wed Jun 21 2017 Pavel Zhukov <landgraf@fedoraproject.org> - 2:7.50-1
|
|
|
|
- New release (7.50)
|
|
|
|
|
2017-02-10 22:20:46 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.40-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-03 16:14:34 +00:00
|
|
|
* Tue Jan 03 2017 Michal Hlavinka <mhlavink@redhat.com> - 2:7.40-1
|
|
|
|
- nmap updated to 7.40
|
|
|
|
|
2016-10-24 11:47:18 +00:00
|
|
|
* Mon Oct 24 2016 Michal Hlavinka <mhlavink@redhat.com> - 2:7.31-1
|
|
|
|
- nmap updated to 7.31
|
|
|
|
|
2016-10-03 08:58:33 +00:00
|
|
|
* Mon Oct 03 2016 Michal Hlavinka <mhlavink@redhat.com> - 2:7.30-1
|
|
|
|
- nmap updated to 7.30
|
|
|
|
|
2016-07-19 08:03:15 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:7.12-2
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-03-31 12:02:22 +00:00
|
|
|
* Thu Mar 31 2016 Michal Hlavinka <mhlavink@redhat.com> - 2:7.12-1
|
|
|
|
- nmap updated to 7.12
|
|
|
|
|
2016-03-23 12:53:42 +00:00
|
|
|
* Wed Mar 23 2016 Michal Hlavinka <mhlavink@redhat.com> - 2:7.11-1
|
|
|
|
- nmap updated to 7.11
|
|
|
|
|
2016-03-18 12:20:51 +00:00
|
|
|
* Fri Mar 18 2016 Michal Hlavinka <mhlavink@redhat.com> - 2:7.10-1
|
|
|
|
- nmap updated to 7.10
|
|
|
|
|
2016-02-04 09:23:52 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.01-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-11 11:56:29 +00:00
|
|
|
* Fri Dec 11 2015 Michal Hlavinka <mhlavink@redhat.com> - 2:7.01-1
|
|
|
|
- nmap updated to 7.01
|
|
|
|
|
2015-09-01 14:55:54 +00:00
|
|
|
* Tue Sep 01 2015 Michal Hlavinka <mhlavink@redhat.com> - 2:6.47-5
|
|
|
|
- fix FTBFS
|
|
|
|
|
2015-08-31 15:49:51 +00:00
|
|
|
* Mon Aug 31 2015 Michal Hlavinka <mhlavink@redhat.com> - 2:6.47-4
|
|
|
|
- ncat should try to connect to all resolved addresses, not only the first one (#978964)
|
|
|
|
|
2015-06-17 21:52:29 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:6.47-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-12-10 13:44:28 +00:00
|
|
|
* Wed Dec 10 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.47-2
|
|
|
|
- do not own icons/hicolor/<size>/apps directory (#1171813)
|
|
|
|
|
2014-08-25 11:03:20 +00:00
|
|
|
* Mon Aug 25 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.47-1
|
|
|
|
- nmap updated to 6.47
|
|
|
|
|
2014-08-17 11:59:31 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:6.46-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 12:57:38 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:6.46-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-22 10:39:58 +00:00
|
|
|
* Tue Apr 22 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.46-1
|
|
|
|
- nmap updated to 6.46
|
|
|
|
|
2014-04-14 14:12:56 +00:00
|
|
|
* Mon Apr 14 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.45-1
|
|
|
|
- nmap updated to 6.45
|
|
|
|
|
2014-04-09 15:33:18 +00:00
|
|
|
* Wed Apr 09 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-6
|
|
|
|
- fix unexpected crash when too much paralelism is used (#1057912)
|
|
|
|
|
2014-04-09 11:17:36 +00:00
|
|
|
* Wed Apr 09 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-5
|
|
|
|
- update license tag (#1055861)
|
|
|
|
|
2014-03-04 16:31:12 +00:00
|
|
|
* Tue Mar 04 2014 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-4
|
|
|
|
- use _hardened_build
|
|
|
|
|
2013-10-17 13:55:42 +00:00
|
|
|
* Thu Oct 17 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-3
|
|
|
|
- ncat should support UNIX sockets correctly, drop wrapper with socat
|
|
|
|
|
2013-08-08 15:09:11 +00:00
|
|
|
* Thu Aug 08 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-2
|
|
|
|
- do not print debug messages during normal use (#994376)
|
|
|
|
|
2013-07-30 09:42:35 +00:00
|
|
|
* Tue Jul 30 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.40-1
|
|
|
|
- nmap updated to 6.40
|
|
|
|
|
2013-07-22 08:34:52 +00:00
|
|
|
* Mon Jul 22 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-7
|
|
|
|
- bundled lua no longer required
|
|
|
|
|
2013-06-24 16:40:50 +00:00
|
|
|
* Mon Jun 24 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-6.20130624svn
|
|
|
|
- use svn snapshot that contains all necessary UDP patches
|
|
|
|
|
2013-05-24 11:37:56 +00:00
|
|
|
* Fri May 24 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-5
|
|
|
|
- fix man page typo
|
|
|
|
|
2013-05-23 14:21:45 +00:00
|
|
|
* Thu May 23 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-4
|
|
|
|
- zenamp: fix icon symlink (#957381)
|
|
|
|
|
2013-05-23 13:17:01 +00:00
|
|
|
* Thu May 23 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-3
|
|
|
|
- zenmap: do not traceback when there si no display, just exit nicely (#958240)
|
|
|
|
|
2013-03-28 15:32:42 +00:00
|
|
|
* Thu Mar 28 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-2
|
|
|
|
- fix aarch64 support (#926241)
|
|
|
|
|
2013-03-08 15:07:55 +00:00
|
|
|
* Fri Mar 08 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.25-1
|
|
|
|
- nmap updated to 6.25
|
|
|
|
|
2013-02-14 08:21:07 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:6.01-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-04 11:54:42 +00:00
|
|
|
* Fri Jan 04 2013 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-10
|
|
|
|
- use select as default nsock engine
|
|
|
|
|
2012-11-29 13:45:20 +00:00
|
|
|
* Thu Nov 29 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-9
|
|
|
|
- do not use strict aliasing
|
|
|
|
|
2012-11-29 10:23:42 +00:00
|
|
|
* Thu Nov 29 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-8
|
|
|
|
- call shutdown also in listen mode
|
|
|
|
|
2012-10-02 13:33:38 +00:00
|
|
|
* Tue Oct 02 2012 Petr Šabata <contyk@redhat.com> - 2:6.01-7
|
|
|
|
- Move the socat dependency to the ncat subpackage (#858733)
|
|
|
|
|
2012-09-19 13:05:39 +00:00
|
|
|
* Wed Sep 19 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-6
|
|
|
|
- shutdown socket on EOF (#845075)
|
|
|
|
|
2012-08-13 10:21:44 +00:00
|
|
|
* Mon Aug 13 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-5
|
|
|
|
- ncat did not work when file was used as input (#845005)
|
|
|
|
|
2012-07-25 13:15:41 +00:00
|
|
|
* Tue Jul 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-4
|
|
|
|
- add nc wrapper with socat as a fallback for unix sockets
|
|
|
|
|
2012-07-20 05:01:38 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:6.01-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-18 14:45:04 +00:00
|
|
|
* Wed Jul 18 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-2
|
|
|
|
- provide ncat in extra package as replacement for nc
|
|
|
|
|
2012-06-18 12:48:08 +00:00
|
|
|
* Mon Jun 18 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.01-1
|
|
|
|
- nmap updated to 6.01
|
|
|
|
|
2012-06-05 11:06:32 +00:00
|
|
|
* Tue Jun 05 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.00-2
|
|
|
|
- prevent stripping binaries
|
|
|
|
|
2012-06-05 08:59:57 +00:00
|
|
|
* Tue Jun 05 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:6.00-1
|
|
|
|
- updated to 6.00
|
|
|
|
|
2012-03-14 13:36:27 +00:00
|
|
|
* Wed Mar 14 2012 Michal Hlavinka <mhlavink@redhat.com> - 2:5.61-0.1.TEST5
|
|
|
|
- updated to 5.61TEST5
|
|
|
|
|
2012-02-10 14:17:45 +00:00
|
|
|
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 2:5.51-5
|
|
|
|
- Rebuild against PCRE 8.30
|
|
|
|
|
2012-02-10 14:12:49 +00:00
|
|
|
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 2:5.51-4
|
|
|
|
- Rebuild against PCRE 8.30
|
|
|
|
|
2012-01-13 11:11:27 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:5.51-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-08 11:05:52 +00:00
|
|
|
* Thu Dec 08 2011 Michal Hlavinka <mhlavink@redhat.com> - 2:5.51-2
|
|
|
|
- do not use bundled certificates, use only system ones (#734389)
|
|
|
|
|
2011-02-14 12:43:59 +00:00
|
|
|
* Mon Feb 14 2011 Michal Hlavinka <mhlavink@redhat.com> - 2:5.51-1
|
|
|
|
- nmap updated to 5.51
|
|
|
|
|
2011-02-09 00:51:35 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:5.50-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-07 12:36:16 +00:00
|
|
|
* Mon Feb 07 2011 Michal Hlavinka <mhlavink@redhat.com> - 2:5.50-1
|
|
|
|
- updated to 5.50
|
|
|
|
|
2010-10-05 13:35:40 +00:00
|
|
|
* Tue Oct 05 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-10
|
|
|
|
- add workaround for zenmap crash (#637403)
|
|
|
|
|
2010-09-29 21:52:37 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 2:5.21-9
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-17 07:16:47 +00:00
|
|
|
* Fri Sep 17 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-8
|
|
|
|
- fix location of ja man page (#632104)
|
|
|
|
|
2010-08-19 09:53:52 +00:00
|
|
|
* Thu Aug 19 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-7
|
|
|
|
- update icon cache only after gui install
|
|
|
|
|
2010-08-11 13:35:46 +00:00
|
|
|
* Wed Aug 11 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-6
|
|
|
|
- update icon cache after package install
|
|
|
|
|
2010-07-22 02:39:11 +00:00
|
|
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2:5.21-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-06-21 14:44:17 +00:00
|
|
|
* Mon Jun 21 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-4
|
|
|
|
- build -frontend as noarch
|
|
|
|
|
2010-06-18 18:45:15 +00:00
|
|
|
* Fri Jun 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-3
|
2010-06-18 18:43:17 +00:00
|
|
|
- fix multilib issue
|
|
|
|
|
2010-04-30 11:26:48 +00:00
|
|
|
* Fri Apr 30 2010 Ville Skyttä <ville.skytta@iki.fi> - 2:5.21-2
|
|
|
|
- Mark localized man pages with %%lang.
|
|
|
|
|
2010-02-01 10:23:38 +00:00
|
|
|
* Mon Feb 01 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.21-1
|
|
|
|
- updated to 5.21
|
|
|
|
|
2010-01-12 13:06:49 +00:00
|
|
|
* Tue Jan 12 2010 Michal Hlavinka <mhlavink@redhat.com> - 2:5.00-6
|
|
|
|
- use sqlite3 (instead of sqlite2)
|
|
|
|
|
2013-07-30 09:42:35 +00:00
|
|
|
* Tue Dec 01 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:5.00-5
|
2009-12-01 12:36:35 +00:00
|
|
|
- spec cleanup
|
|
|
|
|
2009-11-02 16:50:34 +00:00
|
|
|
* Mon Nov 02 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:5.00-4
|
|
|
|
- spec cleanup
|
|
|
|
|
2009-08-21 14:42:37 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2:5.00-3
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-07-25 19:26:35 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:5.00-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-17 05:19:11 +00:00
|
|
|
* Fri Jul 17 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:5.0-1
|
|
|
|
- updated to 5.0
|
|
|
|
|
2009-07-15 13:43:36 +00:00
|
|
|
* Wed Jul 15 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:4.90-0.RC1
|
|
|
|
- updated to 4.90RC1
|
|
|
|
|
2009-06-18 14:12:29 +00:00
|
|
|
* Thu Jun 18 2009 Michal Hlavinka <mhlavink@redhat.com> - 2:4.85-0.BETA10
|
|
|
|
- updated to 4.85beta10
|
|
|
|
|
2009-02-26 05:50:25 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.76-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-17 15:37:43 +00:00
|
|
|
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 2:4.76-3
|
|
|
|
- rebuild with new openssl
|
|
|
|
|
2008-12-15 10:56:37 +00:00
|
|
|
* Mon Dec 15 2008 Michal Hlavinka <mhlavink@redhat.com> - 2:4.77-2
|
|
|
|
- bump release for rebuild
|
|
|
|
|
2008-12-15 10:39:25 +00:00
|
|
|
* Mon Dec 15 2008 Michal Hlavinka <mhlavink@redhat.com> - 2:4.76-1
|
|
|
|
- new upstream version 4.76
|
|
|
|
- use consolehelper for root auth
|
|
|
|
|
2008-11-29 16:55:43 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2:4.68-4
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-08-11 19:52:55 +00:00
|
|
|
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2:4.68-3
|
|
|
|
- add missing BuildRequires to use system libs rather than local copies
|
|
|
|
- really fix license tag
|
|
|
|
|
2008-08-11 19:31:11 +00:00
|
|
|
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2:4.68-2
|
|
|
|
- fix license tag
|
|
|
|
|
2008-07-24 08:38:43 +00:00
|
|
|
* Thu Jul 24 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.68-1
|
|
|
|
- new upstream version
|
|
|
|
|
2008-05-12 10:39:01 +00:00
|
|
|
* Mon May 12 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.62-1
|
|
|
|
- new upstream version
|
|
|
|
|
2008-05-12 10:44:03 +00:00
|
|
|
* Mon Feb 04 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.53-1
|
2008-02-04 11:37:31 +00:00
|
|
|
- new upstream version
|
|
|
|
|
2008-01-07 14:51:39 +00:00
|
|
|
* Mon Jan 07 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.52-2
|
|
|
|
- bump release because of build error
|
|
|
|
|
2008-01-07 13:50:33 +00:00
|
|
|
* Mon Jan 07 2008 Tomas Smetana <tsmetana@redhat.com> - 2:4.52-1
|
|
|
|
- new upstream version
|
|
|
|
|
2007-12-05 10:39:03 +00:00
|
|
|
* Wed Dec 05 2007 Tomas Smetana <tsmetana@redhat.com> - 2:4.20-6.1
|
|
|
|
- rebuild
|
|
|
|
|
2007-08-22 10:52:59 +00:00
|
|
|
* Wed Aug 22 2007 Harald Hoyer <harald@redhat.com> - 2:4.20-6
|
|
|
|
- changed license tag
|
|
|
|
|
2007-03-23 15:49:21 +00:00
|
|
|
* Fri Mar 23 2007 Harald Hoyer <harald@redhat.com> - 2:4.20-5
|
|
|
|
- fixed changelog versions
|
|
|
|
|
|
|
|
* Thu Mar 15 2007 Karsten Hopp <karsten@redhat.com> 2:4.20-4
|
2007-03-15 11:57:23 +00:00
|
|
|
- rebuild with current gtk2 to add png support (#232013)
|
|
|
|
|
2007-03-23 15:49:21 +00:00
|
|
|
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 2:4.20-3
|
2007-02-27 14:38:25 +00:00
|
|
|
- specfile cleanup
|
|
|
|
- fixed Florian La Roche's patch
|
|
|
|
|
2007-03-23 15:49:21 +00:00
|
|
|
* Tue Jan 30 2007 Florian La Roche <laroche@redhat.com> - 2:4.20-2
|
2007-01-30 13:23:04 +00:00
|
|
|
- do not strip away debuginfo
|
|
|
|
|
2007-02-27 14:38:25 +00:00
|
|
|
* Tue Jan 09 2007 Florian La Roche <laroche@redhat.com> - 2:4.20-1
|
2007-01-09 13:19:41 +00:00
|
|
|
- version 4.20
|
|
|
|
|
2006-07-12 07:28:59 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:4.11-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-27 09:44:04 +00:00
|
|
|
* Tue Jun 27 2006 Harald Hoyer <harald@redhat.com> - 2:4.11-1
|
|
|
|
- version 4.11
|
|
|
|
|
2006-05-17 12:03:06 +00:00
|
|
|
* Wed May 17 2006 Harald Hoyer <harald@redhat.de> 4.03-2
|
|
|
|
- added more build requirements (bug #191932)
|
|
|
|
|
2006-05-10 12:44:55 +00:00
|
|
|
* Wed May 10 2006 Karsten Hopp <karsten@redhat.de> 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)
|
|
|
|
|
2006-02-11 04:46:49 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:4.00-1.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 13:14:11 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:4.00-1.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-02-02 11:51:12 +00:00
|
|
|
* Thu Feb 02 2006 Harald Hoyer <harald@redhat.com> - 2:4.00-1
|
|
|
|
- version 4.00
|
|
|
|
|
2005-12-19 10:52:00 +00:00
|
|
|
* Mon Dec 19 2005 Harald Hoyer <harald@redhat.com> - 2:3.95-1
|
|
|
|
- version 3.95
|
|
|
|
|
2005-12-09 22:42:23 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2013-07-30 09:42:35 +00:00
|
|
|
* Fri Nov 11 2005 Harald Hoyer <harald@redhat.com> - 2:3.93-3
|
2005-11-15 09:50:31 +00:00
|
|
|
- fixed wrong __attribute__ test
|
|
|
|
|
2005-11-10 09:50:31 +00:00
|
|
|
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> - 2:3.93-2
|
|
|
|
- rebuilt against new openssl
|
|
|
|
|
2005-09-13 07:41:17 +00:00
|
|
|
* Tue Sep 13 2005 Harald Hoyer <harald@redhat.com> - 2:3.93-1
|
|
|
|
- version 3.93
|
|
|
|
|
2005-08-03 12:21:10 +00:00
|
|
|
* Wed Aug 03 2005 Harald Hoyer <harald@redhat.com> - 2:3.81-4
|
|
|
|
- removed references how to scan microsoft.com (bz #164962)
|
2005-08-03 13:02:01 +00:00
|
|
|
- finally got rid of gtk+-devel dependency
|
2005-08-03 12:21:10 +00:00
|
|
|
|
2005-04-21 14:25:02 +00:00
|
|
|
* Thu Apr 21 2005 Harald Hoyer <harald@redhat.com> - 2:3.81-3
|
|
|
|
- removed gtk+ requirement
|
|
|
|
|
2005-04-21 14:11:14 +00:00
|
|
|
* Thu Apr 21 2005 Harald Hoyer <harald@redhat.com> - 2:3.81-2
|
|
|
|
- fixed desktop file and added icons (bug #149157)
|
|
|
|
|
2005-03-02 14:19:59 +00:00
|
|
|
* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com> - 2:3.81-1
|
|
|
|
- version 3.81
|
|
|
|
|
2005-02-02 15:25:31 +00:00
|
|
|
* Wed Feb 02 2005 Harald Hoyer <harald@redhat.com> - 2:3.78-2
|
|
|
|
- evil port of nmapfe to gtk2
|
|
|
|
|
2004-12-17 14:33:24 +00:00
|
|
|
* Fri Dec 17 2004 Harald Hoyer <harald@redhat.com> - 2:3.78-1
|
|
|
|
- version 3.78
|
|
|
|
|
2004-09-13 14:23:41 +00:00
|
|
|
* Mon Sep 13 2004 Harald Hoyer <harald@redhat.com> - 2:3.70-1
|
|
|
|
- version 3.70
|
|
|
|
|
2004-09-09 09:20:54 +00:00
|
|
|
* Tue Jul 13 2004 Harald Hoyer <harald@redhat.com> - 2:3.55-1
|
|
|
|
- new version
|
|
|
|
|
2004-09-09 09:20:44 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 09:20:36 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 09:20:54 +00:00
|
|
|
* Thu Jan 29 2004 Harald Hoyer <harald@redhat.com> - 2:3.50-2
|
2004-09-09 09:19:47 +00:00
|
|
|
- added BuildRequires: openssl-devel, gtk+-devel, pcre-devel, libpcap
|
|
|
|
|
2004-09-09 09:20:54 +00:00
|
|
|
* Thu Jan 22 2004 Harald Hoyer <harald@redhat.com> - 2:3.50-1
|
2004-09-09 09:19:41 +00:00
|
|
|
- version 3.50
|
|
|
|
|
2004-09-09 09:19:31 +00:00
|
|
|
* Wed Oct 8 2003 Harald Hoyer <harald@redhat.de> 2:3.48-1
|
|
|
|
- version 3.48
|
|
|
|
|
|
|
|
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- allow disabling frontend if gtk1 is not available
|
|
|
|
|
2013-07-30 09:42:35 +00:00
|
|
|
* Wed Jul 30 2003 Harald Hoyer <harald@redhat.de> 2:3.30-1
|
2004-09-09 09:19:31 +00:00
|
|
|
- version 3.30
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon May 26 2003 Harald Hoyer <harald@redhat.de> 2:3.27-1
|
|
|
|
- version 3.27
|
|
|
|
|
|
|
|
* Mon May 12 2003 Harald Hoyer <harald@redhat.de> 2:3.20-2
|
|
|
|
- changed macro comments to double %% for changelog entries
|
|
|
|
|
|
|
|
* Mon Apr 14 2003 Harald Hoyer <harald@redhat.de> 2:3.20-1
|
|
|
|
- version 3.2
|
|
|
|
|
2004-09-09 09:18:32 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Jan 9 2003 Harald Hoyer <harald@redhat.de> 3.0-3
|
|
|
|
- nmap-3.00-nowarn.patch added
|
|
|
|
|
|
|
|
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuild on all arches
|
|
|
|
- remove old desktop file from $$RPM_BUILD_ROOT so rpm won't complain
|
|
|
|
|
2004-09-09 09:18:24 +00:00
|
|
|
* Thu Aug 1 2002 Harald Hoyer <harald@redhat.de>
|
|
|
|
- version 3.0
|
|
|
|
|
2004-09-09 09:18:03 +00:00
|
|
|
* Mon Jul 29 2002 Harald Hoyer <harald@redhat.de> 2.99.2-1
|
|
|
|
- bumped version
|
|
|
|
|
|
|
|
* Fri Jul 26 2002 Harald Hoyer <harald@redhat.de> 2.99.1-2
|
|
|
|
- bumped version to 2.99RC1
|
|
|
|
|
|
|
|
* Fri Jul 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- add an epoch
|
|
|
|
|
|
|
|
* Mon Jul 1 2002 Harald Hoyer <harald@redhat.de> 2.54.36-1
|
|
|
|
- removed desktop file
|
|
|
|
- removed "BETA" name from version
|
|
|
|
- update to BETA36
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed May 22 2002 Harald Hoyer <harald@redhat.de> 2.54BETA34-1
|
|
|
|
- update to 2.54BETA34
|
|
|
|
|
2004-09-09 09:17:51 +00:00
|
|
|
* Mon Mar 25 2002 Harald Hoyer <harald@redhat.com>
|
|
|
|
- more recent version (#61490)
|
|
|
|
|
2004-09-09 09:17:30 +00:00
|
|
|
* Mon Jul 23 2001 Harald Hoyer <harald@redhat.com>
|
|
|
|
- buildprereq for nmap-frontend (#49644)
|
|
|
|
|
|
|
|
* Sun Jul 22 2001 Heikki Korpela <heko@iki.fi>
|
|
|
|
- buildrequire gtk+
|
|
|
|
|
2004-09-09 09:17:24 +00:00
|
|
|
* Tue Jul 10 2001 Tim Powers <timp@redhat.com>
|
|
|
|
- fix bugs in desktop file (#48341)
|
|
|
|
|
|
|
|
* Wed May 16 2001 Tim Powers <timp@redhat.com>
|
|
|
|
- updated to 2.54BETA22
|
|
|
|
|
|
|
|
* Mon Nov 20 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt to fix bad dir perms
|
|
|
|
|
|
|
|
* Fri Nov 3 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- fixed nmapdatadir in the install section, forgot lto include
|
|
|
|
$RPM_BUILD_ROOT in the path
|
|
|
|
|
|
|
|
* Thu Nov 2 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- update to nmap-2.54BETA7 to possibly fix bug #20199
|
|
|
|
- use the desktop file provided by the package instead of using my own
|
|
|
|
- patches in previous version are depreciated. Included in SRPM for
|
|
|
|
reference only
|
|
|
|
|
|
|
|
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Jun 28 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt package
|
|
|
|
|
|
|
|
* Thu Jun 8 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- fixed man pages so that they are in an FHS compliant location
|
|
|
|
- use %%makeinstall
|
|
|
|
- use predefined RPM macros wherever possible
|
|
|
|
|
|
|
|
* Tue May 16 2000 Tim Powers <timp@redhat.com>
|
|
|
|
- updated to 2.53
|
|
|
|
- using applnk now
|
2004-09-09 09:19:31 +00:00
|
|
|
- use %%configure, and %%{_prefix} where possible
|
2004-09-09 09:17:24 +00:00
|
|
|
- removed redundant defines at top of spec file
|
|
|
|
|
|
|
|
* Mon Dec 13 1999 Tim Powers <timp@redhat.com>
|
|
|
|
- based on origional spec file from
|
|
|
|
http://www.insecure.org/nmap/index.html#download
|
|
|
|
- general cleanups, removed lots of commenrts since it madethe spec hard to
|
|
|
|
read
|
|
|
|
- changed group to Applications/System
|
|
|
|
- quiet setup
|
|
|
|
- no need to create dirs in the install section, "make
|
|
|
|
prefix=$RPM_BUILD_ROOT&{prefix} install" does this.
|
2004-09-09 09:19:31 +00:00
|
|
|
- using defined %%{prefix}, %%{version} etc. for easier/quicker maint.
|
2004-09-09 09:17:24 +00:00
|
|
|
- added docs
|
|
|
|
- gzip man pages
|
|
|
|
- strip after files have been installed into buildroot
|
|
|
|
- created separate package for the frontend so that Gtk+ isn't needed for the
|
|
|
|
CLI nmap
|
|
|
|
- not using -f in files section anymore, no need for it since there aren't that
|
|
|
|
many files/dirs
|
|
|
|
- added desktop entry for gnome
|
|
|
|
|
|
|
|
* Sun Jan 10 1999 Fyodor <fyodor@dhp.com>
|
|
|
|
- Merged in spec file sent in by Ian Macdonald <ianmacd@xs4all.nl>
|
|
|
|
|
|
|
|
* Tue Dec 29 1998 Fyodor <fyodor@dhp.com>
|
|
|
|
- Made some changes, and merged in another .spec file sent in
|
|
|
|
by Oren Tirosh <oren@hishome.net>
|
|
|
|
|
|
|
|
* Mon Dec 21 1998 Riku Meskanen <mesrik@cc.jyu.fi>
|
|
|
|
- initial build for RH 5.x
|