devel/ruby-marcel: update to 1.2.1
1.1.1 (2026-05-19)
What's Changed
* Fix Ruby 3.4 frozen string literal warnings with StringIO by @andynu in
#140
New Contributors
* @andynu made their first contribution in #140
1.2.0 (2026-05-20)
1.2.0
What's Changed
[26 lines not shown]
devel/ruby-io-event: update to 1.16.0
1.16.0 (2026-05-12)
* Use eventfd for URing cross-thread wakeup, and enable
IORING_SETUP_SINGLE_ISSUER, IORING_SETUP_DEFER_TASKRUN, and
IORING_SETUP_TASKRUN_FLAG. The waking thread now signals via eventfd
rather than submitting a NOP SQE, which unlocks the single-issuer
optimisation, defers task work to the application thread, and lets
select() skip the io_uring_get_events() syscall when no task work is
pending.
* Add support for the io_close fiber-scheduler hook (Ruby 4.0+). The URing
selector performs the close asynchronously via the ring; the
Debug::Selector and TestScheduler wrappers forward to the underlying
selector when supported.
* Improve WorkerPool GC compaction support and add proper write barriers,
fixing potential use-after-free under compacting GC.
[25 lines not shown]
devel/ruby-gettext_i18n_rails: update to 2.1.0
2.0.0 (2025-09-19)
* change how model attributes are looked up (class first, then sti root)
* drop support for old rubies
2.1.0 (2025-11-05)
* Add automatic reloading of .po and .mo files in development mode
devel/ruby-getopt: update to 1.7.1
1.7.0 (2026-02-13)
* Added the NEGATABLE option so you can do --no-whatever.
* A few warnings were cleaned up, along with rubocop updates.
* Some administrative stuff, updated Rakefile, Gemfile, etc.
1.7.1 (2026-05-20)
* Fixed short option parsing so aliases like -? work again. Thanks go to
swabianeagle for the spot.
devel/ruby-console: update to 1.35.1
1.35.0 (2026-05-19)
* Align decimals in elapsed time display. (#84)
* Fix handling of Errno::ENODEV errors when calculating the width of a
terminal that was been re-opened to File::NULL
1.35.1 (2026-05-19)
* Add missing context files to gemspec.
* Fix gem metadata.
doc: Updated mail/roundcube and related packages to 1.6.16
mail/roundcube
mail/roundcube-plugin-enigma
mail/roundcube-plugin-password
mail/roundcube-plugin-zipdownload
mail/roundcube: update to 1.6.16
1.6.16 (2026-05-14)
This is a security update to the LTS version 1.6 of Roundcube Webmail.
It provides fixes to recently reported security vulnerabilities:
* Fix stored XSS/HTML/CSS injection in subject field of the draft restore
dialog, reported by zazy
* Fix CSS injection bypass in HTML sanitizer via SVG <animate
attributeName="style">, reported by wooseokdotkim
* Fix pre-auth SQL injection in virtuser_query plugin via preg_replace
backslash escape bypass, reported by skull
* Fix SSRF bypass via specific local address URLs
* Fix local/private URL fetch bypass when remote resources were not allowed,
reported by Orange Cyberdefense Vulnerability Disclosure Team
* Fix bypass of remote image blocking via CSS var(), reported by Geame
* Fix pre-auth arbitrary file delete via redis/memcache session poisoning
bypass, reported by valent1
[24 lines not shown]
callout(9): tweak
Don't change the name of the argument when explaining callout_pending.
Don't do manual "code hilighing".
Format the paper reference properly (and add missing information).