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]
tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev151
- Eliminate spurious warnings when there are no draft topics to push
and no draft topics to prune in the anongit bridge.
- Link to some hg issues.
- Fix bug in suppression of hg<7.2 and hg>=7.2 differences in test.
tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev142
- Fix issues with hg>=7.2.
- Specify default branch name in git tests to avoid reliance on my
~/.gitconfig (should maybe run all the tests with GIT_CONFIG set to
avoid thsi!).
tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev140
- Add support for anonymous host.
- Make git-cvsmirror slightly less noisy.
- Make synchronous git-cvsmirror optional.
- New git netbsd.draft-view hack in lieu of GIT_NAMESPACE for cgit.
- Set various config options:
. disable streaming clones without bundles to reduce server locks
. set web.deny_pushes to more nicely decline pushes via http
- Fix and test external http(s) URLs in build-clonebundles.
- Disable stream bundles for now because nonreproducible hashes.
tnfrepo-dev: Update to tnfrepo-0.a20250823.dev127
- New github-mirror script.
- Add uwsgi and cgit dependencies. Not really needed for main repo
server, but it will be convenient for anonymous repo server.
- Various minor fixes.
tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev92.
Reject certain patterns of commit messages: fixup!, squash!, WIP;
this will help to avoid mistakes in drafting changes.
tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev95
- Git configuration is now consolidated.
- Git upload filters for partial clones (tree:0, blob:none) are now
allowed allowed.
- Git maintenance is now configured.
tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev79.
- Fix ACLs so users can't publish drafts they couldn't push as public
to begin with.
- Fix some reject_hgmeta patterns for evil file paths.
- Reduce ACL checks from O(n^2) time to O(n) time for n changesets.
- Avoid long error.Abort(...) messages to avoid server-side crashes:
Mercurial issue 10042: hook API: raise error.Abort(...) string
limited to 255 bytes
https://foss.heptapod.net/mercurial/mercurial-devel/-/issues/10042
tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev57.
Lots of changes in preparation for deployment, including an
almost-complete releng process, updated ACLs, and certain defences
against dark arts.
tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev21.
Fixes one rough edge in git-pushing topics: force-pushes that replace
multiple commits by multiple commits.
tnfrepo-dev: Update to tnfrepo-0.0a20250823.dev20.
Brings support for pushing and pulling topics, as a proof of concept.
Some rough edges doubtless remain.