netstat: fix plural forms for large numbers
Previously, for n * 2^32 + 1, the singular form was wrongly used.
This fixes 375 lint warnings about possible loss of accuracy.
xconsole: update to 1.1.1.
Alan Coopersmith (5):
Improve man page formatting
man page: fix warnings from `mandoc -T lint`
gitlab CI: drop the ci-fairy check-mr job
meson: Add option to build with meson
xconsole 1.1.1
xbiff: update to 1.0.6.
Alan Coopersmith (10):
unifdef SYSV
Add noreturn attribute to CloseDown prototype
Add unused attribute to unused callback arguments
Improve man page formatting
man page: fix warnings from `mandoc -T lint`
Remove old RCS/CVS tags
gitlab CI: drop the ci-fairy check-mr job
Strip trailing whitespace from source files
meson: Add option to build with meson
xbiff 1.0.6
mkfontscale: update to 1.2.4.
Alan Coopersmith (6):
Report unknown argument before printing usage message
Add --help and --version options
gitlab CI: drop the ci-fairy check-mr job
meson: Add option to build with meson
mkfontscale.man: drop ttmkfdir from See Also list
mkfontscale 1.2.4
mkcomposecache: update to 1.2.3.
Alan Coopersmith (6):
gitlab CI: stop requiring Signed-off-by in commits
Add --help and --version options
Strip trailing whitespace from source files
gitlab CI: drop the ci-fairy check-mr job
meson: Add option to build with meson
mkcomposecache 1.2.3
listres: update to 1.0.7.
Alan Coopersmith (5):
Improve man page formatting
man pages: fix warnings from `mandoc -T lint`
gitlab CI: drop the ci-fairy check-mr job
meson: Add option to build with meson
listres 1.0.7
ico: update to 1.0.7.
Alan Coopersmith (8):
gitlab CI: stop requiring Signed-off-by in commits
Accept -help & --help without printing an unknown option error message
Improve man page formatting
man pages: fix warnings from `mandoc -T lint`
Strip trailing whitespace from source files
gitlab CI: drop the ci-fairy check-mr job
meson: Add option to build with meson
ico 1.0.7
iceauth: update to 1.0.11.
Alan Coopersmith (5):
Add --help and --version options
Improve man page formatting
gitlab CI: drop the ci-fairy check-mr job
meson: Add option to build with meson
iceauth 1.0.11
editres: update to 1.1.0.
This release updates to version 6 of the editres protocol, introduced
in version 1.3.0 of libXmu (which is required to build this version),
providing support for 64-bit pointers to windows & widgets.
audio/fasttracker2: Update to 2.17
Changes since 2.16:
* The "Precise BPM" checkbox in Config->Audio was not uninitialized
properly and could accidentally be interacted with in other screens.
Changes since 2.15:
* Program could take a long time to start on Windows, so MIDI
initialization has been moved to an own thread on start-up.
* Updated RtMidi.
* Reverted mixer interpolation phases from 4096 to 8192
(make up my mind!?).
auth2-chall.c: fix merging botch that broke basic functionality
Addresses PR bin/60196 "OpenSSH keyboard-interactive/pam authentication
fails to work after the update to 10.3".
This issue would also have affected S/Key functionality from what I
see, though I have no means of testing this. Also "BSD auth", but
that's not enabled by us.