gotosocial: Update to 0.21.3
This release includes serious security fixes.
Changes:
- Update upstream git repository to their new home on
Codeberg.
- Golang compiler tags and linker flags adapted from
GoToSocial build.sh script, with pkgsrc supported
platforms in mind.
- Remove Golang version pinning to 1.24, 1.26 is good now.
- Update post-install actions to mimic GoToTocial own
binary releases available on Codeberg.
- Remove a Windows specific patch (as far as I know it
doesn't build on this OS anyway).
[12 lines not shown]
py-aioresponses: updated to 0.7.9
0.7.9
* more accurate type hint
* fix: clean up imports in test\_async\_generator\_body.py
* fix: optimize data handling in mocked response for streaming uploads
* chore: add pytest-asyncio dependency for improved async testing support
* chore: update CI and tox configurations for aiohttp 3.13 compatibility
* chore: update CI configuration to exclude incompatible aiohttp and Python versions
* chore: update development dependencies and tox configuration for compatibility
* chore: update Makefile and README for Python version bump and CI badge
* chore: update setuptools version constraint to be less than 81
* chore: update CI configuration to support multiple Python minor versions and aiohttp versions
* chore: simplify CI configuration by removing outdated Python and aiohttp versions
* chore: update compatibility for Python 3.10 and above, adjust aiohttp version constraints
* Update aioresponses/core.py
* remove request info from compat
* Use non-deprecated iscoroutinefunction API
[4 lines not shown]
haproxy: updated to 3.4.1
3.4.1
- BUG/MEDIUM: check: Skip tcpcheck post-config for external checks
- BUG/MEDIUM: check: Ignore small-buffer option when starting an external check
- MINOR: check: Don't dump buffers state in check traces for external checks
- BUG/MEDIUM: server/checks: Support healtcheck keyword on default-server lines
- BUG/MEDIUM: mux_quic: prevent risk of infinite loop on recv
- BUG/MINOR: mux_quic: do not interrupt recv on error/incomplete data
- BUG/MINOR: tcpcheck: Override external check if healthcheck section is set
- REGTESTS: checks: Add script for external healthchecks
- BUG/MEDIUM: regex: initialize the match array earlier during boot
- BUG/MEDIUM: threads: Fiw build when using no thread
- BUG/MEDIUM: xprt_qmux: implement ->get_ssl_sock_ctx() to get the SSL laye
- CLEANUP: sessions: simplify the sess_priv_conns pool name
- BUG/MINOR: acl: report "ACL" not "map" in ACL ID lookup failures
- BUG/MEDIUM: checks: Dequeue checks on purge
- REGTESTS: Fix log matching in healthcheck-section.vtc
- BUG/MINOR: quic: fix Initial length value in sent packets
[27 lines not shown]
py-typer: updated to 0.26.8
0.26.8
Fixes
Make second column of Rich help output reflect the type consistently, even when using metavar.
Fix formatting in NoSuchOption.format_message().
Docs
Update docs badges: remove Publish badge, it doesn't give extra information.
Fix formatting for help link to support GitHub-specific overview edge-case.
Internal
Simplify pull request workflow triggers.
Update issue-manager to 0.7.1.
Update issue-manager to 0.7.0.
[8 lines not shown]
py-syrupy: updated to 5.3.4
5.3.4
perf: drop per-node kwargs dict from the amber serializer
perf: give the internal matcher wrapper an explicit signature
fix: avoid os.environ mutation for color control
py-httplib2: updated to 0.32.0
0.32.0
Python support 3.8+ only
decompression limited by size and ratio
decoder foundation to support more compression algorithms
Fix return value for some invalid UTF-8 byte sequences
Update the length definitions to honor RFC 3629 (from 2003):
o The octet values C0, C1, F5 to FF never appear.
Add a check that continuation bytes are valid when adding them to the
internal buffer so that an out-of-bytes error doesn't override the
"invalid bytes" error.
Fixes PR 60369 by Bruno Haible.
Pull up the following revisions, requested by martin in ticket #337:
src/usr.sbin/sysinst/configmenu.c 1.25
src/usr.sbin/sysinst/install.c 1.26
src/usr.sbin/sysinst/net.c 1.47
src/usr.sbin/sysinst/upgrade.c 1.22
We have SSL trust anchors in base, so make use of them when downloading
additional items after basic installation is done (even if the installer
used does not come with its own certs, so we can not verify trust
for set download).
Pull up the following revisions, requested by martin in ticket #336:
src/usr.sbin/sysinst/msg.mi.de 1.59
src/usr.sbin/sysinst/msg.mi.en 1.60
src/usr.sbin/sysinst/msg.mi.es 1.50
src/usr.sbin/sysinst/msg.mi.fr 1.53
src/usr.sbin/sysinst/msg.mi.pl 1.56
src/usr.sbin/sysinst/util.c 1.84
Include "tests" and "manhtml" in the optional sets.
Pull up the following revisions, requested by martin in ticket #335:
src/usr.sbin/sysinst/Makefile.inc 1.54
src/usr.sbin/sysinst/configmenu.c 1.24
src/usr.sbin/sysinst/defs.h 1.96
src/usr.sbin/sysinst/main.c 1.37
src/usr.sbin/sysinst/menus.mi 1.31
src/usr.sbin/sysinst/net.c 1.46
When compiled with SMALLPROG (i.e. as part of a crunched ramdisk
userland) ftp(1) does not support https - so remove that option from
sysinst and only offer http in that case.
Should fix PR 60359.