NetBSD/pkgsrc-wip 9e0a0f8john-jumbo PLIST Makefile, john-jumbo/patches patch-src_osx__as__wrapper.sh patch-src_configure

Update to john-jumbo to bleeding-jumbo as of 20260613

Move from the 1.8.0-jumbo-1 release to the bleeding-jumbo development
branch, which tracks ongoing jumbo development past 1.9.0-jumbo-1
(May 2019) -- ~4.5 years and 6000+ jumbo commits beyond 1.8.0-jumbo-1.

Notable changes since 1.8.0-jumbo-1:
- New 1.9.0 core base; bcrypt interleaving on x86-64 raised 2x -> 3x
  for a major speedup on CPUs without SMT
- Extended bitslice DES with more SIMD sets: AVX2, AVX-512 (incl.
  2nd-gen Xeon Phi) and MIC (1st-gen Xeon Phi) on x86(-64); ASIMD
  on Aarch64
- AVX-512 ternary-logic (3-input LUT) DES S-box expressions, also
  used via OpenCL on NVIDIA Maxwell and above
- FPGA support for 7 hash types on ZTEX 1.15y boards
- Many new format/hash types, OpenCL improvements, bugfixes and
  portability updates

Full release notes at https://www.openwall.com/lists/announce/2019/05/14/1
DeltaFile
+198-0john-jumbo/PLIST
+42-6john-jumbo/Makefile
+0-21john-jumbo/patches/patch-src_osx__as__wrapper.sh
+3-12john-jumbo/distinfo
+0-13john-jumbo/patches/patch-src_configure
+0-13john-jumbo/patches/patch-src_escrypt_sysendian.h
+243-656 files not shown
+243-13812 files

NetBSD/pkgsrc IiQaZvQsecurity/cyrus-sasl Makefile

   cyrus-sasl: Fails with C23 default language.

   Uses "old-style function definitions".
VersionDeltaFile
1.83+4-1security/cyrus-sasl/Makefile
+4-11 files

NetBSD/pkgsrc 0a2Dpvimath/pari23 Makefile

   pari23: Fails with C23 default language.

   Uses "old-style function definitions".
VersionDeltaFile
1.20+6-1math/pari23/Makefile
+6-11 files

NetBSD/pkgsrc HVQkoP5security/libmcrypt Makefile

   libmcrypt: Fails with C23 default language.

   Uses "old-style function definitions" everywhere.
VersionDeltaFile
1.26+4-1security/libmcrypt/Makefile
+4-11 files

NetBSD/pkgsrc uKxjDtpdevel/libmatchbox Makefile distinfo, devel/libmatchbox/patches patch-libmb_mbmenu.h patch-libmb_mbpixbuf.h

   libmatchbox: Build fixes for GCC 14 and GCC 15.
VersionDeltaFile
1.1+15-0devel/libmatchbox/patches/patch-libmb_mbmenu.h
1.1+15-0devel/libmatchbox/patches/patch-libmb_mbpixbuf.h
1.38+4-1devel/libmatchbox/Makefile
1.10+3-1devel/libmatchbox/distinfo
+37-24 files

NetBSD/pkgsrc eEikaEggraphics/netpbm Makefile

   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.
VersionDeltaFile
1.261+8-8graphics/netpbm/Makefile
+8-81 files

NetBSD/src 500ztyRsys/arch/powerpc/ibm4xx/pci pciex.c

   Config cycle to incorrect device numbers wedges the bus - avoid that.
VersionDeltaFile
1.2+14-6sys/arch/powerpc/ibm4xx/pci/pciex.c
+14-61 files

NetBSD/pkgsrc LQz6XR6devel/unifdef Makefile

   unifdef: Fails with C23 default language.

   Uses constexpr as a variable name, which conflicts with the
   C23 keyword.
VersionDeltaFile
1.3+5-1devel/unifdef/Makefile
+5-11 files

NetBSD/pkgsrc ie1mAhzaudio/timidity Makefile

   timidity: Fails with C23 default language.

   Uses "old-style function definitions".
VersionDeltaFile
1.136+4-1audio/timidity/Makefile
+4-11 files

NetBSD/pkgsrc ddXDFYGsecurity/libp11 Makefile

   libp11: Fails with C23 default language.

   Uses "true" and "false" as variable names, which conflict with the
   C23 keywords.
VersionDeltaFile
1.19+5-1security/libp11/Makefile
+5-11 files

NetBSD/pkgsrc KkkKDX8devel/libetm Makefile

   libetm: Fails with C23 default language.

   Uses "old-style function definitions".
VersionDeltaFile
1.23+4-1devel/libetm/Makefile
+4-11 files

NetBSD/pkgsrc ppRIZMudevel/libgphoto2 Makefile

   libgphoto2: Fails with C23 default language.

   Uses bool as a variable name, which conflicts with the C23 keyword.
VersionDeltaFile
1.98+3-1devel/libgphoto2/Makefile
+3-11 files

NetBSD/pkgsrc-wip 582f9b1gzip Makefile distinfo, gzip/patches patch-lib_utimens.h

gzip: use upstream patch instead of compiler flag
DeltaFile
+19-0gzip/patches/patch-lib_utimens.h
+0-3gzip/Makefile
+1-0gzip/distinfo
+20-33 files

NetBSD/pkgsrc Q7N36JRsecurity/stunnel Makefile

   stunnel: Force to C99 for now.

   The libwrap usage conflicts with a C23 default language
   version.
VersionDeltaFile
1.137+5-1security/stunnel/Makefile
+5-11 files

NetBSD/pkgsrc LhQH7V4audio/vorbis-tools Makefile

   vorbis-tools: Bump to gnu99, since this uses inline variable decls
   since version 1.4.3.
VersionDeltaFile
1.106+2-2audio/vorbis-tools/Makefile
+2-21 files

NetBSD/pkgsrc WTJlrIFaudio/vorbis-tools Makefile

   vorbis-tools: Fails with C23 default language.

   Uses "old-style function definitions" in getopt support files.
VersionDeltaFile
1.105+4-1audio/vorbis-tools/Makefile
+4-11 files

NetBSD/pkgsrc 9l90EIEmath/glpk Makefile

   glpk: Fails with C23 default language.

   Defines its own bool type which conflicts with the C23 keyword.
VersionDeltaFile
1.49+4-1math/glpk/Makefile
+4-11 files

NetBSD/pkgsrc Z0qeGbSwww/c-icap Makefile

   c-icap: Fails with C23 default language.
VersionDeltaFile
1.38+2-2www/c-icap/Makefile
+2-21 files

NetBSD/src 3mLFZtlsys/dev/ic dm9000.c

   dm9000.c: add missing __KERNEL_RCSID
VersionDeltaFile
1.44+2-1sys/dev/ic/dm9000.c
+2-11 files

NetBSD/pkgsrc 6kLPJqTgraphics/gdchart distinfo Makefile, graphics/gdchart/patches patch-gdchart.c patch-gdc__pie.c

   gdchart: Various fixes for GCC 14 & 15.
VersionDeltaFile
1.3+13-29graphics/gdchart/patches/patch-gdchart.c
1.1+19-0graphics/gdchart/patches/patch-gdc__pie.c
1.1+14-0graphics/gdchart/patches/patch-gdc.c
1.16+4-1graphics/gdchart/distinfo
1.53+3-1graphics/gdchart/Makefile
+53-315 files

NetBSD/pkgsrc 3zBnKprx11/blt distinfo Makefile, x11/blt/patches patch-ae patch-src_bltTreeView.h

   blt: Various GCC 15 build fixes.
VersionDeltaFile
1.10+14-5x11/blt/patches/patch-ae
1.1+15-0x11/blt/patches/patch-src_bltTreeView.h
1.20+3-2x11/blt/distinfo
1.42+4-1x11/blt/Makefile
+36-84 files

NetBSD/pkgsrc H8WK5KQsysutils/mtx Makefile

   mtx: Fails with C23 default language.

   This time, because of defining its own true and false, rather than
   because of K&R style declarations.
VersionDeltaFile
1.4+4-2sysutils/mtx/Makefile
+4-21 files

NetBSD/pkgsrc parO914security/crack Makefile distinfo, security/crack/patches patch-src_libdes_rpw.c patch-src_libdes_speed.c

   crack: Fix building with GCC 15.
VersionDeltaFile
1.1+14-0security/crack/patches/patch-src_libdes_rpw.c
1.1+14-0security/crack/patches/patch-src_libdes_speed.c
1.35+3-1security/crack/Makefile
1.12+3-1security/crack/distinfo
+34-24 files

NetBSD/pkgsrc 8chFjACdevel/smake Makefile

   smake: Fails with C23 default language.
VersionDeltaFile
1.29+3-1devel/smake/Makefile
+3-11 files

NetBSD/pkgsrc Ebzkhkadoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-kms to 1.129.0nb1
VersionDeltaFile
1.3804+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc aNtTZfHwww/ruby-aws-sdk-kms Makefile

   www/ruby-aws-sdk-kms: update dependency

   Update minimum version for ruby-aws-sdk-core.

   Bump PKGREVISION.
VersionDeltaFile
1.47+3-2www/ruby-aws-sdk-kms/Makefile
+3-21 files

NetBSD/pkgsrc PXYAEludoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-secretsmanager to 1.133.0nb1
VersionDeltaFile
1.3803+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc euz3cxkwww/ruby-aws-sdk-secretsmanager Makefile

   www/ruby-aws-sdk-secretsmanager: update dependency

   Update minimum version for ruby-aws-sdk-core.

   Bump PKGREVISION.
VersionDeltaFile
1.53+3-2www/ruby-aws-sdk-secretsmanager/Makefile
+3-21 files

NetBSD/pkgsrc 2M6H4Hssysutils/gkrellm Makefile.common

   gkrellm: Fails with C23 default language.
VersionDeltaFile
1.21+2-1sysutils/gkrellm/Makefile.common
+2-11 files

NetBSD/pkgsrc St0tmQ2doc pkg-vulnerabilities

   correct ncspot + nushell and flawz
VersionDeltaFile
1.764+4-4doc/pkg-vulnerabilities
+4-41 files