Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package subfinder for openSUSE:Factory checked in at 2025-10-21 11:16:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/subfinder (Old) and /work/SRC/openSUSE:Factory/.subfinder.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "subfinder" Tue Oct 21 11:16:22 2025 rev:9 rq:1312578 version:2.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/subfinder/subfinder.changes 2025-08-12 17:05:56.814699957 +0200 +++ /work/SRC/openSUSE:Factory/.subfinder.new.18484/subfinder.changes 2025-10-21 11:18:21.659686843 +0200 @@ -1,0 +2,13 @@ +Mon Oct 20 09:45:23 UTC 2025 - Dominik Heidler <[email protected]> + +- Version 2.9.0 + * New Features + - Added environment variable support for config files by @dogancanbakir in #1650 + - Added the driftnet source. by @0x4500 in #1612 + * Other Changes + - Moved v2 module to root directory for cleaner structure by @mikelolasagasti in #1613 + - Corrected typo in README by @emmanuel-ferdman in #1621 + - Corrected the working directory in the build-test action by @tekkamanendless in #1631 + - Renamed variables to prevent potential nil pointer dereference in netlas source by @tekkamanendless in #1630 + +------------------------------------------------------------------- Old: ---- subfinder-2.8.0.tar.gz New: ---- subfinder-2.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subfinder.spec ++++++ --- /var/tmp/diff_new_pack.2jUx5j/_old 2025-10-21 11:18:22.347715773 +0200 +++ /var/tmp/diff_new_pack.2jUx5j/_new 2025-10-21 11:18:22.351715941 +0200 @@ -17,7 +17,7 @@ Name: subfinder -Version: 2.8.0 +Version: 2.9.0 Release: 0 Summary: Fast passive subdomain enumeration tool License: MIT @@ -39,11 +39,8 @@ %prep %autosetup -p1 -a1 -cd v2 -ln -s ../vendor %build -cd v2 %ifnarch ppc64 export GOFLAGS="-buildmode=pie" %endif @@ -51,12 +48,10 @@ help2man -s8 -N ./subfinder --version-string=%{version} > subfinder.8 %install -cd v2 install -D -m0755 %{name} %{buildroot}%{_bindir}/%{name} install -m 644 -D -v %{name}.8 %{buildroot}%{_datadir}/man/man8/%{name}.8 %check -cd v2 ./subfinder -h %files ++++++ _service ++++++ --- /var/tmp/diff_new_pack.2jUx5j/_old 2025-10-21 11:18:22.379717118 +0200 +++ /var/tmp/diff_new_pack.2jUx5j/_new 2025-10-21 11:18:22.387717455 +0200 @@ -2,7 +2,6 @@ <service name="download_files" mode="manual" /> <service name="go_modules" mode="manual"> <param name="compression">zstd</param> - <param name="subdir">v2</param> </service> </services> ++++++ disable-version-check.patch ++++++ --- /var/tmp/diff_new_pack.2jUx5j/_old 2025-10-21 11:18:22.419718800 +0200 +++ /var/tmp/diff_new_pack.2jUx5j/_new 2025-10-21 11:18:22.423718968 +0200 @@ -1,7 +1,7 @@ -diff --git a/v2/pkg/runner/banners.go b/v2/pkg/runner/banners.go +diff --git a/pkg/runner/banners.go b/pkg/runner/banners.go index 1e9af43..181013c 100644 ---- a/v2/pkg/runner/banners.go -+++ b/v2/pkg/runner/banners.go +--- a/pkg/runner/banners.go ++++ b/pkg/runner/banners.go @@ -2,7 +2,6 @@ package runner import ( @@ -17,10 +17,10 @@ - updateutils.GetUpdateToolCallback("subfinder", version)() } } -diff --git a/v2/pkg/runner/options.go b/v2/pkg/runner/options.go +diff --git a/pkg/runner/options.go b/pkg/runner/options.go index 5e3d4b1..6068386 100644 ---- a/v2/pkg/runner/options.go -+++ b/v2/pkg/runner/options.go +--- a/pkg/runner/options.go ++++ b/pkg/runner/options.go @@ -18,7 +18,6 @@ import ( fileutil "github.com/projectdiscovery/utils/file" folderutil "github.com/projectdiscovery/utils/folder" ++++++ subfinder-2.8.0.tar.gz -> subfinder-2.9.0.tar.gz ++++++ ++++ 20417 lines of diff (skipped) ++++++ vendor.tar.zstd ++++++ Binary files /var/tmp/diff_new_pack.2jUx5j/_old and /var/tmp/diff_new_pack.2jUx5j/_new differ
