Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bettercap for openSUSE:Factory 
checked in at 2025-02-03 21:44:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bettercap (Old)
 and      /work/SRC/openSUSE:Factory/.bettercap.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bettercap"

Mon Feb  3 21:44:14 2025 rev:3 rq:1242234 version:2.41.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bettercap/bettercap.changes      2024-09-22 
11:06:16.657240207 +0200
+++ /work/SRC/openSUSE:Factory/.bettercap.new.2316/bettercap.changes    
2025-02-03 21:45:21.391046254 +0100
@@ -1,0 +2,51 @@
+Fri Jan 31 20:40:44 UTC 2025 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 2.41.0
+  New Features
+  * ZeroGod Module: Introduced the zerogod module for ZeroConf /
+    Bonjour impersonation attacks.
+  * API Enhancements: api.rest now returns stdout data after
+    executing a session command.
+  * Session Event Handling: Added addSessionEvent function for
+    both DNS and HTTP proxy script environments.
+  * Built-in Functions: Added removeEventListener function.
+  * Named Tickers: Implemented support for named tickers.
+  Improvements
+  * DNS Proxy Enhancements:
+    + Added TLS support.
+    + Implemented backwards-compatible DNS record conversion.
+    + Support for RFC3597 generic/unknown record types if the
+      Rdata field is present.
+  * Blacklist and Whitelist Support: Introduced logic to support
+    blacklists and whitelists.
+  * Wildcard Blacklisting: Allow wildcards in blacklist
+    configurations.
+  * IPv6 Improvements:
+    + Enhanced detection logic.
+    + Added a nil check for interfaces to prevent crashes.
+  * Logging & Debugging:
+    + Improved readability of debug logs.
+    + JS property conversion errors are now printed for better
+      error tracking.
+  Fixes
+  * DNS Proxy Stability:
+    + Catch nil values in DNS records.
+    + Prioritize longer and more explicit hostnames.
+  * UI Asset Handling:
+    + Directly embedded UI assets.
+    + Removed UI submodule.
+  Compatibility:
+  * Improved backwards compatibility for getHandshakeFileFor.
+  Miscellaneous:
+  * Various small fixes and refactorings.
+
+-------------------------------------------------------------------
+Wed Jan 29 23:00:38 UTC 2025 - Eyad Issa <eyadlore...@gmail.com>
+
+- Use `obs_scm` instead of `tar_scm` service
+- Require go >= 1.21 (toolchains support)
+- Update to version 2.40.0:
+  The update from 2.32.0 to 2.4.0 was an incorrect upstream tag.
+  This release just fixes the incorrect version number.
+
+-------------------------------------------------------------------

Old:
----
  bettercap-2.4.0.tar.xz

New:
----
  bettercap-2.41.0.obscpio
  bettercap.obsinfo

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

Other differences:
------------------
++++++ bettercap.spec ++++++
--- /var/tmp/diff_new_pack.E5SjjI/_old  2025-02-03 21:45:22.463090504 +0100
+++ /var/tmp/diff_new_pack.E5SjjI/_new  2025-02-03 21:45:22.463090504 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package bettercap
 #
-# Copyright (c) 2024 SUSE LLC
-# Copyright (c) 2019-2024, Martin Hauke <mar...@gmx.de>
+# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2019-2025, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:           bettercap
-Version:        2.4.0
+Version:        2.41.0
 Release:        0
 Summary:        Swiss army knife for network attacks and monitoring
 License:        GPL-3.0-or-later
@@ -31,7 +31,8 @@
 BuildRequires:  libpcap-devel
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  golang(API) >= 1.9
+# go.mod requires toolchains support (>= 1.21)
+BuildRequires:  golang(API) >= 1.21
 BuildRequires:  pkgconfig(libnetfilter_queue)
 BuildRequires:  pkgconfig(libusb-1.0)
 Requires:       libnetfilter_queue1

++++++ _service ++++++
--- /var/tmp/diff_new_pack.E5SjjI/_old  2025-02-03 21:45:22.491091659 +0100
+++ /var/tmp/diff_new_pack.E5SjjI/_new  2025-02-03 21:45:22.495091825 +0100
@@ -1,8 +1,8 @@
 <services>
-  <service name="tar_scm" mode="manual">
+  <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/bettercap/bettercap.git</param>
     <param name="scm">git</param>
-    <param name="revision">v2.4.0</param>
+    <param name="revision">v2.41.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>
@@ -10,11 +10,12 @@
   <service name="set_version" mode="manual">
     <param name="basename">bettercap</param>
   </service>
-  <service name="recompress" mode="manual">
+  <service name="go_modules" mode="manual" />
+  <service name="tar" mode="buildtime" />
+  <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service name="go_modules" mode="manual">
-  </service>
 </services>
 
+

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.E5SjjI/_old  2025-02-03 21:45:22.511092485 +0100
+++ /var/tmp/diff_new_pack.E5SjjI/_new  2025-02-03 21:45:22.515092650 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/bettercap/bettercap.git</param>
-              <param 
name="changesrevision">acda32e3048f622b52e4c54826832334513d589d</param></service></servicedata>
+              <param 
name="changesrevision">8eedf6d90c948a3468157cd3ec46cc73323db990</param></service></servicedata>
 (No newline at EOF)
 

++++++ bettercap.obsinfo ++++++
name: bettercap
version: 2.41.0
mtime: 1738322830
commit: 8eedf6d90c948a3468157cd3ec46cc73323db990

++++++ vendor.tar.gz ++++++
++++ 16258 lines of diff (skipped)

Reply via email to