CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/09/04 14:38:51
Modified files:
devel/got : Makefile distinfo
Log message:
update to got 0.128
- switch from imsg_get(), removed in OpenBSD-current, to imsgbuf_get()
- fix tp_urlescape() escaping in template tool for gotwebd
- fix off-by-one in pack index verification: check up to fanout_table[0xff]
- fix ignore pattern matching when a file path is given to 'got status'
- plug several memory leaks reachable via 'got histedit' and other commands
- fix bogus "bad object" errors from 'got merge -a' when merging a tag
- fix segfault in error handling path of gotsys-apply-conf
- fix bogus "no such file or directory" errors seen during histedit