NetBSD/src 1VDbEgldoc CHANGES-9.5, sys/arch/i386/i386 vector.S

   Apply patch, requested by bouyer in ticket #1998:

        sys/arch/i386/i386/vector.S     (apply patch)

   xen: PR 58561: make sure kernel preemption won't cause write of
   evtchn_upcall_mask of the wrong virtual CPU.
   (file accidently missed in the original commit for ticket #1998)
VersionDeltaFile
1.83.4.1+21-5sys/arch/i386/i386/vector.S
1.1.2.95+2-1doc/CHANGES-9.5
+23-62 files

NetBSD/pkgsrc HBrycrodoc CHANGES-2026

   doc: Updated misc/qt6gtk2 to 0.7
VersionDeltaFile
1.629+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc RfOgmilmisc/qt6gtk2 Makefile distinfo

   misc/qt6gtk2: update to 0.7

   # changes

   * Fixed crash of KVIrc and other applications
   * Fixed combobox drawing issues
   * Resolved deprecation warnings (Thomas Lange)
VersionDeltaFile
1.27+2-7misc/qt6gtk2/Makefile
1.6+4-4misc/qt6gtk2/distinfo
+6-112 files

NetBSD/pkgsrc 5LNTKCJdoc CHANGES-2026

   doc: Updated mail/meli to 0.8.13
VersionDeltaFile
1.628+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nSYoyUImail/meli distinfo cargo-depends.mk, mail/meli/patches patch-meli_Cargo.toml

   mail/meli: update to 0.8.13

   # pkgsrc changes

   * Remove deprecated README.
   * Move patch to vendored crate from files dir to patches/vendor

   # upstream changes
   * Fix severe issue when calling gettimeofday with a tz arg that may result in segfaults.
   * Fix AUTHENTICATE use in imap backend when SASL-IR is not available.
   * Several other misc fixes.
   * Updates various dependencies to newer versions.
   * Add tab_width option to specify how many spaces a tab character should occupy.
   * Add support for mbox files with meli view /path/to/file command.
VersionDeltaFile
1.16+869-815mail/meli/distinfo
1.12+60-42mail/meli/cargo-depends.mk
1.3+9-10mail/meli/patches/patch-meli_Cargo.toml
1.1+16-0mail/meli/patches/vendor/patch-libsqlite3-sys_Cargo.toml
1.35+4-7mail/meli/Makefile
1.6+1-2mail/meli/PLIST
+959-8762 files not shown
+960-8778 files

NetBSD/src wdRLiEXdoc CHANGES-10.2

   Tickets #1226 - #1228
VersionDeltaFile
1.1.2.88+32-1doc/CHANGES-10.2
+32-11 files

NetBSD/src Ri21hbXtools/compat configure compat_defs.h

   Pull up following revision(s) (requested by skrll in ticket #1228):

        tools/compat/configure.ac: revision 1.113
        tools/compat/compat_defs.h: revision 1.131
        tools/compat/configure: revision 1.111
        (all via patch)

   tools build fixes for <sys/endian.h> changes, from skrll
VersionDeltaFile
1.99.6.4+12-12tools/compat/configure
1.120.4.3+5-2tools/compat/compat_defs.h
1.99.6.4+2-2tools/compat/configure.ac
+19-163 files

NetBSD/src b2WVjX2doc CHANGES-11.0

   Tickets #163 - #166
VersionDeltaFile
1.1.2.71+40-1doc/CHANGES-11.0
+40-11 files

NetBSD/src oPyReOLtools/compat configure compat_defs.h

   Pull up following revision(s) (requested by skrll in ticket #166):

        tools/compat/configure.ac: revision 1.113
        tools/compat/compat_defs.h: revision 1.131
        tools/compat/configure: revision 1.111

   tools build fixes for <sys/endian.h> changes, from skrll
VersionDeltaFile
1.107.2.2+12-12tools/compat/configure
1.125.2.2+5-2tools/compat/compat_defs.h
1.109.2.2+2-2tools/compat/configure.ac
+19-163 files

NetBSD/src 2hLpNl2sys/dev/pci if_iwm.c

   Pull up following revision(s) (requested by riastradh in ticket #1227):

        sys/dev/pci/if_iwm.c: revision 1.89

   Fix DMA sync sizes.
   Don't panic for inconsistent queue counter, just print an error to console.
VersionDeltaFile
1.87.10.1+19-11sys/dev/pci/if_iwm.c
+19-111 files

NetBSD/src zScEiuWdoc CHANGES-9.5

   Tickets #1998 and #1999
VersionDeltaFile
1.1.2.94+25-1doc/CHANGES-9.5
+25-11 files

NetBSD/src kwb1F5Osys/dev/pci if_iwm.c

   Pull up following revision(s) (requested by riastradh in ticket #1999):

        sys/dev/pci/if_iwm.c: revision 1.89

   Fix DMA sync sizes.
   Don't panic for inconsistent queue counter, just print an error to console.
VersionDeltaFile
1.83.8.1+19-11sys/dev/pci/if_iwm.c
+19-111 files

NetBSD/src pQ3J031sys/arch/amd64/amd64 locore.S spl.S, sys/arch/amd64/include frameasm.h

   Pull up following revision(s) (requested by bouyer in ticket #1998):

        sys/arch/amd64/include/frameasm.h: revision 1.56
        sys/arch/xen/x86/xen_intr.c: revision 1.32
        sys/arch/i386/include/frameasm.h: revision 1.36
        sys/arch/i386/i386/locore.S: revision 1.206
        sys/arch/amd64/amd64/cpufunc.S: revision 1.71
        sys/arch/i386/i386/i386_trap.S: revision 1.25
        sys/arch/i386/i386/spl.S: revision 1.59
        sys/arch/amd64/amd64/locore.S: revision 1.236
        sys/arch/amd64/amd64/spl.S: revision 1.50
        sys/arch/x86/x86/fpu.c: revision 1.94
        sys/arch/amd64/amd64/amd64_trap.S: revision 1.56
        (all via patch)

   fputrap: enable interrupts before panic(), for consistency.
   noticed while working on PR port-xen/58561
   updating curcup()->ci_vcpu->evtchn_upcall_mask requires 2 intructions, e.g.
   movq CPUVAR(VCPU),%r ## temp_reg ;

    [37 lines not shown]
VersionDeltaFile
1.28.4.1+91-14sys/arch/i386/include/frameasm.h
1.44.2.1+52-3sys/arch/amd64/include/frameasm.h
1.18.4.1+24-9sys/arch/i386/i386/i386_trap.S
1.185.2.2+16-3sys/arch/amd64/amd64/locore.S
1.40.4.1+9-7sys/arch/amd64/amd64/spl.S
1.47.4.1+6-6sys/arch/i386/i386/spl.S
+198-425 files not shown
+221-5511 files

NetBSD/src 3iMAgXHsys/arch/amd64/amd64 locore.S spl.S, sys/arch/amd64/include frameasm.h

   Pull up following revision(s) (requested by bouyer in ticket #1226):

        sys/arch/amd64/include/frameasm.h: revision 1.56
        sys/arch/xen/x86/xen_intr.c: revision 1.32
        sys/arch/i386/include/frameasm.h: revision 1.36
        sys/arch/i386/i386/locore.S: revision 1.206
        sys/arch/amd64/amd64/cpufunc.S: revision 1.71
        sys/arch/i386/i386/i386_trap.S: revision 1.25
        sys/arch/i386/i386/spl.S: revision 1.59
        sys/arch/amd64/amd64/locore.S: revision 1.236
        sys/arch/amd64/amd64/spl.S: revision 1.50
        sys/arch/x86/x86/fpu.c: revision 1.94
        sys/arch/amd64/amd64/amd64_trap.S: revision 1.56

   fputrap: enable interrupts before panic(), for consistency.
   noticed while working on PR port-xen/58561
   updating curcup()->ci_vcpu->evtchn_upcall_mask requires 2 intructions, e.g.
   movq CPUVAR(VCPU),%r ## temp_reg ;
   movb $1,EVTCHN_UPCALL_MASK(%r ## temp_reg);

    [36 lines not shown]
VersionDeltaFile
1.35.4.1+100-20sys/arch/i386/include/frameasm.h
1.55.4.1+48-11sys/arch/amd64/include/frameasm.h
1.23.4.1+20-5sys/arch/i386/i386/i386_trap.S
1.57.4.1+7-8sys/arch/i386/i386/spl.S
1.214.4.5+8-4sys/arch/amd64/amd64/locore.S
1.48.4.1+7-5sys/arch/amd64/amd64/spl.S
+190-535 files not shown
+213-6611 files

NetBSD/src QavA9C8sys/arch/amd64/amd64 locore.S spl.S, sys/arch/amd64/include frameasm.h

   Pull up following revision(s) (requested by bouyer in ticket #165):
        sys/arch/amd64/include/frameasm.h: revision 1.56
        sys/arch/xen/x86/xen_intr.c: revision 1.32
        sys/arch/i386/include/frameasm.h: revision 1.36
        sys/arch/i386/i386/locore.S: revision 1.206
        sys/arch/amd64/amd64/cpufunc.S: revision 1.71
        sys/arch/i386/i386/i386_trap.S: revision 1.25
        sys/arch/i386/i386/spl.S: revision 1.59
        sys/arch/amd64/amd64/locore.S: revision 1.236
        sys/arch/amd64/amd64/spl.S: revision 1.50
        sys/arch/x86/x86/fpu.c: revision 1.94
        sys/arch/amd64/amd64/amd64_trap.S: revision 1.56
   fputrap: enable interrupts before panic(), for consistency.
   noticed while working on PR port-xen/58561
   updating curcup()->ci_vcpu->evtchn_upcall_mask requires 2 intructions, e.g.
   movq CPUVAR(VCPU),%r ## temp_reg ;
   movb $1,EVTCHN_UPCALL_MASK(%r ## temp_reg);
   With preemption enabled we may be moved to another CPU between the
   2 intructions and we end up updating the evtchn_upcall_mask of another VCPU

    [26 lines not shown]
VersionDeltaFile
1.35.12.1+100-20sys/arch/i386/include/frameasm.h
1.55.12.1+48-11sys/arch/amd64/include/frameasm.h
1.24.2.1+20-5sys/arch/i386/i386/i386_trap.S
1.58.8.1+7-8sys/arch/i386/i386/spl.S
1.230.2.2+8-4sys/arch/amd64/amd64/locore.S
1.49.8.1+7-5sys/arch/amd64/amd64/spl.S
+190-535 files not shown
+213-6611 files

NetBSD/src JVDLNyIdistrib/common/bootimage Makefile.bootimage, distrib/luna68k/liveimage Makefile Makefile

   Pull up following revision(s) (requested by tsutsui in ticket #164):

        distrib/luna68k/liveimage/fstab.in: revision 1.1
        distrib/common/bootimage/Makefile.bootimage: revision 1.50
        distrib/luna68k/Makefile: revision 1.3
        distrib/luna68k/liveimage/spec.in: revision 1.1
        distrib/luna68k/liveimage/Makefile: revision 1.1
        distrib/luna68k/liveimage/Makefile: revision 1.2
        distrib/luna68k/liveimage/diskproto.in: revision 1.1
        distrib/luna68k/liveimage/spec.boot.in: revision 1.1

   bootimage: allow MD Makefiles to add a port-specific boot partition

   Some ports require an additional port-specific boot partition even
   for live images so that firmware ROMs can load a bootloader.

   For example, luna68k ROMs require old 4.3-BSD style FFS, and hp300
   ROMs require an HP LIF format diretory entries.
   Add a USE_MDBOOTPART switch and adjust size/offset calculations and

    [57 lines not shown]
VersionDeltaFile
1.2.2.2+51-0distrib/luna68k/liveimage/Makefile
1.2.2.1+0-51distrib/luna68k/liveimage/Makefile
1.46.2.3+41-5distrib/common/bootimage/Makefile.bootimage
1.1.2.1+0-25distrib/luna68k/liveimage/diskproto.in
1.1.2.2+25-0distrib/luna68k/liveimage/diskproto.in
1.1.2.1+0-7distrib/luna68k/liveimage/fstab.in
+117-886 files not shown
+133-9312 files

NetBSD/pkgsrc LnuePzzdoc CHANGES-2026

   doc: Updated mail/mailutils to 3.21
VersionDeltaFile
1.627+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc k0CzbT6mail/mailutils distinfo Makefile

   mail/maiutils: update to 3.21

   # upstream changes

   * Optionally create intermediate directories when creating mailboxes.

   * New configuration section homedir controls creation of home
     directories.

   * Imap4d configuration statements create-home-dir and home-dir-mode
     declared obsolete. Use homedir section, instead.

   * Changes in sieve language
           Fileinto action: new option :interdir
           New commands in string expansions: localuser and detail.
           Immediate values allowed in ldap.field_map configuration statement.
   * Bugfixes:
           Sieve: fix coredump on parsing fileinto :permission action.
           Sieve: fix optimizer.

    [4 lines not shown]
VersionDeltaFile
1.7+4-4mail/mailutils/distinfo
1.22+2-3mail/mailutils/Makefile
+6-72 files

NetBSD/src n6F4VtCdistrib/common/bootimage Makefile.bootimage

   Pull up following revision(s) (requested by tsutsui in ticket #163):

        distrib/common/bootimage/Makefile.bootimage: revision 1.48
        distrib/common/bootimage/Makefile.bootimage: revision 1.49

   bootimage: fix a build error of zaurus live-image on parallel build

   Add an explicit dependency of ${FATFILES} on ${TARGETFS} since
   necessary files are assumed to be extracted during ${TARGETFS} image
   build (not sure how it worked before).

   bootimage: make ${FATFILES} dependency more explicit for readability

   Only add the FATFILES -> TARGETFS dependency in Makefile.bootimage
   when FATFILES is defined in MD Makefiles.

   This makes the optional nature of FATFILES clearer for MD ports and
   avoids relying on empty-target handling as an implicit make(1) behavior.
VersionDeltaFile
1.46.2.2+8-2distrib/common/bootimage/Makefile.bootimage
+8-21 files

NetBSD/pkgsrc 71NGmsEnet/telescope Makefile

   net/telescope: bump revision after libgrapheme update
VersionDeltaFile
1.7+2-2net/telescope/Makefile
+2-21 files

NetBSD/pkgsrc E8Ns3Kbchat/lchat Makefile

   lchat: bump revision after libgrapheme update
VersionDeltaFile
1.3+2-2chat/lchat/Makefile
+2-21 files

NetBSD/pkgsrc jjw3cVLdoc CHANGES-2026

   doc: Updated textproc/libgrapheme to 3.0.0
VersionDeltaFile
1.626+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Henf5pltextproc/libgrapheme buildlink3.mk

   libgrapheme: update buildlink file
VersionDeltaFile
1.4+2-1textproc/libgrapheme/buildlink3.mk
+2-11 files

NetBSD/pkgsrc dTO63oHdoc CHANGES-2026

   doc: Updated textproc/libgrapheme to 3.0.0
VersionDeltaFile
1.625+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8iFBsgEtextproc/libgrapheme distinfo PLIST

   textproc/libgrapheme: update to 3.0.0

   No changelog provided. git commit log can be found at:
   https://git.suckless.org/libgrapheme/
VersionDeltaFile
1.2+4-4textproc/libgrapheme/distinfo
1.2+3-3textproc/libgrapheme/PLIST
1.4+2-3textproc/libgrapheme/Makefile
+9-103 files

NetBSD/pkgsrc vpIB1Radoc CHANGES-2026

   doc: Updated sysutils/fastfetch to 2.58.0
VersionDeltaFile
1.624+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Hf2Dncqsysutils/fastfetch distinfo Makefile

   sysutils/fastfetch: update to 2.58.0

   # upstream changes

   # 2.58.0

   An early release to fix compatibility issues with KDE Plasma 6.6.

   Breaking changes:

   * The `de.slowVersionDetection` option has been removed. Slow version
     detection is now always enabled, as required on non-FHS-compliant
     distros (e.g., NixOS). (#2149, DE, Linux)

   Features:
   * Adds the `--structure-disabled <modules...>` command-line flag to temporarily disable module structure printing.
       * For example: `fastfetch --structure-disabled colors` removes the color blocks from the default output.
   * Supports chassis type detection on Linux ARM devices when reported via the device tree (Chassis, Linux)
   * Supports Bedrock Linux version detection (#2155, OS, Linux)

    [125 lines not shown]
VersionDeltaFile
1.26+4-4sysutils/fastfetch/distinfo
1.43+2-3sysutils/fastfetch/Makefile
1.7+2-1sysutils/fastfetch/PLIST
+8-83 files

NetBSD/pkgsrc aFPTf3Ydoc CHANGES-2026

   doc: Updated x11/xcursor-core-hr to 20241226
VersionDeltaFile
1.623+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jblk9Uvx11/xcursor-core-hr distinfo Makefile

   x11/xcursor-core-hr: update to 20241226

   # upstream changes
   * Fixed pencil host spot.
   * Reworked hand pointers.
   * Added progress pointer.
   * Fixed symlinks.
   * Various tweaks.
VersionDeltaFile
1.2+4-4x11/xcursor-core-hr/distinfo
1.5+2-2x11/xcursor-core-hr/Makefile
1.2+2-1x11/xcursor-core-hr/PLIST
+8-73 files

NetBSD/pkgsrc AOvP6CQdoc CHANGES-pkgsrc-2025Q4

   doc: update for ticket 7048
VersionDeltaFile
1.1.2.9+4-1doc/CHANGES-pkgsrc-2025Q4
+4-11 files