NetBSD/src q07SSsGsys/net if_spppsubr.c

   fix invalid buffer length
VersionDeltaFile
1.287+3-4sys/net/if_spppsubr.c
+3-41 files

NetBSD/src iJ8xsBgsys/net if_spppsubr.c

   pppoe(4): wait for incoming connection in STATE_STARTING on server

   When the interface goes up, LCP is now explicitly opened to
   start the lower (PPPoE) layer. This behavior is the same for
   both active and passive connections.
   To unify the implementation, remove the difference in LCP
   handling between these connections.
VersionDeltaFile
1.286+13-10sys/net/if_spppsubr.c
+13-101 files

NetBSD/src RnN1J2Psys/net if_spppsubr.c

   Drop outgoing packets until IPCP or IPv6CP is Opened
VersionDeltaFile
1.285+25-6sys/net/if_spppsubr.c
+25-61 files

NetBSD/src 11ebtiJsys/net if_spppsubr.c if_spppvar.h

   Remove unused if_up() code since loopback detected interface remains down

   Previously, the lower layer could still trigger an if_up() even after
   if_down(). However, now that if_down() completely stops the interface,
   this subsequent if_up() is no longer called.
VersionDeltaFile
1.284+6-25sys/net/if_spppsubr.c
1.47+2-2sys/net/if_spppvar.h
+8-272 files

NetBSD/src krNAUwysys/net if_spppsubr.c if_spppvar.h

   replace tlf flag with lower layer status flag
VersionDeltaFile
1.283+14-22sys/net/if_spppsubr.c
1.46+2-2sys/net/if_spppvar.h
+16-242 files

NetBSD/src BOx83mBsys/net if_spppsubr.c if_spppvar.h

   Reset LCP by triggering Close and Open events sequentially

   Previously, LCP waited for a Down event after Close, and
   triggered the Open event upon receiving it. However, simply triggering
   the Close and Open events sequentially is sufficient to reset all
   layer states.

   NOTE:
   To restart the connection after a keepalive timeout or
   a loopback is detected, disable the PP_LOOPBACK_IFDOWN
   and/or PP_KEEPALIVE_IFDOWN options.
VersionDeltaFile
1.282+25-39sys/net/if_spppsubr.c
1.45+1-3sys/net/if_spppvar.h
+26-422 files

NetBSD/src Qcrd6susys/net if_spppsubr.c

   sppp: initialize variables on declaration
VersionDeltaFile
1.281+33-80sys/net/if_spppsubr.c
+33-801 files

NetBSD/src vhjEt7Ksys/net if_spppsubr.c

   sppp: reduce the lock scope in packet processing
VersionDeltaFile
1.280+29-42sys/net/if_spppsubr.c
+29-421 files

NetBSD/src kJfCFgtsys/net if_spppsubr.c if_spppvar.h

   Decouple lower-layer driver flags from pp_flags in struct sppp
VersionDeltaFile
1.279+10-9sys/net/if_spppsubr.c
1.44+11-6sys/net/if_spppvar.h
1.186+5-4sys/net/if_pppoe.c
+26-193 files

NetBSD/pkgsrc-wip a2fd22fwebkit-gtk60 distinfo, webkit-gtk60/patches patch-Source_JavaScriptCore_CMakeLists.txt patch-Source_WTF_wtf_glib_FileSystemGlib.cpp

webkit-gtk60: update to 2.52.4
DeltaFile
+48-0webkit-gtk60/patches/patch-Source_JavaScriptCore_CMakeLists.txt
+0-42webkit-gtk60/patches/patch-Source_WTF_wtf_glib_FileSystemGlib.cpp
+0-19webkit-gtk60/patches/patch-CMakeLists.txt
+0-17webkit-gtk60/patches/patch-Tools_PlatformGTK.cmake
+5-7webkit-gtk60/distinfo
+5-6webkit-gtk60/patches/patch-Source_WebCore_platform_graphics_x11_XErrorTrapper.h
+58-912 files not shown
+61-948 files

NetBSD/pkgsrc rqwvxh6math/py-torch Makefile

   py-torch: mark as currently not building with Python 3.14

   Build-tested with Python 3.13.
VersionDeltaFile
1.11+2-2math/py-torch/Makefile
+2-21 files

NetBSD/pkgsrc-wip 3f53dcf. TODO

TODO: Remove reference to non-existent gnurl

test utf-8 handling in Author while here
DeltaFile
+0-1TODO
+0-11 files

NetBSD/pkgsrc IVTfcWkdoc CHANGES-2026

   doc: Updated sysutils/uutils-coreutils to 0.9.0
VersionDeltaFile
1.3495+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc i83eSJGsysutils/uutils-coreutils distinfo cargo-depends.mk

   sysutils/uutils-coreutils: update to 0.9.0

   Rust Coreutils 0.9.0 Release:

   We are excited to announce the release of Rust Coreutils 0.9.0 - a release focused on safety and security.
   This cycle was shaped by a third-party security audit, driving extensive TOCTOU hardening and a sustained,
   project-wide effort to shrink the amount of unsafe code by removing it outright and migrating low-level
   syscalls from nix/libc to rustix.
   On top of that, we landed major zero-copy I/O performance work (splice/tee/pipe), broadened WebAssembly,
   Cygwin and Windows support, and continued contributing tests and bug reports upstream to GNU coreutils.

   Highlights:

       GNU Compatibility & Upstream Contributions
           629 passing tests (+7 from 0.6.0), with 19 new tests added from the GNU 9.10 update
           Updated GNU test reference from 9.9 to 9.10
           Contributed numerous patches upstream to GNU coreutils, benefiting both projects
           New GNU compatibility fixes across date, fmt, kill, ptx, numfmt, cksum, and more
           Took over maintenance of num-prime, the primality testing library used by factor

    [105 lines not shown]
VersionDeltaFile
1.2+268-280sysutils/uutils-coreutils/distinfo
1.2+88-92sysutils/uutils-coreutils/cargo-depends.mk
1.2+3-3sysutils/uutils-coreutils/Makefile
+359-3753 files

NetBSD/pkgsrc-wip e1ca204whisper.cpp TODO

whisper.cpp: Add reference to CVE-2026-10298
DeltaFile
+1-1whisper.cpp/TODO
+1-11 files

NetBSD/pkgsrc-wip a40b3f5libinput TODO

libinput: Add reference to CVE-2026-50292
DeltaFile
+1-1libinput/TODO
+1-11 files

NetBSD/pkgsrc-wip 653175bpy-dask TODO

py-dask: Add reference to CVE-2026-10705
DeltaFile
+2-0py-dask/TODO
+2-01 files

NetBSD/pkgsrc-wip 294ff16koha TODO

koha: Add references to recent CVEs
DeltaFile
+2-1koha/TODO
+2-11 files

NetBSD/pkgsrc t2q4jL6doc CHANGES-2026

   doc: Updated net/p5-Net-CIDR-Set to 0.21
VersionDeltaFile
1.3494+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 49EAuhInet/p5-Net-CIDR-Set Makefile distinfo

   p5-Net-CIDR-Set: update to 0.21.

   0.21      2026-06-02 17:45:44+01:00 Europe/London
     [Security]
     - Improved strictness of IP address (CVE-2026-49940) and netmask parsing (CVE-2026-49942).

     - Removed potential infinite loops when attempting to parse IP addresses (CVE-2026-49941).

     [Documentation]
     - Removed CONTRIBUTING.md until policies about AI are updated.

     [Tests]
     - Changed tests to use Test::Exception.

     [Toolchain]
     - Added doap.xml to the distibution.

     - Added automation-policy.json to the distribution.


    [92 lines not shown]
VersionDeltaFile
1.22+7-6net/p5-Net-CIDR-Set/Makefile
1.7+4-4net/p5-Net-CIDR-Set/distinfo
+11-102 files

NetBSD/pkgsrc-wip 1fac339crush Makefile

crush: Add myself as maintainer to monitor for future versions
DeltaFile
+1-1crush/Makefile
+1-11 files

NetBSD/pkgsrc ldiBT5Ffilesystems/fuse Makefile buildlink3.mk, filesystems/fuse3 buildlink3.mk Makefile

   filesystems/fuse{,3}: Drop explicit dependency on filesystems/perfused

   On NetBSD 6+, it's in base, so this is just noise.  Both packages
   still build, and fuse-ntfs-3g still builds against fuse.  As explained
   on pkgsrc-users@.

   No change except for building on NetBSD 5.
VersionDeltaFile
1.22+1-5filesystems/fuse/Makefile
1.3+2-4filesystems/fuse3/buildlink3.mk
1.10+1-4filesystems/fuse/buildlink3.mk
1.3+1-3filesystems/fuse3/Makefile
+5-164 files

NetBSD/pkgsrc lWoN5AEfilesystems/ltfs Makefile

   filesystems/ltfs: Adjust requirement for NetBSD 8

   For reasons I don't understand, this package is said not to work with
   perfused(8) from NetBSD <=7.  Demote that to a comment, to be
   revisited if/when this is brought up to date with upstream.
VersionDeltaFile
1.33+3-3filesystems/ltfs/Makefile
+3-31 files

NetBSD/pkgsrc sm1ZOsRfilesystems/fuse-ntfs-3g Makefile

   filesystems/fuse-ntfs-3gz: Drop perfused dependency

   Not needed on netbsd-6+.  Implied by filesystems/fuse.  Not
   referenced in sources.

   Does not change binary package on NetBSD 6+, because builtin was used.
VersionDeltaFile
1.25+2-3filesystems/fuse-ntfs-3g/Makefile
+2-31 files

NetBSD/pkgsrc 5avbkyBdoc CHANGES-2026

   doc: Updated lang/algol68g to 3.12.2
VersionDeltaFile
1.3493+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc pp78BbVlang/algol68g Makefile distinfo

   lang/algol68g: update to 3.12.2

   Version 3.12.0-2, April/May 2026
   * Move from domain xs4all.nl to new domain algol68genie.nl.
   * Minor fixes.

   Version 3.11.0-3, March/April 2026
   * Improves STRING handling.
   * Minor fixes.
   * Documentation updates.
   * Adds environment enquiry "eof char".
   * Adds operators CEIL, FIX, FLOOR, FRAC and TRUNC.
VersionDeltaFile
1.40+4-5lang/algol68g/Makefile
1.21+4-4lang/algol68g/distinfo
+8-92 files

NetBSD/src ubMlWcesys/arch/sparc64/sparc64 ofw_patch.c

   Add some i2c fixes for V245 and a dsrtc fix also needed on V240.
VersionDeltaFile
1.12+46-2sys/arch/sparc64/sparc64/ofw_patch.c
+46-21 files

NetBSD/pkgsrc-wip f20038atnt-ham tntpatches.tgz

Change Where PLIST puts the docs
DeltaFile
+0-0tnt-ham/tntpatches.tgz
+0-01 files

NetBSD/src f1alG6lshare/man/man4/man4.sparc64 Makefile

   Add build glue (Makefile and set lists) for manual pages:
     sparc64/fireiic.4, sparc64/jbusiic.4
VersionDeltaFile
1.11+3-3share/man/man4/man4.sparc64/Makefile
+3-31 files

NetBSD/src 9NUFLdjshare/man/man4/man4.sparc64 jbusiic.4

   Add a manual page for jbusiic (Sun JBus i2c controller).
VersionDeltaFile
1.1+55-0share/man/man4/man4.sparc64/jbusiic.4
+55-01 files