notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Commits from the 2024Q3 branch

FreshPorts has everything you want to know about FreeBSD software, ports, packages, applications, whatever term you want to use.

Yesterday's Commits | Main Branch

Wednesday, 18 Sep 2024
07:28 Dimitry Andric (dim) search for other commits by this committer 2024Q3
  • net/mpich 4.2.1_2 Portable implementation of MPI-1, MPI-2 and MPI-3
net/mpich: fix build with clang 19 on i386

In bug 276035 this was already handled once, but with clang 19 on i386
we get similar link errors:

  ld: error: undefined reference: __addtf3
  >>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)

  ld: error: undefined reference: __gttf2
  >>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)

  ld: error: undefined reference: __lttf2
  >>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)

  ld: error: undefined reference: __multf3
  >>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)

  ld: error: undefined reference: __extendxftf2
  >>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)

  ld: error: undefined reference: __trunctfxf2
  >>> referenced by lib/.libs/libmpi.so (disallowed by
--no-allow-shlib-undefined)

Again the cause is that the mpich configure script detects partial
float128 support on i386 (i.e. the compile doesn't immediately choke on
defining variables of that type). It then enables HAVE_FLOAT128, which
leads to the above errors, because compiler-rt does not support float128
on i386.

PR:		281557
Approved by:	laurent.chardon@gmail.com (maintainer)
MFH:		2024Q3

(cherry picked from commit 9d5e42894b39c428c6241efb1a053f7e571a6fee)
commit hash: 9c4f1fcbf3fe4f6642b19a250a1cf4d47aa754da commit hash: 9c4f1fcbf3fe4f6642b19a250a1cf4d47aa754da commit hash: 9c4f1fcbf3fe4f6642b19a250a1cf4d47aa754da commit hash: 9c4f1fcbf3fe4f6642b19a250a1cf4d47aa754da 9c4f1fc
07:27 Dimitry Andric (dim) search for other commits by this committer Author: Laurent Chardon 2024Q3
  • net/mpich 4.2.1_2 Portable implementation of MPI-1, MPI-2 and MPI-3
net/mpich: Fix build error on i386 CURRENT

A workaround existed in net/mpich for a missing feature in llvm 17.0.
The feature has been added to llvm 18.1 except for the i386 platform.
This patch adds llvm 18.1 i386 to the existing workaround.

PR:		280719
Approved by:	submitter is maintainer

(cherry picked from commit 510403c1998e0f3b3890a97333f6b654db94beec)
commit hash: 228ab3bb997d6c299b0ab05b3ba8179991f3eb80 commit hash: 228ab3bb997d6c299b0ab05b3ba8179991f3eb80 commit hash: 228ab3bb997d6c299b0ab05b3ba8179991f3eb80 commit hash: 228ab3bb997d6c299b0ab05b3ba8179991f3eb80 228ab3bb
Tuesday, 17 Sep 2024
19:19 Christoph Moench-Tegeder (cmt) search for other commits by this committer 2024Q3
  • mail/thunderbird 128.2.2 Mozilla Thunderbird is standalone mail and news that stands above
mail/thunderbird: update to 128.2.2 (rc1)

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/128.2.2esr/releasenotes/

(cherry picked from commit ae186740b0d2918e6b479ed000bb50118713371a)
commit hash: 42662b5f1d205d60dba4da469c5b0a02b8e72b1f commit hash: 42662b5f1d205d60dba4da469c5b0a02b8e72b1f commit hash: 42662b5f1d205d60dba4da469c5b0a02b8e72b1f commit hash: 42662b5f1d205d60dba4da469c5b0a02b8e72b1f 42662b5
13:59 Koichiro Iwao (meta) search for other commits by this committer 2024Q3
devel/ruby-build: Update to 20240917

Changes:	https://github.com/rbenv/ruby-build/releases/tag/v20240917
(cherry picked from commit 90c6113148e57619054a142438d1d23f52ab052f)
commit hash: 2df1c3ed12517c0bc9437e7302730f9b41ffba4d commit hash: 2df1c3ed12517c0bc9437e7302730f9b41ffba4d commit hash: 2df1c3ed12517c0bc9437e7302730f9b41ffba4d commit hash: 2df1c3ed12517c0bc9437e7302730f9b41ffba4d 2df1c3e
12:23 Vladimir Druzenko (vvd) search for other commits by this committer 2024Q3
  • www/tomcat9 9.0.95 Open-source Java web server by Apache, 9.0.x branch
www/tomcat9: 9.0.94 → 9.0.95

Changelog:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.95_(remm)

MFH:	2024Q3
(cherry picked from commit db2663eccd5c8ebf6f493c9eb0b09889e196d6fb)
commit hash: ca741173cd81e8176196aa8013eea61993ce42ea commit hash: ca741173cd81e8176196aa8013eea61993ce42ea commit hash: ca741173cd81e8176196aa8013eea61993ce42ea commit hash: ca741173cd81e8176196aa8013eea61993ce42ea ca74117
12:23 Vladimir Druzenko (vvd) search for other commits by this committer 2024Q3
  • www/tomcat101 10.1.30 Open-source Java web server by Apache, 10.1.x branch
www/tomcat101: Update 10.1.29 → 10.1.30

Changelog:
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.30_(schultz)

MFH:	2024Q3
(cherry picked from commit 9436a1d8898ae460b9c622ec8792858fe397605e)
commit hash: 29e6accf995a19b562172a9569888da582b6355c commit hash: 29e6accf995a19b562172a9569888da582b6355c commit hash: 29e6accf995a19b562172a9569888da582b6355c commit hash: 29e6accf995a19b562172a9569888da582b6355c 29e6acc
02:58 Cy Schubert (cy) search for other commits by this committer 2024Q3
  • graphics/xpdf4 4.05,1 Display PDF files and convert them to other formats
graphics/xpdf4: Update to 4.05

The xpdf-4.04.tar.gz file has disappeared, replaced by
xpdf-4.05.tar.gz. Therefore we must MFH this update as well.

PR:	281548

(cherry picked from commit fe00a0d9ca97f5a4ed1225194fa553affe56f121)
commit hash: 9736da253faad56e260022e3266c3261d5daf63d commit hash: 9736da253faad56e260022e3266c3261d5daf63d commit hash: 9736da253faad56e260022e3266c3261d5daf63d commit hash: 9736da253faad56e260022e3266c3261d5daf63d 9736da2
00:00 Colin Percival (cperciva) search for other commits by this committer 2024Q3
misc/freebsd-release-manifests: Add 13.4-RELEASE MANIFEST files

Approved by:	re (implicit)
Sponsored by:	Amazon

(cherry picked from commit 0047206c1c4f97b8b9cec4ac15d99db7f96887d1)
commit hash: ace1afa4897b766ee0d838b03455460a11a1f71f commit hash: ace1afa4897b766ee0d838b03455460a11a1f71f commit hash: ace1afa4897b766ee0d838b03455460a11a1f71f commit hash: ace1afa4897b766ee0d838b03455460a11a1f71f ace1afa
Monday, 16 Sep 2024
21:28 Yasuhiro Kimura (yasu) search for other commits by this committer 2024Q3
  • mail/snappymail 2.38.0 Simple, modern, lightweight & fast web-based email client
mail/snappymail: Update to 2.38.0

ChangeLog:	https://github.com/the-djmaze/snappymail/releases/tag/v2.38.0
MFH:		2024Q3
Security:	bd940aba-7467-11ef-a5c4-08002784c58d
(cherry picked from commit 1f8e00b18a33c2fc5b700fea38c4e8ba3e9c3d20)
commit hash: 3d4f337f96234cecebcc7eed05bffb197bd73312 commit hash: 3d4f337f96234cecebcc7eed05bffb197bd73312 commit hash: 3d4f337f96234cecebcc7eed05bffb197bd73312 commit hash: 3d4f337f96234cecebcc7eed05bffb197bd73312 3d4f337
20:23 Robert Clausecker (fuz) search for other commits by this committer Author: John Hein 2024Q3
  • www/elinks 0.17.0_2 Links text WWW browser with enhancements
www/elinks: fix build with CSS option on

 - add upstream patch to support libcss 0.9.2 and libdom 0.4.2
 - appease stage-qa and add libwapcaplet to LIB_DEPENDS
 - also address some LIB_DEPENDS needed or no longer needed (also found by
stage-qa):
   - libintl.so is not directly used by elinks, so change USES=gettext to
USES=gettext-runtime:build
   - nspr is no longer needed by elinks in 0.17.0 (or perhaps earlier)
   - libxml++ is no longer needed by elinks in 0.17.0 (or perhaps earlier)
   - libmozjs should have been a LIB_DEPENDS item (with SPIDERMONKEY on) - add
it
 - gettext-tools is also needed (only a build time dependency by default) as
msgfmt is invoked during the build.
 - option SPIDERMONKEY now depends on option CSS

PR:		281215
MFH:		2024Q3
Approved by:	jailbird@fdf.net (maintainer)

(cherry picked from commit 29a794c2b8900c8a650dc67e8b138d4e9e470a24)
commit hash: aba551d724952bcc88e3bad19c1d78831a745fa6 commit hash: aba551d724952bcc88e3bad19c1d78831a745fa6 commit hash: aba551d724952bcc88e3bad19c1d78831a745fa6 commit hash: aba551d724952bcc88e3bad19c1d78831a745fa6 aba551d
20:22 Robert Clausecker (fuz) search for other commits by this committer 2024Q3
  • finance/ticker 4.6.3_3 Terminal stock ticker with live updates and position tracking
finance/ticker: fix fetch

Port depends on github.com/charmbracelet/x in multiple versions.  This
confuses the GH_TUPLE framework.  Pick one version and hope it works.

MFH:		2024Q3

(cherry picked from commit 2590185c3415d183b16283082688ea908e9f905a)
commit hash: b575b2af678ecb5fad3b2d9efd31afc985cccc17 commit hash: b575b2af678ecb5fad3b2d9efd31afc985cccc17 commit hash: b575b2af678ecb5fad3b2d9efd31afc985cccc17 commit hash: b575b2af678ecb5fad3b2d9efd31afc985cccc17 b575b2a
20:18 Vladimir Druzenko (vvd) search for other commits by this committer 2024Q3
  • www/tomcat-devel 11.0.0.m26 Open-source Java web server by Apache, 11.0.x branch
www/tomcat-devel: Update 11.0.0-M25 → 11.0.0-M26

Changelog:
https://tomcat.apache.org/tomcat-11.0-doc/changelog.html#Tomcat_11.0.0-M26_(markt)

MFH:	2024Q3
(cherry picked from commit 59a7e52d4302223026c8ebc7592c27518ac0a045)
commit hash: b856bd42bb667967155d9cff6e7e4bf5e50a5560 commit hash: b856bd42bb667967155d9cff6e7e4bf5e50a5560 commit hash: b856bd42bb667967155d9cff6e7e4bf5e50a5560 commit hash: b856bd42bb667967155d9cff6e7e4bf5e50a5560 b856bd4
17:41 Christoph Moench-Tegeder (cmt) search for other commits by this committer 2024Q3
  • www/firefox 130.0.1,2 Web browser based on the browser portion of Mozilla
www/firefox: update to 130.0.1

Release Notes (soon):
  https://www.mozilla.org/en-US/firefox/130.0.1/releasenotes/

(cherry picked from commit 881483957da003facfa710b3c07bd7199899cb17)
commit hash: 7a44bb92f314f5d77f346e52fac4122eb6240c22 commit hash: 7a44bb92f314f5d77f346e52fac4122eb6240c22 commit hash: 7a44bb92f314f5d77f346e52fac4122eb6240c22 commit hash: 7a44bb92f314f5d77f346e52fac4122eb6240c22 7a44bb9
11:59 Ronald Klop (ronald) search for other commits by this committer 2024Q3
  • java/cos 2002.11.05_3,1 The O'Reilly package of utility classes for servlet developers Broken Deprecated Expiration Date Ignore
java/cos: unfetchable, mark broken & deprecate

No other port is depending on this port.
No update since 2002.

Reported by:	https://portsfallout.com/fallout?port=java/cos$

(cherry picked from commit fc525d0f5f4d2eb24d35f8b8f2bac1e50320bf16)
commit hash: af233d5e519e584e1a3e04b89edb62b13dfe94c0 commit hash: af233d5e519e584e1a3e04b89edb62b13dfe94c0 commit hash: af233d5e519e584e1a3e04b89edb62b13dfe94c0 commit hash: af233d5e519e584e1a3e04b89edb62b13dfe94c0 af233d5
Sunday, 15 Sep 2024
20:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer 2024Q3
security/rubygem-ruby-saml: Update to 1.17.0

Changes:	https://github.com/SAML-Toolkits/ruby-saml/releases
Security:	CVE-2024-45409
(cherry picked from commit a0bad1b5b0b45e3d56144bd7d076d64a1a53deb1)
commit hash: 4b617c6456db11620b273ec4342f10649675c346 commit hash: 4b617c6456db11620b273ec4342f10649675c346 commit hash: 4b617c6456db11620b273ec4342f10649675c346 commit hash: 4b617c6456db11620b273ec4342f10649675c346 4b617c6
20:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer 2024Q3
  • ftp/curl 8.10.0 Command line tool and library for transferring data with URLs
ftp/curl: Update to 8.10.0

Changes:	https://curl.se/changes.html
Security:	CVE-2024-8096
(cherry picked from commit 50f8bc88c72fccf340dc38ac799aaaa4b1dec3b4)
commit hash: ffddf483d49341903194d2aa31ec35421d14f42a commit hash: ffddf483d49341903194d2aa31ec35421d14f42a commit hash: ffddf483d49341903194d2aa31ec35421d14f42a commit hash: ffddf483d49341903194d2aa31ec35421d14f42a ffddf48
13:38 Jan Beich (jbeich) search for other commits by this committer 2024Q3
graphics/vulkan-caps-viewer: update to 3.42

Changes:	https://github.com/SaschaWillems/VulkanCapsViewer/releases/tag/3.42
Reported by:	GitHub (watch releases)

(cherry picked from commit cab9a6db6efb6ce29e90eaa3b32e35534cfd53c9)
commit hash: 9f3078aa8ab83d25979f5ada296f7c878d11bfa6 commit hash: 9f3078aa8ab83d25979f5ada296f7c878d11bfa6 commit hash: 9f3078aa8ab83d25979f5ada296f7c878d11bfa6 commit hash: 9f3078aa8ab83d25979f5ada296f7c878d11bfa6 9f3078a
12:08 Gleb Popov (arrowd) search for other commits by this committer Author: Dimitry Andric 2024Q3
math/z3: fix build with clang 19

Clang 19 has become more strict about errors in member functions, which
results in:

/wrkdirs/usr/ports/math/z3/work/z3-z3-4.13.0/src/math/lp/static_matrix.h:82:72:
error: no member named 'get' in 'static_matrix<T, X>'; did you mean 'set'?
 82 |         ref operator=(ref & v) { m_matrix.set(m_row, m_col,
v.m_matrix.get(v.m_row, v.m_col)); return *this; }
    |                                                                        ^~~
    |                                                                        set
/wrkdirs/usr/ports/math/z3/work/z3-z3-4.13.0/src/math/lp/static_matrix.h:164:10:
note: 'set' declared here
164 |     void set(unsigned row, unsigned col, T const & val);
    |          ^

Upstream fixed this as part of a few other changes for gcc 15 in
<https://github.com/Z3Prover/z3/commit/2ce89e5f4>, but it does not apply
cleanly to this version, so add a backported patch.

PR:		281512
MFH:		2024Q3
(cherry picked from commit 88af7aa2d01a15a3d77380bf590921e04996ef45)
commit hash: 1168d8b84975a1fde55bd7f25a97970268542a73 commit hash: 1168d8b84975a1fde55bd7f25a97970268542a73 commit hash: 1168d8b84975a1fde55bd7f25a97970268542a73 commit hash: 1168d8b84975a1fde55bd7f25a97970268542a73 1168d8b
11:39 Dimitry Andric (dim) search for other commits by this committer 2024Q3
  • devel/folly 2024.06.24.00 C++ library developed and used at Facebook
devel/folly: fix build with clang 19

As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.

This causes devel/folly to fail to compile with clang 19 and libc++ 19,
resulting in errors similar to:

  /usr/include/c++/v1/string_view:300:42: error: implicit instantiation of
undefined template 'std::char_traits<unsigned char>'
    300 |   static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
        |                                          ^
 
/wrkdirs/share/dim/ports/devel/folly/work/folly-2024.09.09.00/folly/io/Cursor.h:686:35:
note: in instantiation of template class 'std::basic_string_view<unsigned char>'
requested here
    686 |   std::basic_string_view<uint8_t> peekView() {
        |                                   ^
  /usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
     23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
        |                             ^

Since the peekView() function is supposed to return a no longer existing
type, conditionalize it for libc++ versions before 19. As far as I can
see, there are no consumers of this function, except for some of the
tests.

[1] https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removals

PR:		281499
Approved by:	yuri (maintainer)
MFH:		2024Q3

(cherry picked from commit b3459442f762df2cf1e81c582c78da1481c834f6)
commit hash: 59790923d57507ffaabc71a94f6690959d0f2919 commit hash: 59790923d57507ffaabc71a94f6690959d0f2919 commit hash: 59790923d57507ffaabc71a94f6690959d0f2919 commit hash: 59790923d57507ffaabc71a94f6690959d0f2919 5979092
11:39 Dimitry Andric (dim) search for other commits by this committer 2024Q3
  • java/openjdk11 11.0.24+8.1 Java Development Kit 11
    • java/openjdk17 17.0.11+9.1 Java Development Kit 17
      • java/openjdk18 18.0.2+9.1_2 Java Development Kit 18
        • java/openjdk19 19.0.2+7.1_1 Java Development Kit 19
          • java/openjdk20 20.0.2+9.1 Java Development Kit 20
            • java/openjdk21 21.0.3+9.1 Java Development Kit 21
              • java/openjdk22 22+36.1 Java Development Kit 22
              • java/openjdk8 java/openjdk11 java/openjdk17 java/openjdk18 java/openjdk19
                java/openjdk20 java/openjdk21 java/openjdk22: disable warnings as errors
                
                Generally disable warnings-as-errors for all openjdk ports, removing all
                the conditionals we have now for particular architectures and/or
                compilers. It does not make sense to have this on by default, unless you
                are an upstream maintainer.
                
                PR:		281188
                Approved by:	maintainer timeout (2 weeks)
                MFH:		2024Q3
                
                (cherry picked from commit 3378cc494de65725a36e8ff5aaa205273521ba52)
                commit hash: b56109991d7a20f8c343c0397d6eb01073972374 commit hash: b56109991d7a20f8c343c0397d6eb01073972374 commit hash: b56109991d7a20f8c343c0397d6eb01073972374 commit hash: b56109991d7a20f8c343c0397d6eb01073972374 b561099
07:46 Torsten Zuehlsdorff (tz) search for other commits by this committer 2024Q3
databases/pgvector: Update from 0.7.3 to 0.7.4

  Changelog:

    * Fixed locking for parallel HNSW index builds
    * Fixed compilation error with GCC 14 on i386 when SSE2 is not enabled

  Taken from:

    https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md

Sponsored by:	P. Variablis

(cherry picked from commit 723f5302fb06fc642d672ca5cf51c0079b38c914)
commit hash: 9cc4b9d68fa57ea591366591c807c088f40c0fb7 commit hash: 9cc4b9d68fa57ea591366591c807c088f40c0fb7 commit hash: 9cc4b9d68fa57ea591366591c807c088f40c0fb7 commit hash: 9cc4b9d68fa57ea591366591c807c088f40c0fb7 9cc4b9d
Saturday, 14 Sep 2024
15:33 Robert Nagy (rnagy) search for other commits by this committer 2024Q3
www/iridium: update to 2024.08.128.3

(cherry picked from commit 81696c8d229229a2f62b43cb683be8064c280e2b)
commit hash: 1ef680060765c81f3b461bd71e489b578b53a542 commit hash: 1ef680060765c81f3b461bd71e489b578b53a542 commit hash: 1ef680060765c81f3b461bd71e489b578b53a542 commit hash: 1ef680060765c81f3b461bd71e489b578b53a542 1ef6800
15:04 Jan Beich (jbeich) search for other commits by this committer 2024Q3
  • x11-wm/niri 0.1.9 Scrollable-tiling Wayland compositor
x11-wm/niri: update to 0.1.9

Changes:	https://github.com/YaLTeR/niri/releases/tag/v0.1.9
Reported by:	GitHub (watch releases)

(cherry picked from commit 28c2c3854f5301e8ed8715fbd8ba80062a6a3017)
commit hash: b3ed916de44a3cf3e75fe784595672d07f25fc5a commit hash: b3ed916de44a3cf3e75fe784595672d07f25fc5a commit hash: b3ed916de44a3cf3e75fe784595672d07f25fc5a commit hash: b3ed916de44a3cf3e75fe784595672d07f25fc5a b3ed916
10:41 Thomas Zander (riggs) search for other commits by this committer 2024Q3
multimedia/mkvtoolnix: Update to upstream release 87.0

Details:
- Bugfixes and new features, see
  https://mkvtoolnix.download/doc/NEWS.md

MFH:		2024Q3
(cherry picked from commit 116901442f2c9f551e3c818db63b3e84f27437aa)
commit hash: 2e6e086dac7e769f05b48a19fe151a4fd32ec87f commit hash: 2e6e086dac7e769f05b48a19fe151a4fd32ec87f commit hash: 2e6e086dac7e769f05b48a19fe151a4fd32ec87f commit hash: 2e6e086dac7e769f05b48a19fe151a4fd32ec87f 2e6e086
09:30 Robert Nagy (rnagy) search for other commits by this committer 2024Q3
07:25 Dimitry Andric (dim) search for other commits by this committer 2024Q3
devel/llvm13: fix build with clang 19

Clang 19 now implements CWG 96 [1], which requires a template argument
list after a 'template' keyword, resulting in errors similar to:

 
/wrkdirs/usr/ports/devel/llvm13/work/llvm-project-13.0.1.src/flang/include/flang/Evaluate/integer.h:310:32:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
    310 |       auto back{FROM::template ConvertSigned(result.value)};
        |                                ^

Upstream has committed a fix to their main branch [2], but it does not
apply cleanly to 13.0.1, so add a backported patch.

[1] https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#96
[2]
https://github.com/llvm/llvm-project/commit/7bc7672925f8154be3b8220365d3f269ac43621c

PR:		281486
Approved by:	brooks (maintainer)
MFH:		2024Q3

(cherry picked from commit e34a77083e96050812b4f082efc716dd16069c82)
commit hash: b3ef9c3fc26694ff56749fcdb04cee2af2567f06 commit hash: b3ef9c3fc26694ff56749fcdb04cee2af2567f06 commit hash: b3ef9c3fc26694ff56749fcdb04cee2af2567f06 commit hash: b3ef9c3fc26694ff56749fcdb04cee2af2567f06 b3ef9c3
Friday, 13 Sep 2024
22:09 Jan Beich (jbeich) search for other commits by this committer 2024Q3
graphics/librsvg2-rust: update to 2.58.4

Changes:	https://gitlab.gnome.org/GNOME/librsvg/-/blob/2.58.4/NEWS
Reported by:	GitLab (notify releases)

(cherry picked from commit 4ea13351b01f0510588a21908fc20e130ef2e840)
commit hash: d57a1b6b5cfe6d32894345d137c78106faf089a6 commit hash: d57a1b6b5cfe6d32894345d137c78106faf089a6 commit hash: d57a1b6b5cfe6d32894345d137c78106faf089a6 commit hash: d57a1b6b5cfe6d32894345d137c78106faf089a6 d57a1b6
18:18 Christoph Moench-Tegeder (cmt) search for other commits by this committer 2024Q3
  • mail/thunderbird 128.2.1_1 Mozilla Thunderbird is standalone mail and news that stands above
mail/thunderbird: update to 128.2.1 (rc2)

Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/128.2.1esr/releasenotes/

(cherry picked from commit 92519ce5a4c6ebc8a65c50ce415baeedc53450ba)
commit hash: 5c87fb13b6c9aa02f797c0b084a84ae00c26903c commit hash: 5c87fb13b6c9aa02f797c0b084a84ae00c26903c commit hash: 5c87fb13b6c9aa02f797c0b084a84ae00c26903c commit hash: 5c87fb13b6c9aa02f797c0b084a84ae00c26903c 5c87fb1
15:24 Matthias Fechner (mfechner) search for other commits by this committer Author: Po-Chuan Hsieh 2024Q3
www/rubygem-cssbundling-rails-rails70: Update to 1.4.1

Changes:	https://github.com/rails/cssbundling-rails/releases
(cherry picked from commit 09d7eada6c2c214adac9780307f2dd7689ab8660)
commit hash: fd11fb28d4ad5d1331a3b503db51098ebfe66b6a commit hash: fd11fb28d4ad5d1331a3b503db51098ebfe66b6a commit hash: fd11fb28d4ad5d1331a3b503db51098ebfe66b6a commit hash: fd11fb28d4ad5d1331a3b503db51098ebfe66b6a fd11fb2
15:22 Matthias Fechner (mfechner) search for other commits by this committer Author: Po-Chuan Hsieh 2024Q3
textproc/rubygem-charlock_holmes: Update to 0.7.9

Changes:	https://github.com/brianmario/charlock_holmes/commits/master
(cherry picked from commit ac70d211a384748d64e72860feaf864d41cf18bd)
commit hash: 946fb7ef3c67cf4e0e9b1a7f3ae7cd9a5d479804 commit hash: 946fb7ef3c67cf4e0e9b1a7f3ae7cd9a5d479804 commit hash: 946fb7ef3c67cf4e0e9b1a7f3ae7cd9a5d479804 commit hash: 946fb7ef3c67cf4e0e9b1a7f3ae7cd9a5d479804 946fb7e
15:22 Matthias Fechner (mfechner) search for other commits by this committer Author: Po-Chuan Hsieh 2024Q3
textproc/rubygem-charlock_holmes: Update to 0.7.8

Changes:	https://github.com/brianmario/charlock_holmes/commits/master
(cherry picked from commit 3cf3c212474a6b820ce75d71022f5c92f94cc2f9)
commit hash: 816ba6fb77fa675d2915560839b282fbd7023a12 commit hash: 816ba6fb77fa675d2915560839b282fbd7023a12 commit hash: 816ba6fb77fa675d2915560839b282fbd7023a12 commit hash: 816ba6fb77fa675d2915560839b282fbd7023a12 816ba6f
15:19 Matthias Fechner (mfechner) search for other commits by this committer Author: Po-Chuan Hsieh 2024Q3
devel/rubygem-aws-sdk-s3: Update to 1.157.0

Changes:	https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md
(cherry picked from commit 9619d5eeaa1c3c2ef69b91fcf4fbb1bbae37961e)
commit hash: 9db7e9b4135274ed80915a0f802abcdbaa7ea7f4 commit hash: 9db7e9b4135274ed80915a0f802abcdbaa7ea7f4 commit hash: 9db7e9b4135274ed80915a0f802abcdbaa7ea7f4 commit hash: 9db7e9b4135274ed80915a0f802abcdbaa7ea7f4 9db7e9b
15:19 Matthias Fechner (mfechner) search for other commits by this committer Author: Po-Chuan Hsieh 2024Q3
devel/rubygem-aws-sdk-s3: Update to 1.156.0

Changes:	https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md
(cherry picked from commit 8c7766730aeb229f58c35a5a0256e09702d82047)
commit hash: deecc4537abbc1233f1524c9ffb50e97fd1e6ea6 commit hash: deecc4537abbc1233f1524c9ffb50e97fd1e6ea6 commit hash: deecc4537abbc1233f1524c9ffb50e97fd1e6ea6 commit hash: deecc4537abbc1233f1524c9ffb50e97fd1e6ea6 deecc45
15:19 Matthias Fechner (mfechner) search for other commits by this committer Author: Po-Chuan Hsieh 2024Q3
devel/rubygem-aws-sdk-s3: Update to 1.155.0

Changes:	https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md
(cherry picked from commit df09f889166b75dee4995b7e0e215a33ca28c5f0)
commit hash: 07ffed1c2e90a2e79f7da75a4d9d7f428179c2ab commit hash: 07ffed1c2e90a2e79f7da75a4d9d7f428179c2ab commit hash: 07ffed1c2e90a2e79f7da75a4d9d7f428179c2ab commit hash: 07ffed1c2e90a2e79f7da75a4d9d7f428179c2ab 07ffed1c
15:17 Matthias Fechner (mfechner) search for other commits by this committer Author: Po-Chuan Hsieh 2024Q3
devel/rubygem-aws-sdk-core: Update to 3.201.0

Changes:	https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md
(cherry picked from commit 56d7fc8bb70ba3cd904fae5b842391e712a83a19)
commit hash: 9324e5290015879df485c05a7cd903c85f95c7ff commit hash: 9324e5290015879df485c05a7cd903c85f95c7ff commit hash: 9324e5290015879df485c05a7cd903c85f95c7ff commit hash: 9324e5290015879df485c05a7cd903c85f95c7ff 9324e52
15:17 Matthias Fechner (mfechner) search for other commits by this committer Author: Po-Chuan Hsieh 2024Q3
devel/rubygem-aws-sdk-core: Update to 3.200.0

Changes:	https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md
(cherry picked from commit 4527535cccde547b6458f87136ace9345934f436)
commit hash: 69b56467c60b7c17675a9ca78b2556560e20f281 commit hash: 69b56467c60b7c17675a9ca78b2556560e20f281 commit hash: 69b56467c60b7c17675a9ca78b2556560e20f281 commit hash: 69b56467c60b7c17675a9ca78b2556560e20f281 69b5646
14:47 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
  • net/knxd 0.14.63 Advanced router/gateway for KNX
net/knxd: update to 0.14.63

Changes:	https://github.com/knxd/knxd/compare/0.14.61...0.14.63
(cherry picked from commit e355bc4e5b8caaf07502c4a68e3bc5e0a7863aa8)
commit hash: 450ad21a6646d46a476601ad84a3c439c9917477 commit hash: 450ad21a6646d46a476601ad84a3c439c9917477 commit hash: 450ad21a6646d46a476601ad84a3c439c9917477 commit hash: 450ad21a6646d46a476601ad84a3c439c9917477 450ad21
14:46 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
security/trivy: update to 0.55.1

Changes:	https://github.com/aquasecurity/trivy/releases/tag/v0.55.1
(cherry picked from commit 162ecbc51b6da8cc8d9c01b76564f5c8605de00d)
commit hash: f357395209a0928af5bf2a5dd38b919d378f4289 commit hash: f357395209a0928af5bf2a5dd38b919d378f4289 commit hash: f357395209a0928af5bf2a5dd38b919d378f4289 commit hash: f357395209a0928af5bf2a5dd38b919d378f4289 f357395
14:46 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
14:46 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-graphql: update to 2.3.15

Changes:	https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md
(cherry picked from commit e74dfc7dc03ac466db61549421b672c906a05056)
commit hash: da9411eb0df11f736e94006a642a87f2c4843c33 commit hash: da9411eb0df11f736e94006a642a87f2c4843c33 commit hash: da9411eb0df11f736e94006a642a87f2c4843c33 commit hash: da9411eb0df11f736e94006a642a87f2c4843c33 da9411e
14:46 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-dry-cli: update to 1.1.0

Changes:	https://github.com/dry-rb/dry-cli/blob/main/CHANGELOG.md
(cherry picked from commit 58d7081e56669184dda0915d5566b755ff470327)
commit hash: 5001979025afa214880087989dfb276b7a06f7a9 commit hash: 5001979025afa214880087989dfb276b7a06f7a9 commit hash: 5001979025afa214880087989dfb276b7a06f7a9 commit hash: 5001979025afa214880087989dfb276b7a06f7a9 5001979
14:46 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-graphiql-rails: update to 1.10.1

Changes:	https://github.com/rmosolgo/graphiql-rails/blob/master/changelog.md
(cherry picked from commit be5bd7994f2b58811c0c6c79114e6eb1bc29a92f)
commit hash: cd818afcc2d857c6eb7a5cff1af73cb46094d122 commit hash: cd818afcc2d857c6eb7a5cff1af73cb46094d122 commit hash: cd818afcc2d857c6eb7a5cff1af73cb46094d122 commit hash: cd818afcc2d857c6eb7a5cff1af73cb46094d122 cd818af
14:45 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
benchmarks/rubygem-derailed_benchmarks: update to 2.1.2

Changes:	https://github.com/zombocom/derailed_benchmarks/blob/main/CHANGELOG.md
(cherry picked from commit 4ea3b69382a03043478a971e7421a144667bcaae)
commit hash: 6865c9970b6ea7b398267f0062413044b5e38fda commit hash: 6865c9970b6ea7b398267f0062413044b5e38fda commit hash: 6865c9970b6ea7b398267f0062413044b5e38fda commit hash: 6865c9970b6ea7b398267f0062413044b5e38fda 6865c99
14:45 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
  • devel/rubygem-dead_end 4.0.0 Help find unexpected end error
  • devel/rubygem-dead_end: new port required for rubygem-derailed_benchmarks 2.1.2
    update
    
    (cherry picked from commit 6d82ed428f70e8b9d8972a9feedece5e17b9c41f)
    commit hash: a05d13cad9cd13bd6b6afe63183653c0c52209ff commit hash: a05d13cad9cd13bd6b6afe63183653c0c52209ff commit hash: a05d13cad9cd13bd6b6afe63183653c0c52209ff commit hash: a05d13cad9cd13bd6b6afe63183653c0c52209ff a05d13c
14:45 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-danger: update to 9.5.0

Changes:	https://github.com/danger/danger/blob/master/CHANGELOG.md
(cherry picked from commit 75d6f3bb389e49be06bd7111b34e9e8161a41a16)
commit hash: fd97a90780f1afb16c64bf26f746d8d7c6414269 commit hash: fd97a90780f1afb16c64bf26f746d8d7c6414269 commit hash: fd97a90780f1afb16c64bf26f746d8d7c6414269 commit hash: fd97a90780f1afb16c64bf26f746d8d7c6414269 fd97a90
14:45 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-graphql: update to 2.3.14

Changes:	https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md
(cherry picked from commit f44c5b964b1237471f5d6099d817e26dc95315c7)
commit hash: dc132cc36648d1d65fd314ce5ac0db31ca8c35dd commit hash: dc132cc36648d1d65fd314ce5ac0db31ca8c35dd commit hash: dc132cc36648d1d65fd314ce5ac0db31ca8c35dd commit hash: dc132cc36648d1d65fd314ce5ac0db31ca8c35dd dc132cc
14:45 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-opentelemetry-instrumentation-sidekiq: update to 0.25.7

Changes:	https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases
(cherry picked from commit fa2c4e6b73c02a4e1106e4b4791d3d7d32d20cc8)
commit hash: 2f24b5b0a2c3f7542c521c0e0576e1f6137ba7a6 commit hash: 2f24b5b0a2c3f7542c521c0e0576e1f6137ba7a6 commit hash: 2f24b5b0a2c3f7542c521c0e0576e1f6137ba7a6 commit hash: 2f24b5b0a2c3f7542c521c0e0576e1f6137ba7a6 2f24b5b
14:45 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-opentelemetry-instrumentation-http: update to 0.23.4

Changes:	https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases
(cherry picked from commit 1bebc63965cb97eb9754edc3e5b7884edff99f30)
commit hash: e48cefc8bc6a198dcbfb7f05e95e0c6cda0a55fe commit hash: e48cefc8bc6a198dcbfb7f05e95e0c6cda0a55fe commit hash: e48cefc8bc6a198dcbfb7f05e95e0c6cda0a55fe commit hash: e48cefc8bc6a198dcbfb7f05e95e0c6cda0a55fe e48cefc
14:44 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-opentelemetry-instrumentation-graphql: update to 0.28.4

Changes:	https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases
(cherry picked from commit fe364413ca7b1d076f758b7e07f17f4cbf9f5be6)
commit hash: df9fce62e2510d24d07ed70b11553ca52d87f214 commit hash: df9fce62e2510d24d07ed70b11553ca52d87f214 commit hash: df9fce62e2510d24d07ed70b11553ca52d87f214 commit hash: df9fce62e2510d24d07ed70b11553ca52d87f214 df9fce6
14:44 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-opentelemetry-instrumentation-concurrent_ruby: update to 0.21.4

Changes:	https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases
(cherry picked from commit 629ab3dac7828ce895afa0bffc19037d66e2d5b1)
commit hash: 8c21de9ebaafbbbea4f9889b8c04e998af41bf87 commit hash: 8c21de9ebaafbbbea4f9889b8c04e998af41bf87 commit hash: 8c21de9ebaafbbbea4f9889b8c04e998af41bf87 commit hash: 8c21de9ebaafbbbea4f9889b8c04e998af41bf87 8c21de9
14:44 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-opentelemetry-instrumentation-rails: update to 0.31.2

Changes:	https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases
(cherry picked from commit 5fc22314e1c79fc9d5d8859d3016caf24dad32b7)
commit hash: 3ed38d5c4efc5eef7baf6be984f39e62400a1393 commit hash: 3ed38d5c4efc5eef7baf6be984f39e62400a1393 commit hash: 3ed38d5c4efc5eef7baf6be984f39e62400a1393 commit hash: 3ed38d5c4efc5eef7baf6be984f39e62400a1393 3ed38d5
14:44 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-opentelemetry-instrumentation-pg: update to 0.28.0

Changes:	https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases
(cherry picked from commit ec66b9b7e282d390869de72260fad4836da5a79e)
commit hash: 1eee00f308b3ec64b5a60e28e73cc1af9651f4ee commit hash: 1eee00f308b3ec64b5a60e28e73cc1af9651f4ee commit hash: 1eee00f308b3ec64b5a60e28e73cc1af9651f4ee commit hash: 1eee00f308b3ec64b5a60e28e73cc1af9651f4ee 1eee00f
14:44 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-opentelemetry-instrumentation-active_record: update to 0.7.4

Changes:	https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases
(cherry picked from commit 32facb12faf377d647eb4c44aed73ad0eaffa0bd)
commit hash: b724c69c108209ce2b667698811067141429497a commit hash: b724c69c108209ce2b667698811067141429497a commit hash: b724c69c108209ce2b667698811067141429497a commit hash: b724c69c108209ce2b667698811067141429497a b724c69
14:44 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-opentelemetry-instrumentation-active_job: update to 0.7.7

Changes:	https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases
(cherry picked from commit aaee394610ef77d372df496b1daa1f245da8d5e0)
commit hash: 2475bf7f5f1e2bd26a72f22fc9edf80e3d536611 commit hash: 2475bf7f5f1e2bd26a72f22fc9edf80e3d536611 commit hash: 2475bf7f5f1e2bd26a72f22fc9edf80e3d536611 commit hash: 2475bf7f5f1e2bd26a72f22fc9edf80e3d536611 2475bf7
14:44 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-opentelemetry-instrumentation-action_view: update to 0.7.3

Changes:	https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases
(cherry picked from commit 406e6a070f9e0d4a923390bec97736e40ad1e078)
commit hash: 51fe3eaa0f6a9c50bbb1e75a005da6e1e7cfd199 commit hash: 51fe3eaa0f6a9c50bbb1e75a005da6e1e7cfd199 commit hash: 51fe3eaa0f6a9c50bbb1e75a005da6e1e7cfd199 commit hash: 51fe3eaa0f6a9c50bbb1e75a005da6e1e7cfd199 51fe3ea
14:44 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
net/rubygem-omniauth-kerberos: update to 0.4.0

Changes:	https://github.com/jgraichen/omniauth-kerberos/commits/master/
(cherry picked from commit 40ba9db29e69e069d2e3ffbbf2443fab2e3e6b78)
commit hash: dc4be5188c3ebcf76cdda95799b7d967176900f7 commit hash: dc4be5188c3ebcf76cdda95799b7d967176900f7 commit hash: dc4be5188c3ebcf76cdda95799b7d967176900f7 commit hash: dc4be5188c3ebcf76cdda95799b7d967176900f7 dc4be51
14:43 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
14:43 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
devel/rubygem-vite_ruby33: limit portscout to version 3.3.*

(cherry picked from commit f076fd0b003f8d06357e705b2d66f21a3688e999)
commit hash: ba84976e3a475bf4c8a5c9c9d758bf41c15b1c9a commit hash: ba84976e3a475bf4c8a5c9c9d758bf41c15b1c9a commit hash: ba84976e3a475bf4c8a5c9c9d758bf41c15b1c9a commit hash: ba84976e3a475bf4c8a5c9c9d758bf41c15b1c9a ba84976
14:43 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
security/trivy: update to 0.55.0

Changes:	https://github.com/aquasecurity/trivy/releases/tag/v0.55.0
(cherry picked from commit e20f501c26615d27e00ccee480255dbc94b844e0)
commit hash: ca20c30611286b0e75f5f3c6920d08b59db6a1a5 commit hash: ca20c30611286b0e75f5f3c6920d08b59db6a1a5 commit hash: ca20c30611286b0e75f5f3c6920d08b59db6a1a5 commit hash: ca20c30611286b0e75f5f3c6920d08b59db6a1a5 ca20c30
14:36 Matthias Fechner (mfechner) search for other commits by this committer Author: Po-Chuan Hsieh 2024Q3
benchmarks/rubygem-derailed_benchmarks: Change RUN_DEPENDS from
rubygem-get_process_mem to rubygem-get_process_mem0

- Fix version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change

from derailed_benchmarks.gemspec [1]:
  gem.add_dependency "get_process_mem", "~> 0"

Note that this port still does not pass stage-qa.
====> Running Q/A tests (stage-qa)
Error: RubyGem dependency memory_profiler ~> 0 is not satisfied.
*** Error code 1

This port can be removed since it is not used by any port.

Reference:	https://github.com/zombocom/derailed_benchmarks/blob/v1.7.0/derailed_benchmarks.gemspec#L27
[1]
(cherry picked from commit 90abf933d2cfeea7a36c451894682004a54e3b8b)
commit hash: 52bdf551a49f670486549f3ca6b7ea59a3a5441a commit hash: 52bdf551a49f670486549f3ca6b7ea59a3a5441a commit hash: 52bdf551a49f670486549f3ca6b7ea59a3a5441a commit hash: 52bdf551a49f670486549f3ca6b7ea59a3a5441a 52bdf55
14:35 Matthias Fechner (mfechner) search for other commits by this committer Author: Po-Chuan Hsieh 2024Q3
  • devel/rubygem-get_process_mem0 0.2.7 Get memory usage of a process in Ruby
  • devel/rubygem-get_process_mem0: Add rubygem-get_process_mem0 0.2.7 (copied from
    rubygem-get_process_mem)
    
    - Add PORTSCOUT
    
    (cherry picked from commit 9dfb82f700c601b65b50ee4d3a9e1340ae468de5)
    commit hash: aa43e55033b4d5595e3792619d58173357dfd983 commit hash: aa43e55033b4d5595e3792619d58173357dfd983 commit hash: aa43e55033b4d5595e3792619d58173357dfd983 commit hash: aa43e55033b4d5595e3792619d58173357dfd983 aa43e55
14:32 Matthias Fechner (mfechner) search for other commits by this committer Author: Po-Chuan Hsieh 2024Q3
devel/rubygem-io-event: Update to 1.6.5

Changes:	https://github.com/socketry/io-event/releases
(cherry picked from commit 2d3517618ebc6673f386f6179c3062fa4363d162)
commit hash: e576988d03e9bb1184c86b81db933273b4945682 commit hash: e576988d03e9bb1184c86b81db933273b4945682 commit hash: e576988d03e9bb1184c86b81db933273b4945682 commit hash: e576988d03e9bb1184c86b81db933273b4945682 e576988
14:30 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
14:27 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
14:27 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3
  • www/gitlab 17.1.6 Web GUI for managing git repositories This port version is marked as vulnerable. 
www/gitlab: mirror documentation to GitLab

(cherry picked from commit 1aec3d61880a71cc258958e44389c3a9b30da772)
commit hash: 0547ac437879189a21c58cb98694939584daf112 commit hash: 0547ac437879189a21c58cb98694939584daf112 commit hash: 0547ac437879189a21c58cb98694939584daf112 commit hash: 0547ac437879189a21c58cb98694939584daf112 0547ac4
14:22 Matthias Fechner (mfechner) search for other commits by this committer 2024Q3

Yesterday's Commits | Main Branch