NetBSD/pkgsrc uw700GMtextproc/groff PLIST

   groff: Remove duplicate rcsid.
VersionDeltaFile
1.35+1-2textproc/groff/PLIST
+1-21 files

NetBSD/pkgsrc bUpPKvcdoc CHANGES-2026

   doc: Updated textproc/groff to 1.24.1nb4
VersionDeltaFile
1.4837+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AeAwbZztextproc/groff PLIST Makefile

   groff: Enable new compatibility wrappers option.

   Adam's update also broke groff on illumos by dropping a patch required to avoid
   the non-GNU system macros.  Upstream now provides a new compatibility wrappers
   argument that has a "manual" option which will install the wrappers with "-os"
   suffixes, rather than doing the previous renaming dance.

   This helps to simplify the install a lot.  The groff-native an.tmac, m.tmac,
   etc files can now be specified directly in the PLIST, and any -os.tmac wrapper
   files installed to site-tmac will be picked up by the existing PLIST-local.

   While here add TEST_TARGET, I guess they haven't been ran for recent updates.
VersionDeltaFile
1.108+5-21textproc/groff/Makefile
1.34+8-2textproc/groff/PLIST
+13-232 files

NetBSD/pkgsrc zFEnV8Ldoc CHANGES-2026

   Updated security/p5-Crypt-PasswdMD5 to 1.46
VersionDeltaFile
1.4836+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Ev71UiTsecurity/p5-Crypt-PasswdMD5 Makefile distinfo

   Update to 1.46

   Upstream changes:
   1.46  2026-07-08T08:50:14
           - Update Software::License from CPAN.
           - Re-generate the LICENSE file.
   1.45  2026-07-07T10:28:00
           - Replace LICENCE file with output of the software-license program which ships
                   with the module App::Software::License. The specific command I ran is (all on 1 line):
                   software-license --type license --holder "Luis E. Muñoz" --license Perl_5
                   --year 1998 > LICENSE
   1.44  2026-06-29
           - Replace the file LICENSE-GPL-3 with the file LICENSE
                   containing what is recommended at
                   https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
           - Patch the source code reference to refer to this LICENSE file.
   1.43  2026-05-23T08:14:00
           - Accept pull request from Paul Howarth to replace use of the cryptographically
                   weak rand() function with the much stronger Crypt::URandom::urandom().

    [5 lines not shown]
VersionDeltaFile
1.8+4-4security/p5-Crypt-PasswdMD5/distinfo
1.26+3-4security/p5-Crypt-PasswdMD5/Makefile
+7-82 files

NetBSD/pkgsrc IqdjNEgdoc CHANGES-2026

   Updated security/p5-Crypt-OpenSSL-RSA to 0.41
VersionDeltaFile
1.4835+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc p8ml4B5security/p5-Crypt-OpenSSL-RSA Makefile distinfo

   Update to 0.41

   Upstream changes:
   0.41 Apr 24 2026
     [Bug Fixes]
     - PR #181: Skip OpenSSL 3.x-specific tests on LibreSSL. LibreSSL
       reports version >= 3.0 via Crypt::OpenSSL::Guess's openssl_version()
       but internally uses the pre-3.x code path
       (OPENSSL_VERSION_NUMBER < 0x30000000L), causing two CPAN Testers
       failures on OpenBSD: t/padding.t (use_sslv23_padding is still a
       valid XS function on LibreSSL because RSA_SSLV23_PADDING exists)
       and t/pkcs1_sign.t (RSA_verify on pre-3.x/LibreSSL ignores the
       padding mode, so cross-padding verification succeeds). LibreSSL
       is now detected by parsing `openssl version` output for the
       "LibreSSL" string, using find_openssl_exec(find_openssl_prefix())
       from Crypt::OpenSSL::Guess to locate the correct binary. The
       earlier approach of detecting LibreSSL via an undefined patch
       level was not reliable.
   0.39 Apr 23 2026

    [142 lines not shown]
VersionDeltaFile
1.19+4-4security/p5-Crypt-OpenSSL-RSA/distinfo
1.56+3-4security/p5-Crypt-OpenSSL-RSA/Makefile
+7-82 files

NetBSD/pkgsrc rrP2TLqdoc CHANGES-2026

   Updated security/p5-Crypt-OpenSSL-AES to 0.23
VersionDeltaFile
1.4834+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EPSEJcRsecurity/p5-Crypt-OpenSSL-AES Makefile distinfo

   Update to 0.23

   Upstream changes:
   0.23 -- Fri Apr 03 11:37:17 ADT 2026
       [Deprecation Notice]
       - OpenSSL versions below 0.9.8 will not be supported in an upcoming release.
       - It will likely be removed in the next production release.
       [Updates since 0.21]
       - Release 0.22 as a production release
       - A fairly large list of commits.
       - Thanks to Joe Schaefer (@joesuf4) for prompting the release.
       - Fix type casting for plaintext in AES decryption (@joesuf4)
       - Allow encryption and decryption of zero length data
       - tests: add additional tests and enable strict and warnings
       - tests: Modernize the module new syntax
       - Properly free memory in the event of an error
       - Add checks to ensure the module is not cloned across threads
       - A fair number of miscelaneous cleanups
       - Verify that the IV is the correct length

    [3 lines not shown]
VersionDeltaFile
1.8+4-4security/p5-Crypt-OpenSSL-AES/distinfo
1.34+3-4security/p5-Crypt-OpenSSL-AES/Makefile
+7-82 files

NetBSD/pkgsrc kS9pIMQdoc CHANGES-2026

   Updated security/p5-Crypt-JWT to 0.038
VersionDeltaFile
1.4833+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EKVUFoNsecurity/p5-Crypt-JWT Makefile distinfo

   Update to 0.038

   Upstream changes:
   0.038   2026-05-16
           - SECURITY:
               * constant-time MAC compare;
               * enforce JWK alg/use/key_ops and EC alg/crv consistency;
               * reject mixed-symmetry or duplicate-kid keysets;
               * cap PBES2 p2c and inflated payload size;
               * new $MIN_HMAC_KEY_LEN (4) and $MIN_RSA_BITS (2048);
               * new section SECURITY CONSIDERATIONS in POD
           - fix: ConcatKDF: INTEROP BREAK with <=0.037 for ECDH-ES + A192CBC-HS384 / A256CBC-HS512 only
           - fix: ECDH-ES apu/apv header values are base64url-decoded before KDF input
           - fix: AAD bit-length encoding (only diverged at AAD >= 512 MB)
           - fix: accepted_alg / accepted_enc now croak on unsupported types
           - aes_key_wrap/unwrap:
               * strict RFC 3394 (KW) vs RFC 5649 (KWP) modes;
               * ct length validation
               * fix unwrap of aligned KWP messages

    [2 lines not shown]
VersionDeltaFile
1.8+4-4security/p5-Crypt-JWT/distinfo
1.12+3-4security/p5-Crypt-JWT/Makefile
+7-82 files

NetBSD/pkgsrc dzzMCbLdoc CHANGES-2026

   Updated print/p5-Text-Transliterator to 1.06
VersionDeltaFile
1.4832+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9AWh15Tprint/p5-Text-Transliterator Makefile distinfo

   Update to 1.06

   Upstream changes:
   1.06 14.04.2025
     - fix tests for perl versions lt v5.14.0
   1.05 09.02.2025
     - support for the 'r' modifier (returning the list of transliterated strings)
VersionDeltaFile
1.3+4-4print/p5-Text-Transliterator/distinfo
1.7+2-3print/p5-Text-Transliterator/Makefile
+6-72 files

NetBSD/pkgsrc qH4j2zFdoc CHANGES-2026

   Updated print/p5-Net-CUPS to 0.65
VersionDeltaFile
1.4831+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc czyr80Cprint/p5-Net-CUPS Makefile distinfo, print/p5-Net-CUPS/patches patch-lib_Net_CUPS_PPD.pm patch-lib_Net_CUPS_Destination.pm

   Update to 0.65

   Upstream changes:
   0.65 Sun May 17 11:52:00 2026
           - Fix compatibility with libcupsfilters >= 2 thanks to Philip Gwyn
VersionDeltaFile
1.7+4-9print/p5-Net-CUPS/distinfo
1.77+3-4print/p5-Net-CUPS/Makefile
1.2+1-1print/p5-Net-CUPS/patches/patch-lib_Net_CUPS_PPD.pm
1.2+1-1print/p5-Net-CUPS/patches/patch-lib_Net_CUPS_Destination.pm
1.2+1-1print/p5-Net-CUPS/patches/patch-lib_Net_CUPS.pm
1.2+1-1print/p5-Net-CUPS/patches/patch-fallback_const-c.inc
+11-171 files not shown
+12-187 files

NetBSD/pkgsrc QkpOvbFdevel/java-jna Makefile

   Add CHECK_RELRO_SUPPORTED=no to java-jna

   This package uses a convoluted java build framework to build java
   .so files, so wiring through relro looks non-trivial
VersionDeltaFile
1.19+3-1devel/java-jna/Makefile
+3-11 files

NetBSD/pkgsrc dUXKZqigraphics/librsvg Makefile

   librsvg: Prune --version-script on SunOS.
VersionDeltaFile
1.187+3-1graphics/librsvg/Makefile
+3-11 files

NetBSD/pkgsrc PxfjVh5doc CHANGES-2026

   Updated print/p5-LaTeX-Driver to 1.3.1
VersionDeltaFile
1.4830+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc UlDRNgqprint/p5-LaTeX-Driver Makefile distinfo, print/p5-LaTeX-Driver/patches patch-Makefile.PL

   Update to 1.3.1

   Upstream changes:
   1.3.1   2026-01-07
      - Fix version numbers
   1.3.0   2026-01-07
      - Fix RT #152478: program_path() exists even without executable
VersionDeltaFile
1.12+4-5print/p5-LaTeX-Driver/distinfo
1.36+3-4print/p5-LaTeX-Driver/Makefile
1.3+1-1print/p5-LaTeX-Driver/patches/patch-Makefile.PL
+8-103 files

NetBSD/pkgsrc BMj4ehvdoc CHANGES-pkgsrc-2026Q2

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

NetBSD/pkgsrc XrBsxbXsecurity/vaultwarden options.mk Makefile, security/vaultwarden/patches patch-.env.template

   Pullup ticket #7198 - requested by hauke
   security/vaultwarden: Security fix

   Revisions pulled up:
   - security/vaultwarden/Makefile                                 1.27
   - security/vaultwarden/cargo-depends.mk                         1.16
   - security/vaultwarden/distinfo                                 1.19
   - security/vaultwarden/options.mk                               1.13
   - security/vaultwarden/patches/patch-.env.template              1.4

   ---
      Module Name:    pkgsrc
      Committed By:   hauke
      Date:           Mon Jul 27 13:32:05 UTC 2026

      Modified Files:
              pkgsrc/security/vaultwarden: Makefile cargo-depends.mk distinfo
                  options.mk
              pkgsrc/security/vaultwarden/patches: patch-.env.template

    [68 lines not shown]
VersionDeltaFile
1.18.2.1+575-647security/vaultwarden/distinfo
1.15.2.1+190-214security/vaultwarden/cargo-depends.mk
1.3.8.1+9-9security/vaultwarden/patches/patch-.env.template
1.12.2.1+2-2security/vaultwarden/options.mk
1.26.2.1+2-2security/vaultwarden/Makefile
+778-8745 files

NetBSD/pkgsrc MqpVT9rnet/samba4 distinfo, net/samba4/patches patch-buildtools_wafsamba_wscript patch-source4_torture_local_nss__tests.c

   samba4: Additional SunOS build fixes.
VersionDeltaFile
1.3+19-31net/samba4/patches/patch-source4_torture_local_nss__tests.c
1.4+5-3net/samba4/patches/patch-buildtools_wafsamba_wscript
1.128+3-2net/samba4/distinfo
+27-363 files

NetBSD/pkgsrc S7EGakIdoc CHANGES-2026

   doc: Updated net/tailscale to 1.98.10
VersionDeltaFile
1.4829+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc HuFGn1fnet/tailscale Makefile go-modules.mk

   tailscale: update to 1.98.10

   - Tailscale SSH Unix socket forwarding respects symlink permissions
   - Tailscale SSH preforms additional checks to disallow UIDs and
     numeric-only usernames
VersionDeltaFile
1.9+64-64net/tailscale/distinfo
1.5+21-21net/tailscale/go-modules.mk
1.26+3-3net/tailscale/Makefile
+88-883 files

NetBSD/pkgsrc nVQUus0doc CHANGES-2026

   doc: Updated graphics/shaderc to 2026.3
VersionDeltaFile
1.4828+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc N4Vqksggraphics/shaderc Makefile distinfo

   shaderc: update to 2026.3

   v2026.3 2026-07-15
    - Deprecate HLSL compilation.
        - Add build option SHADERC_ENABLE_HLSL to build Shaderc without
          HLSL support.
VersionDeltaFile
1.2+7-7graphics/shaderc/distinfo
1.2+2-3graphics/shaderc/Makefile
+9-102 files

NetBSD/pkgsrc ohreXjcdoc CHANGES-2026

   doc: Updated www/firefox-l10n to 153.0.1
VersionDeltaFile
1.4827+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc WSfvEB1www/firefox-l10n Makefile distinfo

   www/firefox-l10n: Update to 153.0.1

   * Sync with www/firefox-153.0.1.
VersionDeltaFile
1.296+310-310www/firefox-l10n/distinfo
1.314+2-2www/firefox-l10n/Makefile
+312-3122 files

NetBSD/pkgsrc E3BfgzNdoc CHANGES-2026

   doc: Updated www/firefox to 153.0.1
VersionDeltaFile
1.4826+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc qeNDg2Nwww/firefox Makefile distinfo

   www/firefox: Update to 153.0.1

   Changelog:
   153.0.1:
   Fixed

     * Addressed a startup crash on Windows that could occur after updating
       Firefox, when some of the application's internal files could not be loaded.
       Firefox should now start in these cases, although parts of the interface
       may not display correctly until a further update completes (Bug 2056926).

     * Fixed audio playing silently on some music and audio streaming sites after
       pausing and resuming playback (Bug 2053586).

     * Fixed the New Tab page background flashing a few seconds after the page
       loaded when a custom wallpaper was in use (Bug 2056650).

     * Fixed a crash that could occur when a page loaded a frame using a
       javascript: address (Bug 2054485).

    [18 lines not shown]
VersionDeltaFile
1.588+4-4www/firefox/distinfo
1.668+2-3www/firefox/Makefile
+6-72 files