FreeBSD/ports 6c7add3www/homepage Makefile distinfo

www/homepage: Update to 2.4.0

ChangeLogs:

- https://github.com/gethomepage/homepage/releases/tag/v2.2.0
- https://github.com/gethomepage/homepage/releases/tag/v2.3.0
- https://github.com/gethomepage/homepage/releases/tag/v2.4.0
DeltaFile
+3,364-3,358www/homepage/pkg-plist
+3-3www/homepage/distinfo
+1-1www/homepage/Makefile
+3,368-3,3623 files

LLVM/project 39398c5llvm/docs LangRef.md

[doc] Fix markdown bug in LangRef docs for EH model (#226025)

I'm pretty sure this was my fault.
DeltaFile
+7-3llvm/docs/LangRef.md
+7-31 files

FreeBSD/ports 2cb43cbdevel/sope Makefile distinfo, www/sogo pkg-plist Makefile

www/sogo: Update to 5.12.11

ChangeLog at:   https://www.sogo.nu/news/2026/sogo-v51211-released.html
DeltaFile
+3-3www/sogo/distinfo
+3-3devel/sope/distinfo
+1-1www/sogo/Makefile
+1-1devel/sope/Makefile
+0-1www/sogo/pkg-plist
+8-95 files

NetBSD/pkgsrc WXjBdoZdoc CHANGES-2026

   doc: Updated www/ruby-sass-embedded to 1.105.0
VersionDeltaFile
1.6309+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc iEo3Ja4www/ruby-sass-embedded Makefile PLIST

   www/ruby-sass-embedded: update to 1.105.0

   1.105.0 (2026-09-22)

   * Refactor spec (#417)
   * Refactor importer and logger (#416)
   * Improve logger performance (#418)
   * Bump sass from 1.104.1 to 1.105.0 in /ext/sass (#419)
   * Add support for meta.load() and related features (#414)
   * Refactor importer and logger (#420)
   * Use argument forwarding (#421)
VersionDeltaFile
1.15+4-4www/ruby-sass-embedded/distinfo
1.11+3-2www/ruby-sass-embedded/PLIST
1.18+2-2www/ruby-sass-embedded/Makefile
+9-83 files

NetBSD/pkgsrc 7MgoQTidoc CHANGES-2026

   doc: Updated www/ruby-faraday1 to 1.10.6
VersionDeltaFile
1.6308+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ZZUy7zEwww/ruby-faraday1 Makefile distinfo

   www/ruby-faraday1: update to 1.10.6

   1.10.5 (2026-02-12)

   What's Changed

   * Backport CVE-2026-25765 by @iMacTia in #1665


   1.10.6 (2026-06-24)

   What's Changed

   * See if tests pass against Ruby 3.3 by @jturel in #1677
   * Backport GHSA-98m9-hrrm-r99r fix to 1.x: add param_depth_limit to
     NestedParamsEncoder by @iMacTia with @Copilot in #1681

   New Contributors

   * @jturel made their first contribution in #1677
VersionDeltaFile
1.4+4-4www/ruby-faraday1/distinfo
1.6+2-2www/ruby-faraday1/Makefile
+6-62 files

LLVM/project fbe07e2llvm/lib/Target/AMDGPU SIISelLowering.cpp

[AMDGPU] Remove unneeded code from EmitInstrWithCustomInserter. NFC. (#225919)
DeltaFile
+2-28llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+2-281 files

LLVM/project 4c367b4clang/lib/AST/ByteCode InterpHelpers.h Interp.h

[clang][bytecode] Remove double pointer type checks in Load{,Pop} (#225802)

Make sure that `CheckLoad` only returns true if the load is actually
valid.
DeltaFile
+16-10clang/lib/AST/ByteCode/Interp.cpp
+0-4clang/lib/AST/ByteCode/Interp.h
+2-0clang/lib/AST/ByteCode/InterpHelpers.h
+18-143 files

FreeBSD/ports 45e0861games/naev Makefile

games/naev: Add missing dependencies

Reported by:    pkg-fallout
DeltaFile
+2-0games/naev/Makefile
+2-01 files

NetBSD/pkgsrc Ut8gfNUdoc CHANGES-2026

   doc: Updated www/ruby-faraday to 2.14.4
VersionDeltaFile
1.6307+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc neg1EIawww/ruby-faraday Makefile distinfo

   www/ruby-faraday: update to 2.14.4

   2.14.4 (2026-09-15)

   What's Changed

   * Bump actions/checkout from 6 to 7 by @dependabot[bot] in #1678
   * Update copyright year to 2026 by @iMacTia with @Copilot in #1683
   * Support JSON 3 by @byroot in #1687
   * Preserve caller-owned JSON parser options by @OskarEichler in #1689
   * Define HTTP verb methods on Faraday so tools can see them by @mokevnin in
     #1708
   * Document Options struct attributes for YARD (Fixes #1490) by @tachyurgy in
     #1709
   * chore: Configure SimpleCov for 1.0, too by @olleolleolle in #1715

   New Contributors

   * @byroot made their first contribution in #1687

    [3 lines not shown]
VersionDeltaFile
1.44+4-4www/ruby-faraday/distinfo
1.47+2-2www/ruby-faraday/Makefile
+6-62 files

LLVM/project e5d4cbcclang/test/OpenMP declare_variant_condition_identity_pch.c declare_variant_scoring.c, flang/lib/Lower/OpenMP Utils.cpp

Fix variant matching in expressions

- Fix Flang crashes when selecting variants in specification expressions.
- Make variant selection in combined-loop bounds agree with explicit nesting.
- Fix Clang condition matching across macro redefinitions and parentheses.
- Strengthen tests for selected TARGET contexts and add bug regressions.
DeltaFile
+120-0flang/test/Lower/OpenMP/declare-variant-loop-bounds.f90
+56-0flang/test/Lower/OpenMP/declare-variant-spec-expr.f90
+44-0clang/test/OpenMP/declare_variant_scoring.c
+25-12flang/lib/Lower/OpenMP/Utils.cpp
+24-10flang/test/Lower/OpenMP/metadirective-target-boundary.f90
+15-5clang/test/OpenMP/declare_variant_condition_identity_pch.c
+284-275 files not shown
+323-4011 files

NetBSD/pkgsrc OqDp1efdoc CHANGES-2026

   doc: Updated www/ruby-css-parser to 3.2.0
VersionDeltaFile
1.6306+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc MruCpyXwww/ruby-css-parser Makefile distinfo

   www/ruby-css-parser: update to 3.2.0

   3.2.0 (2026-09-20)

   * Fix ReDoS hang when expanding dimension shorthands containing unclosed CSS
     functions (e.g. margin: x() calc(aaaa...)): RE_FUNCTIONS now uses
     possessive quantifiers plus a 10ms regexp timeout with fallback to plain
     whitespace splitting
VersionDeltaFile
1.42+4-4www/ruby-css-parser/distinfo
1.40+2-2www/ruby-css-parser/Makefile
+6-62 files

NetBSD/pkgsrc Vpxnlocdoc CHANGES-2026

   doc: Updated textproc/ruby-unicode-scripts to 1.13.0
VersionDeltaFile
1.6305+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc KD12zkxtextproc/ruby-unicode-scripts PLIST Makefile

   textproc/ruby-unicode-scripts: update to 1.13.0

   1.13.0 (2026-09-19)

   * Unicode 18.0
   * Adapt augmented script set (and therefor mixed/single script detection) to
     Unicode 18 (-> add Hntl)
VersionDeltaFile
1.6+4-4textproc/ruby-unicode-scripts/distinfo
1.6+2-2textproc/ruby-unicode-scripts/Makefile
1.2+2-1textproc/ruby-unicode-scripts/PLIST
+8-73 files

NetBSD/pkgsrc qP65lpldoc CHANGES-2026

   doc: Updated textproc/ruby-unicode-name to 1.15.1
VersionDeltaFile
1.6304+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc fg5Zfbatextproc/ruby-unicode-name PLIST Makefile

   textproc/ruby-unicode-name: update to 1.15.1

   1.15.0 (2026-09-19)

   * Unicode 18.0

   1.15.1 (2026-09-21)

   * Fix missing names of new Jurchen and Small Seal characters
VersionDeltaFile
1.8+4-4textproc/ruby-unicode-name/distinfo
1.8+2-2textproc/ruby-unicode-name/Makefile
1.3+1-2textproc/ruby-unicode-name/PLIST
+7-83 files

NetBSD/pkgsrc uoYoCjXdoc CHANGES-2026

   doc: Updated textproc/ruby-unicode-display_width to 3.3.0
VersionDeltaFile
1.6303+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc JB7VM6Ltextproc/ruby-unicode-display_width Makefile distinfo

   textproc/ruby-unicode-display_width: update to 3.3.0

   3.3.0 (2026-09-20)

   * Unicode 18.0
   * Fix bug that emoji handling could not be deactivated when using config
     object
   * Fix edge case to not modify string when failing parsing binary input as
     UTF-8
VersionDeltaFile
1.17+4-4textproc/ruby-unicode-display_width/distinfo
1.15+3-3textproc/ruby-unicode-display_width/Makefile
+7-72 files

NetBSD/pkgsrc kDPxmCpdoc CHANGES-2026

   doc: Updated textproc/ruby-unicode-emoji to 4.3.0
VersionDeltaFile
1.6302+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GE9wxJjtextproc/ruby-unicode-emoji Makefile distinfo

   textproc/ruby-unicode-emoji: update to 4.3.0

   4.3.0 (2026-09-19)

   * Unicode / Emoji 18.0
VersionDeltaFile
1.4+4-4textproc/ruby-unicode-emoji/distinfo
1.4+2-2textproc/ruby-unicode-emoji/Makefile
+6-62 files

NetBSD/pkgsrc pr0k8h4doc CHANGES-2026

   doc: Updated textproc/ruby-unicode-blocks to 1.12.0
VersionDeltaFile
1.6301+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ITGWGG5textproc/ruby-unicode-blocks Makefile distinfo

   textproc/ruby-unicode-blocks: update to 1.12.0

   1.12.0 (2026-09-19)

   * Unicode 18.0
VersionDeltaFile
1.5+4-4textproc/ruby-unicode-blocks/distinfo
1.5+2-2textproc/ruby-unicode-blocks/Makefile
+6-62 files

FreeBSD/ports 49ee85bdevel/gitaly distinfo, net/gitlab-agent distinfo

www/gitlab: security and patch update to 19.4.1

Changes:        https://docs.gitlab.com/releases/patches/patch-release-gitlab-19-4-1-released/?nav=19.4.1
Security:       3f11e437-b7cd-11f1-a883-2cf05da270f3
DeltaFile
+13-13devel/gitaly/distinfo
+6-6www/gitlab/distinfo
+5-5www/gitlab-workhorse/distinfo
+5-5www/gitlab-pages/distinfo
+5-5net/gitlab-agent/distinfo
+1-1www/gitlab/Makefile.common
+35-356 files

NetBSD/pkgsrc ior2eYudoc CHANGES-2026

   doc: Updated textproc/ruby-simple-rss to 2.3.0
VersionDeltaFile
1.6300+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc logFw0Stextproc/ruby-simple-rss Makefile distinfo

   textproc/ruby-simple-rss: update to 2.3.0

   2.3.0 (2026-09-14)

   What's Changed

   * Fix invalid dates in feed ordering by @cardmagic in #62
   * Fix Atom relation links and add release history by @cardmagic in #63
   * Fix Atom category attribute parsing by @cardmagic in #64
   * Add normalized RSS and Atom entries by @cardmagic in #65
   * Add JSON Feed 1.0 and 1.1 parsing by @cardmagic in #66
   * Add bounded website feed discovery by @cardmagic in #67
   * Prepare 2.3.0 and fix release QA findings by @cardmagic in #68
VersionDeltaFile
1.9+35-1textproc/ruby-simple-rss/PLIST
1.11+4-4textproc/ruby-simple-rss/distinfo
1.9+2-2textproc/ruby-simple-rss/Makefile
+41-73 files

NetBSD/pkgsrc sSm4mgVdoc CHANGES-2026

   doc: Updated security/ruby-rubyntlm to 0.6.8
VersionDeltaFile
1.6299+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc KJerQgSsecurity/ruby-rubyntlm Makefile distinfo

   security/ruby-rubyntlm: update to 0.6.8

   0.6.7 (2026-09-14)

   * Fix gem packaging: 0.6.6 shipped every file with mode 0660 (no
     world-read), so require failed for non-owner users. 0.6.7 is identical
     code, repackaged with the standard 0644 modes (#77)

   0.6.8 (2026-09-14)

   * Fix the 0.6.7 sign/seal regression: the frozen-string-literal pass broke
     NTLM session-key derivation, so signing and sealing messages failed at
     runtime (reported by @Cory-Christensen in #81, fixed in #80).
VersionDeltaFile
1.4+3-39security/ruby-rubyntlm/PLIST
1.8+4-4security/ruby-rubyntlm/distinfo
1.6+2-2security/ruby-rubyntlm/Makefile
+9-453 files