FreeBSD/doc de065e2website/content/en/cgi man.cgi

man.cgi: improve error message for empty inputs or wrong queries

Event:                  Berlin Hackathon 202609
DeltaFile
+8-4website/content/en/cgi/man.cgi
+8-41 files

NetBSD/pkgsrc oD0rUwhdoc CHANGES-2026

   doc: Note pudate of mail/roundcube and related packages to 1.6.19

        mail/roundcube
        mail/roundcube-plugin-enigma
        mail/roundcube-plugin-password
        mail/roundcube-plugin-zipdownload
VersionDeltaFile
1.5857+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc jWdanBDaudio/pulseaudio distinfo Makefile, audio/pulseaudio/patches patch-src_modules_oss_module-oss.c

   pulseaudio: fix excessive OSS playback latency on NetBSD

   NetBSD audio(4) recalculates the track buffer geometry when
   the sample format is changed. The module-oss currently sets
   the requested fragment configuration before negotiating the
   sample format, so the requested high-water mark is lost and
   reset to the full track buffer.

   With the 48 kHz 16-bit stereo format, this resulted in 65280-byte
   output buffer (34 x 1920 byte fragments), corresponding to
   ~340 ms of playback latency (should be ~40 ms) on my environment.

   Reapply the requested OSS fragment configuration after sample format
   negotiation on NetBSD, both when initially opening and when resuming
   the device.

   Bump PKGREVISION.
VersionDeltaFile
1.5+32-1audio/pulseaudio/patches/patch-src_modules_oss_module-oss.c
1.90+2-2audio/pulseaudio/distinfo
1.191+2-2audio/pulseaudio/Makefile
+36-53 files

FreeBSD/doc 74653bawebsite/content/en/cgi man.cgi

man.cgi: show the heading only on the homepage

It wastes space on the results pages.

Event:                  Berlin Hackathon 202609
DeltaFile
+3-2website/content/en/cgi/man.cgi
+3-21 files

NetBSD/pkgsrc Vco2xqUmail/roundcube Makefile.common distinfo, mail/roundcube-plugin-password distinfo

   mail/roundcube: update to 1.6.19

   1.6.19 (2026-09-06)

   * Fix PHP Warning: Undefined variable $tmp_command in
     .../plugins/markasjunk/drivers/cmd_learn.php (#10294)

   * Security: Fix CSS declaration smuggling via un-encoded ampersand emission

   * Security: Fix CSS property injection via body background attribute

   * Security: Fix email header injection via bare CR in the subject field

   * Security: Fix email header injection via C-escape \r in the recipient
     display name

   * Security: Fix email header injection via identity's organization field

   * Security: Fix zero-click stored XSS via TNEF MIME tag injection in the

    [17 lines not shown]
VersionDeltaFile
1.104+4-4mail/roundcube/distinfo
1.49+4-4mail/roundcube-plugin-password/distinfo
1.47+2-2mail/roundcube/Makefile.common
+10-103 files

NetBSD/pkgsrc etyMPgTdoc CHANGES-2026

   doc: Updated wm/2bwm to 0.4
VersionDeltaFile
1.5856+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ZmM8Znpwm/2bwm Makefile distinfo

   wm/2bwm: update to 0.4

   - fixwindow_without_cloning
   - Added respect of transient for property
   - make sure the reply cookie is valid
   - Merge pull request #46 from netcrop/fixwindow_without_cloning
   - Fix invalid write in transient feature
   - stashed_change_wsitem
   - Merge pull request #47 from netcrop/change_wsitem
   - Merge pull request #49 from strikersh/patch-1
   - Added sloppy-focus/click-to-focus toggle
   - Don't center pointer on click when not in sloppy mode
   - Added support for _NET_WM_DESKTOP
   - On _NET_ACTIVE_WINDOW raise window to the top of the stack
   - Merge pull request #50 from opFez/patch-1
   - Fix for bug related to keymap variant changes
   - Allow a single dock to always stay on top (might affect mod+r behavior)
   - Fix behavior of badly configured client race-condition on Gtk4
   - setupwin: fix possible memory leak

    [26 lines not shown]
VersionDeltaFile
1.6+4-4wm/2bwm/distinfo
1.7+2-2wm/2bwm/Makefile
+6-62 files

NetBSD/pkgsrc QbmbvTRdoc CHANGES-2026

   doc: Updated sysutils/tealdeer to 1.9.0
VersionDeltaFile
1.5855+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc PUP1pVVsysutils/tealdeer Makefile cargo-depends.mk

   sysutils/tealdeer: update to 1.9.0

   v1.9.0 (2026-08-24)

   This release of tealdeer adds support for placeholder escaping and placeholder variants, and contains various improvements for configuring tealdeer.

   Escaped placeholders are a special form of placeholders which are needed to render pages like docker compose correctly. Placeholder variants are a new feature of tldr pages that allows to specify both the short and long form of program flags in a tldr page. Tealdeer now parses these placeholders correctly and allows users to choose which variant should be displayed.

   On MacOS, tealdeer now uses XDG directories by default. For backwards compatibility, if tealdeer configuration files or a page cache is already present at the previously used locations, they will still be used going forward. A side effect of this is that the directories used on Windows have changed. However, the new paths are more canonical, so there is no automatic migration for Windows users. Please use tldr --show-paths to move your configuration files to the new location.

   In addition to relative paths, the config file now supports tilde expansion for file paths. Furthermore, users can now override any settings from the config file using the --override-config command line flag.

   For details, please refer to the user documentation. Note that the user documentation has been moved from GitHub pages to our own domain. The new site allows you to select for which version of tealdeer you want to view the documentation.
   Changes:

       [added] Support for placeholder escaping (#414)
       [added] Suggest trying different TLS backend when update fails (#465)
       [added] Add builtin tldr tealdeer page (#472)
       [added] Add display.indent config option (#471)

    [12 lines not shown]
VersionDeltaFile
1.13+346-412sysutils/tealdeer/distinfo
1.9+114-136sysutils/tealdeer/cargo-depends.mk
1.18+3-3sysutils/tealdeer/Makefile
+463-5513 files

FreeBSD/src 6d3e3afsys/netinet tcp_usrreq.c

tcp: remove redundant assignments

Since the struct inpcb in embedded in the struct tcpcb, the
relationship can't change. So there is no need to reassign the tp
anymore.
No functional change intended.

Reported by:            Hannes Elfert
Reviewed by:            glebius
MFC after:              1 week
MFC to:                 stable/15
Differential Revision:  https://reviews.freebsd.org/D59384
DeltaFile
+0-2sys/netinet/tcp_usrreq.c
+0-21 files

NetBSD/pkgsrc lSfLXz9doc CHANGES-2026

   doc: Updated sysutils/mirador to 1.9.0
VersionDeltaFile
1.5854+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/doc 895ab35documentation/content/en/books/handbook/config _index.adoc, documentation/content/en/books/handbook/desktop _index.adoc

handbook: Fix some typos

Reviewed by:    ziaee
Event:          Berlin Hackathon 202609
Closes:         https://github.com/freebsd/freebsd-doc/pull/646
DeltaFile
+1-1documentation/content/en/books/handbook/desktop/_index.adoc
+1-1documentation/content/en/books/handbook/config/_index.adoc
+2-22 files

NetBSD/pkgsrc iCBHCLjsysutils/mirador cargo-depends.mk Makefile

   sysutils/mirador: update to 1.9.0

   Release Notes
   Added

       Headlines are hyperlinks. In a terminal that renders OSC 8 links —
       iTerm2, WezTerm, kitty, recent GNOME Terminal among them — a news headline
       is now clickable and opens the story the way the terminal opens any link
       (usually a modifier plus a click, since mirador holds the mouse). Nothing
       changes anywhere else: the sequences occupy no cells, so a terminal
       without support shows exactly the panel it always did, and o, y and
       ↵ are untouched. A feed's URL rides inside an escape sequence, so only
       plain http(s) URLs made of RFC 3986 characters are linked — anything
       else (a control byte smuggled through an entity, an off-web scheme) gets
       no link rather than an escaped one.

   Changed

       quick-xml 0.41 → 0.42, which rebuilt its API around str instead of

    [3 lines not shown]
VersionDeltaFile
1.3+7-7sysutils/mirador/distinfo
1.3+2-2sysutils/mirador/Makefile
1.2+1-1sysutils/mirador/cargo-depends.mk
+10-103 files

NetBSD/pkgsrc wdRvtJudoc CHANGES-2026

   doc: Updated sysutils/dusage to 0.4.1
VersionDeltaFile
1.5853+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc iYZgt93sysutils/dusage Makefile cargo-depends.mk

   sysutils/dusage: update to 0.4.1

    - add -p|--physical flag to filter out non-physical volumes - PR #63 by @jhoffmann
    - deps updates
VersionDeltaFile
1.14+49-37sysutils/dusage/distinfo
1.8+15-11sysutils/dusage/cargo-depends.mk
1.14+6-3sysutils/dusage/Makefile
+70-513 files

NetBSD/pkgsrc n02EtVVdoc CHANGES-2026

   doc: Updated sysutils/disko to 0.8.1
VersionDeltaFile
1.5852+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7bCWyuPsysutils/disko Makefile cargo-depends.mk

   sysutils/disko: update to 0.8.1

   [0.8.1] - 2026-08-18
   💼 Other

       Added link to NetBSD support
VersionDeltaFile
1.2+34-34sysutils/disko/distinfo
1.2+10-10sysutils/disko/cargo-depends.mk
1.2+2-2sysutils/disko/Makefile
+46-463 files

NetBSD/pkgsrc X4CsC3Hdoc CHANGES-2026

   doc: Updated sysutils/broot to 1.60.0
VersionDeltaFile
1.5851+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GW9nLG9sysutils/broot Makefile cargo-depends.mk

   sysutils/broot: update to 1.60.0

   Major Feature: preview wrapping

   By default, long lines in preview are now wrapped.
   This impacts text previews, with or without syntactic coloring, unified diffs, and TTY previews
   This can be toogled with :toggle_preview_wrap (shortcut :wrap), and wrap_previews: false in the conf disables it on start
   Major Feature: git diff preview, and many git related enhancements

   The libgit2 library has been replaced by gix. With this change, broot becomes pure Rust, which simplifies compilation (no C compiler needed anymore).
   A unified diff preview is now the default preview of a file with a git change (modified, staged, added, renamed or in conflict) when git statuses are displayed. :preview_diff shows it for any file.

   Best way to try: in a repo with changes, do br -dgg

       tab and shift-tab navigate between git-interesting files and diff chunks just like for content search matches
       ctrl-→ opens the file at the selected chunk, and ctrl-← brings you back to the diff
       new skin entries: diff_added, diff_removed, diff_line_number
       in detached HEAD state, the status line shows the short commit id instead of HEAD
       git status: staged files are shown (A added, S staged modification, R renamed); new git_status_staged skin entry

    [16 lines not shown]
VersionDeltaFile
1.129+292-34sysutils/broot/distinfo
1.113+96-10sysutils/broot/cargo-depends.mk
1.134+2-2sysutils/broot/Makefile
+390-463 files

NetBSD/pkgsrc lQT9oBedoc CHANGES-2026

   doc: Updated news/eilmeldung to 1.8.1
VersionDeltaFile
1.5850+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ffdovpBnews/eilmeldung cargo-depends.mk Makefile

   news/eilmeldung: update to 1.8.1

   1.8.1 - 2026-09-02

       bugfixes
           eilmeldung does not output mouse dis-/enable code anymore when starting in CLI mode (thanks @crandle for reporting)
           statically import (copy) base16-schemes from tinted-theming (MIT license) instead of importing as a submodule

   Release notes from 1.8.0

   This release comes with two new features: your configuration file is now auto-reloaded while eilmeldung is running (see below) and...

       ...🎨🎨🎨 themes for everyone! 🎨🎨🎨
           eilmeldung now supports Base16 Themes
           all the Base16 themes Tinted Theming Project are directly available without any further configuration!
           want to try it out? Press : and enter theme, a space and then press Tab to cycle through all available themes

           Press enter to choose a theme.
       found a nice theme? set the configuration option theme.base16_theme = "name-of-theme" to use the theme

    [21 lines not shown]
VersionDeltaFile
1.11+19-7news/eilmeldung/distinfo
1.11+4-4news/eilmeldung/Makefile
1.11+5-1news/eilmeldung/cargo-depends.mk
+28-123 files

NetBSD/pkgsrc zHS65Hqdoc CHANGES-2026

   doc: Updated net/xfr to 0.10.1
VersionDeltaFile
1.5849+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/src 8d14fc8sys/dev/e1000 if_em.c if_igb_iov.h

igb: Report SR-IOV VF status

Expose cached per-VF configuration through the iflib VF status method.
Report mailbox handshake state, MAC address, access or trunk VLAN mode,
hardware transmit and receive queue counts, administrator policy, and
fault-containment state.

The query does not issue mailbox requests or read hardware registers.

Sponsored by:   BBOX.io
DeltaFile
+67-0sys/dev/e1000/if_igb_iov.c
+2-0sys/dev/e1000/if_igb_iov.h
+1-0sys/dev/e1000/if_em.c
+70-03 files

NetBSD/pkgsrc GLY20nLnet/xfr Makefile cargo-depends.mk

   net/xfr: update to 0.10.1

   v0.10.1
   What's Changed

       fix(discover): clamp mDNS hostname to 63-byte DNS labels by @lance0 in #195
       fix: server, tui, and transport reliability improvements post-#195 by @lance0 in #196
       fix(tui): correct throughput reporting, sparkline bounds, and connection logging by @lance0 in #197
       fix(tui): mark heavy loss without inverting the bar by @lance0 in #200
       feat(quic): implement bitrate pacing for QUIC transport (LAN-1497) by @lance0 in #198
       fix(tui): quiet the title, block-glyph progress bar, and 80-column footer by @lance0 in #201
       docs: correct claims invalidated by the QUIC pacing and TUI work by @lance0 in #202

   v0.10.0
   What's Changed

       build(deps): bump the rust-dependencies group with 4 updates by @dependabot[bot] in #164
       build(deps): bump taiki-e/install-action from 2 to 2.85.5 by @dependabot[bot] in #163
       perf(tui): skip redraws when frame state is unchanged by @lance0 in #172

    [21 lines not shown]
VersionDeltaFile
1.18+295-295net/xfr/distinfo
1.18+97-97net/xfr/cargo-depends.mk
1.18+2-2net/xfr/Makefile
+394-3943 files

NetBSD/pkgsrc HoKk1Mvdoc CHANGES-2026

   doc: Updated net/gping to 1.21.0
VersionDeltaFile
1.5848+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc aoykmPBnet/gping Makefile cargo-depends.mk

   net/gping: update to 1.21.0

   No changelog provided.
VersionDeltaFile
1.11+220-217net/gping/distinfo
1.11+72-71net/gping/cargo-depends.mk
1.12+4-4net/gping/Makefile
+296-2923 files

NetBSD/pkgsrc SBCZo1Odoc CHANGES-2026

   doc: Updated mail/himalaya to 2.1.0
VersionDeltaFile
1.5847+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jCmqwvUmail/himalaya Makefile cargo-depends.mk

   mail/himalaya: update to 2.1.0

   2.1.0 - 2026-08-16
   Added

       Added the pimdir storage backend, Himalaya over the local store the sync engine populates.
       Reads build envelopes from the stored meta and report a body that is not local as "body not fetched".
       A mailbox is named the way its server names it: the sync keys a collection <namespace>/<name>, so the collection imap/INBOX is the mailbox INBOX, and a name matching no collection is refused naming the ones the account holds.
       The namespace is derived unless pimdir.namespace names it, and pimdir.account picks the account in a store several share.
       Himalaya reads the store read-only, which takes no lock, so a sync in flight neither blocks it nor is blocked by it.
       A write is staged as an action queued for the store's owner to apply and push, rather than written into the index: the owner's write path collects unreferenced objects, and running that beside a sync destroys the bodies it has streamed but not yet attached.
       An appended body is written to the blob store before the action referencing it, which pins it.
       Added back the email and display-name config fields, at the global and the account level (#721).
       They fill the From header of messages compose, reply and forward when --from is not passed, and are also read as from and from-name, the spellings himalaya-tui writes.
       Added back the signature and signature-delim config fields, at the global and the account level.
       The composers append the signature when neither --signature nor --signature-file is passed, signature-delim defaulting to the RFC 3676 §4.3 "-- \n" and written verbatim.
       Added in_reply_to to the shared envelope (#734).
       A list of ids stripped of their angle brackets like message_id, riding the JSON output only, left empty by Microsoft Graph.
       Added the shared message delete <ids> command (alias del).

    [48 lines not shown]
VersionDeltaFile
1.7+247-214mail/himalaya/distinfo
1.7+81-70mail/himalaya/cargo-depends.mk
1.12+3-3mail/himalaya/Makefile
+331-2873 files

NetBSD/pkgsrc rkD1CGBdoc CHANGES-2026

   doc: Updated graphics/matugen to 4.2.0
VersionDeltaFile
1.5846+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc zvHtIkbgraphics/matugen cargo-depends.mk distinfo

   graphics/matugen: update to 4.2.0

   Added

       add scheme-smart and smart mode to nixos module
       smart scheme variant type and smart mode
       add source_color_index to config (closes #289)
       add cache for per template scheme types (#292)

   Fixed

       remove -D warnings from clippy CI step to unblock on pre-existing warnings
       high-priority code quality improvements
       change ordering for base16 accents from image (#286, #283)

   Other

       Merge pull request #311 from joaosreis/patch-1
       Replace debug panic in template engine

    [18 lines not shown]
VersionDeltaFile
1.22+4-4graphics/matugen/distinfo
1.24+4-4graphics/matugen/Makefile
1.18+0-0graphics/matugen/cargo-depends.mk
+8-83 files