File subfinder.changes of Package subfinder
-------------------------------------------------------------------
Mon Aug 11 11:31:48 UTC 2025 - Dominik Heidler <dheidler@suse.de>
- Version 2.8.0
* New Features
- Added pugrecon.com source by @c3l3si4n in #1585
- Added RSECloud source by @dogancanbakir in #1604
- Added environment variable support for API keys by @dogancanbakir in #1607
* Bug Fixes
- Fixed Dockerfile build by @dogancanbakir in #1583
- Fix paginations in Hunter and Quake sources by @dogancanbakir in #1603
* Other Changes
- Updated installation documentation by @dogancanbakir in #1591
- Updated GoReleaser configuration by @emmanuel-ferdman in #1596
- Removed dead binaryedge source by @x-stp in #1592
- Modernized subfinder source code by @dogancanbakir in #1601
-------------------------------------------------------------------
Tue Apr 29 02:40:35 UTC 2025 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Packaging improvements:
* Build PIE with pattern that may become recommended procedure:
%%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
A go toolchain buildmode default config would be preferable
but none exist at this time.
* Normalize go build invocation extracted from upstream Makefile
* Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
* Drop upstream go build arguments used in upstream Makefile.
-ldflags="-extldflags -static"
Absent a clear need, use go build defaults.
* Remove ldflags -s (Omit symbol table and debug info) and -w
(Omit DWARF symbol table). This information is used to produce
separate debuginfo packages and binaries are stripped for
reduced size by GNU strip during RPM build.
* Drop use of strip utility. Binaries are stripped automatically.
* Drop BuildRequires: binutils no longer needed
-------------------------------------------------------------------
Mon Apr 28 13:23:26 UTC 2025 - Dominik Heidler <dheidler@suse.de>
- Version 2.7.1
* Update dependencies
* Remove backported patch fix_cve_2024_0406.patch
* Remove backported patch fix_cve_2025_22872.patch
- Packaging improvements
* Update to BuildRequires: golang(API) >= 1.24 matching go.mod
-------------------------------------------------------------------
Fri Apr 25 10:31:03 UTC 2025 - Dominik Heidler <dheidler@suse.de>
- Add fix_cve_2025_22872.patch to patch CVE-2025-22872 / bsc#1241750
-------------------------------------------------------------------
Tue Apr 15 10:16:09 UTC 2025 - Dominik Heidler <dheidler@suse.de>
- Add fix_cve_2024_0406.patch to patch github.com/mholt/archive dependency
for bsc#1241187 / CVE-2024-0406 / GHSA-rhh4-rh7c-7r5v
-------------------------------------------------------------------
Mon Mar 17 10:16:47 UTC 2025 - Dominik Heidler <dheidler@suse.de>
- Version 2.7.0
* Added ThreatCrowd source by @hyni03 in #1508
* Added DigitalYama source by @nukunga in #1517
* Fixed issue where input with protocols (e.g., https://example.com ) was skipped. Now, the protocol part is removed, allowing example.com to be used by @dogancanbakir in #1516
* Fixed VirusTotal limit error where the limit couldn't be larger than 40 by @dogancanbakir in #1548
* Fixed query syntax for Netlas source by @thurrsense in #1529
* Removed PassiveTotal as it no longer exists by @dogancanbakir in #1515
* Changed DNSRepo API endpoint to the latest version by @dogancanbakir in #1540
* Skipped non-200 HTTP responses for Anubis by @dogancanbakir in #1541
-------------------------------------------------------------------
Sun Feb 2 13:30:55 UTC 2025 - Dominik Heidler <dheidler@suse.de>
- Still show current version
* Update disable-version-check.patch
-------------------------------------------------------------------
Sat Feb 1 23:29:38 UTC 2025 - Dominik Heidler <dheidler@suse.de>
- Disable version check
* Add disable-version-check.patch
-------------------------------------------------------------------
Sat Feb 1 10:40:15 UTC 2025 - Dominik Heidler <dheidler@suse.de>
- Version 2.6.8
* Added hudsonrock source by @dogancanbakir in #1481
* Fixed negative statistics for sitedossier source by @dogancanbakir in #1432
* Fixed GitHub source' performance issue by @dogancanbakir in #1421
* Fixed the issue with source initialization to prevent the program from exiting when encountering invalid sources during initialization by @dogancanbakir in #1468
* Removed the columbus source due to consistently encountering 502 errors by @dogancanbakir in #1430
* Make failing sources non-default and exclude from the tests by @dogancanbakir in #1475
* Removed subdomaincenter as its output quality was unsatisfactory by @dogancanbakir in #1500
* Updated dnsdumpster source to use its new API by @dogancanbakir in #1484
* Improved the usability of the Subfinder SDK by enabling the return of the source map by @mielverkerken in #1466
-------------------------------------------------------------------
Fri Dec 27 21:54:07 UTC 2024 - Dominik Heidler <dheidler@suse.de>
- Initial checkin