Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aircrack-ng for openSUSE:Factory 
checked in at 2022-05-12 22:59:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aircrack-ng (Old)
 and      /work/SRC/openSUSE:Factory/.aircrack-ng.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aircrack-ng"

Thu May 12 22:59:48 2022 rev:2 rq:976366 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/aircrack-ng/aircrack-ng.changes  2020-07-06 
16:32:50.763817177 +0200
+++ /work/SRC/openSUSE:Factory/.aircrack-ng.new.1538/aircrack-ng.changes        
2022-05-12 23:00:12.580784664 +0200
@@ -1,0 +2,81 @@
+Wed May 11 08:06:23 UTC 2022 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.7
+  Airdecap-ng
+  * Endianness fixes.
+  * Output PCAP as little endian.
+  Airodump-ng
+  * Fixed blank encryption field when APs have TKIP (and/or CCMP)
+    with WPA2.
+  * Updated encryption filter (-t/--encrypt) for WPA3 and OWE.
+  * Fixed out-of-order timestamp captures.
+  * Ignore NULL PMKID.
+  * Fixed dropping management frames with zeroed timestamp.
+  * Fixed sorting where sometimes it started with a different field
+  * Allow setting colors only in AP selection mode.
+  * Fix crash on 4K Linux console.
+  * Fixed issue where existing clients not linked to an AP become
+    hidden when hitting 'o'.
+  * Allow use of WiFi 6E 6GHz frequencies.
+  * Look for oui.txt in /usr/share/hwdata.
+  Airgraph-ng
+  * Fixed graphviz package conflict.
+  * Fixed downloading OUI with python3.
+  * Ensure support/ directory is created when installing.
+  Aircrack-ng
+  * Fix handshake replay counter logic.
+  * Handle timeout when parsing EAPOL.
+  * Fixed WEP display.
+  * Fixed spurious EXIT messages.
+  * Improved handshake selection by fixing EAPOL timing and
+    clearing state.
+  * Ignore NULL PMKID.
+  * Added Apple M1 detection.
+  Aireplay-ng
+  * In test mode, detect tampering of sequence number b
+    firmware/driver.
+  * Fixed incorrectly rewritten loops affecting fragmentation
+    attack, and in some cases, SKA fake auth.
+  * Fixed a bunch of instances where packets had their
+    duration updated instead of the sequence number.
+  Airmon-ng
+  * Fix avahi killing.
+  * rewrite service stopping entirely.
+  * Codestyle fixes and code cleanup.
+  * Added a few Raspberry Pi hardware revisions.
+  * Fixes for 8812au driver.
+  * Fix iwlwifi firmware formatting.
+  * Remove broken KVM detection.
+  * Show regdomain in verbose mode.
+  * Document frequency usage.
+  * Add a sleep to help predictable names due to udev sometimes
+    renaming interface.
+  * Added warning for broken radiotap headers in kernel 5.15
+    to 5.15.4
+  * shellcheck fixes.
+  * support systemctl as some systems don't support 'service'
+    anymore.
+  * Fixes for pciutils 3.8, backward compatible.
+  Airbase-ng
+  * use enum for frame type/subtype.
+  * remove a few IE in association responses.
+  Besside-ng
+  * Support and detect all channels in 5GHz in Auto-Channel mode.
+  OSdep
+  * Search additional IE for channel information
+  Airgraph-ng
+  * switch airodump-join to Python 3
+  General
+  * Fix compilation with LibreSSL 3.5.
+  * Add Linux uclibc support.
+  * Shell script fixes thanks to shellcheck.
+  * Fixes for GCC 10 and 11.
+  * Fixed cross-compilation.
+  * Code refactoring, deduplication, cleanup, and misc code
+    improvements.
+  * Coverity Scan fixes, which includes memory leaks, race
+    conditions, division by 0, and other issues.
+- Remove patch:
+  * conflict.patch (not longer needed)
+
+-------------------------------------------------------------------

Old:
----
  aircrack-ng-1.6.tar.gz
  conflict.patch

New:
----
  aircrack-ng-1.7.tar.gz

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

Other differences:
------------------
++++++ aircrack-ng.spec ++++++
--- /var/tmp/diff_new_pack.09kGDX/_old  2022-05-12 23:00:13.348785695 +0200
+++ /var/tmp/diff_new_pack.09kGDX/_new  2022-05-12 23:00:13.352785701 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aircrack-ng
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %bcond_without sqlite
 %bcond_with asan
 Name:           aircrack-ng
-Version:        1.6
+Version:        1.7
 Release:        0
 Summary:        A set of tools for auditing wireless networks
 License:        GPL-2.0-or-later
@@ -28,7 +28,6 @@
 URL:            https://www.aircrack-ng.org/
 Source0:        https://download.aircrack-ng.org/%{name}-%{version}.tar.gz
 Source1:        README.SUSE
-Patch0:         conflict.patch
 BuildRequires:  autoconf
 BuildRequires:  ethtool
 BuildRequires:  expect
@@ -67,7 +66,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 find patches/ -type f -exec sed -i 's|\r||g' {} +
 cp "%{SOURCE1}" .
 # Force python3 interpreter
@@ -92,14 +90,12 @@
            --enable-libnl
 %make_build
 
-
 %install
 %make_install
 rm patches/old/ieee80211_inject.patch
 find %{buildroot} -type f \( -name "*.la" -o -name "*.a" \) -delete -print
 %if %{with unstable}
 rm 
%{buildroot}%{_prefix}/local/lib/python3*/site-packages/aircrack-ng/air*-install_files.txt
-mkdir %{buildroot}%{_datadir}/airgraph-ng/
 %endif
 
 %check

++++++ aircrack-ng-1.6.tar.gz -> aircrack-ng-1.7.tar.gz ++++++
/work/SRC/openSUSE:Factory/aircrack-ng/aircrack-ng-1.6.tar.gz 
/work/SRC/openSUSE:Factory/.aircrack-ng.new.1538/aircrack-ng-1.7.tar.gz differ: 
char 5, line 1

Reply via email to