13,434,737 commits found in 6 milliseconds
sysutils/swtpm: Update 0.10.1 => 0.10.2
Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2
- Update maintainer's email.
PR: 298251
Security: CVE-2026-75900
Sponsored by: UNIS Labs
MFH: 2026Q3
(cherry picked from commit d369f423848506f7bff5d8b3cfe43f14886c965b )
sysutils/swtpm: Update 0.10.1 => 0.10.2
Changelog:
https://github.com/stefanberger/swtpm/blob/v0.10.2/CHANGES
https://github.com/stefanberger/swtpm/releases/tag/v0.10.2
- Update maintainer's email.
PR: 298251
Security: CVE-2026-75900
Sponsored by: UNIS Labs
MFH: 2026Q3
FreeBSD /ports f8826ff — news/nzbget Makefile distinfo, news/nzbget/files patch-cmake_posix.cmake patch-cmake_par2-turbo.cmake news/nzbget: Update 26.2 => 26.3
Changelog:
https://github.com/nzbgetcom/nzbget/blob/v26.3/ChangeLog.md
https://github.com/nzbgetcom/nzbget/releases/tag/v26.3
- Fix rc script for run as a non-root user.
- Refresh patches.
PR: 298240
Approved by: Alex Levy <a13xlevy at pm.me> (maintainer)
Sponsored by: UNIS Labs
MFH: 2026Q3
(cherry picked from commit 5d90d870a04e738afc8546209fdd2217924dc885 )
FreeBSD /ports 5d90d87 — news/nzbget Makefile distinfo, news/nzbget/files patch-cmake_posix.cmake patch-cmake_par2-turbo.cmake news/nzbget: Update 26.2 => 26.3
Changelog:
https://github.com/nzbgetcom/nzbget/blob/v26.3/ChangeLog.md
https://github.com/nzbgetcom/nzbget/releases/tag/v26.3
- Fix rc script for run as a non-root user.
- Refresh patches.
PR: 298240
Approved by: Alex Levy <a13xlevy at pm.me> (maintainer)
Sponsored by: UNIS Labs
MFH: 2026Q3
devel/R-cran-bit64: Update to 4.8.6
Reported by: portscout
[TableGen] Escape single quotes when emitting a string table as char literals (#221612)
Fix a latent bug in StringToOffsetTable, which led to breakage after
#218845
```
C:\_work\llvm-project\llvm-project\build\tools\clang\include\clang/Options/Options.inc(135,18): error: expected expression
C:\_work\llvm-project\llvm-project\build\tools\clang\include\clang/Options/Options.inc(135,24): warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
135 | 'D', 'o', 'n', ''', 't', ' ', 'e', 'm', 'i', 't', ' ', 'e', 'r', 'r', 'o', 'r', 's', ' ', 'o', 'n', ' ', 'i', 'n', 'v', 'a', 'l', 'i', 'd', ' ', 'a', 'n', 'a', 'l', 'y', 'z', 'e', 'r', '-', 'c', 'o', 'n', 'f', 'i', 'g', ' ', 'i', 'n', 'p', 'u', 't', 's', '\0',
| ^
``` Introduce nfsdtop(8)
Display top-like NFS server I/O using dtrace(1) .
Also supports JSON output for time-series.
Relnotes: yes
Reviewed by: ziaee, bcr, adrian
Differential Revision: https://reviews.freebsd.org/D59438
FreeBSD /ports bc81f89 — devel/brz Makefile, devel/brz/files patch-breezy_bzr___chk__map__pyx.pyx patch-breezy_bzr___dirstate__helpers__pyx.pyx devel/brz: Fix with cython 3, undeprecate
PR: 298249
Sponsored by: UNIS Labs
MFH: 2026Q3
(cherry picked from commit 96719dff8ae4dd6126df245ba36804f2e739fc54 )
FreeBSD /ports 96719df — devel/brz Makefile, devel/brz/files patch-breezy_bzr___chk__map__pyx.pyx patch-breezy_bzr___dirstate__helpers__pyx.pyx devel/brz: Fix with cython 3, undeprecate
PR: 298249
Sponsored by: UNIS Labs
MFH: 2026Q3
LLVM /project 1dfbc1e — clang/include/clang/Analysis/Analyses/LifetimeSafety LifetimeSafety.h, clang/lib/Analysis/LifetimeSafety Checker.cpp Implement pay-for-what-you-use warnings in LifetimeSafetyChecker
We split IsLifetimeSafetyEnabled into individual check functions
in SemaLifetimeSafety.h:
- ShouldCheckSafety
- ShouldCheckNoescapeViolations
- ShouldCheckLifetimeboundViolations
- ShouldCheckMisplacedLifetimebound
- ShouldCheckInapplicableLifetimebound
- ShouldSuggestLifetimeAnnotations
These properties are stored in LifetimeSafetyOpts, which are then checked
inside the Checker to avoid invoking expensive reporting functions mapping
to diagnostics that are disabled.
TAG=agy
CONV=a79c61c3 -92c6-404e-83e3-3e3088f77c0e
Linux 7.3-rc2
LLVM /project 067b6d9 — orc-rt/test/unit CommonTestUtils.h CMakeLists.txt, orc-rt/test/unit/bedrock/sps SimpleRemoteCATest.cpp SimpleNativeMemoryMapSPSCITest.cpp [orc-rt] Split unit tests into SupportTests and BedrockTests (#221562)
Replace CoreTests with one test binary per layer. SupportTests links the
Support object library and nothing else, so a new support-to-bedrock
dependency fails to link rather than going unnoticed.
Making that work required splitting CommonTestUtils.h: its
Bedrock-dependent helpers move to a new BedrockTestUtils.h, so that no
SupportTests translation unit includes a Bedrock header. That in turn
lets ProxyTest join SupportTests -- Proxy.h only forward-declares
Session, so the test can define its own instead of constructing a real
one. Merge tag 'trace-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Pull tracing fixes from Steven Rostedt:
- Fix several tracefs files that did not take the trace_array reference
A trace instance can be created and destroyed in the tracefs
"instances" directory via mkdir and rmdir respectively. The instance
is represented by a trace_array descriptor.
Most tracefs files pass the trace_array as the private data of the
inode to the open/read/write functions. Since there is no locking
between the time a task opens a file and the deletion of the instance
(and the freeing of the trace_array), each open needs to get a
reference to the trace_array and each close must remove it.
An instance can't be removed if there's any reference taken on its
trace_array. The open function uses trace_array_get() that takes a
lock (preventing removal of instances) and iterates the list of all
[76 lines not shown ] intelspi: add Wildcat Lake SPI controller IDs
Add PCI device IDs for Wildcat Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59011
(cherry picked from commit eeb02a9c24e9b59295b2cdf09bed955ccbf89a7e )
intelspi: add Panther Lake SPI controller IDs
Add PCI device IDs for Panther Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59012
(cherry picked from commit 59379461f00c0a7ca1c911c20674510affa6795a )
intelspi: add Nova Lake SPI controller IDs
Add PCI device IDs for Nova Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59013
(cherry picked from commit f22ffd63aa83976251a7b425ac17b8ecb8a80177 )
intelspi: add Lunar Lake SPI controller IDs
Add PCI device IDs for Lunar Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59010
(cherry picked from commit be503dd912a18e5f7eb16c73326562e13681cf49 )
intelspi: add Raptor Lake SPI controller IDs
Add PCI device IDs for Raptor Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59007
(cherry picked from commit a6d84d04b3f2b570d7fff0835058d14f3bd84d9a )
intelspi: add Arrow Lake SPI controller IDs
Add PCI device IDs for Arrow Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59009
(cherry picked from commit ca1a2bf39614a910c87cbc703df25396fe2bd26b )
intelspi: add Meteor Lake SPI controller IDs
Add PCI device IDs for Meteor Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59008
(cherry picked from commit 6d4b45ac5c6c7b01febda0185df420d08f80096b )
intelspi: add Elkhart Lake SPI controller IDs
Add PCI device IDs for Elkhart Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59005
(cherry picked from commit bdda595a8ea31cb8161e5773139df3cf8785abb7 )
intelspi: add Alder Lake SPI controller IDs
Add PCI device IDs for Alder Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59006
(cherry picked from commit 2dd4027c07e91ea5903314411f4bae44f72ca03b )
intelspi: add Tiger Lake SPI controller IDs
Add PCI device IDs for Tiger Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59004
(cherry picked from commit 3ff56f81a1a58d708d0101d601e88c289cfc5882 )
intelspi: add Lakefield SPI controller IDs
Add PCI device IDs for Lakefield-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59001
(cherry picked from commit 0b4ff3e1def98c6d804f1e8cc96f3f8eaf4c60bb )
intelspi: add Ice Lake SPI controller IDs
Add PCI device IDs for Ice Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59002
(cherry picked from commit 88919d5ab6c4f611fb2b90d4ff17667072296950 )
intelspi: add Jasper Lake SPI controller IDs
Add PCI device IDs for Jasper Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59003
(cherry picked from commit e7db9fa2e10408257541c38b99323a17824c6078 )
intelspi: add Apollo Lake SPI controller IDs
Add PCI device IDs for Apollo Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D58998
(cherry picked from commit 4c998ff28471e3fbfcf96decbef5a472cd3d0dd1 )
intelspi: add Comet Lake SPI controller IDs
Add PCI device IDs for Comet Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D59000
(cherry picked from commit 9fb03dd2f759fa68fadecbab40ae84ec390b3a62 )
intelspi: add Cannon Lake SPI controller IDs
Add PCI device IDs for Cannon Lake-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D58999
(cherry picked from commit 26b921d8bd86d14ddb2441186440f6a6136cc1c1 )
intelspi: add Broxton SPI controller IDs
Add PCI device IDs for Broxton-generation LPSS peripheral SPI
controllers.
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D58997
(cherry picked from commit a3489cc47083b7dd4ddddd6d9c03b7ba33f1271f )