Update to 3.007
Upstream changes:
version 3.007: Fri Apr 18 08:59:39 PM CEST 2025
Changes:
- use IO::Socket::IP to replace IO::Socket::INET
[J Plesnik] rt.cpan.org#149607
Update to 3.009
Upstream changes:
version 3.009: Fri Apr 18 08:41:26 PM CEST 2025
Fixes:
- Get peer host and port from Socket object, not IMAPClient.
github pull#3 [Jonathan Kamens]
Improvements:
- add .gitignore
- minor doc fix
Update to 0.91
Upstream changes:
0.91 2025-01-29
* Fix compilation issue with btparse code (Colin Mcdonald)
0.90 2025-01-06
* Added support to Haiku OS (thanks to Joachim Mairbö)
Update to 0.092
Upstream changes:
0.092 January 1, 2024
- Fixed issue with tests failing after tzdata-2024b added some new
aliases. This gets used if you have DateTime-TimeZone-2.63, which
came out Sep 07, 2024. To make sure this passes tests I have bumped
the required minimum version of DateTime-TimeZone to v-2.63. I suppose
this could be a breaking change although its hard for me to see the cases;
just shout out if you have trouble.
Update to 1.21
Upstream changes:
1.21 2025-05-18 <schubiger at cpan.org>
- Merged development version to stable.
1.20_01 2025-04-28 <schubiger at cpan.org>
- ::Duration::Checks: mark all subroutines as internal.
- Un-exclude Duration::Checks in pod{-coverage}.t.
gitea: update to version 1.22.6
This enforces building with Go 1.23, as otherwise the following error
happens immediately when starting the web server:
"fatal error: concurrent map read and map write"
(As per https://github.com/go-gitea/gitea/issues/33938)
Changes in 1.22.6:
SECURITY
* Fix misuse of PublicKeyCallback(#32810)
BUGFIXES
* Fix lfs migration (#32812) (#32818)
* Add missing two sync feed for refs/pull (#32815)
TESTING
* Avoid MacOS keychain dialog in integration tests (#32813) (#32816)
[265 lines not shown]
py-zope.testrunner: updated to 7.4
7.4 (2025-05-28)
- Add ``--auto-path`` option.
This automatically adds the path of all packages from the ``--package`` option to the test paths.
ait: update to 1.12
- many many bug fixes
- added shell command history
- added output shell command to buffer via > prefix
- added default switch-command when one isn't supplied
- added substitute in shell commands
- added ! prefix to disable temp file output to shell, open, and
switch commands
- added kill ring to msgline
- switch-command is now accessed via C-c
- C-u is used to access king ring (C-u C-y)
- better syntax highlighting for supported file types
- improved dynamic-expand
- OpenBSD support added
- improved stability on GNU/Linux
- improved shell/open command abilities
- improved transpose-word undoing
www/ruby-aws-sdk-s3: update to 1.187.0
1.187.0 (2025-05-28)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
* Issue - Signal data in http response listeners prior to writing, so that
data can be inspected or verified before potential mutation.