NetBSD/pkgsrc-wip 054f075p5-Date-DayOfWeek Makefile DESCR

(time/p5-Date-DayOfWeek) fix conflict
DeltaFile
+6-6p5-Date-DayOfWeek/DESCR
+2-2p5-Date-DayOfWeek/Makefile
+8-82 files

NetBSD/pkgsrc-wip b5afb1cstable-diffusion.cpp Makefile distinfo

stable-diffusion.cpp: update to 797.
DeltaFile
+3-3stable-diffusion.cpp/distinfo
+1-1stable-diffusion.cpp/Makefile
+4-42 files

NetBSD/pkgsrc-wip d560dcellama.cpp Makefile.common distinfo, llama.cpp/patches patch-vendor_sheredom_subprocess.h patch-common_common.cpp

llama.cpp: update to 0.0.2.10155.
DeltaFile
+0-25llama.cpp/patches/patch-src_llama-vocab.cpp
+0-20llama.cpp/patches/patch-common_common.cpp
+16-0llama.cpp/patches/patch-vendor_sheredom_subprocess.h
+7-8llama.cpp/distinfo
+2-2llama.cpp/Makefile.common
+25-555 files

NetBSD/src oWuVQ9ntests/net/if_pppoe common.sh t_pppoe_ondemand.sh

   tests/if_pppoe: set 0 to dad_count instead of `ifconfig -w 10`
VersionDeltaFile
1.6+5-10tests/net/if_pppoe/t_pppoe_ondemand.sh
1.4+3-3tests/net/if_pppoe/common.sh
+8-132 files

NetBSD/src 6kngN6Stests/net/if_pppoe t_pppoe_ondemand.sh

   tests/if_pppoe: Use a function to send trigger packet
VersionDeltaFile
1.5+10-14tests/net/if_pppoe/t_pppoe_ondemand.sh
+10-141 files

NetBSD/src 9lU1yQdtests/net/if_pppoe common.sh t_pppoe_ondemand.sh

   Added test for SPPP_FILTER
VersionDeltaFile
1.4+247-1tests/net/if_pppoe/t_pppoe_ondemand.sh
1.3+49-3tests/net/if_pppoe/common.sh
+296-42 files

NetBSD/src DqTMVQcsys/arch/amd64/conf ALL, sys/arch/i386/conf ALL

   sppp: Enable SPPP_FILTER in i386/ALL, amd64/ALL, and rump_server
VersionDeltaFile
1.526+3-2sys/arch/i386/conf/ALL
1.198+3-2sys/arch/amd64/conf/ALL
1.9+3-1sys/rump/include/opt/opt_rumpkernel.h
+9-53 files

NetBSD/src ywvG2cpsbin/pppoectl Makefile pppoectl.c

   pppoectl: Added sub-commands to set dialing and active filters
VersionDeltaFile
1.32+90-2sbin/pppoectl/pppoectl.c
1.7+7-1sbin/pppoectl/Makefile
+97-32 files

NetBSD/pkgsrc-wip 6e0f74fp5-Date-DayOfWeek distinfo Makefile

wip/p5-Date-DayOfWeek: import p5-Date-DayOfWeek-1.22

Date-DayOfWeek

There are several modules in this distribution.
Date::Doomsday calculates doomsday for a particular year.
Date::DayOfWeek uses the doomsday algorithm to calculate the day
of the week for any given date.

Date::DayOfWeek::Birthday, Date::DayOfWeek::Sneeze and
Date::DayOfWeek::Nails are three modules illustrating some of the
things that have been believed, at some point in history, as
attributes of the various days of the week.

Doomsday is a cute little idea invented by Dr John Conway that makes it very
easy to figure out the day of the week for any date.

You can find out more about doomsday and related calculations at
http://www.interlog.com/~r937/doomsday.html

    [4 lines not shown]
DeltaFile
+23-0p5-Date-DayOfWeek/DESCR
+19-0p5-Date-DayOfWeek/Makefile
+5-0p5-Date-DayOfWeek/distinfo
+47-03 files

NetBSD/pkgsrc jOT5Ku4doc CHANGES-2026

   doc: Updated lang/py-lsp-server to 1.15.0
VersionDeltaFile
1.4807+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Oy5rkxElang/py-lsp-server distinfo Makefile

   py-lsp-server: update to 1.15.0.

   New features

       Add compatibility with Jedi 0.20, which comes with official support for Python 3.14.

   Issues Closed

       Issue 712 - Compatibility with Jedi 0.20 (PR 718 by @ccordoba12)
       Issue 705 - ValueError when opening notebooks on UNC network shares (PR 708 by @meitham)
       Issue 623 - TypeError in definitions when handling line and column values (PR 715 by @metheoryt)

   In this release 3 issues were closed.
   Pull Requests Merged

       PR 718 - Add support for Jedi 0.20, by @ccordoba12 (712)
       PR 717 - Fix extra backtick in Readme, by @deeferentleeg
       PR 716 - Use macOS 14 runner on CI and update Github actions, by @ccordoba12
       PR 715 - Fix crash in pylsp_definitions due to definitions without a source position, by @metheoryt (623)

    [7 lines not shown]
VersionDeltaFile
1.18+4-4lang/py-lsp-server/distinfo
1.32+4-4lang/py-lsp-server/Makefile
+8-82 files

NetBSD/src KUqADjRsys/conf files, sys/net if_pppoe.c if_sppp.h

   sppp: Add BPF-based packet filtering for dial-on-demand and idle-timeout

   Introduce active/dialing filtering using BPF to if_spppsubr.c. This allows
   sync PPP interfaces (e.g. pppoe(4)) to control which traffic triggers
   dial-on-demand or keeps idle connections alive.

   This option is similar to PPP_FILTER.
VersionDeltaFile
1.308+197-4sys/net/if_spppsubr.c
1.56+21-1sys/net/if_spppvar.h
1.37+12-1sys/net/if_sppp.h
1.50+6-2sys/rump/librump/rumpnet/net_stub.c
1.189+3-2sys/net/if_pppoe.c
1.1322+2-1sys/conf/files
+241-116 files

NetBSD/src v0AirtHsys/net if_spppsubr.c

   sppp: use RUN_ONCE(9) to initialize keepalive related resources
   to prevent panics during concurrent attach/detach

   - Initialize keepalive resources (e.g. spppq_lock and keepalive_ch)
     once using RUN_ONCE(9) instead of the first attach.
   - Do not free these resources on sppp_detach

   NOTE:
   We should release these resources in sppp_subr_modcmd(), but module
   unloading/cleanup is not implemented yet.
VersionDeltaFile
1.307+20-17sys/net/if_spppsubr.c
+20-171 files

NetBSD/pkgsrc-wip b3b3c15bgpipe PLIST DESCR

bgpipe: remove, imported to pkgsrc
DeltaFile
+0-224bgpipe/distinfo
+0-75bgpipe/go-modules.mk
+0-48bgpipe/COMMIT_MSG
+0-20bgpipe/Makefile
+0-19bgpipe/DESCR
+0-2bgpipe/PLIST
+0-3881 files not shown
+0-3897 files

NetBSD/pkgsrc xw7kcx5graphics/geeqie Makefile

   geeqie: remove now unneeded meson workaround
VersionDeltaFile
1.169+1-2graphics/geeqie/Makefile
+1-21 files

NetBSD/pkgsrc yBAchWxdoc CHANGES-2026

   doc: Updated wayland/sfwbar to 1.0_beta17nb2
VersionDeltaFile
1.4806+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc CvjlIDdwayland/sfwbar Makefile

   sfwbar: update pkgrev

   The previous commit changed the contents of the package
VersionDeltaFile
1.4+2-2wayland/sfwbar/Makefile
+2-21 files

NetBSD/pkgsrc-wip 10855e0cloudflare-speed-cli Makefile distinfo

cloudflare-speed-cli: update to 1.0.8
DeltaFile
+3-3cloudflare-speed-cli/distinfo
+1-1cloudflare-speed-cli/Makefile
+4-42 files

NetBSD/pkgsrc C8sdZOJprint/libcupsfilters buildlink3.mk

   print/libcupsfilters: Buildlink dbus conditionally to fix build of cups-filters
VersionDeltaFile
1.8+8-1print/libcupsfilters/buildlink3.mk
+8-11 files

NetBSD/pkgsrc 2gWErHadoc CHANGES-pkgsrc-2026Q2

   doc: update for 7197
VersionDeltaFile
1.1.2.9+4-1doc/CHANGES-pkgsrc-2026Q2
+4-11 files

NetBSD/pkgsrc xcZFqkDx11/slock Makefile distinfo

   Pullup ticket #7197 - requested by leot
   x11/slock: Bug fix

   Revisions pulled up:
   - x11/slock/Makefile                                            1.15
   - x11/slock/distinfo                                            1.11

   ---
      Module Name:    pkgsrc
      Committed By:   leot
      Date:           Mon Jul 27 22:07:21 UTC 2026

      Modified Files:
              pkgsrc/x11/slock: Makefile distinfo

      Log Message:
      slock: Update to 1.7

      Changes:

    [4 lines not shown]
VersionDeltaFile
1.10.8.1+4-4x11/slock/distinfo
1.14.6.1+2-2x11/slock/Makefile
+6-62 files

NetBSD/pkgsrc-wip 408b237tfkiss distinfo MESSAGE

ham/tfkiss: Update to 1.3.2

Upstream is now a maintained fork at https://github.com/kq6up/tfkiss.
The original site is gone and there had been no release since 1.2.4
in 2000.

Upstream changes since 1.2.4:

  - 64-bit correctness.  Fixed pointer truncation in call_to_ip() and
    next_addr(), an incorrect socklen_t definition, inet_addr()
    comparisons against -1 rather than INADDR_NONE, incorrect signal
    handler signatures, an argument order bug in dump_ax25frame(), and
    a missing return after a full routing table that permitted an
    out-of-bounds write.  Fixed an MBHEAD/MB struct size mismatch that
    broke the firmware's buffer allocator on LP64 systems.

  - All K&R function definitions converted to ANSI C prototypes.
    Deprecated bzero() replaced with memset().  Unbounded string
    operations replaced with bounded equivalents.

    [38 lines not shown]
DeltaFile
+57-0tfkiss/COMMIT_MSG
+19-15tfkiss/DESCR
+22-9tfkiss/Makefile
+10-9tfkiss/PLIST
+0-16tfkiss/MESSAGE
+3-3tfkiss/distinfo
+111-526 files

NetBSD/pkgsrc JdBMmLFdoc CHANGES-2026

   doc: Updated x11/slock to 1.7
VersionDeltaFile
1.4805+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc y4LI22bx11/slock Makefile distinfo

   slock: Update to 1.7

   Changes:
   1.7
   - Avoid ctype(3) abuses that could leads to break the screen locking at
     least on NetBSD
   - Support ^U for clearing password
VersionDeltaFile
1.11+4-4x11/slock/distinfo
1.15+2-2x11/slock/Makefile
+6-62 files

NetBSD/pkgsrc-wip 1db506ccyclone distinfo, cyclone/patches patch-scheme_base.sld

wip/cyclone: Fix copying of empty bytevectors

Pull request: https://github.com/justinethier/cyclone/pull/565
DeltaFile
+17-3cyclone/patches/patch-scheme_base.sld
+1-1cyclone/distinfo
+18-42 files

NetBSD/pkgsrc SmQzTyedoc CHANGES-2026

   doc: Added net/bgpipe version 0.22.0
VersionDeltaFile
1.4804+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc vb8Lx9gnet Makefile, net/bgpipe PLIST DESCR

   net/bgpipe: Add bgpipe-0.22.0

   Open-source tool that processes BGP messages through
   a pipeline of composable stages.

   What is bgpipe?

   bgpipe sits between routers as a transparent proxy, auditing,
   filtering, and transforming BGP sessions on the fly.
   Think of it as a scriptable BGP firewall and traffic processor.

   Use cases:
   * BGP firewall with RPKI validation, prefix limits, and rate limiting
   * Bidirectional BGP to JSON translation including Flowspec - pipe through
     jq, Python, anything
   * MRT file processing and conversion at scale, incl. RIB snapshots (table dumps)
   * Scriptable pipeline - chain stages or pipe through external programs
   * Live BGP monitoring from RIPE RIS Live or RouteViews with real-time filters
   * Secure transport - add TCP-MD5 to sessions, proxy over encrypted WebSockets

    [28 lines not shown]
VersionDeltaFile
1.1+224-0net/bgpipe/distinfo
1.1+75-0net/bgpipe/go-modules.mk
1.1+20-0net/bgpipe/Makefile
1.1+19-0net/bgpipe/DESCR
1.1635+2-1net/Makefile
1.1+2-0net/bgpipe/PLIST
+342-16 files

NetBSD/pkgsrc OmaF3Zidoc CHANGES-2026

   doc: Updated print/libppd to 2.1.1nb7
VersionDeltaFile
1.4803+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc TfyU8oAprint/libppd Makefile options.mk

   libppd: add options to choose the PDF renderer

   From Edgar Fuß.

   Bump PKGREVISION.
VersionDeltaFile
1.1+55-0print/libppd/options.mk
1.8+4-6print/libppd/Makefile
+59-62 files

NetBSD/pkgsrc xJX7tzeprint/libcupsfilters buildlink3.mk

   libcupsfilters: add libexif to bl3.mk

   This is exported in the pkg-config file.

   From Edgar Fuß.
VersionDeltaFile
1.7+2-1print/libcupsfilters/buildlink3.mk
+2-11 files