summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-02math/hs-Agda: Disable building emacs mode files until upstream fixes it2025Q1Gleb Popov
See https://github.com/agda/agda/issues/7730 Reported by: pkg-fallout (cherry picked from commit e1197b1e58b2cdb5f98b4fd00db2e340800b444f)
2025-03-31devel/electron33: update to 33.4.8Hiroki Tagato
Changelog: - https://github.com/electron/electron/releases/tag/v33.4.7 - https://github.com/electron/electron/releases/tag/v33.4.8 Reported by: GitHub (watch releases) MFH: 2025Q1 Security: 01a7e1e1-d249-4dd8-9a4a-ef95b5747afb (cherry picked from commit 8a0c60baef483cbef59d62f4cce013fed7ceda4d)
2025-03-31multimedia/motion: Fix build with NLS=off: Can't exec "autopoint"Älven
Can't exec "autopoint": No such file or directory at /usr/local/share/autoconf2.72/Autom4te/FileUtils.pm line 318. autoreconf2.72: error: autopoint failed with exit status: 2 ===> Mk/Uses/autoreconf.mk: Error running /usr/local/bin/autoreconf2.72 While here remove GNU_CONFIGURE_MANPREFIX as it's a default value now. No bump - the default build has not changed. PR: 282531 Approved by: ports@blievers.net (maintainer) MFH: 2025Q1 (cherry picked from commit 97af0fc015b040e9b49280a55ff3c3120ef16b05)
2025-03-30www/gitea: Update 1.23.5 => 1.23.6 (CVE-2025-30204, CVE-2025-29923, ↵FiLiS
CVE-2025-22870) This release also addresses the following security vulnerabilities: - CVE-2025-30204 in jwt and CVE-2025-29923 in go-redis – thanks to @TheFox0x7 for the fix. - CVE-2025-22870 in golang.org/x/crypto and golang.org/x/net – fixed for security hardening. Thanks again to @wxiaoguang for the contribution. Changelog: https://blog.gitea.com/release-of-1.23.6/ PR: 285727 Approved by: Stefan Bethke <stb@lassitu.de> (maintainer) MFH: 2025Q1 (cherry picked from commit 25fbbf6ad58085c9127a92461a39344b8f792163)
2025-03-29www/gitlab: security and patch update to 10.7.1Matthias Fechner
Changes: https://about.gitlab.com/releases/2025/03/26/patch-release-gitlab-17-10-1-released/ Security: 1daa2814-0a6c-11f0-b4e4-2cf05da270f3 (cherry picked from commit 53337f006bd6101e8842b1963f9be00e7b3fc0d4)
2025-03-29sysutils/restic: Update to 0.18.0Nuno Teixeira
ChangeLog: https://github.com/restic/restic/releases/tag/v0.18.0 MFH: 2025Q1 (cherry picked from commit 95533fad5231cae0c69648568221dfc176838d5d)
2025-03-29x11/hypridle: avoid casting integer to stringJan Beich
src/core/Hypridle.cpp:508:131: error: non-constant-expression cannot be narrowed from type 'pid_t' (aka 'int') to 'uint32_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] 508 | proxy->callMethod("GetSessionByPID").onInterface("org.freedesktop.ConsoleKit.Manager").withArguments(std::string{uint32_t{getpid()}}).storeResultsTo(path); | ^~~~~~~~ src/core/Hypridle.cpp:508:131: note: insert an explicit cast to silence this issue 508 | proxy->callMethod("GetSessionByPID").onInterface("org.freedesktop.ConsoleKit.Manager").withArguments(std::string{uint32_t{getpid()}}).storeResultsTo(path); | ^~~~~~~~ | static_cast<uint32_t>( ) src/core/Hypridle.cpp:508:122: error: non-constant-expression cannot be narrowed from type 'uint32_t' (aka 'unsigned int') to 'char' in initializer list [-Wc++11-narrowing] 508 | proxy->callMethod("GetSessionByPID").onInterface("org.freedesktop.ConsoleKit.Manager").withArguments(std::string{uint32_t{getpid()}}).storeResultsTo(path); | ^~~~~~~~~~~~~~~~~~ src/core/Hypridle.cpp:508:122: note: insert an explicit cast to silence this issue 508 | proxy->callMethod("GetSessionByPID").onInterface("org.freedesktop.ConsoleKit.Manager").withArguments(std::string{uint32_t{getpid()}}).storeResultsTo(path); | ^~~~~~~~~~~~~~~~~~ | static_cast<char>() Exposed by -Wno-narrowing removal in v0.1.6. (cherry picked from commit 054bf3111cfe945baee5bd84f37023b1e9afb607)
2025-03-29devel/git-cinnabar: update to 0.7.2Jan Beich
Changes: https://github.com/glandium/git-cinnabar/releases/tag/0.7.2 Reported by: GitHub (watch releases) (cherry picked from commit ffa248a95af00d21074d2ef9157326da71db678d)
2025-03-28mail/thunderbird-esr: update to 128.9.0 (rc3)Christoph Moench-Tegeder
Release Notes: https://www.thunderbird.net/en-US/thunderbird/128.9.0esr/releasenotes/ (cherry picked from commit a532204aa758dfb899d25c7ac9d145ae0959a247)
2025-03-28www/librewolf: Update 136.0.2-1 => 136.0.4-1Martin Filla
Changelogs: https://www.mozilla.org/en-US/firefox/136.0.3/releasenotes/ https://www.mozilla.org/en-US/firefox/136.0.4/releasenotes/ PR: 285721 MFH: 2025Q1 (cherry picked from commit 817f3dd9454fa56243cefcd8c4284dec22ce9b85)
2025-03-28net/mdns-bridge: Fix rc scriptDenny Page
Fix command name to point to binary installed by this port PR: 285100 MFH: 2025Q1 (cherry picked from commit 2b444dc15dfa1207cedaff2c2b7873728701d0c5)
2025-03-28www/waterfox: Update 6.5.5 => 6.5.6Martin Filla
Changelog: https://www.waterfox.net/docs/releases/6.5.6/ PR: 285701 MFH: 2025Q1 (cherry picked from commit 6cb36de6ce54794c3313269e992822174e7a64ef)
2025-03-27mail/thunderbird-esr: update to 128.9.0 (rc2)Christoph Moench-Tegeder
Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/128.9.0esr/releasenotes/ (cherry picked from commit a50521f123f3422c8df28278e00efb6f7a109ec0)
2025-03-27mail/thunderbird: update to 137.0 (rc1)Christoph Moench-Tegeder
Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/137.0/releasenotes/ Mention the big upgrade and the new thunderbird-esr port in UPDATING. (cherry picked from commit 7eb19a67e08cec39e733e1ffd8c63898bdfa7992)
2025-03-27mail/thunderbird-esr: copy thunderbird 128.9.0Christoph Moench-Tegeder
in preparation for importing Thunderbird 137.0 Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/128.9.0esr/releasenotes/ (cherry picked from commit a9097e0cd9ee6794deea0015289aae24f8176916)
2025-03-27www/firefox-esr: update to 128.9.0 (rc2)Christoph Moench-Tegeder
Release Notes (soon): https://www.mozilla.org/en-US/firefox/128.9.0/releasenotes/ (cherry picked from commit 359023517d8acafb9e7298aec77438d8888ba89d)
2025-03-27www/firefox: update to 137.0 (rc2)Christoph Moench-Tegeder
Release Notes (soon): https://www.mozilla.org/en-US/firefox/137.0/releasenotes/ (cherry picked from commit 50ae2c8097c3e958091528fefe546d5672811e62)
2025-03-27security/py-fail2ban: Add support for sshd-sessionCy Schubert
Now that sshd has been split into sshd and sshd-session, sshd-session is now the producer of syslog messages. We cannot replace the existing *sshd.conf files because this port must also run on older systems with older OpenSSH. Therefore we add new filters to support both. Reported by: sef (private email) (cherry picked from commit c98813ccb07851890f73f442be26ce530b6744d0)
2025-03-27devel/electron33: update to 33.4.6Hiroki Tagato
Changelog: https://github.com/electron/electron/releases/tag/v33.4.6 Reported by: GitHub (watch releases) MFH: 2025Q1 Security: 964aa5da-f094-47fe-9ebd-2142f9157440 (cherry picked from commit 7654b366627967fea405ba77171fe27f52021dd5)
2025-03-27devel/electron33: update to 33.4.5Hiroki Tagato
Changelog: - https://github.com/electron/electron/releases/tag/v33.4.4 - https://github.com/electron/electron/releases/tag/v33.4.5 Reported by: GitHub (watch releases) (cherry picked from commit b9309451c5decd1bd03525351186a0e3e0c26b59)
2025-03-27games/veloren-weekly: update to s20250326Jan Beich
Changes: https://gitlab.com/veloren/veloren/-/compare/2172ec8d5...45bb4a719 (cherry picked from commit 88196915540f2ef0c0e6c5b345a62c0a584f0c26)
2025-03-26editors/abiword: fix build with libc++ 19Dimitry Andric
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 editors/abiword to fail to compile with clang 19 and libc++ 19, resulting in errors similar to: /usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>' 820 | static_assert(is_same<_CharT, typename traits_type::char_type>::value, | ^ ut_string_class.cpp:1275:41: note: in instantiation of template class 'std::basic_string<unsigned int>' requested here 1275 | : pimpl(new UT_StringImpl<UT_UCS4Char>(*rhs.pimpl)) | ^ /usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here 23 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^ This can be fixed by defining `UT_UCS4Char` as `char32_t` instead of `gunichar`, and patching up a few places where those types are mixed indiscriminately. [1] https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removals PR: 285657 Approved by: gnome (fluffy) MFH: 2025Q1 (cherry picked from commit e6daa211c609bde6ed3fe00fd5ce675714371805)
2025-03-26security/suricata: update to 7.0.10Franco Fichtner
ChangeLog: https://forum.suricata.io/t/suricata-7-0-10-released/5522 CVE IDs Addressed: * CVE-2025-29915: HIGH * CVE-2025-29917: HIGH * CVE-2025-29918: HIGH * CVE-2025-29916: Moderate PR: 285574 Reported by: franco@opnsense.org (maintainer) MFH: 2025Q1 (security patches) (cherry picked from commit 8b41517020c5e62a65ecc6633150a5423b1408d1)
2025-03-26devel/ruby-build: Update to 20250326Koichiro Iwao
Changes: https://github.com/rbenv/ruby-build/releases/tag/v20250326 (cherry picked from commit af016237997044879349d701ee89257c94a11f2c)
2025-03-25graphics/openexr*: update to v3.3.3Matthias Andree
This contains out-of-bounds memory access fixes, hence: MFH: 2025Q1 ChangeLog: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.3.3 (cherry picked from commit 81a38fb8f2b72cd768acd72a58409ad4abef229a)
2025-03-25www/firefox: update to 137.0 (rc1)Christoph Moench-Tegeder
Release Notes (soon): https://www.mozilla.org/en-US/firefox/137.0/releasenotes/ (cherry picked from commit 90a57ac9f29ad9df483827a5bd9d584a7c5aedcd)
2025-03-25security/nss: update to 3.109Christoph Moench-Tegeder
Release Notes: https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_109.html (cherry picked from commit b00071424803f4c17fb1d267ed2e827f438b651b)
2025-03-25www/firefox-esr: update to 128.9.0 (rc1)Christoph Moench-Tegeder
Release Notes (soon): https://www.mozilla.org/en-US/firefox/128.9.0/releasenotes/ (cherry picked from commit 5537cc116c206b30a9c2fce5797a7d9f43b92f4e)
2025-03-25mail/thunderbird: update to 128.9.0 (rc1)Christoph Moench-Tegeder
Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/128.9.0esr/releasenotes/ (cherry picked from commit 979cb008b9736d1cbb92ec65cb3dd2ffc457c06f)
2025-03-25devel/py-tzdata: Update to 2025.2Kai Knoblich
Changelog: https://github.com/python/tzdata/releases/tag/2025.2 MFH: 2025Q1 (cherry picked from commit 53e839334a7619c4c078bd7f359e467c12b7e24c)
2025-03-25lang/dotnet8: Fix build after the LLVM_DEFAULT bumpGleb Popov
PR: 285085 (cherry picked from commit 0f46db9f96fa8e4e0b6422c86a3147307a3cf7ad)
2025-03-24www/firefox: update to 136.0.3 (rc1)Christoph Moench-Tegeder
Release Notes (soon): https://www.mozilla.org/en-US/firefox/136.0.3/releasenotes/ (cherry picked from commit 2c40d024662ada1e93b99ca8edb7a0d6a3fec713)
2025-03-24x11/swaylock-plugin: update to 1.8.2Jan Beich
Changes: https://github.com/mstoeckl/swaylock-plugin/releases/tag/v1.8.2 Reported by: GitHub (watch releases) (cherry picked from commit 1dcb549452c41128208f80132e822ee1b05a6ab3)
2025-03-24www/{*chromium,iridium}: fix build with pipewire 1.4Robert Nagy
Obtained from: https://webrtc-review.googlesource.com/c/src/+/380500 (cherry picked from commit bcb9de9ec69bb3bba4284a0afbe28ab96ecea5a6)
2025-03-23www/iridium: update to 2025.03.134.2Robert Nagy
(cherry picked from commit b28ebd0036df97db99e3b52a862aa51a67eda5c3)
2025-03-23www/ungoogled-chromium: update to 134.0.6998.165Robert Nagy
Security: https://vuxml.freebsd.org/freebsd/9456d4e9-055f-11f0-85f3-a8a1599412c6.html (cherry picked from commit c3dbd85342148f5c71530835e84672dbe5a3dfca)
2025-03-23www/rubygem-gitlab-gollum-lib: Remove expired portMatthias Fechner
www/rubygem-gitlab-gollum-lib (cherry picked from commit 70a9e30fecb781e33f605bb74fad36ebbbc210ed)
2025-03-23accessibility/wl-gammarelay-rs: back to 1.0.0Jan Beich
===> Updating Cargo.lock error: failed to parse manifest at `/wrkdirs/usr/ports/accessibility/wl-gammarelay-rs/work/wl-gammarelay-rs-1.0.1/Cargo.toml` Caused by: feature `edition2024` is required The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)). Consider trying a newer version of Cargo (this may require the nightly release). See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature. *** Error code 101 Reported by: pkg-fallout (direct commit to 2025Q1 as 0bd1fd4d884c is missing on the branch) This reverts commit 47331ee3f3c22c5ca780b22a4e93492fd54ab245.
2025-03-23accessibility/wl-gammarelay-rs: update to 1.0.1Jan Beich
Changes: https://github.com/MaxVerevkin/wl-gammarelay-rs/releases/tag/v1.0.1 Reported by: GitHub (watch releases) (cherry picked from commit 4395c498a91cd1f509bf9d2405f0c44aadedacab)
2025-03-22x11/swaylock: update to 1.8.2Jan Beich
Changes: https://github.com/swaywm/swaylock/releases/tag/v1.8.2 Reported by: GitHub (watch releases) (cherry picked from commit 3088885bfffd3274511d32717520bd555db60455)
2025-03-22lang/php84: Update version 8.4.4=>8.4.5Muhammad Moinur Rahman
Changelog: https://www.php.net/ChangeLog-8.php#8.4.5 (cherry picked from commit bc882f1836dff07f261c7b50370e0ff63e17a875)
2025-03-22lang/php84: Update version 8.4.3=>8.4.4Muhammad Moinur Rahman
- Make rc script prefix safe for profiles [1] Changelog: https://www.php.net/ChangeLog-8.php#8.4.4 PR: 284468 [1] Reported by: andrew@neptune-one.net [1] (cherry picked from commit bcd490923e01256b14c1f1f2a7bf627ba722951f)
2025-03-22lang/php83: Update version 8.3.17=>8.3.19Christos Chatzaras
Changelog: https://www.php.net/ChangeLog-8.php#8.3.19 PR: 285378 (cherry picked from commit 8e3858f0d0b51af95ef6118ff7e52d743adc2e96)
2025-03-22lang/php83: Update version 8.3.16=>8.3.17Muhammad Moinur Rahman
- Make rc script prefix safe for profiles [1] Changelog: https://www.php.net/ChangeLog-8.php#8.3.17 PR: 284468 [1] Reported by: andrew@neptune-one.net [1] (cherry picked from commit d7bfeac02d7b84fb08c33e8a68869665664f4cac)
2025-03-22lang/php81: Update version 8.1.31=>8.1.32Christos Chatzaras
- Make rc script prefix safe for profiles [1] Changelog: https://www.php.net/ChangeLog-8.php#8.1.32 PR: 285379, 284468 [1] Reported by: andrew@neptune-one.net [1] Co-authored-by: Andrew Fyfe <andrew@neptune-one.net> (cherry picked from commit 487ee7109c5cdb52157e076adb45acb76462db98)
2025-03-22lang/php82: Update version 8.2.27=>8.2.28Muhammad Moinur Rahman
- Make rc script prefix safe for profiles [1] Changelog: https://www.php.net/ChangeLog-8.php#8.2.28 PR: 284468 [1] Co-authored-by: Andrew Fyfe <andrew@neptune-one.net> (cherry picked from commit f875a9c4193848464baccd82c71ce75ac9d27330)
2025-03-22devel/rubygem-json: Update to 2.10.2Po-Chuan Hsieh
Changes: https://github.com/ruby/json/releases (cherry picked from commit 0f174767c10d7bc24f08a558293d51479dbe736c)
2025-03-22devel/rubygem-json: Update to 2.10.1Po-Chuan Hsieh
Changes: https://github.com/ruby/json/releases (cherry picked from commit 1dde79eba05586fb2fdd40bcd59615e080208908)
2025-03-22textproc/rubygem-truncato: Update to 0.7.13Po-Chuan Hsieh
Changes: https://github.com/jorgemanrubia/truncato/commits/master (cherry picked from commit b3f0bf97cd220316ea00b128ca68b8bd8e646d77)
2025-03-22devel/rubygem-oj: Update to 3.16.10Po-Chuan Hsieh
Changes: https://github.com/ohler55/oj/releases https://github.com/ohler55/oj/blob/develop/CHANGELOG.md (cherry picked from commit d02c3b56dcdb2a5bc49c32d878aedfc8de028471)