NetBSD/pkgsrc QjAbpX1lang/clang Makefile.common distinfo, lang/clang/patches patch-lib_Driver_ToolChains_Gnu.cpp patch-lib_Driver_ToolChain.cpp

   clang: Switch SunOS back to using the GCC runtime.

   Upstream LLVM have removed the SunOS code from libcxx et al, despite us
   offering to support it and it working fine, and so we're left with no
   choice but to go back to using the GCC libraries and headers, which is a
   shame.

   Tested to compile at least a few different C/C++ files, and is able to
   complete the builds of lang/wasi-*.
VersionDeltaFile
1.1+27-0lang/clang/patches/patch-lib_Driver_ToolChains_Gnu.cpp
1.3+20-3lang/clang/patches/patch-lib_Driver_ToolChain.cpp
1.57+8-10lang/clang/Makefile.common
1.83+5-6lang/clang/distinfo
1.6+4-6lang/clang/patches/patch-lib_Basic_Targets_OSTargets.h
1.3+4-3lang/clang/patches/patch-tools_clang-shlib_CMakeLists.txt
+68-282 files not shown
+70-308 files

NetBSD/pkgsrc KMRKoOidatabases/mongodb3 Makefile

   mongodb3: Incompatible with latest boost in pkgsrc, use internal boost
VersionDeltaFile
1.32+3-4databases/mongodb3/Makefile
+3-41 files

NetBSD/pkgsrc T4mMs8semulators/mame Makefile

   mame: bump required gcc version
VersionDeltaFile
1.194+5-9emulators/mame/Makefile
+5-91 files

NetBSD/pkgsrc FXmtdO5doc CHANGES-2024

   Updated devel/glib2, devel/glib2-tools, devel/gdbus-codegen
VersionDeltaFile
1.3291+4-1doc/CHANGES-2024
+4-11 files

NetBSD/pkgsrc GtsSkzYdevel/gdbus-codegen distinfo, devel/glib2 PLIST distinfo

   glib2 glib2-tools gdbus-codegen: updated to 2.80.2

   Overview of changes in GLib 2.80.2, 2024-05-08
   ==============================================

   * Fix a regression with IBus caused by the fix for CVE-2024-34397

   * Fix installation directory of the GVariant specification

   * Bugs fixed:
     - GVariant specification installed in wrong directory (Michael
       Catanzaro)
     - Fixing CVE-2024-34397 caused regressions for ibus (Simon McVittie)
     - Backport "gdbusconnection: Fix test signal subscription ordering" to
       glib-2-80
     - Backport !4049 “Correct installation directory of GVariant
       specification” to glib-2-80
     - Backport !4053 “gdbusconnection: Allow name owners to have the syntax
       of a well-known name” to glib-2-80
VersionDeltaFile
1.156+9-9devel/glib2/PLIST
1.49+4-4devel/gdbus-codegen/distinfo
1.324+4-4devel/glib2/distinfo
1.118+2-2devel/glib2/Makefile.common
+19-194 files

NetBSD/pkgsrc q5fTeVPdoc TODO

   doc/TODO: + MesaLib-24.0.7, arti-1.2.2.
VersionDeltaFile
1.24429+3-3doc/TODO
+3-31 files

NetBSD/pkgsrc KYlucXvdoc CHANGES-2024

   Updated graphics/libjpeg-turbo, www/tinyproxy, www/nghttp3, net/ngtcp2
VersionDeltaFile
1.3290+5-1doc/CHANGES-2024
+5-11 files

NetBSD/pkgsrc cJnZhzjnet/ngtcp2 distinfo PLIST

   ngtcp2: updated to 1.5.0

   ngtcp2 v1.5.0

   Fix release script
   autotools: Switch to tar-pax
   Pack more QUIC packets on large PMTUD probes
   Drop UDP datagram if it comes from a well-known port
   Rework transmitting empty STREAM frame
   Take into account SCID length when computing minimum packet size
   More prohibited ports
   client: Handle error from feed_data
   server: Send stateless reset
   crypto: Adjust token stack buffer sizes
   crypto: Reduce NGTCP2_CRYPTO_TOKEN_RAND_DATALEN to 16
   Bump wolfssl to v5.7.0-stable
   Group up integration test output
   QUIC min Short packet is 22
   cmake: add BUILD_TESTING, fix MSVC with static + shared

    [26 lines not shown]
VersionDeltaFile
1.16+4-4net/ngtcp2/distinfo
1.14+2-2net/ngtcp2/PLIST
1.17+2-2net/ngtcp2/Makefile
+8-83 files

NetBSD/pkgsrc gLKG0n7www/nghttp3 distinfo Makefile

   nghttp3: updated to 1.3.0

   nghttp3 v1.3.0

   Refactor stream data acknowledgement
   Do not call acked_data with 0 length data
   Qpack tweak
   Avoid assigning zero after memset
   Lower decoder stream limit
   Workaround llvm issue on github ubuntu runner
   apt-get update
   Automate release process
   autotools: Switch to tar-pax
   Add actions/stale
   cmake: add BUILD_TESTING, fix MSVC with static + shared
   Bump munit
   CMakeLists(.txt): Add Build Test info on summary
   Bump munit
   Update the link for the Prefix.pdf document

    [2 lines not shown]
VersionDeltaFile
1.13+4-4www/nghttp3/distinfo
1.17+2-2www/nghttp3/Makefile
1.12+2-2www/nghttp3/PLIST
+8-83 files

NetBSD/pkgsrc 46J1gDDwww/tinyproxy distinfo Makefile, www/tinyproxy/patches patch-src_reqs.c

   tinyproxy: updated to 1.11.2

   1.11.2

   Fixes issues detected in 1.11.1, including a nasty UAF bug.
VersionDeltaFile
1.21+4-5www/tinyproxy/distinfo
1.50+2-3www/tinyproxy/Makefile
1.5+1-1www/tinyproxy/patches/patch-src_reqs.c
+7-93 files

NetBSD/pkgsrc yDRcgrFgraphics/libjpeg-turbo distinfo Makefile

   libjpeg-turbo: updated to 3.0.3

   3.0.3

   Significant changes relative to 3.0.2:

   1. Fixed an issue in the build system, introduced in 3.0.2, that caused all
   libjpeg-turbo components to depend on the Visual C++ run-time DLL when built
   with Visual C++ and CMake 3.15 or later, regardless of value of the
   `WITH_CRT_DLL` CMake variable.

   2. The x86-64 SIMD extensions now include support for Intel Control-flow
   Enforcement Technology (CET), which is enabled automatically if CET is enabled
   in the C compiler.

   3. Fixed a regression introduced by 3.0 beta2[6] that made it impossible for
   calling applications to supply custom Huffman tables when generating
   12-bit-per-component lossy JPEG images using the libjpeg API.


    [4 lines not shown]
VersionDeltaFile
1.29+4-4graphics/libjpeg-turbo/distinfo
1.35+2-2graphics/libjpeg-turbo/Makefile
+6-62 files

NetBSD/pkgsrc BfAd30Ymeta-pkgs/bulk-test-python27 Makefile

   bulk-test-python27: add py-moin, bump version
VersionDeltaFile
1.3+4-2meta-pkgs/bulk-test-python27/Makefile
+4-21 files

NetBSD/pkgsrc 0UJz9m6doc pkg-vulnerabilities

   doc: add go vulns
VersionDeltaFile
1.193+3-1doc/pkg-vulnerabilities
+3-11 files

NetBSD/pkgsrc THOR6dpx11/qt5-qttools Makefile

   qt5-qttools: Disable llvm option on SunOS.

   It brings in full clang rather than just llvm.
VersionDeltaFile
1.101+5-1x11/qt5-qttools/Makefile
+5-11 files

NetBSD/pkgsrc ljR236Cdoc pkg-vulnerabilities

   doc: amarok vuln was fixed sometime before 3
VersionDeltaFile
1.192+2-2doc/pkg-vulnerabilities
+2-21 files

NetBSD/pkgsrc HuOzLI9print/poppler-utils Makefile

   poppler-utils: set USE_CXX_FEATURES earlier

   poppler/Makefile.common includes compiler.mk, so the value
   is ignored if it's only set afterwards
VersionDeltaFile
1.68+2-3print/poppler-utils/Makefile
+2-31 files

NetBSD/pkgsrc ulglagadoc pkg-vulnerabilities

   doc: convert a nss vuln to a firefox one
VersionDeltaFile
1.191+2-2doc/pkg-vulnerabilities
+2-21 files

NetBSD/pkgsrc 89mVDyqmail Makefile

   mail/Makefile: + mu
VersionDeltaFile
1.647+2-1mail/Makefile
+2-11 files

NetBSD/pkgsrc jIxjbGkeditors Makefile

   editors/Makefile: + ait
VersionDeltaFile
1.253+2-1editors/Makefile
+2-11 files

NetBSD/pkgsrc zmOkUK6archivers/hs-hslua-module-zip buildlink3.mk, textproc/hs-HsYAML-aeson Makefile

   Recursive revbump after changing the default Haskell compiler
VersionDeltaFile
1.10+2-2textproc/hs-HsYAML-aeson/Makefile
1.7+2-2archivers/hs-hslua-module-zip/buildlink3.mk
1.10+2-2textproc/hs-hxt/buildlink3.mk
1.16+2-2textproc/hs-jira-wiki-markup/Makefile
1.12+2-2textproc/hs-jira-wiki-markup/buildlink3.mk
1.13+2-2textproc/hs-libyaml/buildlink3.mk
+12-121,131 files not shown
+2,274-2,0991,137 files

NetBSD/pkgsrc QrKGdm6doc CHANGES-2024

   doc: Updated security/osv-scanner to 1.7.2
VersionDeltaFile
1.3289+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc OjFRPKfsecurity/osv-scanner distinfo go-modules.mk

   osv-scanner: update to 1.7.2

   This package hasn't been updated in a long time. The following list of
   changes was therefore curated to focus on features or recent bugfixes.

   Changes in 1.7.2:

   * Bug #899 Guided Remediation: Parse paths in npmrc auth fields correctly.
   * Bug #908 Fix rust call analysis by explicitly disabling stripping of debug info.
   * Bug #914 Fix regression for go call analysis introduced in 1.7.0.

   Changes in 1.7.0:

   * Feature #352 Guided Remediation
     Introducing our new experimental guided remediation feature on osv-scanner fix subcommand.
   * Feature #805 Include CVSS MaxSevirity in JSON output.

   Changes in 1.6.2:


    [71 lines not shown]
VersionDeltaFile
1.2+874-100security/osv-scanner/distinfo
1.2+291-33security/osv-scanner/go-modules.mk
1.19+2-3security/osv-scanner/Makefile
1.2+2-1security/osv-scanner/PLIST
+1,169-1374 files

NetBSD/pkgsrc RSAb2Medoc pkg-vulnerabilities

   doc: add XSS in phpldapadmin
VersionDeltaFile
1.190+2-1doc/pkg-vulnerabilities
+2-11 files

NetBSD/pkgsrc cT5VlKNdoc CHANGES-2024

   doc: Updated databases/phpldapadmin to 1.2.6.7
VersionDeltaFile
1.3288+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc s6avpFPdatabases/phpldapadmin distinfo, databases/phpldapadmin/patches patch-lib_PLAAttribute.php patch-lib_TemplateRender.php

   phpldapadmin: update to version 1.2.6.7

   This fixes an XSS vulnerability when importing using a file upload without a
   valid LDIF.

   Tested on NetBSD/amd64, Darwin/amd64.
VersionDeltaFile
1.2+13-919databases/phpldapadmin/patches/patch-lib_PLAAttribute.php
1.21+9-28databases/phpldapadmin/distinfo
1.3+12-11databases/phpldapadmin/patches/patch-lib_TemplateRender.php
1.2+12-9databases/phpldapadmin/patches/patch-lib_xmlTemplates.php
1.1+16-0databases/phpldapadmin/patches/patch-lib_page.php
1.1+15-0databases/phpldapadmin/patches/patch-lib_schema__functions.php
+77-96723 files not shown
+101-99129 files

NetBSD/pkgsrc Rx1gAXedoc CHANGES-2024

   doc: Updated net/gvproxy to 0.7.3
VersionDeltaFile
1.3287+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc 3qI5vUsnet/gvproxy distinfo go-modules.mk

   gvproxy: update to 0.7.3, now compatible with Go 1.22.

   v0.7.3

   - Add log-file to proxy builder
   - Improve gvproxy error reporting, and improve gvproxy --version in a corner
     case
   - github actions improvements

   v0.7.2

   - transport: Support passing CID for linux vsock
   - Add retries to ssh connections to fix a race when used by podman/applehv
   - Add --log-file to gvproxy
   - Add --version argument to commands
   - Add support for go 1.22 (by updating the gvisor go module)
   - packit changes

   v0.7.1

    [5 lines not shown]
VersionDeltaFile
1.9+94-88net/gvproxy/distinfo
1.6+34-32net/gvproxy/go-modules.mk
1.39+2-3net/gvproxy/Makefile
+130-1233 files

NetBSD/pkgsrc XR8vkbbdevel/jemalloc Makefile options.mk

   Fix previously added option "doc"
VersionDeltaFile
1.26+2-2devel/jemalloc/Makefile
1.3+2-1devel/jemalloc/options.mk
+4-32 files

NetBSD/pkgsrc rmRMqNbdoc CHANGES-2024

   Updated x11/gtk4, security/pcsc-lite
VersionDeltaFile
1.3286+3-1doc/CHANGES-2024
+3-11 files

NetBSD/pkgsrc er9yWzMsecurity/pcsc-lite Makefile PLIST, security/pcsc-lite/patches patch-meson.build patch-configure

   pcsc-lite: updated to 2.2.1

   2.2.1: Ludovic Rousseau

   - fix meson related issues
   - Some code cleanup

   2.2.0: Ludovic Rousseau

   - provide files for meson build tool (replaces autoconf/auoomake)
   - fix a missing symbol in libpcscspy (bug introduced by the previous version)
   - fix shutdown issues with hotplug_libusb
   - update pcsc-spy manpage
   - update copyright date
   - Some other minor improvements
VersionDeltaFile
1.42+17-17security/pcsc-lite/Makefile
1.12+10-5security/pcsc-lite/PLIST
1.1+14-0security/pcsc-lite/patches/patch-meson.build
1.32+5-7security/pcsc-lite/distinfo
1.7+1-1security/pcsc-lite/patches/patch-configure
1.10+1-1security/pcsc-lite/patches/patch-src_Makefile.in
+48-311 files not shown
+49-327 files