Hello community,

here is the log from the commit of package nmap for openSUSE:Factory checked in 
at 2012-05-22 08:17:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nmap (Old)
 and      /work/SRC/openSUSE:Factory/.nmap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nmap", Maintainer is "vdziewie...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nmap/nmap.changes        2012-04-17 
07:47:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nmap.new/nmap.changes   2012-05-22 
08:17:02.000000000 +0200
@@ -1,0 +2,14 @@
+Mon May 21 20:27:08 UTC 2012 - andreas.stie...@gmx.de
+
+- update to upstream 6.00
+  * enhanced Nmap Scripting Engine
+  * Better Web Scanning
+  * Full IPv6 Support
+  * New NPing Tool
+  * Better Zenmap GUI & results viewer
+  * Faster scans
+  * for a full list of changes see http://nmap.org/6/#changes and
+    http://nmap.org/changelog.html
+- refresh nmap-4.00-libpcap-filter.diff
+
+-------------------------------------------------------------------

Old:
----
  nmap-4.00-libpcap-filter.diff
  nmap-5.61TEST5.tar.bz2

New:
----
  nmap-6.00-libpcap-filter.diff
  nmap-6.00.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nmap.spec ++++++
--- /var/tmp/diff_new_pack.3gzL4e/_old  2012-05-22 08:17:05.000000000 +0200
+++ /var/tmp/diff_new_pack.3gzL4e/_new  2012-05-22 08:17:05.000000000 +0200
@@ -18,7 +18,6 @@
 
 %{!?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 TEST5
 
 Name:           nmap
 BuildRequires:  gcc-c++
@@ -36,14 +35,14 @@
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 Url:            http://www.insecure.org/nmap/
-Version:        5.61
+Version:        6.00
 Release:        0
 Summary:        Portscanner
 License:        GPL-2.0+
 Group:          Productivity/Networking/Diagnostic
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         http://nmap.org/dist/nmap-%{version}%{nmap_extra_ver}.tar.bz2
-Patch:          nmap-4.00-libpcap-filter.diff
+Source:         http://nmap.org/dist/nmap-%{version}.tar.bz2
+Patch:          nmap-6.00-libpcap-filter.diff
 Patch1:         nmap-4.00-noreturn.diff
 Patch2:         nmap-5.61-desktop_files.patch
 Patch3:         nmap-4.75-nostrip.patch
@@ -139,7 +138,7 @@
 --------
     Fyodor <fyo...@dhp.com>
 %prep
-%setup -q -n %{name}-%{version}%{nmap_extra_ver}
+%setup -q
 %patch -p0
 %patch1 -p0
 %patch2 -p0
@@ -216,7 +215,7 @@
 %{_bindir}/xnmap
 %{_bindir}/zenmap
 %{_bindir}/nmapfe
-%{python_sitelib}/zenmap-%{version}%{nmap_extra_ver}-py%{py_ver}.egg-info
+%{python_sitelib}/zenmap-%{version}-py%{py_ver}.egg-info
 %{python_sitelib}/zenmapCore
 %{python_sitelib}/zenmapGUI
 %{python_sitelib}/radialnet

++++++ nmap-4.00-libpcap-filter.diff -> nmap-6.00-libpcap-filter.diff ++++++
--- /work/SRC/openSUSE:Factory/nmap/nmap-4.00-libpcap-filter.diff       
2012-03-27 08:57:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nmap.new/nmap-6.00-libpcap-filter.diff  
2012-05-22 08:17:02.000000000 +0200
@@ -1,8 +1,8 @@
 Index: libpcap/pcap-bpf.c
 ===================================================================
---- libpcap/pcap-bpf.c.orig    2010-04-21 05:39:45.000000000 +0100
-+++ libpcap/pcap-bpf.c 2012-03-26 22:12:12.000000000 +0100
-@@ -489,7 +489,7 @@ bpf_open(pcap_t *p)
+--- libpcap/pcap-bpf.c.orig    2012-04-10 04:37:22.000000000 +0100
++++ libpcap/pcap-bpf.c 2012-05-21 21:25:27.000000000 +0100
+@@ -483,7 +483,7 @@ bpf_open(pcap_t *p)
                fd = open(device, O_RDWR);
                if (fd == -1 && errno == EACCES)
                        fd = open(device, O_RDONLY);
@@ -13,9 +13,9 @@
         * XXX better message for all minors used
 Index: libpcap/pcap-linux.c
 ===================================================================
---- libpcap/pcap-linux.c.orig  2010-09-22 10:41:06.000000000 +0100
-+++ libpcap/pcap-linux.c       2012-03-26 22:12:12.000000000 +0100
-@@ -2233,8 +2233,30 @@ pcap_setfilter_linux_common(pcap_t *hand
+--- libpcap/pcap-linux.c.orig  2012-04-10 04:37:22.000000000 +0100
++++ libpcap/pcap-linux.c       2012-05-21 21:25:27.000000000 +0100
+@@ -2424,8 +2424,30 @@ pcap_setfilter_linux_common(pcap_t *hand
        if (can_filter_in_kernel) {
                if ((err = set_kernel_filter(handle, &fcode)) == 0)
                {

++++++ nmap-5.61TEST5.tar.bz2 -> nmap-6.00.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/nmap/nmap-5.61TEST5.tar.bz2 
/work/SRC/openSUSE:Factory/.nmap.new/nmap-6.00.tar.bz2 differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to