forgejo-cli: Import forgejo-cli-0.5.0 as wip/forgejo-cli
fj, a CLI client for Forgejo akin to gh, glab, or tea!
You can...
- Open, edit, comment on, close issues
- Create and merge pull requests
- Easily create AGit pull requests, no need to fork!
- Create, star, watch, and edit repositories
- Manage organizations and teams
- Publish new releases
...all from the command line!
fj doesn't try to replace your usage of git, it's meant to work
alongside it. It handles all the Forgejo-specific things that git
doesn't.
go-jsonnet: Import go-jsonnet-0.22.0 as wip/go-jsonnet
This an implementation of Jsonnet in pure Go. It is a feature complete,
production-ready implementation. Bindings to C and Python are available
(but not battle-tested).
This code is known to work on Go 1.24 and above. We recommend always
using the newest stable release of Go.
Jsonnet can be used on the command line to evaluate Jsonnet input files
and produce JSON, Yaml, or other outputs, or it can be used as a
library.
Security note: If you are running a system that evaluates untrusted
Jsonnet code, extra care should be used to defend against data
exfiltration risks. By default, the import, importstr and importbin
language constructs can read from any path accessible to the Jsonnet
process. The Jsonnet library allows you to provide your own logic for
processing imports, which is one way to restrict imports to known safe
[3 lines not shown]
mailsend-go: update to 1.0.12
* Add STARTTLS downgrade protection. A MITM attacker can strip STARTTLS
from the server's EHLO response, causing the client to send credentials in
plaintext. The bug is not in mailsend-go itself, rather it is in the
gomail.v2. The fix is in my fork of gomail via the new RequireSTARTTLS
field on the Dialer. mailsend-go sets it when credentials are provided and
SSL is not in use, so the connection returns an error instead of falling
back to plaintext.
* Remove unconditional debug print that leaked SMTP password to stdout.
* A warning is now printed to stderr when TLS certificate verification is
disabled. Use -verifyCert if desired.
iosevka-*: update to 34.6.1
Changes of version 34.6.1
* Fixes broken U+2BD1 and U+1F18A.
* Add Characters:
* LATIN SMALL LETTER R WITHOUT HANDLE (U+AB47).
Changes of version 34.6.0
* Add flat-top variants for a/g/m/n/p/q/r/α/η/а/р.
* Add flat-bottom variants for G/U/b/d/u/μ/µ.
* Refine shape of the following characters:
* LATIN CAPITAL LIGATURE OE (U+0152).
* LATIN LETTER SMALL CAPITAL OE (U+0276).
* MODIFIER LETTER SMALL CAPITAL OE (U+107A3).
Changes of version 34.5.0
[38 lines not shown]