NetBSD/pkgsrc TM4EXrYgraphics/drawpile Makefile

   drawpile: Needs socket lib on SunOS.
VersionDeltaFile
1.39+3-1graphics/drawpile/Makefile
+3-11 files

NetBSD/pkgsrc fkFlqeetime/dclock Makefile distinfo, time/dclock/patches patch-ab patch-dclock.c

   dclock: Various build fixes for GCC 14 and GCC 15.
VersionDeltaFile
1.5+55-20time/dclock/patches/patch-ab
1.1+25-0time/dclock/patches/patch-dclock.c
1.21+10-1time/dclock/Makefile
1.14+3-2time/dclock/distinfo
+93-234 files

NetBSD/src ljKovANusr.bin/make make.1

   Fix description of .MADE, it is not a target
VersionDeltaFile
1.392+3-3usr.bin/make/make.1
+3-31 files

NetBSD/pkgsrc MNEvObdsysutils/crashme Makefile distinfo, sysutils/crashme/patches patch-ab patch-pddet.c

   crashme: Fix building with GCC 14 and GCC 15.

   This code makes frequent use of K&Risms such as implicit
   function declarations, implicit int, etc. Fix a few and
   force an older C standard to ensure this keeps building.
VersionDeltaFile
1.3+76-5sysutils/crashme/patches/patch-ab
1.1+14-0sysutils/crashme/patches/patch-pddet.c
1.27+8-1sysutils/crashme/Makefile
1.11+3-2sysutils/crashme/distinfo
+101-84 files

NetBSD/pkgsrc dCNq6ndtextproc/untex distinfo, textproc/untex/patches patch-untex.c

   untex: Fix build with GCC 14.

   Avoid implicit declaration of strncmp(3), exit(3) by including
   the right headers.
VersionDeltaFile
1.1+16-0textproc/untex/patches/patch-untex.c
1.7+2-1textproc/untex/distinfo
+18-12 files

NetBSD/pkgsrc nqNBqdCarchivers/lzsa Makefile distinfo, archivers/lzsa/patches patch-src_dictionary.c patch-Makefile

   lzsa: Various build fixes.

   Define the correct _POSIX_C_SOURCE to get a definition of
   ftello(3).

   Make sure the user's choice of compiler is honoured instead
   of always using clang.

   Verified to build on FreeBSD, NetBSD, macOS, Linux.
VersionDeltaFile
1.1+15-0archivers/lzsa/patches/patch-src_dictionary.c
1.1+13-0archivers/lzsa/patches/patch-Makefile
1.2+6-1archivers/lzsa/Makefile
1.2+3-1archivers/lzsa/distinfo
+37-24 files

NetBSD/pkgsrc VFaWC8adatabases/mariadb1011-server PLIST, databases/mariadb114-server PLIST

   mariadb[114,118,1011]-server: Fix non-auth_pam PLIST

   Should help the SunOS builds.
VersionDeltaFile
1.6+2-2databases/mariadb1011-server/PLIST
1.3+2-2databases/mariadb114-server/PLIST
1.4+2-2databases/mariadb118-server/PLIST
+6-63 files

NetBSD/pkgsrc 8jvWmztdevel/libmtp distinfo, devel/libmtp/patches patch-src_unicode.c

   libmtp: Handle the case where the iconv(3) is overridden by GNU libiconv.
VersionDeltaFile
1.2+6-7devel/libmtp/patches/patch-src_unicode.c
1.22+2-2devel/libmtp/distinfo
+8-92 files

NetBSD/pkgsrc Y2Sf9Nzgraphics/colord Makefile

   colord: Strip out --version-script linker args to help the SunOS linker.

   Should help the SunOS builds.
VersionDeltaFile
1.33+4-1graphics/colord/Makefile
+4-11 files

NetBSD/pkgsrc-wip 2eefac8. Makefile, bob distinfo cargo-depends.mk

bob: remove, pkgtools/bob is newer
DeltaFile
+0-1,364bob/distinfo
+0-455bob/cargo-depends.mk
+0-37bob/Makefile
+0-9bob/DESCR
+0-3bob/PLIST
+0-1Makefile
+0-1,8696 files

NetBSD/src pgajuZasys/arch/powerpc/ibm4xx/pci pcix.c

   Enable prefetch on 460EX PCI bridge - massive performance improvement.
VersionDeltaFile
1.3+10-3sys/arch/powerpc/ibm4xx/pci/pcix.c
+10-31 files

NetBSD/src etTmBXydoc 3RDPARTY CHANGES

   new bind
VersionDeltaFile
1.2221+2-2doc/3RDPARTY
1.3274+2-1doc/CHANGES
+4-32 files

NetBSD/src l1HgRdodistrib/sets/lists/base shl.mi, distrib/sets/lists/debug shl.mi

   bump libdns
VersionDeltaFile
1.1044+3-3distrib/sets/lists/base/shl.mi
1.405+2-2distrib/sets/lists/debug/shl.mi
+5-52 files

NetBSD/src LfJS0vEexternal/mpl/bind/dist/lib/dns resolver.c tsig.c, external/mpl/bind/dist/lib/ns query.c

   merge conflicts between bind-9.20.23 and 9.20.24
VersionDeltaFile
1.27+240-107external/mpl/bind/dist/lib/dns/resolver.c
1.16+37-48external/mpl/bind/dist/lib/dns/tsig.c
1.5+78-1external/mpl/bind/dist/tests/dns/dispatch_test.c
1.29+38-23external/mpl/bind/dist/lib/ns/query.c
1.22+44-17external/mpl/bind/dist/lib/dns/validator.c
1.20+31-24external/mpl/bind/dist/lib/dns/masterdump.c
+468-22058 files not shown
+751-42264 files

NetBSD/src kgAYnCgexternal/mpl/bind/dist/bin/tests/system/dnssec_cname_response tests_cname_rejection.py, external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ans2 ans.py

   Import bind 9.20.24 (previous was 9.20.23)

   Security Fixes
   ==============

   Fix DNS64 owner case after DNAME restart. 4de2229364
   When BIND 9 is configured to use DNS64 and encounters a DNAME redirect, it
   could end up using freed memory for the DNS response owner name. This caused
   the response to contain corrupted data. This fix ensures the correct owner
   name is used when constructing the synthesized response after a DNAME
   redirect.
   ISC thanks Qifan Zhang of Palo Alto Networks for reporting the issue. [GL #5934]

   New Features
   ============

   Enable PR-Agent reviews on merge requests. 46e4c236a3
   Adds a CI job that runs PR-Agent against each merge request opened from the

    [143 lines not shown]
VersionDeltaFile
1.1.1.24+239-106external/mpl/bind/dist/lib/dns/resolver.c
1.1+212-0external/mpl/bind/dist/doc/changelog/changelog-9.20.24.rst
1.1+173-0external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/ans2/ans.py
1.1+172-0external/mpl/bind/dist/bin/tests/system/dnssec_cname_response/tests_cname_rejection.py
1.1.1.2+43-85external/mpl/bind/dist/bin/tests/system/resend_loop/ans3/ans.py
1.1+113-0external/mpl/bind/dist/doc/notes/notes-9.20.24.rst
+952-191258 files not shown
+3,204-660264 files

NetBSD/pkgsrc-wip 9119557. Makefile

wip: Enable py27-renpy
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 938451cpy27-renpy PLIST Makefile, py27-renpy/patches patch-setup.py patch-renpybidicore.c

wip/py27-renpy: import py27-renpy-6.99.12.4

Ren'Py is a visual novel engine that helps you use words, images,
and sounds to tell stories with the computer. These can be both
visual novels and life simulation games. The easy to learn script
language allows you to efficiently write large visual novels, while
its Python scripting is enough for complex simulation games.

This is Python 2.7 based Ren'Py.

This is imported to play "Doki Doki Literature Club!".
DeltaFile
+1,024-0py27-renpy/PLIST
+73-0py27-renpy/Makefile
+24-0py27-renpy/patches/patch-setup.py
+17-0py27-renpy/patches/patch-renpybidicore.c
+7-0py27-renpy/distinfo
+7-0py27-renpy/DESCR
+1,152-06 files

NetBSD/pkgsrc-wip 2d4baf2. Makefile

wip: Enable py27-game_sdl2
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 7bd39adpy27-game_sdl2 PLIST Makefile, py27-game_sdl2/patches patch-include_sdl2__mixer.pxd patch-src_pygame__sdl2_mixer.pyx

wip/py27-game_sdl2: import py27-game_sdl2-2.1.0.06991204

Pygame is a set of Python modules designed for writing games. It is written on
top of the excellent SDL library. This allows you to create fully featured
games and multimedia programs in the python language. Pygame is highly
portable and runs on nearly every platform and operating system.

This package is solely for wip/py27-renpy.
DeltaFile
+58-0py27-game_sdl2/PLIST
+51-0py27-game_sdl2/Makefile
+22-0py27-game_sdl2/buildlink3.mk
+15-0py27-game_sdl2/patches/patch-include_sdl2__mixer.pxd
+15-0py27-game_sdl2/patches/patch-src_pygame__sdl2_mixer.pyx
+7-0py27-game_sdl2/distinfo
+168-01 files not shown
+174-07 files

NetBSD/pkgsrc-wip 09c7d91. Makefile

wip: Enable py27-cython
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 75bb1capy27-cython PLIST Makefile

wip/py27-cython: import py27-cython-0.26

The Cython language makes writing C extensions for the Python language
as easy as Python itself. Cython is a source code translator based on
the well-known Pyrex, but supports more cutting edge functionality and
optimizations.

The Cython language is very close to the Python language (and most
Python code is also valid Cython code), but Cython additionally supports
calling C functions and declaring C types on variables and class
attributes. This allows the compiler to generate very efficient C code
from Cython code.

This makes Cython the ideal language for writing glue code for external
C libraries, and for fast C modules that speed up the execution of
Python code.
DeltaFile
+526-0py27-cython/PLIST
+26-0py27-cython/Makefile
+14-0py27-cython/DESCR
+12-0py27-cython/buildlink3.mk
+5-0py27-cython/distinfo
+3-0py27-cython/ALTERNATIVES
+586-06 files

NetBSD/src N0uESKOexternal/mpl/bind/dist/dist/fuzz dns_name_fromwire.c, external/mpl/bind/dist/dist/tests/isc regex_test.c ratelimiter_test.c

   remove wrong import
VersionDeltaFile
1.2+1-1external/mpl/bind/dist/dist/fuzz/dns_name_fromwire.c
1.2+1-1external/mpl/bind/dist/dist/tests/isc/regex_test.c
1.2+1-1external/mpl/bind/dist/dist/tests/isc/ratelimiter_test.c
1.2+1-1external/mpl/bind/dist/dist/tests/isc/radix_test.c
1.2+1-1external/mpl/bind/dist/dist/tests/isc/quota_test.c
1.2+1-1external/mpl/bind/dist/dist/tests/isc/proxyudp_test.c
+6-65,176 files not shown
+896-8965,182 files

NetBSD/src kEARArDsys/arch/evbppc/sam460ex machdep.c, sys/arch/powerpc/ibm4xx ibm4xx_460ex_l2.c

   L2 cache support on 460EX plus cache coherency fixes and USB workarounds.
VersionDeltaFile
1.1+217-0sys/arch/powerpc/ibm4xx/ibm4xx_460ex_l2.c
1.2+60-2sys/arch/powerpc/ibm4xx/dev/ehci_plb.c
1.3+44-1sys/arch/powerpc/include/ibm4xx/amcc460ex.h
1.1+43-0sys/arch/powerpc/include/ibm4xx/ibm4xx_460ex_l2.h
1.5+31-2sys/arch/evbppc/sam460ex/machdep.c
1.2+12-2sys/arch/powerpc/ibm4xx/dev/ohci_plb.c
+407-73 files not shown
+417-179 files

NetBSD/pkgsrc-wip 7a70572fresh distinfo COMMIT_MSG

Update editors/fresh to v.0.4.1
DeltaFile
+6-3fresh/distinfo
+2-2fresh/COMMIT_MSG
+1-1fresh/Makefile
+1-0fresh/cargo-depends.mk
+10-64 files

NetBSD/src vZeila9external/mpl/bind/dist/dist configure, external/mpl/bind/dist/dist/bin/named server.c

   Initial revision
VersionDeltaFile
1.1+32,435-0external/mpl/bind/dist/dist/configure
1.1+24,896-0external/mpl/bind/dist/dist/lib/dns/zone.c
1.1+22,367-0external/mpl/bind/dist/dist/doc/changelog/changelog-history.rst
1.1+19,112-0external/mpl/bind/dist/dist/bin/tests/system/limits/ns1/example.db
1.1+17,059-0external/mpl/bind/dist/dist/bin/named/server.c
1.1+12,308-0external/mpl/bind/dist/dist/lib/ns/query.c
+128,177-010,358 files not shown
+893,516-010,364 files

NetBSD/pkgsrc oU6l2Nidoc CHANGES-2026

   Note update of net/bind918 to 9.18.50.
VersionDeltaFile
1.3841+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc sZ579Tsnet/bind918 distinfo Makefile

   net/bind: update to version 9.18.50.

   Pkgsrc changes:
    * None (just version + checksums)

   Upstream changes:

   Notes for BIND 9.18.50
   ----------------------

   Removed Features
   ~~~~~~~~~~~~~~~~

   - Remove ineffective TCP fallback after repeated UDP timeouts.

     When an authoritative server failed to respond to two consecutive UDP
     queries, :iscman:`named` marked the next retry as TCP but still sent
     it over UDP, producing misleading dnstap records. The ineffective
     retry path has been removed; a corrected TCP fallback will be restored

    [34 lines not shown]
VersionDeltaFile
1.41+4-4net/bind918/distinfo
1.69+2-2net/bind918/Makefile
+6-62 files

NetBSD/pkgsrc-wip 25a1920zino distinfo Makefile

zino: update to version 2.5.1.

Pkgsrc changes:
 * version-bump + checksums + PLIST update.
 * Require 0.2.1 of py-netsnmp-cffi.

Upstream changes:

- Add `zping` CLI utility to check if a Zino daemon is alive by
  querying its SNMP agent for uptime.
  ([#528](https://github.com/Uninett/zino/issues/528))

- Configuration errors in `zino.toml` now report the underlying
  parser message (with line and column) for syntax errors, and
  friendlier messages â<80><94> including key suggestions â<80><94>
  for validation errors. ([#539](https://github.com/Uninett/zino/issues/539))

- Single-interface link state verification no longer crashes with
  an `AssertionError` when the target interface has disappeared from

    [13 lines not shown]
DeltaFile
+3-3zino/distinfo
+2-2zino/Makefile
+4-0zino/PLIST
+9-53 files

NetBSD/pkgsrc-wip 267ad70py-netsnmp-cffi PLIST

py-netsnmp-cffi: update PLIST as well...
DeltaFile
+9-6py-netsnmp-cffi/PLIST
+9-61 files

NetBSD/pkgsrc-wip 51dc19fpy-netsnmp-cffi distinfo Makefile, py-netsnmp-cffi/patches patch-src_netsnmpy_netsnmp__ffi.py

py-netsnmp-cffi: upgrade to version 0.2.1.

Pkgsrc changes:
 * Version + checksum updates.

Upstream changes:

Fixed
 * Fix ffi.error from a size mismatch between the cdef and the
   real C layout of struct enum_list, by marking the cdef declaration
   as flexible. The mismatch caused crashes on platforms where
   CFFI verifies struct sizes against the C compiler (e.g.
   NetBSD/pkgsrc builds of net-snmp), any time MIB enumerations
   were looked up. (#23)

Added
 * Test suite now also tests on Python 3.13 and 3.14.
 * Wheel build/publish process also builds wheels for Python 3.13 and 3.14.
DeltaFile
+0-14py-netsnmp-cffi/patches/patch-src_netsnmpy_netsnmp__ffi.py
+3-4py-netsnmp-cffi/distinfo
+1-2py-netsnmp-cffi/Makefile
+4-203 files