File zmap.changes of Package zmap
-------------------------------------------------------------------
Tue Jul 22 20:52:42 UTC 2025 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
- Update to 4.3.4
* big version jump, reference upstream changelog
- Modernize and tidy up spec-file, run spec-cleaner
- Use standard macros for build and install
- Remove obsolete build flags
- Use pkgconfig based dependencies where available
- Explicitly package files
- Ship new binaries zblocklist, ziterate, ztee in addition to zmap
- Add 0001-Add-dummy-return-to-get_group.patch
-------------------------------------------------------------------
Fri Jan 25 12:08:51 UTC 2019 - Robert Frohl <rfrohl@suse.com>
- Update to 2.1.1
- enabled pie to make zmap a position independent executable
-------------------------------------------------------------------
Sun Oct 11 04:55:33 UTC 2015 - plinnell@opensuse.org
- Update to 2.1.0
- See: https://github.com/zmap/zmap/blob/master/CHANGELOG.md for
full change log
- drop unneeded 32bit-portability.patch
-------------------------------------------------------------------
Sat Jan 4 20:03:12 UTC 2014 - rdannert@stonith.de
- Update to version 1.1.1
* Fix: zmap-32bit-portability2.patch to fix i586 build
* Fix: CMake correctly installs files into /etc/zmap
- Changes from 1.1.0
* Updated probe and output module interface that allows arbitrary
data to be passed from the probe module (e.g. additional TCP fields)
that can then be output as requested.
* Replaced simple_file, and redis_file output modules with csv module
that allows user controlled output of what fields should be output
to a csv file. As well, implemented --list-output-fields that allows
users to find what fields are available.
* Added output-filters that allow users to control what types of packets
that want output (e.g. classification = "SYNACK" && is_repeat = 0)
* Fast scanning of small subnets. Scanning small subnets no longer
requires iterating over the entire IPv4 address space, which allows
ZMap-like speed for all network sizes.
* Scan CIDR blocks from the command-line instead of only through
whitelist file (e.g. zmap -p 443 192.168.0.0/16 10.0.0.0/8)
* JSON output module added
* 32-bit support
* UDP Packet Support
-------------------------------------------------------------------
Tue Aug 20 10:07:28 UTC 2013 - mvyskocil@suse.com
- package zmap 1.0.3 for openSUSE
* zmap-32bit-portability.patch to fix i586 build