Revert "Changes to be committed:"
This reverts commit 6aacc2c531052437f67f7a2b66aaec73b8728c30.
Horrible error, seems to have replaced wip/webkit-gtk/Makefile with glsmac/Makefile, which was NOT intended at all! Sorry!!
Update devel/objfw to 1.5.3
ObjFW 1.5.2 -> ObjFW 1.5.3, 2026-05-20
* Fixes OFForwardingTests on Windows with GCC.
* Fixes OFHTTPCookieManager which was completely broken.
* OFHTTPServer refuses to send responses that contain a newline in the
headers or the server name now.
* Fixes setting the Amiga Comment to nil in OFMutableTarArchiveEntry.
* Improves handling of truncated archives in OFLHAArchiveEntry.
* OFThread no longer inherits the priority on AmigaOS.
* Uses better source for randomness now to find a free port on platforms that
can't bind to port 0.
* ofarc now strips drives from the paths it stores inside the archive.
* Fixes ofarc failing to create ZIP archives with specific paths on AmigaOS.
* Fixes ofarc incorrectly storing Amiga Protection in ZIP archives.
axen.4: note examples of presently unsupported features
(These could go under a bugs section, but it perhaps makes more sense
to keep all this information together.)
shells/powerlevel10k: Fix build with GCC 14 in bundled gitstatus
Add patches for gitstatus src/index.cc and src/tag_db.cc to resolve
GCC 14 build failures. Update distinfo with patch checksums.
lang/gcc16: Guard Linux-only open(2) flags with #ifdef for NetBSD portability
Adds patch to libgcobol/posix/shim/open.cc to wrap O_DIRECT, O_LARGEFILE,
O_NOATIME, O_PATH and O_TMPFILE in #ifdef guards; these flags are
Linux-specific and not defined on NetBSD.
axen.4: add and adjust examples of supported devices
Noted to work with TP-Link UE300 (those that come with ASIX chips,
apparently some come with an RTL8153) and UE306. While here, also
correct the transliteration of "Kuroutoshikou", following OpenBSD.
misc/DeepSeek-TUI: Add deepseek-tui version 0.8.39
Packaged in wip by Chavdar Ivanov and Claude Code.
Rust-based terminal coding agent for Deep-Seek V4.
tcp: set initial RTO to 1s per RFC 6298
Lower TCPTV_SRTTDFLT from 3s to 1s and adjust the t_rttvar seed in
tcp_tcpcb_template() so the pre-measurement TCP_REXMTVAL() equals
TCPTV_SRTTDFLT (was 2*TCPTV_SRTTDFLT). Active opens and SYN|ACK
retransmits now start at 1s and back off 1, 2, 4, ... per RFC 6298
sections 2.1 and 5.5. Post-first-sample RTO is unchanged.
Pin tcp_msl_remote_threshold to its previous numeric default (3*PR_SLOWHZ)
so the SRTTDFLT change does not move an unrelated TIME_WAIT-shortening
tunable.
This is conceptually https://reviews.freebsd.org/D18941 which we ran at a
large CDN, modified for NetBSD's stack.