Hello community,

here is the log from the commit of package arp-scan for openSUSE:Factory 
checked in at 2019-03-26 15:39:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arp-scan (Old)
 and      /work/SRC/openSUSE:Factory/.arp-scan.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arp-scan"

Tue Mar 26 15:39:05 2019 rev:5 rq:681692 version:1.9.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/arp-scan/arp-scan.changes        2018-05-29 
10:37:19.233323042 +0200
+++ /work/SRC/openSUSE:Factory/.arp-scan.new.25356/arp-scan.changes     
2019-03-26 15:39:09.776330759 +0100
@@ -1,0 +2,15 @@
+Tue Mar  5 10:49:51 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 1.9.5:
+  * Updated IEEE OUI and IAB MAC/Vendor files.
+  * Added new --plain (-x) option to surpress printing of header
+    and footer text, and only display one output line for each
+    responding host.
+  * Use LWP::UserAgent instead of LWP::Simple in get-oui and
+    get-iab to enable the raw content to be obtained, which avoids
+    Unicode/UTF-8 issues.
+  * Added arp-finherprint patterns for WIZnet W5100 and Cisco IOS
+    15.0.
+- Drop no longer needed arp-scan-avoid-crash.patch
+
+-------------------------------------------------------------------

Old:
----
  arp-scan-1.9.tar.gz
  arp-scan-avoid-crash.patch

New:
----
  arp-scan-1.9.5.tar.gz

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

Other differences:
------------------
++++++ arp-scan.spec ++++++
--- /var/tmp/diff_new_pack.NDlbaR/_old  2019-03-26 15:39:10.480330479 +0100
+++ /var/tmp/diff_new_pack.NDlbaR/_new  2019-03-26 15:39:10.480330479 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package arp-scan
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           arp-scan
-Version:        1.9
+Version:        1.9.5
 Release:        0
 Summary:        ARP scanning and fingerprinting tool
 # strlcpy.c and strlcat.c have ISC header and embeded {getopt,obstack}.{c,h} 
has LGPL-2.1
 License:        GPL-3.0-only AND LGPL-2.1-only AND ISC
 Group:          Productivity/Networking/Security
 URL:            https://github.com/royhills/arp-scan
-Source:         
https://github.com/royhills/arp-scan/releases/download/%{version}/arp-scan-%{version}.tar.gz
-Patch0:         arp-scan-avoid-crash.patch
+Source:         
https://github.com/royhills/arp-scan/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libpcap-devel
 BuildRequires:  perl-macros
+BuildRequires:  perl(LWP::Simple)
+Requires:       perl(LWP::Simple)
 %{perl_requires}
 
 %description
@@ -37,9 +40,9 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
+autoreconf -fiv
 %configure
 make %{?_smp_mflags}
 
@@ -48,6 +51,7 @@
 
 %install
 %make_install
+sed -i "s|env ||g" %{buildroot}%{_bindir}/*
 
 %files
 %doc AUTHORS ChangeLog NEWS README TODO

++++++ arp-scan-1.9.tar.gz -> arp-scan-1.9.5.tar.gz ++++++
++++ 68911 lines of diff (skipped)


Reply via email to