Try to add rc.d example to taskchampion-sync-server
Fwiw, I am now running this sync server and syncing both locally and
remotely to it. The local (to the server) taskwarrior is 3.3.0 and is
on NetBSD 10.1, but I am also syncing a macOS 26.5.2 taskwarriror 3.4.2
instance against it. Works a treat.
Update elinks-dev to v0.19.1
Issue numbers mentioned found here: <https://github.com/rkd77/elinks/issues/>
- 0.19.1
- compilation fixes for Ruby scripting #410
- Disable poll on macOS < 10.6
- bookmarks xbel did not restore positions. #415
- use after free in forms code
- NULL dereference in iframes code (crash at github) #418
- Add action move-cursor-line-end. #416
- bool option document.browse.wrap. #420
- bool options ui.clipboard.remove_leading_spaces and ui.clipboard.remove_trailing_spaces #416
- Serbian translation update
- fix in gopher #421
- 0.19.0
- print progress of curl http uploads
- do not load js scripts if ecmascript is disabled by disallow.txt or allow.txt
- 0.19.0rc1
[29 lines not shown]
crush: Update to 0.85.0
Changelog
New!
686a3f4: feat(dialog): hide list info column when it would crowd item names (@taciturnaxolotl)
75e7195: feat(question): add client server integration (@taciturnaxolotl)
6f33b66: feat(question): add mouse scrolling (@taciturnaxolotl)
321c661: feat(question): add mouse support (@taciturnaxolotl)
1b5994c: feat(question): add paste support in text areas (@taciturnaxolotl)
c2a6f76: feat(question): add question tool with structured UI (@taciturnaxolotl)
9f4f145: feat(question): adjust question prompts and error messages (@taciturnaxolotl)
5e611a7: feat(question): allow newlines and make free text like pop (@taciturnaxolotl)
f69a91e: feat(question): extend length limits on question tool (@taciturnaxolotl)
3bf4035: feat(question): make escape cancel the question instead of submitting empty answers (@taciturnaxolotl)
81a8ee4: feat(question): redo tab resizing and mouse -> keyboard transition (@taciturnaxolotl)
a5a5c6c: feat(question): tweak the confirmation tab (@taciturnaxolotl)
29f5691: feat(question): tweak yes/no to add shortcuts (@taciturnaxolotl)
dc16099: feat: elapsed seconds timer (#3223) (@andrinoff)
64bbbeb: feat: integrate fantasy OnAuthRefresh for transparent auth retry (@taciturnaxolotl)
[42 lines not shown]
dpbox: update to 6.1.2
Fixes two stack buffer overflows caught on Linux/glibc with FORTIFY:
- dp_vnr_sub was declared char[4] but holds a 6-character version
suffix, overflowing at startup in init_box().
- gen_sftest() declared STR7[100] but passed 255 as the snprintf bound.
A MYBBS command carrying a hierarchical address overran the buffer.
On platforms whose libc does not fortify, this presented as an
intermittent, optimization-dependent crash.
Also adds unconditional <time.h> includes (they were reachable only
inside an #ifdef __macos__ branch) and bounds two strcpy calls into
calltype.