457,838 commits found in 88 milliseconds
cyrus-sasl: Fails with C23 default language.
Uses "old-style function definitions".
pari23: Fails with C23 default language.
Uses "old-style function definitions".
libmcrypt: Fails with C23 default language.
Uses "old-style function definitions" everywhere.
NetBSD /pkgsrc uKxjDtp — devel/libmatchbox Makefile distinfo, devel/libmatchbox/patches patch-libmb_mbmenu.h patch-libmb_mbpixbuf.h libmatchbox: Build fixes for GCC 14 and GCC 15.
netpbm: Various build fixes.
Firstly, this fails to build with a compiler that defaults to C23,
due to "old-style function definitions" in getopt.c. So force it to
build with the gnu89 standard.
Secondly, we want to force all function definitions to be visible.
They hardcore XOPEN_SOURCE all over the codebase, so we need to
override their decision. This eliminates the need to compile with
-Wno-implicit-function-declaration.
Why do we want to avoid doing that? Because older GCC versions error
when they encounter a warning flag that they don't support, and that
is one of them that GCC 4.x does not support.
unifdef: Fails with C23 default language.
Uses constexpr as a variable name, which conflicts with the
C23 keyword.
timidity: Fails with C23 default language.
Uses "old-style function definitions".
libp11: Fails with C23 default language.
Uses "true" and "false" as variable names, which conflict with the
C23 keywords.
libetm: Fails with C23 default language.
Uses "old-style function definitions".
libgphoto2: Fails with C23 default language.
Uses bool as a variable name, which conflicts with the C23 keyword.
stunnel: Force to C99 for now.
The libwrap usage conflicts with a C23 default language
version.
vorbis-tools: Bump to gnu99, since this uses inline variable decls
since version 1.4.3.
vorbis-tools: Fails with C23 default language.
Uses "old-style function definitions" in getopt support files.
glpk: Fails with C23 default language.
Defines its own bool type which conflicts with the C23 keyword.
c-icap: Fails with C23 default language.
NetBSD /pkgsrc 6kLPJqT — graphics/gdchart distinfo Makefile, graphics/gdchart/patches patch-gdchart.c patch-gdc__pie.c gdchart: Various fixes for GCC 14 & 15.
NetBSD /pkgsrc 3zBnKpr — x11/blt distinfo Makefile, x11/blt/patches patch-ae patch-src_bltTreeView.h blt: Various GCC 15 build fixes.
mtx: Fails with C23 default language.
This time, because of defining its own true and false, rather than
because of K&R style declarations.
NetBSD /pkgsrc parO914 — security/crack Makefile distinfo, security/crack/patches patch-src_libdes_rpw.c patch-src_libdes_speed.c crack: Fix building with GCC 15.
smake: Fails with C23 default language.
doc: Updated www/ruby-aws-sdk-kms to 1.129.0nb1
www/ruby-aws-sdk-kms: update dependency
Update minimum version for ruby-aws-sdk-core.
Bump PKGREVISION.
doc: Updated www/ruby-aws-sdk-secretsmanager to 1.133.0nb1
www/ruby-aws-sdk-secretsmanager: update dependency
Update minimum version for ruby-aws-sdk-core.
Bump PKGREVISION.
gkrellm: Fails with C23 default language.
correct ncspot + nushell and flawz
doc: Updated security/flawz to 0.4.1
security/flawz: update to 0.4.1
Contains security fix!
0.4.1 - 2026-06-13
🚀 Features
(theme) Add 'gruvbox-material-dark-hard' theme (#77) - (795f075)
Migrate to NVD 2.0 via nvd_cve 0.3 (#111) - (59d714a)
🚜 Refactor
Replace format! with concat! for string literals (#83) - (46f74ed)
⚙️ Miscellaneous Tasks
(theme) Add catppuccin theme (#90) - (92bd253)
Update outdated references and Rust edition - (5dfa582)
Ignore typo - (3b24a29)
Bump dependencies - (8d62f70)
NetBSD /pkgsrc sfCyMP1 — graphics/icoutils distinfo Makefile, graphics/icoutils/patches patch-configure icoutils: Fails with C23 default language.
NetBSD /pkgsrc HmM15HP — devel/eina Makefile distinfo, devel/eina/patches patch-src_modules_mp_chained__pool_eina__chained__mempool.c eina: Fix build with GCC 15. Don't use alignof as variable name.