dar: updated to 2.8.5
from 2.8.4 to 2.8.5
- fixing bug of one-hour-shift in non-daylight saving months for
time-zones that have one.
dar_manager and dar can be given a date (-w option for dar_manager,
-af option for dar) which is expected to be provided in local time.
But libdar wrongly assumed it to always be given as summer time (or
daylight saving time) even when the given date took place in a
non-daylight saving period (winter time), which led most of the
time to a shift of one hour in the past in the selected files.
Dar_manager using the -w option was restoring files older than the
provided date but forgot the ones having a modification date less
than one hour before the provided date/time when this date/time
was not in non-daylight saving period (winter time). Those were
restored in a earlier state or not restored at all if they did not
exist before that one hour shifted date.
With dar using -af option, this led dar to save files after the
given date as expected but also saving the files older than the
[6 lines not shown]
groff: updated to 1.24.1
VERSION 1.24.1
==============
This release corrects bugs in the groff 1.24.0 release, adds automated
test scripts, revises a misleading diagnostic message, and improves
documentation. There are no new features.
VERSION 1.24.0
==============
Noteworthy incompatible changes
-------------------------------
* If your roff(7) documents follow any of the requests `cf`, `hpf`,
`hpfa`, `mso`, `msoquiet`, `nx`, `open`, `opena`, `so`, `soquiet`, or
`trf` with a comment after their file name argument, and did not
[995 lines not shown]
kitty: update to 0.48.0
- Implement vertical tabs by setting tab_bar_edge to left or right
- Graphics protocol: Add a new transient usage hint that clients can
send to terminals to indicate an image is meant for only short
duration use
- On first press in an unfocused OS Window/kitty window give it focus
and pass the mouse event through to the clicked element.
- kitten @ get-text: Add support for alternate and
alternate_scrollback extents to fetch text from the alternate
screen buffer
- Wayland: Fix first OS window being a few cells too small when
initial_window_width/initial_window_height are set in cells and a
fractional display scale is in use
- macOS: New option macos_ns_window_layer to more precisely control
what layer panel OS windows are placed on
- macOS: New option macos_use_physical_screen_frame to allow panel OS
Windows to cover the macOS global dock bar
- kitty binary builds are now built on Ubuntu 22 upgraded from Ubuntu
[40 lines not shown]
xlockmore: update to 5.89.
5.89
Fixing some normals in oct mode that were off and also updated
pyraminx too making consistent with my puzzle code.
Fix for xglock for NetBSD 11.99.6/x86_64 with gcc 14.3 from
Thomas Kausner wiz AT gatalith.at.
Patch for DecWindows display to fix my attempt to avoid a stack
dump on VMS. Thanks to Jouk Jansen.
Fix compilation error by simple cast in scrnsave.c for Windows
for latest mingw.
Also added migrated the Makefiles so it would build with xscreensaver-6.15.
www/py-autobahn: Remediate upstream choice to be non-portable
Upstream decided that x86-64 now means x86-64-v2, but that motion has
not been proposed, much less passed, in NetBSD and pkgsrc. Work
around this with a buildlink transform, similar to how upstream's
attempted use of -march-native is avoided.
xclock: update to 1.2.1.
This release fixes the build on systems like NetBSD that support
setlocale() but not uselocale(), and adds example app-defaults
files for the new shapes configurations introduced in the 1.2.0 release.
net/librtorrent: Remediate non-POSIXy socket use
The code used AF_INET without including sys/socket.h. Add a patch to
include it. Resolves build failure on NetBSD 10 (which is a
regression from 0.16.17).