update to got 0.121
- plug fulltext delta cache memory leaks; found by otto malloc
- make gotwebd serve its own static files if not they are not served by httpd
- avoid deleting local HEAD and "refs/got/" refs during 'got fetch -d'
- hint at PASSWDSKIP for security(8) in gotsh.1
- fix bogus 'got histedit' error when deleting files which do not exist on disk
- standardize -h option exit status code across all commands
- gotwebd: stop reading from client once request has been parsed; fixes hangs
- gotwebd: add support for serving static web sites from Git repositories
- gotwebd: fix login links when gotwebd is not served at the root URL location
- gotwebd: add support for custom mime types, like in httpd.conf
- gotwebd: allow for displaying non-default SSH port numbers in login hints
- gotwebd: prepend 64 bits of randomness to login token data
- gotwebd: stop gracefully when a TERM signal is received
- remove undocumented support for macros from gotsys.conf parse.y
- make it possible to set repository descriptions in gotwebd.conf
- add gotwebctl, a utility which can be used to control gotwebd
- fix gotsys.conf syntax check for empty hmac secrets
[3 lines not shown]
wayland/greetd: assorted fixes
- stop setting QT_QPA_PLATFORM=wayland inconditionally, that breaks qt
apps in X11 sessions started by greetd, and is accordingly set by
startxfce4 --wayland.
- add niri to the list of sample environments
- fix wayback entry, that's wayback-session that reads your .xinitrc
openssl asn1pars: avoid a few unnecessary casts
If str is a const unsigned char * rather than a char *, we can get away
with a single cast and do not need to cast away const either. Reduce the
scope of tmpbuf and ctmpbuf (now p) while there.
ok kenjiro
Update to 11.0.30+7-1 GA:
* Contains upstream bug and security fixes:
https://openjdk.org/groups/vulnerability/advisories/2026-01-20
* Add @pkgpath devel/jdk/1.8 to PLIST to not leave behind jdk-1.8.0
when people upgrade.
* Rename PATCH_VER to BUILD_VER to match what upstream calls this
part of the version.
* Additional gcc 15 fixes from upstream unmerged pull request
* Use closefrom(2) in libjdwp/exec_md.c
* Update URLS to use https
ok sthen@