NetBSD/src OQhPFxIlib/libm m.mips64.expsym m.mips.expsym

   libm: Split expected symbols in mips further by 32-bit vs 64-bit.

   32-bit has binary64 long double, same as double; 64-bit has binary128
   long double, which is implemented with a few more symbols in libm
   (which should maybe be hidden internal symbols, but let's get this
   diagnostic measure in the build working before we think about
   possibly deleting private symbols).
VersionDeltaFile
1.1+503-0lib/libm/m.mips64.expsym
1.4+0-29lib/libm/m.mips.expsym
1.233+15-2lib/libm/Makefile
+518-313 files

NetBSD/src sOPm5FYlib/libm m.sh3.expsym

   libm: Record expected symbols for sh3.
VersionDeltaFile
1.1+478-0lib/libm/m.sh3.expsym
+478-01 files

NetBSD/src IT7To25lib/libm m.armhf.expsym m.mipshf.expsym

   libm: Split expected symbols on arm and mips by hard/soft float.
VersionDeltaFile
1.1+476-0lib/libm/m.armhf.expsym
1.1+475-0lib/libm/m.mipshf.expsym
1.3+29-1lib/libm/m.mips.expsym
1.3+0-4lib/libm/m.arm.expsym
1.232+3-1lib/libm/Makefile
+983-65 files

NetBSD/src cY8HQLEtests/lib/libm t_fe_round.c

   tests/lib/libm/t_fe_round: xfail for modfl uses.

   PR lib/58237: modfl returns wrong answers on ld128 architectures
VersionDeltaFile
1.18+6-0tests/lib/libm/t_fe_round.c
+6-01 files

NetBSD/src 8Bzxgurtests/lib/libm t_modf.c

   tests/lib/libm/t_modf: Mark modfl xfail on ld128.

   PR lib/58237: modfl returns wrong answers on ld128 architectures
VersionDeltaFile
1.5+7-2tests/lib/libm/t_modf.c
+7-21 files

NetBSD/pkgsrc-wip be5cb3clpjs distinfo Makefile

lpjs: Update to 0.0.1.54

Fix job cancel to handle pending but dispatched jobs
(Problem when canceling pending and running jobs at the same time)
DeltaFile
+3-3lpjs/distinfo
+2-2lpjs/Makefile
+5-52 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/src 9Ug1ewjshare/mk bsd.lib.mk

   bsd.lib.mk: Use LIBC_MACHINE_ARCH/CPU if set for expected symbols.

   Otherwise, we get the wrong list of symbols for compat library
   builds, where MACHINE_ARCH/CPU is different from
   LIBC_MACHINE_ARCH/CPU, e.g. building compat 32-bit sparc libm on
   sparc64.

   XXX This is kinda kludgey -- `libc' seems wrong here.
VersionDeltaFile
1.405+5-5share/mk/bsd.lib.mk
+5-51 files

NetBSD/src rfDDwbttests/lib/libc/stdio t_printf.c

   tests/lib/libc/stdio/t_printf: Add another %La test.

   This one was adapted from the screw case shown in

   https://mail-index.netbsd.org/tech-userlevel/2020/04/11/msg012329.html

   which wasn't broken in our libc, but which nevertheless prompted us
   to commit a wrong and apparently untested patch that has rendered
   printf %La broken for the last four years, which is a little
   embarrassing.  (The part of that patch that led to a buffer overrun
   has been worked around, so now the output is just incorrect.)

   PR lib/56937: printf(3) long double %a formatting is broken
VersionDeltaFile
1.14+21-1tests/lib/libc/stdio/t_printf.c
+21-11 files

NetBSD/src z03KySrtests/lib/libc/stdio t_printf.c

   tests/lib/libc/stdio/t_printf: Fix %a test the same way.
VersionDeltaFile
1.13+2-2tests/lib/libc/stdio/t_printf.c
+2-21 files

NetBSD/src wZ3OvDStests/lib/libc/stdio t_printf.c

   tests/lib/libc/stdio/t_printf: Fix %La test.

   0xa.99ap+0 is closer to (long double)10.6 in x86 ld80 and in
   binary128 (and possibly more formats, haven't verified).
VersionDeltaFile
1.12+2-2tests/lib/libc/stdio/t_printf.c
+2-21 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-src_Makefile.in

   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.10+1-1security/pcsc-lite/patches/patch-src_Makefile.in
1.7+1-1security/pcsc-lite/patches/patch-configure
+48-311 files not shown
+49-327 files

NetBSD/pkgsrc uUtfXcpx11/gtk4 distinfo Makefile

   gtk4: updated to 4.14.4

   Overview of Changes in 4.14.4, 02-05-2024
   =========================================

   * GtkGraphicsOffload:
    - Don't crash without a child

   * Icontheme:
    - Make symbolic svg loading more efficient
    - Handle color-free symbolics more efficiently

   * Accessibility:
    - Make the gtk-demo sidebar search more accessible
    - Stop emitting focus events

   * GDK:
    - Support XDG_ACTIVATION_TOKEN
    - dmabuf: Be more defensive when importing unknown formats to G

    [19 lines not shown]
VersionDeltaFile
1.22+4-4x11/gtk4/distinfo
1.45+2-2x11/gtk4/Makefile
1.18+2-2x11/gtk4/PLIST
+8-83 files

NetBSD/pkgsrc EEsJyMXwww/pound Makefile

   set NOT_FOR_BULK_PLATFORM
VersionDeltaFile
1.18+5-1www/pound/Makefile
+5-11 files

NetBSD/src V0WPS50tests/lib/libc/stdio t_printf.c

   tests/lib/libc/stdio/t_printf: Add a couple simple %La tests.

   PR lib/56937: printf(3) long double %a formatting is broken
VersionDeltaFile
1.11+47-5tests/lib/libc/stdio/t_printf.c
+47-51 files

NetBSD/pkgsrc XchU1V5devel/jemalloc options.mk Makefile

   Add option "doc" for disabling heavy dependency on docbook-xsl and libxslt.
     Approved by gson@
VersionDeltaFile
1.2+13-2devel/jemalloc/options.mk
1.25+3-4devel/jemalloc/Makefile
1.2+3-3devel/jemalloc/PLIST
+19-93 files

NetBSD/src EuGTaJCtests/lib/libm t_next.c

   tests/lib/libm/t_next: Expand substantially.

   This covers many more potential problem areas -- and includes a new
   xfail test for PR lib/58236: nexttoward(3) is broken on subnormals.
VersionDeltaFile
1.4+788-84tests/lib/libm/t_next.c
+788-841 files

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

   bulk-test-python27: Fix COMMENT
VersionDeltaFile
1.2+3-3meta-pkgs/bulk-test-python27/Makefile
+3-31 files

NetBSD/pkgsrc n5XIflTdoc CHANGES-2024

   doc: Added meta-pkgs/bulk-test-python27 version 20240508
VersionDeltaFile
1.3285+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc yNBN3oYmeta-pkgs Makefile

   meta-pkgs: Add bulk-test-python27
VersionDeltaFile
1.131+2-1meta-pkgs/Makefile
+2-11 files

NetBSD/pkgsrc zsaWcnsmeta-pkgs/bulk-test-python27 Makefile DESCR

   meta-pkgs/bulk-test-python27: Add 20240508

   Meta-package for testing that packages that need python27 still work
   as python 27 fades out.
VersionDeltaFile
1.1+34-0meta-pkgs/bulk-test-python27/Makefile
1.1+2-0meta-pkgs/bulk-test-python27/DESCR
+36-02 files

NetBSD/pkgsrc kIsWS3Ugeography/qgis Makefile

   geography/qgis: Align whitespace to wip/qgis-lts

   NFCI
VersionDeltaFile
1.209+18-18geography/qgis/Makefile
+18-181 files