FreeBSD/ports da2bf75security/nss Makefile distinfo

security/nss: update to 3.127

Release Notes:
  https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_127.html

(cherry picked from commit 01387561b2eb803a34bd40d6c071b57db5544ded)
DeltaFile
+3-3security/nss/distinfo
+1-1security/nss/Makefile
+4-42 files

FreeBSD/ports 0138756security/nss Makefile distinfo

security/nss: update to 3.127

Release Notes:
  https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_127.html
DeltaFile
+3-3security/nss/distinfo
+1-1security/nss/Makefile
+4-42 files

FreeBSD/ports 6b50d70lang/gcc15/files patch-libgomp_affinity-fmt.c patch-include_libiberty.h

lang/gcc15: fix build after base d08296c7ab0d

After base d08296c7ab0d7bb259bf7b8cdf9ffb819c1929ab ("libc: Implement
qualifier-preserving standard library functions"), lang/gcc15 fails to
build with errors like:

  /wrkdirs/usr/ports/lang/gcc15/work/gcc-15.2.0/libgomp/affinity-fmt.c: In function 'gomp_display_affinity':
  /wrkdirs/usr/ports/lang/gcc15/work/gcc-15.2.0/libgomp/affinity-fmt.c:330:25: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
    330 |               char *q = strchr (p + 1, '}');
        |                         ^~~~~~

and:

  In file included from /wrkdirs/usr/ports/lang/gcc15/work/.build/gcc/include-fixed/stdio.h:52,
                   from cp-demangle.c:109:
  /wrkdirs/usr/ports/lang/gcc15/work/gcc-15.2.0/libstdc++-v3/../include/libiberty.h:225:14: error: expected identifier or '(' before '_Generic'
    225 | extern void *memrchr(const void *, int, size_t);
        |              ^~~~~~~


    [25 lines not shown]
DeltaFile
+11-0lang/gcc15/files/patch-libgomp_affinity-fmt.c
+11-0lang/gcc15/files/patch-include_libiberty.h
+22-02 files

FreeBSD/ports 955eda5lang/gcc15/files patch-libgomp_affinity-fmt.c patch-include_libiberty.h

lang/gcc15: fix build after base d08296c7ab0d

After base d08296c7ab0d7bb259bf7b8cdf9ffb819c1929ab ("libc: Implement
qualifier-preserving standard library functions"), lang/gcc15 fails to
build with errors like:

  /wrkdirs/usr/ports/lang/gcc15/work/gcc-15.2.0/libgomp/affinity-fmt.c: In function 'gomp_display_affinity':
  /wrkdirs/usr/ports/lang/gcc15/work/gcc-15.2.0/libgomp/affinity-fmt.c:330:25: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
    330 |               char *q = strchr (p + 1, '}');
        |                         ^~~~~~

and:

  In file included from /wrkdirs/usr/ports/lang/gcc15/work/.build/gcc/include-fixed/stdio.h:52,
                   from cp-demangle.c:109:
  /wrkdirs/usr/ports/lang/gcc15/work/gcc-15.2.0/libstdc++-v3/../include/libiberty.h:225:14: error: expected identifier or '(' before '_Generic'
    225 | extern void *memrchr(const void *, int, size_t);
        |              ^~~~~~~


    [23 lines not shown]
DeltaFile
+11-0lang/gcc15/files/patch-libgomp_affinity-fmt.c
+11-0lang/gcc15/files/patch-include_libiberty.h
+22-02 files

FreeBSD/ports 011dee7math/gmp/files patch-mini-gmp_mini-gmp.h patch-gmp-h.in

math/gmp: fix build after base cd0727ec709b

After base cd0727ec709bb54f8f82104f6113284a15dd3464 ("libc: Add
<stdio.h> C23 feature test macro"), math/gmp fails to build with errors
similar to:

  inp_str.c:63:10: warning: call to undeclared function '__gmpz_inp_str_nowhite'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
     63 |   return mpz_inp_str_nowhite (x, stream, base, c, nread);
        |          ^
  ../gmp-impl.h:1782:29: note: expanded from macro 'mpz_inp_str_nowhite'
   1782 | #define mpz_inp_str_nowhite __gmpz_inp_str_nowhite
        |                             ^
  inp_str.c:68:1: error: conflicting types for '__gmpz_inp_str_nowhite'
     68 | mpz_inp_str_nowhite (mpz_ptr x, FILE *stream, int base, int c, size_t nread)
        | ^
  ../gmp-impl.h:1782:29: note: expanded from macro 'mpz_inp_str_nowhite'
   1782 | #define mpz_inp_str_nowhite __gmpz_inp_str_nowhite
        |                             ^
  inp_str.c:63:10: note: previous implicit declaration is here

    [20 lines not shown]
DeltaFile
+12-0math/gmp/files/patch-mini-gmp_mini-gmp.h
+12-0math/gmp/files/patch-gmp-h.in
+24-02 files

FreeBSD/ports 03ce372math/gmp/files patch-mini-gmp_mini-gmp.h patch-gmp-h.in

math/gmp: fix build after base cd0727ec709b

After base cd0727ec709bb54f8f82104f6113284a15dd3464 ("libc: Add
<stdio.h> C23 feature test macro"), math/gmp fails to build with errors
similar to:

  inp_str.c:63:10: warning: call to undeclared function '__gmpz_inp_str_nowhite'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
     63 |   return mpz_inp_str_nowhite (x, stream, base, c, nread);
        |          ^
  ../gmp-impl.h:1782:29: note: expanded from macro 'mpz_inp_str_nowhite'
   1782 | #define mpz_inp_str_nowhite __gmpz_inp_str_nowhite
        |                             ^
  inp_str.c:68:1: error: conflicting types for '__gmpz_inp_str_nowhite'
     68 | mpz_inp_str_nowhite (mpz_ptr x, FILE *stream, int base, int c, size_t nread)
        | ^
  ../gmp-impl.h:1782:29: note: expanded from macro 'mpz_inp_str_nowhite'
   1782 | #define mpz_inp_str_nowhite __gmpz_inp_str_nowhite
        |                             ^
  inp_str.c:63:10: note: previous implicit declaration is here

    [18 lines not shown]
DeltaFile
+12-0math/gmp/files/patch-mini-gmp_mini-gmp.h
+12-0math/gmp/files/patch-gmp-h.in
+24-02 files

FreeBSD/ports 492bb54x11/lightdm Makefile distinfo, x11/lightdm/files patch-src_vt.c

x11/lightdm: Update to 1.33.1

- VT fix has been merged upstream
DeltaFile
+0-13x11/lightdm/files/patch-src_vt.c
+3-3x11/lightdm/distinfo
+1-1x11/lightdm/Makefile
+4-173 files

FreeBSD/ports 42f6fa9net-mgmt/librenms Makefile distinfo, net-mgmt/librenms/files patch-daily.sh

net-mgmt/librenms: Update to 26.8.0

https://github.com/librenms/librenms/releases/tag/26.8.0

This release requires a database update.

Sponsored by:   yes
DeltaFile
+5-5net-mgmt/librenms/distinfo
+2-2net-mgmt/librenms/Makefile
+1-1net-mgmt/librenms/files/patch-daily.sh
+8-83 files

FreeBSD/ports c120cf8textproc/fcitx5-qt Makefile

textproc/fcitx5-qt: Bump PORTREVISION for Qt 6.11.1 update (direct commit)

fcitx5-qt links against the Qt private API and must be rebuilt with
every Qt update, but it was missed when Qt was updated to 6.11.1 in this
branch.  Since the package version did not change, users upgrading from
2026Q2 keep the package built against Qt 6.10.2, which can crash any Qt6
application loading the input context plugin.

The port has been added to the list of Qt private API consumers at
https://wiki.freebsd.org/KDE/Qt

PR:             297617
Reported by:    Juhani Krekelä <juhani at krekela.fi>
Approved by:    portmgr (implicitly)
DeltaFile
+1-0textproc/fcitx5-qt/Makefile
+1-01 files

FreeBSD/ports 682fe3bdevel/py-jep distinfo Makefile

devel/py-jep: Update 4.3.1 => 4.3.2

Changelog:
https://github.com/ninia/jep/releases/tag/v4.3.2

- Replace PORTVERSION with DISTVERSION.
- Fix warnings from portclippy.
- Remove unnecessary CFLAGS and LDFLAGS.
- Replace LN with RLN.

PR:             297600
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+5-10devel/py-jep/Makefile
+3-3devel/py-jep/distinfo
+8-132 files

FreeBSD/ports 8c78e1djava/apache-commons-httpclient Makefile

java/apache-commons-httpclient: set expiration date

The port has known vulnerabilities and is already deprecated.
Expire as the last two consumers (editors/openoffice-*) are now also set to expire.

PR:     296671
DeltaFile
+2-1java/apache-commons-httpclient/Makefile
+2-11 files

FreeBSD/ports f79e23amultimedia/handbrake Makefile

multimedia/handbrake: Update the VPL option description

after "Switch dependency from onevpl to libvpl" in eba41bee20b2.

PR:             297590 293561
Sponsored by:   UNIS Labs
DeltaFile
+1-1multimedia/handbrake/Makefile
+1-11 files

FreeBSD/ports 1d10df0net/aquantia-atlantic-kmod Makefile

net/aquantia-atlantic-kmod: Ignore on 15.2+ and 16.x

The kernel module is in the base system now.

Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D58703
DeltaFile
+5-0net/aquantia-atlantic-kmod/Makefile
+5-01 files

FreeBSD/ports 182618bMk/Scripts do-depends.sh

Mk/Scripts/do-depends.sh: propagate DEBUG_MK_* to find-lib.sh

env -i in find_lib() drops DEBUG_MK_SCRIPTS and
DEBUG_MK_SCRIPTS_FIND_LIB, so find-lib.sh never enables tracing.
Pass both through env -i.

PR:             245438
DeltaFile
+3-1Mk/Scripts/do-depends.sh
+3-11 files

FreeBSD/ports 65c179fgraphics/dataplot Makefile distinfo

graphics/dataplot: Update 20240806 => 20260810

Commit log:
https://github.com/usnistgov/dataplot/compare/b779512...d837c4a

PR:             297613
Sponsored by:   UNIS Labs
DeltaFile
+3-3graphics/dataplot/distinfo
+2-2graphics/dataplot/Makefile
+5-52 files

FreeBSD/ports 5e84ee2net/netatalk4 Makefile distinfo

net/netatalk4: Update to 4.5.1

See https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-5-1 for
a list of changes in this release.
DeltaFile
+3-3net/netatalk4/distinfo
+1-1net/netatalk4/Makefile
+4-42 files

FreeBSD/ports 3945691dns/libidn pkg-plist distinfo

dns/libidn: Update 1.43 => 1.44

News:
https://cgit.git.savannah.gnu.org/cgit/libidn.git/tree/NEWS?h=v1.44

- Fix warnings from portclippy.
- Merge INSTALL_DATAs in post-install-DOCS-on.

PR:             297610
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3

(cherry picked from commit b31023f59cea824ae3ffea0d2240e3c627abf635)
DeltaFile
+4-7dns/libidn/Makefile
+3-3dns/libidn/distinfo
+1-1dns/libidn/pkg-plist
+8-113 files

FreeBSD/ports b31023fdns/libidn pkg-plist distinfo

dns/libidn: Update 1.43 => 1.44

News:
https://cgit.git.savannah.gnu.org/cgit/libidn.git/tree/NEWS?h=v1.44

- Fix warnings from portclippy.
- Merge INSTALL_DATAs in post-install-DOCS-on.

PR:             297610
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3
DeltaFile
+4-7dns/libidn/Makefile
+3-3dns/libidn/distinfo
+1-1dns/libidn/pkg-plist
+8-113 files

FreeBSD/ports 749275bnet/dhcpcd Makefile distinfo

net/dhcpcd: update to 10.5.2

Changes:        https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.5.1
Changes:        https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.5.2

PR:     297479
DeltaFile
+3-3net/dhcpcd/distinfo
+1-1net/dhcpcd/Makefile
+4-42 files

FreeBSD/ports 31f729cdevel/py-python-ptrace Makefile, devel/py-python-ptrace/files patch-setup__cptrace.py patch-setup.py

devel/py-python-ptrace: fix build with python 3.12

PR:     296695
DeltaFile
+27-0devel/py-python-ptrace/files/patch-setup__cptrace.py
+27-0devel/py-python-ptrace/files/patch-setup.py
+1-1devel/py-python-ptrace/Makefile
+55-13 files

FreeBSD/ports 5eb687dwww/libmicrohttpd pkg-plist distinfo

www/libmicrohttpd: Update 1.0.5 => 1.0.10

Changelog:
https://git.gnunet.org/gnunet/libmicrohttpd/file/ChangeLog.html

- Fix warnings form portclippy.

PR:             297608
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3

(cherry picked from commit e79c0d5e4d9ebf969a69c30366ef974436621348)
DeltaFile
+5-7www/libmicrohttpd/Makefile
+3-3www/libmicrohttpd/distinfo
+1-1www/libmicrohttpd/pkg-plist
+9-113 files

FreeBSD/ports e79c0d5www/libmicrohttpd pkg-plist distinfo

www/libmicrohttpd: Update 1.0.5 => 1.0.10

Changelog:
https://git.gnunet.org/gnunet/libmicrohttpd/file/ChangeLog.html

- Fix warnings form portclippy.

PR:             297608
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
MFH:            2026Q3
DeltaFile
+5-7www/libmicrohttpd/Makefile
+3-3www/libmicrohttpd/distinfo
+1-1www/libmicrohttpd/pkg-plist
+9-113 files

FreeBSD/ports 5f516b9sysutils/tmux Makefile distinfo

sysutils/tmux: Update to 3.7c

Changes:        https://raw.githubusercontent.com/tmux/tmux/3.7c/CHANGES
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3sysutils/tmux/distinfo
+1-1sysutils/tmux/Makefile
+4-42 files

FreeBSD/ports 7f14d38devel/universal-ctags Makefile distinfo

devel/universal-ctags: Update p6.2.20260607.0 => p6.2.20260816.0

Commit log:
https://github.com/universal-ctags/ctags/compare/p6.2.20260607.0...p6.2.20260816.0

PR:             297606
Sponsored by:   UNIS Labs
DeltaFile
+3-3devel/universal-ctags/distinfo
+1-1devel/universal-ctags/Makefile
+4-42 files

FreeBSD/ports d38c2b8sysutils/pot distinfo Makefile, sysutils/pot/files pot.8.in

sysutils/pot: Move upstream, update to 0.16.2

Upstream lives at codeberg now.
DeltaFile
+6-3sysutils/pot/Makefile
+3-3sysutils/pot/distinfo
+2-2sysutils/pot/files/pot.8.in
+11-83 files

FreeBSD/ports e6f983fdevel/reposilite distinfo Makefile, devel/reposilite/files reposilite.in

devel/reposilite: Update to 3.6.2

Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
PR:             273849
Tested by:      michaelo
DeltaFile
+13-5devel/reposilite/Makefile
+3-3devel/reposilite/distinfo
+1-1devel/reposilite/files/reposilite.in
+17-93 files

FreeBSD/ports 36553d9sysutils/htop Makefile distinfo

sysutils/htop: Update 3.5.1 => 3.5.3

Changelog:
https://github.com/htop-dev/htop/blob/3.5.3/ChangeLog

PR:             297607
Security:       CVE-2024-37676
Sponsored by:   UNIS Labs
MFH:            2026Q3

(cherry picked from commit 868603dba553f2e6f58c525eb46c1c985d352935)
DeltaFile
+3-3sysutils/htop/distinfo
+1-1sysutils/htop/Makefile
+4-42 files

FreeBSD/ports 868603dsysutils/htop Makefile distinfo

sysutils/htop: Update 3.5.1 => 3.5.3

Changelog:
https://github.com/htop-dev/htop/blob/3.5.3/ChangeLog

PR:             297607
Security:       CVE-2024-37676
Sponsored by:   UNIS Labs
MFH:            2026Q3
DeltaFile
+3-3sysutils/htop/distinfo
+1-1sysutils/htop/Makefile
+4-42 files

FreeBSD/ports ceb3fbdsecurity/trivy Makefile distinfo

security/trivy: update to 0.74.0

Changes:        https://github.com/aquasecurity/trivy/releases
DeltaFile
+5-5security/trivy/distinfo
+1-2security/trivy/Makefile
+6-72 files

FreeBSD/ports c3ee0d2math/z3 distinfo, security/klee Makefile

math/z3: Update 5.0.0.0 => 5.1.0.0

Approved by:            arrowd@ (maintainer)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D58886
DeltaFile
+3-3math/z3/distinfo
+1-1sysutils/triton/Makefile
+1-1security/py-pyvex/Makefile
+1-1security/py-angr/Makefile
+1-1security/py-ailment/Makefile
+1-1security/klee/Makefile
+8-810 files not shown
+18-1816 files