Lua is a powerful, light-weight programming language designed for
extending applications. Lua is also frequently used as a
general-purpose, stand-alone language.
ok sthen@
drops dependency on deprecated dbus-glib, drops panel plugin (default
clock plugin has all the features now) & globaltime command.
see 4f61050df2/NEWS (L1)
ok kn@
Includes fixes for
CVE-2022-43551: Another HSTS bypass via IDN
CVE-2022-43552: HTTP Proxy deny use-after-free
Note that this port does not enable IDN support.
Original commit message from robert@:
"check if the ENABLE_WASM environment variable is set and do not disable
webassembly if it is; this makes zoom.us (evil) work"
Found that this was missing because of a report from Robert Alessi.
Looks OK to robert@
The dependency got dropped a long time ago, so the DESCR mention was stale,
but the calendar program just got updated, so reinstate the dependency,
only in the optional -extras package this time.
Both the datetime and clock tray plugins provide very similar functionality
where the former seems to be abandoned and the latter has a mini calendar
view on-click that looks just like orage's standalone GUI.
OK landry
Fennel is a programming language that brings together the speed,
simplicity, and reach of Lua with the flexibility of a lisp syntax and
macro system.
ok and tweak abieber@ (but retaining PKG_ARCH)
Seems like newer shellcheck complains more, so disable another false positive
and move `disable' directives into the script.
Replace [ with [[ and (( while here.
The on-disk format has changed again. /usr/local/share/doc/kc/Changelog.md
contains instructions on how to import an old password database into a new
one. In short, move the old one out of the way, then start kc to create a
new one and issue '> import -o -R 5000 -k /path/to/old.kcd'.
build and install eep48 doc chunks too, as these can be helpful in
combination with erlagn/elixir language servers.
diff from maintainer Volker Schlecht (thanks!) with a tiny bit change in
the plists by me.