38 Commits

Author SHA256 Message Date
Ana Guerrero
6c78abe8b8 Accepting request 1227753 from network:utilities
- Update to version 4.5.1+20241102:
  * get_system_addresses: Guard against netifaces race condition
  * Remove snapcraft definition
  * 2ping.service: Use DynamicUser=yes instead of User=nobody
  * End stats updates
  * Argument parsing cleanups
  * Fix duplicated AUTHOR/AUTHORS section in manpage
  * Tox updates
  * Change license from GPLv2 to Mozilla Public License 2.0

OBS-URL: https://build.opensuse.org/request/show/1227753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=16
2024-12-02 15:59:44 +00:00
b259510cd3 up to 4.5.1+20241102
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=36
2024-12-02 11:41:08 +00:00
Ana Guerrero
b4d8dc0aef Accepting request 1115957 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1115957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=15
2023-10-06 19:14:16 +00:00
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
Richard Brown
95fd71e661 Accepting request 997527 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/997527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=14
2022-08-17 16:17:06 +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
Richard Brown
d2c11363ec Accepting request 911254 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/911254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=13
2021-08-11 09:47:16 +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
Dominique Leuenberger
8794e194ac Accepting request 899911 from network:utilities
- python symbol is not provided by python 3, use proper python3

OBS-URL: https://build.opensuse.org/request/show/899911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=12
2021-06-14 21:11:14 +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
Dominique Leuenberger
c1174c4ba4 Accepting request 880488 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/880488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=11
2021-03-24 15:12:13 +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
Dominique Leuenberger
859473c626 Accepting request 866468 from network:utilities
- use one python, not singlespec

OBS-URL: https://build.opensuse.org/request/show/866468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=10
2021-01-25 17:24:21 +00:00
7d44fd48a0 fix py
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=25
2021-01-25 07:54:44 +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
Dominique Leuenberger
f497c4f46e Accepting request 819846 from network:utilities
- Change optional requirements to recommends since they just enhance the tool
- Use correct package names for the recommends (forwarded request 819815 from elimat)

OBS-URL: https://build.opensuse.org/request/show/819846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=9
2020-07-10 12:12:44 +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
Stephan Kulow
a9cce99dd0 Accepting request 670998 from 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 (forwarded request 670914 from elimat)

OBS-URL: https://build.opensuse.org/request/show/670998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=8
2019-02-04 13:25:55 +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
Dominique Leuenberger
38427cbb67 Accepting request 640532 from network:utilities
- Update to version 4.2
  * Added SIGHUP handling of listener processes
  * Added an example bash_completion script
  * Better cleanup handling of peer information

OBS-URL: https://build.opensuse.org/request/show/640532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=7
2018-10-08 15:49:05 +00:00
24b4f918a5 OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=15 2018-10-08 06:26:00 +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
Dominique Leuenberger
fed99bf387 Accepting request 628748 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/628748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=6
2018-08-12 18:56:22 +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
Dominique Leuenberger
8f6f9029a2 Accepting request 611705 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/611705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=5
2018-05-29 14:50:26 +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
Dominique Leuenberger
274336db1a Accepting request 539101 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/539101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=4
2017-11-07 09:00:36 +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
Dominique Leuenberger
da78fd932a Accepting request 417195 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/417195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=3
2016-09-14 21:34:00 +00:00
Dominique Leuenberger
86efcd509c Accepting request 414947 from network:utilities
1

OBS-URL: https://build.opensuse.org/request/show/414947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=2
2016-07-29 22:26:33 +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
Dominique Leuenberger
1fa92264e7 Accepting request 294707 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/294707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2ping?expand=0&rev=1
2015-04-10 07:50:42 +00:00
d24d24ff9c fix lic
OBS-URL: https://build.opensuse.org/package/show/network:utilities/2ping?expand=0&rev=2
2015-04-07 07:15:37 +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