Hello community, here is the log from the commit of package nmap for openSUSE:Factory checked in at Tue Oct 18 14:23:30 CEST 2011.
-------- --- openSUSE:Factory/nmap/nmap.changes 2011-09-23 02:14:44.000000000 +0200 +++ /mounts/work_src_done/STABLE/nmap/nmap.changes 2011-10-17 04:43:26.000000000 +0200 @@ -1,0 +2,8 @@ +Mon Oct 17 02:38:28 UTC 2011 - [email protected] + +- Update to nmap 5.61-xxx branch, changelog too long, see NEWS + for details. +- Add a new subpackage "nping" +- drop no-md2.patch already in upstream. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- nmap-5.21.tar.bz2 no-md2.patch New: ---- nmap-5.61TEST2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nmap.spec ++++++ --- /var/tmp/diff_new_pack.u6btVT/_old 2011-10-18 14:23:24.000000000 +0200 +++ /var/tmp/diff_new_pack.u6btVT/_new 2011-10-18 14:23:24.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package nmap (Version 5.21) +# spec file for package nmap # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,6 +19,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} +%define nmap_extra_ver TEST2 Name: nmap BuildRequires: gcc-c++ @@ -36,16 +37,15 @@ License: GPLv2+ Group: Productivity/Networking/Diagnostic AutoReqProv: on -Version: 5.21 +Version: 5.61 Release: 3 Summary: Portscanner BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: http://nmap.org/dist/nmap-%{version}.tar.bz2 +Source: http://nmap.org/dist/nmap-%{version}%{nmap_extra_ver}.tar.bz2 Patch: nmap-4.00-libpcap-filter.diff Patch1: nmap-4.00-noreturn.diff Patch2: nmap-5.00-desktop_files.patch Patch3: nmap-4.75-nostrip.patch -Patch4: no-md2.patch Patch5: nmap-5.21-gnomesu.patch %description @@ -128,13 +128,25 @@ -------- Fyodor <[email protected]> +%package -n nping +License: GPLv2+ +Summary: Compare Results of Nmap Scans +Group: Productivity/Networking/Diagnostic + +%description -n nping +Network packet generation tool / ping utility + + + +Authors: +-------- + Fyodor <[email protected]> %prep -%setup -q +%setup -q -n %{name}-%{version}%{nmap_extra_ver} %patch %patch1 -p1 %patch2 -p0 %patch3 -p0 -%patch4 -p1 %patch5 -p0 #fix locale dir @@ -152,9 +164,11 @@ mv docs/man-xlate/nmap-zh.1 docs/man-xlate/nmap-zh_CN.1 %build -%configure --with-libpcap="%{_usr}" \ +export CFLAGS="%optflags -DOPENSSL_LOAD_CONF" +export CXXFLAGS="%optflags -DOPENSSL_LOAD_CONF" +%configure --with-libpcap=%{_usr} \ --with-libdnet=included \ - --with-libpcre="%{_usr}" + --with-libpcre=%{_usr} %__make %{?jobs:-j%jobs} @@ -205,7 +219,7 @@ %{_bindir}/xnmap %{_bindir}/zenmap %{_bindir}/nmapfe -%{python_sitelib}/zenmap-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/zenmap-%{version}%{nmap_extra_ver}-py%{py_ver}.egg-info %{python_sitelib}/zenmapCore %{python_sitelib}/zenmapGUI %{python_sitelib}/radialnet @@ -227,4 +241,9 @@ %{_bindir}/ndiff %{_mandir}/man1/ndiff.1.gz +%files -n nping +%defattr(-,root,root) +%{_bindir}/nping +%{_mandir}/man1/nping.1.gz + %changelog continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
