Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fcc86a948a | |||
| 02ec22899e | |||
| 45a6fbad16 | |||
| 241dc0939f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:170d2261af1b226dbcbef9342067d7e89573b3b4f2efccd5a9656c06040416b8
|
||||
size 1925729
|
||||
3
tcping-2.7.1.tar.gz
Normal file
3
tcping-2.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61ae7054c28b9fd80e925b130f10c8967223a947f99e00af19a3987ec676954e
|
||||
size 1936339
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 26 11:57:29 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.7.1
|
||||
* bug: fix name resolution in static builds with -4 flag causing
|
||||
name resolution failures due to IPv4-mapped IPv6 addresses.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 18 12:39:21 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.7.0
|
||||
* new feature: implement csv output through --csv <filename> flag
|
||||
* new feature: implement plain (color-less) output through
|
||||
--no-color flag.
|
||||
* new feature: implement display of source IP address and port
|
||||
used to create TCP connections through --show-source-address
|
||||
flag.
|
||||
* fix: crash on database writes when hostname includes a hyphen.
|
||||
* documents: add Chinese translation.
|
||||
* tests: add new tests for printProbeSuccess and printProbeFail.
|
||||
* tests: add tests for show-local-address flag.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 12:57:37 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package tcping
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2022-2024, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2022-2025, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: tcping
|
||||
Version: 2.6.0
|
||||
Version: 2.7.1
|
||||
Release: 0
|
||||
Summary: A ping program for TCP ports
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3db3b0e0cf535d639aeae81a50647cb5828568b952361dc5cf2da20437ed349
|
||||
size 44954346
|
||||
oid sha256:6150f4be62fa30183711c8cee4b6646c619b7af1411b56a0a4e24778b81f1a49
|
||||
size 44975573
|
||||
|
||||
Reference in New Issue
Block a user