NetBSD/src qsQv6Vpsys/dev/usb uftdireg.h

   whitespace
VersionDeltaFile
1.13+9-9sys/dev/usb/uftdireg.h
+9-91 files

NetBSD/pkgsrc-wip 6d7a24dpy-tokenizers distinfo cargo-depends.mk

py-tokenizers: Import py-tokenizers-0.22.1 as wip/py-tokenizers

Provides an implementation of today's most used tokenizers, with a
focus on performance and versatility.

Bindings over the Rust implementation. If you are interested in the
High-level design, you can go check it there.

Main features:

* Train new vocabularies and tokenize using 4 pre-made tokenizers
  (Bert WordPiece and the 3 most common BPE versions).
* Extremely fast (both training and tokenization), thanks to the Rust
  implementation. Takes less than 20 seconds to tokenize a GB of text
  on a server's CPU.
* Easy to use, but also extremely versatile.
* Designed for research and production.
* Normalization comes with alignments tracking. It's always possible
  to get the part of the original sentence that corresponds to a given

    [3 lines not shown]
DeltaFile
+539-0py-tokenizers/distinfo
+185-0py-tokenizers/cargo-depends.mk
+61-0py-tokenizers/PLIST
+24-0py-tokenizers/Makefile
+20-0py-tokenizers/DESCR
+829-05 files

NetBSD/pkgsrc-wip e14db5cpy-transformers PLIST Makefile

py-transformers: Import py-transformers-4.57.1 as wip/py-transformers

Transformers acts as the model-definition framework for
state-of-the-art machine learning with text, computer vision, audio,
video, and multimodal models, for both inference and training.

It centralizes the model definition so that this definition is agreed
upon across the ecosystem. transformers is the pivot across
frameworks: if a model definition is supported, it will be compatible
with the majority of training frameworks (Axolotl, Unsloth, DeepSpeed,
FSDP, PyTorch-Lightning, ...), inference engines (vLLM, SGLang, TGI,
...), and adjacent modeling libraries (llama.cpp, mlx, ...) which
leverage the model definition from transformers.

We pledge to help support new state-of-the-art models and democratize
their usage by having their model definition be simple, customizable,
and efficient.

There are over 1M+ Transformers model checkpoints on the Hugging Face

    [4 lines not shown]
DeltaFile
+6,677-0py-transformers/PLIST
+121-0py-transformers/Makefile
+21-0py-transformers/DESCR
+5-0py-transformers/distinfo
+6,824-04 files

NetBSD/pkgsrc-wip 8ff3775. Makefile, py-safetensors distinfo cargo-depends.mk

py-safetensors: Import py-safetensors-0.7.0 as wip/py-safetensors

New simple format for storing tensors safely (as opposed to pickle)
and that is still fast (zero-copy).
DeltaFile
+98-0py-safetensors/distinfo
+33-0py-safetensors/cargo-depends.mk
+29-0py-safetensors/PLIST
+24-0py-safetensors/Makefile
+2-0py-safetensors/DESCR
+1-0Makefile
+187-06 files

NetBSD/src IVSwsW3sys/arch/mvme68k/mvme68k locore.s

   In the Lbrdmatch loop, fix the number of bytes the pointer is advanced
   when a match is not found (code was using 18, correct number is 10).

   Explainer:

   The board type entries consist of 4 shorts + 1 long for a total of 12
   bytes.  When comparing the board ID, the pointer is advanced meaning
   that there are 10 bytes left to skip in the case of a non-match.

   As for why the old code was using 18 (0x12) bytes, a comment that says
   "Each entry is 20-2 bytes long" provides a clue: if the CPU type, MMU
   type, and FPU type entries were longs, each entry would in fact be 18
   bytes -- and maybe this was the case in the distant past.  However, it
   still would be wrong to advance 18 bytes because of the auto-increment
   used during the compare.

   scw@ is a smart guy and I'm certain this worked at some point, but I'm
   not going to go and do the archeology needed to figure out exactly when
   this broke.  If you happened to have an MVME147 (first entry in the board

    [5 lines not shown]
VersionDeltaFile
1.145+14-2sys/arch/mvme68k/mvme68k/locore.s
+14-21 files

NetBSD/pkgsrc WLhDsMhdoc CHANGES-2025

   Remove duplicate entry caused by an SSH session disconnect
VersionDeltaFile
1.6849+1-2doc/CHANGES-2025
+1-21 files

NetBSD/pkgsrc awWJNHMdoc CHANGES-2025

   Note update of the "mutt" package to version 2.2.16
VersionDeltaFile
1.6848+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc FEnuLuXdoc CHANGES-2025

   Note update of the "mutt" package to version 2.2.16
VersionDeltaFile
1.6847+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc 27tie3Pmail/mutt distinfo Makefile

   mail/mutt: Update to version 2.2.16

   This is a bug-fix release, fixing a resource leak when compiled with
   OpenSSL/LibreSSL, which could eventually result in new connections failing.
VersionDeltaFile
1.122+4-4mail/mutt/distinfo
1.291+2-2mail/mutt/Makefile
+6-62 files

NetBSD/src QtPvUt7lib/libresolv dst_api.c

   s/extrac /extract / in comment.
VersionDeltaFile
1.12+3-3lib/libresolv/dst_api.c
+3-31 files

NetBSD/pkgsrc-wip ea2aa87coeurl Makefile distinfo, coeurl/patches patch-lib_client.cpp

coeurl: added a patch that fixes an application crash during destructor call.
DeltaFile
+15-0coeurl/patches/patch-lib_client.cpp
+1-0coeurl/Makefile
+1-0coeurl/distinfo
+17-03 files

NetBSD/pkgsrc HtvQPzodoc CHANGES-2025

   doc: Updated graphics/png to 1.6.51
VersionDeltaFile
1.6846+2-1doc/CHANGES-2025
+2-11 files

NetBSD/pkgsrc H9FeGhngraphics/png distinfo Makefile

   png: update to 1.6.51.

   Version 1.6.51 [November 21, 2025]
     Fixed CVE-2025-64505 (moderate severity):
       Heap buffer overflow in `png_do_quantize` via malformed palette index.
       (Reported by Samsung; analyzed by Fabio Gritti.)
     Fixed CVE-2025-64506 (moderate severity):
       Heap buffer over-read in `png_write_image_8bit` with 8-bit input and
       `convert_to_8bit` enabled.
       (Reported by Samsung and <weijinjinnihao at users.noreply.github.com>;
       analyzed by Fabio Gritti.)
     Fixed CVE-2025-64720 (high severity):
       Buffer overflow in `png_image_read_composite` via incorrect palette
       premultiplication.
       (Reported by Samsung; analyzed by John Bowler.)
     Fixed CVE-2025-65018 (high severity):
       Heap buffer overflow in `png_combine_row` triggered via
       `png_image_finish_read`.
       (Reported by <yosiimich at users.noreply.github.com>.)

    [8 lines not shown]
VersionDeltaFile
1.160+4-4graphics/png/distinfo
1.215+2-2graphics/png/Makefile
+6-62 files

NetBSD/src nv8v3y9external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb symver-config.h c++config.h, external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel c++config.h symver-config.h

   regen after cnofig.gcc fix to enable llsc on mips o32.
VersionDeltaFile
1.15+5-5external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/symver-config.h
1.45+5-5external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/c++config.h
1.46+5-5external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/c++config.h
1.15+5-5external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/symver-config.h
1.47+2-2external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h
1.48+2-2external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h
+24-242 files not shown
+26-268 files

NetBSD/src Tfoi46Nexternal/gpl3/gcc/dist/gcc config.gcc

   default with-llsc to on on netbsd-mips (o32) since the kernel emulates them.

   this allows GDB to build with GCC 14.

   suggested by Maciej W. Rozycki.
VersionDeltaFile
1.77+2-2external/gpl3/gcc/dist/gcc/config.gcc
+2-21 files

NetBSD/pkgsrc Pgfke01mail/thunderbird mozilla-common.mk distinfo, mail/thunderbird/patches patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.cc

   mail/thunderbird: Fix build under NetBSD 10 at least

   * Internal botan-3.8.1 requires GCC 11. Bump GCC_REQD again.
     Fix my build under NetBSD/amd64 10.
VersionDeltaFile
1.3+2-13mail/thunderbird/patches/patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.cc
1.24+4-3mail/thunderbird/mozilla-common.mk
1.290+2-2mail/thunderbird/distinfo
+8-183 files

NetBSD/pkgsrc-wip 549de0e. TODO

TODO: + tor-browser-15.0.2.
DeltaFile
+1-1TODO
+1-11 files

NetBSD/pkgsrc tC6mTMqdoc TODO

   doc/TODO: + llvm-21.1.6 [wip], php-8.5.
VersionDeltaFile
1.26465+3-2doc/TODO
+3-21 files

NetBSD/src fndg1TOsys/arch/m68k/m68k pmap_motorola.c

   Handle PMAP_NOCACHE case in pmap_kenter_pa() in Hibler's pmap_motorola.c.

   This is also necessary to replace deprecated physaccess() with
   pmap_kenter_pa(9), and was missed in the previous hp300 physaccess()
   elimination.  Patch from and noticed by thorpej@.
VersionDeltaFile
1.99+7-4sys/arch/m68k/m68k/pmap_motorola.c
+7-41 files

NetBSD/src UDRfsnPtests/lib/libc/misc Makefile

   not all of these tests are ubsan-related any more
VersionDeltaFile
1.13+3-5tests/lib/libc/misc/Makefile
+3-51 files

NetBSD/pkgsrc j8x4SoRsysutils/radmind distinfo, sysutils/radmind/patches patch-command.c

   sysutils/radmind: Adjust use of pam_handle_t, per gcc 15 (Arch Linux)
VersionDeltaFile
1.3+30-1sysutils/radmind/patches/patch-command.c
1.31+2-2sysutils/radmind/distinfo
+32-32 files

NetBSD/pkgsrc-wip 930a13dpy-sqlite-web PLIST Makefile

py-sqlite-web: imported version 0.6.5
DeltaFile
+66-0py-sqlite-web/PLIST
+23-0py-sqlite-web/Makefile
+5-0py-sqlite-web/distinfo
+1-0py-sqlite-web/DESCR
+95-04 files

NetBSD/src 8u4trb7doc CHANGES-11.0

   Ticket #96
VersionDeltaFile
1.1.2.40+6-1doc/CHANGES-11.0
+6-11 files

NetBSD/src t16LA8nexternal/gpl3/gcc/lib/libstdc++-v3 Makefile

   Pull up following revision(s) (requested by spz in ticket #96):

        external/gpl3/gcc/lib/libstdc++-v3/Makefile: revision 1.66

   Fix the SSP build.
VersionDeltaFile
1.56.2.2+2-1external/gpl3/gcc/lib/libstdc++-v3/Makefile
+2-11 files

NetBSD/src PLTrBVrsys/arch/hp300/hp300 autoconf.c bus_space.c

   Eliminate physaccess() and physunaccess() calls in hp300.

   They are marked as 'should go away' and the new 68k pmap won't
   provide them.  Patch from thorpej@.

   Tested on 362 and 382.
VersionDeltaFile
1.118+24-16sys/arch/hp300/hp300/autoconf.c
1.23+14-12sys/arch/hp300/hp300/bus_space.c
+38-282 files

NetBSD/pkgsrc ybqjO6Xdoc CHANGES-2025

   Updated devel/rinutils, www/py-wsproto
VersionDeltaFile
1.6845+3-1doc/CHANGES-2025
+3-11 files

NetBSD/src vCUazsstests/lib/libc/misc Makefile

   hack around:

   (a) clang not enabling ultrasparc mode on netbsd (seems like a bug)
   (b) the version of clang in-tree not having -mvis
VersionDeltaFile
1.12+3-1tests/lib/libc/misc/Makefile
+3-11 files

NetBSD/pkgsrc J6tKOwrdoc CHANGES-2025

   Added www/freenginx-devel version 1.29.3
   Updated www/nginx to 1.28.0nb10
   Updated www/nginx-devel to 1.29.1nb5
VersionDeltaFile
1.6844+4-1doc/CHANGES-2025
+4-11 files

NetBSD/pkgsrc tntApMPwww/nginx-devel Makefile

   www/nginx-devel: update CONFLICTS after adding new shiny www/freenginx-devel
VersionDeltaFile
1.163+3-3www/nginx-devel/Makefile
+3-31 files

NetBSD/pkgsrc w4ebFUDwww/nginx Makefile

   www/nginx: update CONFLICTS after adding new shiny www/freenginx-devel
VersionDeltaFile
1.186+3-3www/nginx/Makefile
+3-31 files