]> git.gsnw.org Git - fping.git/commit
Fix changelog entry for the new -p lower limit v5.4
authorDavid Schweikert <david@schweikert.ch>
Tue, 19 Aug 2025 08:05:27 +0000 (10:05 +0200)
committerDavid Schweikert <david@schweikert.ch>
Tue, 19 Aug 2025 08:07:34 +0000 (10:07 +0200)
commit7b6f26e25a9ce501555ba3f1ad6541774c65dec0
treec33a4dd5e9e17b82166962201cd8521c23fcad8a
parent62b7a0202ba7878e037bb5fadb75d2652ca2a795
Fix changelog entry for the new -p lower limit
115 files changed:
CHANGELOG.md
ci/tmp.4rIIEYCP9c/fping-5.3/CHANGELOG.md [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/COPYING [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/INSTALL [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/Makefile.am [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/README.md [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/build-1-autotools.sh [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/build-2-test-command.sh [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/build-3-prepare-macos.sh [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/build-4-compile.sh [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/deploy-bintray.sh [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/deploy-coveralls.sh [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/deploy-coverity.sh [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/prepare-linux.sh [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/run-lcov.sh [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/run-tests.sh [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-01-basics.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-02-help.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-03-forbidden.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-04-options-a-b.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-05-options-c-e.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-06-options-f-h.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-07-options-i-m.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-08-options-n-q.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-09-option-r-t.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-10-option-u-x.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-11-unpriv.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-12-option-type.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-13-unknown-host.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-14-ping-internet-hosts.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-15-netdata.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-issue-56.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-issue-58.pl [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/ci/test-tarball.sh [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/configure.ac [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/contrib/Dockerfile [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/contrib/fping.spec [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/doc/CHANGELOG.pre-v4 [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/doc/Makefile.am [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/doc/README.1992 [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/doc/fping.8 [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/doc/fping.pod [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/Makefile.am [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/fping [new file with mode: 0755]
ci/tmp.4rIIEYCP9c/fping-5.3/src/fping-fping.o [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/fping-optparse.o [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/fping-seqmap.o [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/fping-socket4.o [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/fping-socket6.o [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/fping.c [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/fping.h [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/options.h [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/optparse.c [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/optparse.h [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/seqmap.c [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/seqmap.h [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/socket4.c [new file with mode: 0644]
ci/tmp.4rIIEYCP9c/fping-5.3/src/socket6.c [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/CHANGELOG.md [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/COPYING [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/INSTALL [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/Makefile.am [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/README.md [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/build-1-autotools.sh [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/build-2-test-command.sh [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/build-3-prepare-macos.sh [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/build-4-compile.sh [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/deploy-bintray.sh [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/deploy-coveralls.sh [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/deploy-coverity.sh [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/prepare-linux.sh [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/run-lcov.sh [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/run-tests.sh [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-01-basics.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-02-help.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-03-forbidden.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-04-options-a-b.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-05-options-c-e.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-06-options-f-h.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-07-options-i-m.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-08-options-n-q.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-09-option-r-t.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-10-option-u-x.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-11-unpriv.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-12-option-type.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-13-unknown-host.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-14-ping-internet-hosts.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-15-netdata.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-issue-56.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-issue-58.pl [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/ci/test-tarball.sh [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/configure.ac [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/contrib/Dockerfile [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/contrib/fping.spec [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/doc/CHANGELOG.pre-v4 [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/doc/Makefile.am [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/doc/README.1992 [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/doc/fping.8 [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/doc/fping.pod [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/Makefile.am [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/fping [new file with mode: 0755]
ci/tmp.VwGIuQgZdr/fping-5.4/src/fping-fping.o [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/fping-optparse.o [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/fping-seqmap.o [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/fping-socket4.o [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/fping-socket6.o [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/fping.c [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/fping.h [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/options.h [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/optparse.c [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/optparse.h [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/seqmap.c [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/seqmap.h [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/socket4.c [new file with mode: 0644]
ci/tmp.VwGIuQgZdr/fping-5.4/src/socket6.c [new file with mode: 0644]