devel/ruby-redmine60: update to 6.0.10
Redmine 6.0.10 (2026-06-15)
This release addresss multiple security vulnerabilities along with various
bug fixes and improvements.
Code cleanup/refactoring
* Defect #43985: Flaky IssuesSystemTest caused by `!page.has_css?`
* Defect #44010: Too much INFO log of asset paths when starting Rails
Documentation
* Defect #43906: Wiki help does not display localized content for locales
with a region subtag
* Patch #43896: Remove obsolete db:migrate:upgrade_plugin_migrations step
from doc/UPGRADING
* Patch #43930: Add blockquote formatting in CommonMark wiki help pages
[36 lines not shown]
devel/ruby-redmine61: update to 6.1.3
This release addresss multiple security vulnerabilities along with various
bug fixes and improvements.
Code cleanup/refactoring
* Defect #43985: Flaky IssuesSystemTest caused by `!page.has_css?`
* Defect #44010: Too much INFO log of asset paths when starting Rails
* Defect #44072:
OauthProviderSystemTest#test_application_creation_and_authorization fails
randomly
* Patch #44073: TimeEntryTest#test_should_not_accept_closed_issue fails
randomly depending on locale
Documentation
* Defect #43906: Wiki help does not display localized content for locales
with a region subtag
[65 lines not shown]
libopensync: Various build fixes.
Improve the handling of non-POSIX iconv, detect a GNU libiconv,
and fix an implicit function declaration. This is important for
NetBSD with newer GCC.
Verified to build on FreeBSD, macOS, Linux, NetBSD, OpenBSD.
plotutils: Fix build with GCC 15.
This defines its own bool type, which is incompatible
with C23 having it as a built-in keyword.
gnu99 is chosen for being the minimum bootstrap requirement
and safety against APIs being hidden in standards mode.
Pull up following revision(s) (requested by kre in ticket #1272):
sys/sys/fcntl.h: revision 1.59
PR standards/60335 -- expose O_EXEC for Posix 7 & beyond
Pull up following revision(s) (requested by kre in ticket #312):
sys/sys/fcntl.h: revision 1.59
PR standards/60335 -- expose O_EXEC for Posix 7 & beyond
Pull up the following revisions, requested by jdc in ticket #311:
external/mit/expat/dist/lib/libexpat.map.in up to 1.1.1.1
external/mit/expat/dist/lib/random_arc4random.c up to 1.1.1.1
external/mit/expat/dist/lib/random_arc4random.h up to 1.1.1.1
external/mit/expat/dist/lib/random_arc4random_buf.c up to 1.1.1.1
external/mit/expat/dist/lib/random_arc4random_buf.h up to 1.1.1.1
external/mit/expat/dist/lib/random_dev_urandom.c up to 1.1.1.1
external/mit/expat/dist/lib/random_dev_urandom.h up to 1.1.1.1
external/mit/expat/dist/lib/random_getentropy.c up to 1.1.1.1
external/mit/expat/dist/lib/random_getentropy.h up to 1.1.1.1
external/mit/expat/dist/lib/random_getrandom.c up to 1.1.1.1
external/mit/expat/dist/lib/random_getrandom.h up to 1.1.1.1
external/mit/expat/dist/lib/random_rand_s.c up to 1.1.1.1
external/mit/expat/dist/lib/random_rand_s.h up to 1.1.1.1
external/mit/expat/dist/coverage.sh up to 1.1.1.1
external/mit/expat/dist/cmake/autotools/expat__linux.cmake.in up to 1.1.1.1
external/mit/expat/dist/cmake/autotools/expat__macos.cmake.in up to 1.1.1.1
external/mit/expat/dist/cmake/autotools/expat__windows.cmake.in up to 1.1.1.1
[100 lines not shown]
gsasl: update to 2.2.4.
Security fix release.
* Noteworthy changes in release 2.2.4 (2026-06-15) [stable]
** NTLM: Avoid use-of-uninitialized-value in libntlm.
The code is in the client side, and can be triggered by a malicious
server. Report and fix by zhangph <zhangph12138 at 163.com> in
<https://lists.gnu.org/archive/html/help-gsasl/2026-06/msg00000.html>.
** i18n: Updated translations.
Pull up the following revisions, requested by christos in ticket #309:
src/distrib/sets/lists/base/shl.mi 1.1041
src/distrib/sets/lists/debug/shl.mi 1.401
bump libunbound
Pull up the following revisions, requested by christos in ticket #309:
src/external/bsd/unbound/include/config.h 1.16,1.17
external/bsd/unbound/lib/libunbound/shlib_version 1.9
external/bsd/unbound/lib/libunbound/unbound.expsym 1.4
Merge changes between unbound 1.24.2 and 1.25.1
turn off HAVE_ATTR_NONSTRING for clang, our clang doesn't have it.
should fix all the llvm builds i hope.