OPNSense/core 30fa60b. plist, src/etc/inc interfaces.inc

interfaces: generalise the dhcp6c_script using the new IFNAME variable

The file was conceptually created in d36f0f4f62557 and before was a single
command line script... so add appropriate copyrights from that time onward.

Many thanks to Martin for pinoeering this back in the day!
DeltaFile
+86-0src/opnsense/scripts/interfaces/dhcp6c_script.sh
+2-67src/etc/inc/interfaces.inc
+1-0plist
+89-673 files

FreeBSD/ports 3111dfdlang/gcc14-devel distinfo

lang/gcc14-devel: Regenerate distinfo

Precedent distinfo was wrong. It had been generated on a truncated
distfile.
DeltaFile
+3-3lang/gcc14-devel/distinfo
+3-31 files

FreeBSD/doc 1efee75documentation/static/pgpkeys flo.key

pgpkeys: Update my PGP key with its new expiration date
DeltaFile
+138-101documentation/static/pgpkeys/flo.key
+138-1011 files

NetBSD/pkgsrc fDPJnmUsecurity/py-trezor-agent Makefile

   py-trezor-agent: add missing tool dependency
VersionDeltaFile
1.5+4-3security/py-trezor-agent/Makefile
+4-31 files

NetBSD/pkgsrc MxGqh6cdoc CHANGES-2026

   doc: Updated meta-pkgs/bulk-test-icu to 20260118
VersionDeltaFile
1.430+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc n5KbqOSmeta-pkgs/bulk-test-icu Makefile

   bulk-test-icu: comment out calibre

   wants podofo<1 but scribus wants podofo>=1

   Bump version.
VersionDeltaFile
1.17+4-3meta-pkgs/bulk-test-icu/Makefile
+4-31 files

NetBSD/pkgsrc Mp9uXXedoc CHANGES-2026

   Updated devel/p5-Devel-Events to 0.10
VersionDeltaFile
1.429+2-1doc/CHANGES-2026
+2-11 files

OPNSense/core dc4537fsrc/etc/inc interfaces.inc, src/www interfaces.php

interface: multi-dhcp6c support and custom PD association #7647

This splits off rtsold and dhcp6c into separate processes
which frees us from the restrictions of faked iterative IDs
for PD associations.  For NA we simply default to 0 now.

I'm not entirely sure why we settled for a single deamon of
dhcp6c back in the day, but there are certianly downsides to
it and I don't see something that wasn't fixed in the meantime
that makes this not work.

Add two debugging files which still need to be steered via the
debug setting.
DeltaFile
+27-60src/etc/inc/interfaces.inc
+58-4src/www/interfaces.php
+85-642 files

OPNSense/core ffa1579src/etc/inc interfaces.inc

interaces: use ifctl -u mode to check if force is needed #9521

We do force-reload in SOLICIT/REQUEST, but in REBIND and RENEW
cases we do want to check if the prefix information changed.

This may produce one spurious forced renew when the old prefix
disappears, but avoids reloading in average cases where the
existing prefix is (or existing prefixes are) kept.
DeltaFile
+12-3src/etc/inc/interfaces.inc
+12-31 files

NetBSD/pkgsrc f2D91Uvdevel/p5-Devel-Events distinfo Makefile

   Update to 0.10

   Upstream changes:
   0.10      2024-10-01 19:32:23Z
           - remove the use of MooseX::AttributeHelpers
           - fix test for changes to an error message in perl 5.37.7
VersionDeltaFile
1.8+4-4devel/p5-Devel-Events/distinfo
1.28+2-4devel/p5-Devel-Events/Makefile
+6-82 files

NetBSD/pkgsrc RftMvHqdevel/cre2 distinfo, devel/cre2/patches patch-src_cre2.cpp

   cre2: fix build on NetBSD 11
VersionDeltaFile
1.4+6-104devel/cre2/patches/patch-src_cre2.cpp
1.8+2-1devel/cre2/distinfo
+8-1052 files

NetBSD/pkgsrc bbqZpEgdatabases/p5-DBIx-Datasource Makefile

   p5-DBIx-Datasource: use CPAN homepage, other one is gone
VersionDeltaFile
1.36+2-3databases/p5-DBIx-Datasource/Makefile
+2-31 files

NetBSD/pkgsrc qaskY4cdatabases/p5-DBD-Sybase Makefile

   p5-DBD-Synapse: use CPAN homepage, other one is gone
VersionDeltaFile
1.79+2-2databases/p5-DBD-Sybase/Makefile
+2-21 files

NetBSD/pkgsrc jNa4d66time/p5-DateTime-HiRes Makefile

   p5-DateTime-HiRes: use CPAN homepage, other one is gone
VersionDeltaFile
1.5+2-2time/p5-DateTime-HiRes/Makefile
+2-21 files

NetBSD/pkgsrc opQUnKxdoc CHANGES-2026

   Updated devel/p5-Devel-Cover to 1.51
VersionDeltaFile
1.428+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Z0tprFWtime/p5-DateTime-Format-Epoch Makefile

   p5-DateTime-Format-Epoch: use CPAN homepage, other one is gone
VersionDeltaFile
1.26+2-3time/p5-DateTime-Format-Epoch/Makefile
+2-31 files

NetBSD/pkgsrc 5UZv7Dctime/p5-DateTime Makefile

   p5-DateTime: use CPAN homepage, other one is gone
VersionDeltaFile
1.91+2-2time/p5-DateTime/Makefile
+2-21 files

NetBSD/pkgsrc 5B1gT1Ydevel/p5-Devel-Cover distinfo Makefile

   Update to 1.51

   Upstream changes:
   1.51 - 26 July 2025
   - Test against 5.42.0
   - Add nvim report to show coverage in neovim
   - Fix cover --outputdir option (Hannes Thorsell) (GH-358)
   1.50 - 10 June 2025
   - Avoid some warnings during global destruction
   1.49 - 18 May 2025
   - Handle core Deparse changes for xor (Jim Keenan) (GH-355)
   - Code tidying
   1.48 - 11 May 2025
   - Fix up args handling for reports (Mitch McCracken) (GH-354)
   - Correct error message when launch is unavailable
   - Improve perlcritic compliance
   1.47 - 4 May 2025
   - Improve defined-or handling (Ed J) (GH-352)
   - Always set both HARNESS_PERL_SWITCHES and PERL5OPT (Ed J) (GH-351)

    [12 lines not shown]
VersionDeltaFile
1.34+4-4devel/p5-Devel-Cover/distinfo
1.49+2-3devel/p5-Devel-Cover/Makefile
+6-72 files

NetBSD/pkgsrc sUCyEuNwww/p5-Dancer Makefile

   p5-Dancer: use https
VersionDeltaFile
1.54+2-2www/p5-Dancer/Makefile
+2-21 files

NetBSD/pkgsrc ymocWkgmisc/p5-ControlX10-CM17 Makefile

   p5-ControlX10-CM17: use CPAN homepage, original one is gone.
VersionDeltaFile
1.32+2-2misc/p5-ControlX10-CM17/Makefile
+2-21 files

NetBSD/pkgsrc nlXxCqRmisc/p5-ControlX10-CM11 Makefile

   p5-ControlX10-CM11: use CPAN as homepage, other one is gone
VersionDeltaFile
1.33+2-3misc/p5-ControlX10-CM11/Makefile
+2-31 files

NetBSD/pkgsrc LJf7BJBdevel/p5-Config-General Makefile

   p5-Config-General: update HOMEPAGE
VersionDeltaFile
1.54+2-2devel/p5-Config-General/Makefile
+2-21 files

NetBSD/pkgsrc 2pfZeP8www/p5-CGI-FormBuilder Makefile

   p5-CGI-FormBuilder: use CPAN homepage, original one is gone
VersionDeltaFile
1.40+2-2www/p5-CGI-FormBuilder/Makefile
+2-21 files

NetBSD/pkgsrc S5NZm7qmail/p5-App-Siesh Makefile

   p5-App-Siesh: use cpan page, main homepage and repository are g
VersionDeltaFile
1.23+2-2mail/p5-App-Siesh/Makefile
+2-21 files

OpenBSD/src cTMwF3slib/libcrypto/mlkem mlkem_internal.h

   mlkem: fix mklem_{generate_key,encap}_external_entropy() declarations

   The prototypes used sized arrays appropriate only for MLKEM768 while the
   declarations used pointers. For some reason clang doesn't flag this but
   gcc does. In any case it was wrong. The callers of these functions check
   that they pass in the correct size. Which is weird but the mlkem directory
   has an unbelievable amount of mess and bad code.

   found by/ok jsing
VersionDeltaFile
1.14+3-5lib/libcrypto/mlkem/mlkem_internal.h
+3-51 files

NetBSD/src U9Xzhzdexternal/gpl3/gcc/usr.bin Makefile.inc Makefile.frontend

   fix which files -DIN_GCC_FRONTEND is applied to
VersionDeltaFile
1.43+5-1external/gpl3/gcc/usr.bin/Makefile.inc
1.8+2-3external/gpl3/gcc/usr.bin/Makefile.frontend
+7-42 files

NetBSD/src pdrtvk9external/gpl3/gcc/dist/libquadmath/math sqrtq.c rem_pio2q.c

   avoid a couple of GCC warnings.

   insert a new line to avoid:
   rem_pio2q.c:174:13: error: this 'for' clause does not guard... [-Werror=misleading-indentation]

   and for sqrtq.c, #ifdef a variable the same as the usage.
VersionDeltaFile
1.2+29-1external/gpl3/gcc/dist/libquadmath/math/sqrtq.c
1.2+2-1external/gpl3/gcc/dist/libquadmath/math/rem_pio2q.c
+31-22 files

OpenBSD/src kELmpnBlib/libcrypto/mlkem mlkem_internal.c mlkem_internal.h

   mlkem: garbage collect the unusd mlkem_{generate_key,encap}()

   These are flagged by more recent gcc since declarations and definitions
   don't match (sized array vs pointer). Also an array was checked for NULL.

   found by/ok jsing
VersionDeltaFile
1.6+1-37lib/libcrypto/mlkem/mlkem_internal.c
1.13+1-21lib/libcrypto/mlkem/mlkem_internal.h
+2-582 files

NetBSD/pkgsrc GQcrfKVdoc CHANGES-2026

   Updated devel/p5-Carp-Assert-More to 2.9.0
VersionDeltaFile
1.427+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jnSY1lcdevel/p5-Carp-Assert-More distinfo Makefile

   Update to 2.9.0

   Upstream changes:
   2.9.0   Wed Mar  5 22:27:28 CST 2025
           [ENHANCEMENTS]
           assert_arrayref_of() no longer requires the array to have at
           least one element.
           New assert_arrayref_nonempty_of() has the same behavior as
           assert_arrayref_of(), but requires at least one element.
   2.8.0   Fri Jan  3 12:03:58 CST 2025
           [ENHANCEMENTS]
           Added assert_regex().
   2.7.0   Wed Dec 25 14:40:15 CST 2024
           [ENHANCEMENTS]
           Added assert_numeric_between() and assert_integer_between().
   2.6.0   Sun Dec 22 23:37:00 CST 2024
           [ENHANCEMENTS]
           Add assert(), the same as assert() in Carp::Assert, as a
           convenience.

    [6 lines not shown]
VersionDeltaFile
1.10+4-4devel/p5-Carp-Assert-More/distinfo
1.29+2-3devel/p5-Carp-Assert-More/Makefile
+6-72 files