Dreckly/dreckly 85cffdbsecurity/libdes distinfo, security/libdes/patches patch-rpw.c

libdes: Fix implicit declaration of exit.
DeltaFile
+14-0security/libdes/patches/patch-rpw.c
+1-0security/libdes/distinfo
+15-02 files

OPNSense/core 2ac18cesrc/opnsense/service/templates/OPNsense/Captiveportal lighttpd-zone.conf

captive portal: fix bracketed IPv6 literal in redirurl regex (#9981)

The host-match regex ([^:/]+) in the IPv6 lighttpd socket blocks
truncates bracketed IPv6 literals at the first colon, producing a
broken redirurl (e.g. [2601/ instead of [2606:4700:4700::1111]/).

Change the capture group to (\[[^\]]+\]|[^:/]+) so a full bracketed
literal is matched first, falling back to the original pattern for
IPv4 addresses and hostnames.

Missed in: 369630dbd35c (Captive portal: IPv6 support, #9745)
See also: #9973
DeltaFile
+2-2src/opnsense/service/templates/OPNsense/Captiveportal/lighttpd-zone.conf
+2-21 files

NetBSD/pkgsrc zBLpnwVsecurity/p0f distinfo, security/p0f/patches patch-p0f-query.c

   p0f: Fix implicit declaration of bzero.
VersionDeltaFile
1.1+14-0security/p0f/patches/patch-p0f-query.c
1.23+2-1security/p0f/distinfo
+16-12 files

NetBSD/pkgsrc L3xFWnOsecurity/pkcs11-helper Makefile

   pkcs11-helper: Fix build on SunOS with recent gcc
VersionDeltaFile
1.49+3-1security/pkcs11-helper/Makefile
+3-11 files

NetBSD/pkgsrc otPtb65security/portsentry distinfo, security/portsentry/patches patch-portsentry.h

   portsentry: Fix implicit declaration of bzero in portsentry_io.c.
VersionDeltaFile
1.1+14-0security/portsentry/patches/patch-portsentry.h
1.12+2-1security/portsentry/distinfo
+16-12 files

NetBSD/pkgsrc cym1mfzsecurity/seccure distinfo, security/seccure/patches patch-seccure.c

   seccure: Fix implicit declaration of alloca.
VersionDeltaFile
1.2+18-8security/seccure/patches/patch-seccure.c
1.8+2-2security/seccure/distinfo
+20-102 files

NetBSD/pkgsrc 14yrfavsecurity/snow distinfo, security/snow/patches patch-snow.h

   snow: Fix implicit declaration of strcmp in main.c.
VersionDeltaFile
1.1+14-0security/snow/patches/patch-snow.h
1.6+2-1security/snow/distinfo
+16-12 files

Dreckly/dreckly 49b1d15security/p0f distinfo, security/p0f/patches patch-p0f-query.c

p0f: Fix implicit decl of bzero
DeltaFile
+14-0security/p0f/patches/patch-p0f-query.c
+1-0security/p0f/distinfo
+15-02 files

Dreckly/dreckly 9ff963csecurity/pkcs11-helper Makefile

pkcs11-helper: Fix build on SunOS
DeltaFile
+2-0security/pkcs11-helper/Makefile
+2-01 files

Dreckly/dreckly b5de11fsecurity/portsentry distinfo, security/portsentry/patches patch-portsentry.h

portsentry: Fix implicit decl of bzero
DeltaFile
+14-0security/portsentry/patches/patch-portsentry.h
+1-0security/portsentry/distinfo
+15-02 files

Dreckly/dreckly 4577f50security/seccure distinfo, security/seccure/patches patch-seccure.c

seccure: Fix implicit decl of alloca
DeltaFile
+17-7security/seccure/patches/patch-seccure.c
+1-1security/seccure/distinfo
+18-82 files

OPNSense/core b67a8fdsrc/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogOption6.xml dialogReservation6.xml, src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv6.xml KeaDhcpv6.php

Services: Kea: DHCPv6: allow sending any DHCPv6 option as raw hex payload (#9982)
DeltaFile
+47-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.xml
+37-0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/dialogOption6.xml
+26-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.php
+9-0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/dialogReservation6.xml
+9-0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/dialogSubnet6.xml
+6-0src/opnsense/service/conf/actions.d/actions_kea.conf
+134-02 files not shown
+138-08 files

Dreckly/dreckly 935040csecurity/pkcs11-helper Makefile

pkcs11-helper: Fix build on SunOS
DeltaFile
+2-0security/pkcs11-helper/Makefile
+2-01 files

Dreckly/dreckly 5142ddesecurity/portsentry distinfo, security/portsentry/patches patch-portsentry.h

portsentry: Fix implicit decl of bzero
DeltaFile
+14-0security/portsentry/patches/patch-portsentry.h
+1-0security/portsentry/distinfo
+15-02 files

Dreckly/dreckly 0f263cdsecurity/seccure distinfo, security/seccure/patches patch-seccure.c

seccure: Fix implicit decl of alloca
DeltaFile
+17-7security/seccure/patches/patch-seccure.c
+1-1security/seccure/distinfo
+18-82 files

LLVM/project 3dc46e9lldb/test/Shell/SymbolFile/NativePDB vbases.test

[lldb] Use clang_cl_host to build `vbases.test` (#186857)
DeltaFile
+2-2lldb/test/Shell/SymbolFile/NativePDB/vbases.test
+2-21 files

LLVM/project 8f6e28cllvm/lib/Analysis DependenceAnalysis.cpp, llvm/test/Analysis/DependenceAnalysis exact-siv-large-btc.ll rdiv-large-btc.ll

[DA] Add precondition `0 <=s UB` to function `inferAffineDomain`
DeltaFile
+23-12llvm/lib/Analysis/DependenceAnalysis.cpp
+16-9llvm/test/Analysis/DependenceAnalysis/exact-siv-large-btc.ll
+1-1llvm/test/Analysis/DependenceAnalysis/rdiv-large-btc.ll
+40-223 files

LLVM/project 949ba26llvm/test/Analysis/DependenceAnalysis exact-siv-large-btc.ll

[DA] Add test for the Exact SIV test misses dependency (NFC)
DeltaFile
+53-0llvm/test/Analysis/DependenceAnalysis/exact-siv-large-btc.ll
+53-01 files

LLVM/project 06383e1llvm/lib/Analysis DependenceAnalysis.cpp, llvm/test/Analysis/DependenceAnalysis exact-siv-addrec-wrap.ll

[DA] Check nsw flags for addrecs in the Exact SIV test
DeltaFile
+4-0llvm/lib/Analysis/DependenceAnalysis.cpp
+1-1llvm/test/Analysis/DependenceAnalysis/exact-siv-addrec-wrap.ll
+5-12 files

LLVM/project 7cadf00llvm/lib/Analysis DependenceAnalysis.cpp, llvm/test/Analysis/DependenceAnalysis exact-siv-addrec-wrap.ll strong-siv-addrec-wrap.ll

[DA] Remove calls to the GCD MIV test from `testSIV`
DeltaFile
+9-19llvm/test/Analysis/DependenceAnalysis/exact-siv-addrec-wrap.ll
+9-19llvm/test/Analysis/DependenceAnalysis/strong-siv-addrec-wrap.ll
+9-16llvm/test/Analysis/DependenceAnalysis/infer_affine_domain_ovlf.ll
+12-12llvm/test/Analysis/DependenceAnalysis/run-specific-dependence-test.ll
+4-8llvm/lib/Analysis/DependenceAnalysis.cpp
+2-2llvm/test/Analysis/DependenceAnalysis/exact-siv-overflow.ll
+45-766 files

OPNSense/core 5604e67src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv6.php

Fix typo in previous
DeltaFile
+2-2src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.php
+2-21 files

Dreckly/dreckly 0bbf0ccsecurity/snow distinfo, security/snow/patches patch-snow.h

snow: Fix implicit decls
DeltaFile
+14-0security/snow/patches/patch-snow.h
+1-0security/snow/distinfo
+15-02 files

OPNSense/core 31c6967src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogOption6.xml dialogReservation6.xml, src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv6.xml KeaDhcpv6.php

Services: Kea: DHCPv6: allow sending any DHCPv6 option as raw hex payload
DeltaFile
+47-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.xml
+37-0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/dialogOption6.xml
+26-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.php
+9-0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/dialogReservation6.xml
+9-0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/dialogSubnet6.xml
+6-0src/opnsense/service/conf/actions.d/actions_kea.conf
+134-02 files not shown
+138-08 files

NetBSD/pkgsrc CTvtuMRlang/rust platform.mk

   rust: pretend not to work on armv6

   right now cargo-c doesn't build on armv6 and the pbulk fallout is
   quite large.
VersionDeltaFile
1.35+2-2lang/rust/platform.mk
+2-21 files

FreeBSD/ports 3fa2642devel/py-flufl.i18n Makefile, devel/py-flufl.i18n/files patch-pyproject.toml

devel/py-flufl.i18n: fix stage

staging still breaks because PEP517_INSTALL_CMD and USE_PYTHON=autoplist
do not handle the period (.) name normalisation bit that hatchling
implements properly. For now, use a hack that allows correct packaging
until PR 270358/review D46236 is committed, at which point the hack
becomes a no-op.

Pointy-hat to: vishwin
With hat: python
PR: 293773
DeltaFile
+15-0devel/py-flufl.i18n/Makefile
+0-14devel/py-flufl.i18n/files/patch-pyproject.toml
+15-142 files

NetBSD/src bdXHz12sys/sys cpuio.h

   cpuio.h: fix a comment

   ci_cpuid is MD hardware ID like x86 apic ID.
   it can be different from what cpuio.h api actually uses.
VersionDeltaFile
1.11+2-2sys/sys/cpuio.h
+2-21 files

LLVM/project 3d421d5llvm/include/llvm/Analysis DependenceAnalysis.h, llvm/lib/Analysis DependenceAnalysis.cpp

[DA] Refactor the signature of the Exact SIV test (NFCI) (#186386)

Change the signature of `exactSIVtest` to directly pass addrecs instead
of passing their operands separately. I *think* this change is not
mandatory, but it will simplify the code, especially because we will be
checking the presence of nsw flags on the addrecs.
DeltaFile
+8-7llvm/lib/Analysis/DependenceAnalysis.cpp
+1-3llvm/include/llvm/Analysis/DependenceAnalysis.h
+9-102 files

FreeBSD/ports 0d8c0a9devel/py-flufl.lock Makefile, devel/py-flufl.lock/files patch-pyproject.toml

devel/py-flufl.lock: fix stage

staging still breaks because PEP517_INSTALL_CMD and USE_PYTHON=autoplist
do not handle the period (.) name normalisation bit that hatchling
implements properly. For now, use a hack that allows correct packaging
until PR 270358/review D46236 is committed, at which point the hack
becomes a no-op.

Pointy-hat to: vishwin
With hat: python
PR: 293772
DeltaFile
+15-0devel/py-flufl.lock/Makefile
+0-14devel/py-flufl.lock/files/patch-pyproject.toml
+15-142 files

OPNSense/core b9a5d5csrc/etc/inc/plugins.inc.d unbound.inc

Services: Unbound DNS: Overrides - only emit warning when "addptr" was requested, closes https://github.com/opnsense/core/pull/9975
DeltaFile
+1-1src/etc/inc/plugins.inc.d/unbound.inc
+1-11 files

FreeBSD/ports ba59746www/pound Makefile distinfo

www/pound: update the port to the latest version 4.21

- Drop DSAPARAM option, the code it used to patch is gone
- Add optional Lua support (requires version 5.3.5 or 5.4)

Requested by:   maintainer
DeltaFile
+6-7www/pound/Makefile
+3-3www/pound/distinfo
+9-102 files