18 Commits

Author SHA256 Message Date
5b4e137377 Accepting request 1115819 from home:dgarcia:branches:network:utilities
- Remove dependency on /usr/bin/python3 using %python3_fix_shebang
  macro, bsc#1212476

OBS-URL: https://build.opensuse.org/request/show/1115819
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=34
2023-10-06 06:01:44 +00:00
970d79bef9 Accepting request 925443 from home:jsegitz:branches:systemdhardening_protectclock
- Drop ProtectClock hardening, can cause issues if other device acceess is needed

OBS-URL: https://build.opensuse.org/request/show/925443
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=32
2022-08-17 11:41:52 +00:00
c7169ad37e Accepting request 911242 from home:jsegitz:branches:systemdhardening:network:utilities
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/911242
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=31
2021-08-10 12:54:06 +00:00
fcedf00583 fix req
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=29
2021-06-14 09:56:57 +00:00
58b8055a83 Accepting request 880471 from home:pluskalm:branches:network:utilities
- Update to version 4.5.1
  * 2ping.bash_completion: Make more resilient to failure / missing
    features.
  * Minimum Python version changed from 3.5 to 3.6.
  * Minor no-op code and distribution updates.

OBS-URL: https://build.opensuse.org/request/show/880471
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=27
2021-03-22 10:08:04 +00:00
2df6402b3d fix py
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=24
2021-01-25 06:01:50 +00:00
3b570ed364 Accepting request 819815 from home:elimat:branches:network:utilities
- Change optional requirements to recommends since they just enhance the tool
- Use correct package names for the recommends

OBS-URL: https://build.opensuse.org/request/show/819815
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=22
2020-07-10 05:01:49 +00:00
fcb8f82a86 Accepting request 818408 from home:elimat:branches:network:utilities
- Update to version 4.5 
  * Added PyCryptodome support (recommended over PyCrypto, though the latter is still detected/supported).
  * Replaced best_poller module with Python native selectors module.
  * Changed --flood output: dots/backspaces are no longer printed, and loss results / errors display full details.
  * --audible tones will only occur if stdout is a TTY.
  * Improved hostname/IP display edge cases.
  * Added an AF_UNIX --loopback test mode.
  * Listener sockets are added and removed as needed, instead of being re-created on each rescan.
  * Listener sockets are automatically rescanned periodically.
  * Multiple systemd sockets are now allowed.
  * A run can be both a listener and a client at the same time (mainly useful for smoke testing).
  * Other socket handling refactoring.
  * Other code refactoring.
  * Listener statistics are displayer per-bind.
  * Many, many testing/CI improvements.
- Remove groups in spec
- Package systemd service unit
- Add missing optional build requirements to enable all available options 
- Some other clean up in spec

OBS-URL: https://build.opensuse.org/request/show/818408
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=21
2020-07-07 06:29:13 +00:00
f016569d1c revert r19
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=20
2019-10-17 18:08:22 +00:00
21b2dc3d4a Accepting request 739187 from home:RBrownSUSE:branches:network:utilities
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739187
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=19
2019-10-17 17:51:38 +00:00
f6a5a6972b Accepting request 670914 from home:elimat:branches:network:utilities
- Update to version 4.3 
  * Add --srv-service
  * Change --adaptive behavior to better match ping -A
  * Fix typos in manpage
- Ran spec-cleaner
- Fix rpmlint duplicate error with fdupes

OBS-URL: https://build.opensuse.org/request/show/670914
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=17
2019-02-04 07:45:49 +00:00
ff519197e4 Accepting request 640527 from home:seanlew:branches:network:utilities
Updated 2ping to 4.2

OBS-URL: https://build.opensuse.org/request/show/640527
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=14
2018-10-08 06:15:50 +00:00
5949236b94 Accepting request 628685 from home:susnux:branches:network:utilities
- Update to version 4.1.2
  * Fix UTF-8 tests when run with invalid locale.
  * Fix cleanup on non-encrypted sessions.

OBS-URL: https://build.opensuse.org/request/show/628685
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=12
2018-08-11 10:34:09 +00:00
9ca24616f3 Accepting request 611702 from home:kbabioch:branches:network:utilities
- Use OpenPGP signature provided upstream
- Added 2ping.keyring, which contains the key from the author

OBS-URL: https://build.opensuse.org/request/show/611702
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=10
2018-05-23 15:00:01 +00:00
02cd70f352 Accepting request 539000 from home:avindra
- Update to version 4.1
 * Fixed --fuzz CRC function.
 * Added --encrypt option for shared-secret encrypted packets.
 * Added --listen --all-interfaces option for automatically binding to
   all interface IPs (requires Python netifaces module).
 * Simplified monotonic_clock functionality, relying on Python 3 for
   most functionality, reducing the possibility of platform bugs.
- Includes changes from 4.0
 * Rewrite to Python 3 (3.4 or higher).
 * Fixed hmac-sha256 handling, added hmac-sha512.
 * --nagios will now work when combined with --deadline, in addition to
   --count.
 * Added Wireshark Lua dissector and sample capture.
 * Added battery level (ExtID 0x88a1f7c7).  Note that while 2ping
   recognizes the new option in incoming packets, it currently does not
   have the capability to send battery levels.
- Make rpmlint happy by avoiding installation in %build.
- Update to version 3.2.1
  * Please read the ChangeLog; not able to track all changes since
    previous version
- Upstream moved to python
  * Remove %{perl_requires} dependency
  * Remove perl recommendations; perl(Digest::CRC), perl(Digest::MD5),
    perl(Digest::SHA) and perl(IO::Socket::INET6)
  * Add python-devel and python-setuptools requirements
- Use official tarball and download Url
- Remove obsolete 2ping-fix-use-of-uninitialized-warning.patch
- update to 1397618874.f2c2047
- 2ping-fix-use-of-uninitialized-warning.patch: add
- Initial package (version 1.0)

OBS-URL: https://build.opensuse.org/request/show/539000
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=8
2017-11-05 08:11:36 +00:00
4b581fb394 Accepting request 415784 from home:jengelh:branches:network:utilities
- Make rpmlint happy by avoiding installation in %build.

OBS-URL: https://build.opensuse.org/request/show/415784
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=5
2016-07-29 10:46:00 +00:00
dd377f8f6d Accepting request 414841 from home:posophe:branches:network:utilities
update

OBS-URL: https://build.opensuse.org/request/show/414841
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=4
2016-07-25 06:59:54 +00:00
OBS User mrdocs
e7cfef18da Accepting request 294489 from home:jirislaby
OBS-URL: https://build.opensuse.org/request/show/294489
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=1
2015-04-05 18:32:21 +00:00