NetBSD/pkgsrc 8gURrs0meta-pkgs/bulk-test-python27 Makefile

   bulk-test-python27: Spell arcticfox correctly.
VersionDeltaFile
1.7+2-2meta-pkgs/bulk-test-python27/Makefile
+2-21 files

NetBSD/pkgsrc UFZHx7tlang/openjdk8 Makefile

   lang/openjdk8: Set IGNORE_CCCACHE=

   openjdk has a scheme to figure out if the compiler is gcc or clang.
   While it tries to see through ccache, using
     PKGSRC_COMPILER=ccache gcc
   fails.  Set IGNORE_CCCACHE=yes as documented in mk/compiler/ccache.mk
   to avoid using ccache, until someone fixes this better.
VersionDeltaFile
1.127+4-1lang/openjdk8/Makefile
+4-11 files

NetBSD/pkgsrc DvwfHfnnet/snort PLIST Makefile, net/snort/patches patch-src_sfutil_sf__ip.h patch-src_dynamic-preprocessors_appid_service__plugins_service__rpc.c

   snort: Fix build on SunOS.
VersionDeltaFile
1.35+11-11net/snort/PLIST
1.1+19-0net/snort/patches/patch-src_sfutil_sf__ip.h
1.74+13-2net/snort/Makefile
1.55+3-2net/snort/distinfo
1.2+2-2net/snort/patches/patch-src_dynamic-preprocessors_appid_service__plugins_service__rpc.c
+48-175 files

NetBSD/pkgsrc uNH6cJ6net/snort options.mk

   snort: Remove snort-prelude option.

   This cannot have worked for nearly 2 years since prelude was deleted.
VersionDeltaFile
1.11+2-10net/snort/options.mk
+2-101 files

NetBSD/pkgsrc SF7oIPfdevel/libgit2 Makefile

   devel/libgit2: Fix build on NetBSD/aarch64

   The package uses alloca(3), which is incompatible with -std=c99. Use -std=gnu99 instead.
VersionDeltaFile
1.79+2-2devel/libgit2/Makefile
+2-21 files

NetBSD/pkgsrc r2OopIpnet/daq Makefile

   daq: Use C99 inttypes on SunOS.
VersionDeltaFile
1.7+4-2net/daq/Makefile
+4-21 files

NetBSD/pkgsrc N5Z7QDTmeta-pkgs/bulk-test-python27 Makefile

   bulk-test-python27: add offlineimap
VersionDeltaFile
1.6+2-1meta-pkgs/bulk-test-python27/Makefile
+2-11 files

NetBSD/pkgsrc pojW51edoc CHANGES-2024

   Updated devel/cargo-bloat, graphics/py-tifffile
VersionDeltaFile
1.3314+3-1doc/CHANGES-2024
+3-11 files

NetBSD/pkgsrc NgUXdnBgraphics/py-tifffile distinfo Makefile

   py-tifffile: updated to 2024.5.10

   2024.5.10

   - Pass 5082 tests.
   - Support reading JPEGXL compression in DNG 1.7.
   - Read invalid TIFF created by IDEAS software.
VersionDeltaFile
1.24+4-4graphics/py-tifffile/distinfo
1.27+2-2graphics/py-tifffile/Makefile
+6-62 files

NetBSD/pkgsrc jrlvwEhdevel/cargo-bloat distinfo Makefile

   cargo-bloat: updated to 0.12.1

   0.12.1

   Added

   Improve strip = false handling. Strip is always disabled for cargo bloat builds now.
VersionDeltaFile
1.4+7-7devel/cargo-bloat/distinfo
1.4+3-3devel/cargo-bloat/Makefile
1.4+1-1devel/cargo-bloat/cargo-depends.mk
+11-113 files

NetBSD/pkgsrc ZiZGvxalang/llvm PLIST options.mk

   llvm: enable all targets
VersionDeltaFile
1.25+19-1lang/llvm/PLIST
1.18+3-3lang/llvm/options.mk
+22-42 files

NetBSD/pkgsrc 0vzYD9Etextproc/ugrep distinfo, textproc/ugrep/patches patch-lzma_C_CpuArch.c

   textproc/ugrep: Fix build on non-Linux arm32/aarch64 platforms
VersionDeltaFile
1.1+26-0textproc/ugrep/patches/patch-lzma_C_CpuArch.c
1.74+2-1textproc/ugrep/distinfo
+28-12 files

NetBSD/pkgsrc GNGhIzldoc CHANGES-2024

   doc: Updated lang/php83 to 8.3.7
VersionDeltaFile
1.3313+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc ObJkJfhlang/php phpversion.mk, lang/php83 distinfo

   lang/php83: update to 8.3.7

   I missed update of 8.3.6.

   PHP 8.3.7 (2024-05-09)

   - Core:
     . Fixed zend_call_stack build with Linux/uclibc-ng without thread support.
       (Fabrice Fontaine)
     . Fixed bug GH-13772 (Invalid execute_data->opline pointers in observer fcall
       handlers when JIT is enabled). (Bob)
     . Fixed bug GH-13931 (Applying zero offset to null pointer in
       Zend/zend_opcode.c). (nielsdos)
     . Fixed bug GH-13942 (Align the behavior of zend-max-execution-timers with
       other timeout implementations). (Kévin Dunglas)
     . Fixed bug GH-14003 (Broken cleanup of unfinished calls with callable convert
       parameters). (ilutov)
     . Fixed bug GH-14013 (Erroneous dnl appended in configure). (Peter Kokot)
     . Fixed bug GH-10232 (If autoloading occurs during constant resolution

    [75 lines not shown]
VersionDeltaFile
1.5+10-10lang/php83/patches/patch-configure
1.7+5-5lang/php83/distinfo
1.431+2-2lang/php/phpversion.mk
+17-173 files

NetBSD/pkgsrc JHNPwo0doc CHANGES-2024

   doc: Updated lang/php82 to 8.2.19
VersionDeltaFile
1.3312+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc aWmk8kDlang/php phpversion.mk, lang/php82 distinfo

   lang/php82: update to

   PHP 8.2.19 (2024-05-09)

   - Core:
     . Fixed bug GH-13772 (Invalid execute_data->opline pointers in observer fcall
       handlers when JIT is enabled). (Bob)
     . Fixed bug GH-13931 (Applying zero offset to null pointer in
       Zend/zend_opcode.c). (nielsdos)
     . Fixed bug GH-13942 (Align the behavior of zend-max-execution-timers with
       other timeout implementations). (Kévin Dunglas)
     . Fixed bug GH-14003 (Broken cleanup of unfinished calls with callable convert
       parameters). (ilutov)
     . Fixed bug GH-14013 (Erroneous dnl appended in configure). (Peter Kokot)
     . Fixed bug GH-10232 (If autoloading occurs during constant resolution
       filename and lineno are identified incorrectly). (ranvis)
     . Fixed bug GH-13727 (Missing void keyword). (Peter Kokot)

   - Fibers:

    [58 lines not shown]
VersionDeltaFile
1.19+9-9lang/php82/patches/patch-configure
1.21+5-5lang/php82/distinfo
1.430+2-2lang/php/phpversion.mk
+16-163 files

NetBSD/pkgsrc uv4QZKWdoc pkgsrc.html pkgsrc.txt

   doc/pkgsrc.*: regen
VersionDeltaFile
1.372+8-21doc/pkgsrc.html
1.370+5-14doc/pkgsrc.txt
+13-352 files

NetBSD/pkgsrc vEJwRbKdoc/guide/files creating.xml

   guide: remove documentation for versioned_dependencies.mk
VersionDeltaFile
1.42+10-21doc/guide/files/creating.xml
+10-211 files

NetBSD/pkgsrc FZHSB7mlang/python versioned_dependencies.mk

   python: reduce code in versioned_dependencies

   This is now just used for deciding between Rust and C versions
   of py-cryptography and py-OpenSSL, so it doesn't need most of its code.

   XXX: we should consider directly using the dependency.mk files of these
   two packages.
VersionDeltaFile
1.115+9-39lang/python/versioned_dependencies.mk
+9-391 files

NetBSD/pkgsrc 9vJVm6llang/mawk Makefile

   Fix PKGNAME
VersionDeltaFile
1.36+2-2lang/mawk/Makefile
+2-21 files

NetBSD/pkgsrc ozk4Vg3doc CHANGES-2024

   doc: Updated lang/mawk to 20240123
VersionDeltaFile
1.3311+2-1doc/CHANGES-2024
+2-11 files

NetBSD/pkgsrc 3YO8guMlang/mawk Makefile distinfo

   Update mawk to 20240123
   20240123
        + improve manpage style/formatting.
        + improve conversion of parameter of srand() when using srandom()
          (Original-Mawk #66).
        + minor improvement for configure script

   20231210
        + correct interator type in REcompile (Original-Mawk #73)
        + improve configure script check for arc4random
        + reduce compiler warnings in configure script checks

   20231126
        + fix a couple of problems reported by Coverity:
          + modify cell_destroy() to set the string pointer to NULL if zfree()
            might have freed it.
          + replace a couple of strcpy's with loop.
          + eliminate a fixed-size array in re_cmpl.c
        + change casts in strftime() and srand() to avoid truncation on 64-bit

    [212 lines not shown]
VersionDeltaFile
1.35+4-11lang/mawk/Makefile
1.23+4-4lang/mawk/distinfo
1.4+3-1lang/mawk/PLIST
+11-163 files

NetBSD/pkgsrc o5K2DUWsecurity/py-cryptography dependency.mk

   py-cryptography: doesn't support Python 2, remove Python 2 check
VersionDeltaFile
1.5+2-2security/py-cryptography/dependency.mk
+2-21 files

NetBSD/pkgsrc FyDnzoTdoc CHANGES-2024

   Updated devel/py-ruff, www/py-flask-caching
VersionDeltaFile
1.3310+3-1doc/CHANGES-2024
+3-11 files

NetBSD/pkgsrc 8BOmf6fwww/py-flask-caching distinfo Makefile

   py-flask-caching: updated to 2.3.0

   2.3.0
   Unknown changes
VersionDeltaFile
1.14+4-4www/py-flask-caching/distinfo
1.13+2-2www/py-flask-caching/Makefile
+6-62 files

NetBSD/pkgsrc FZ6DwCJdevel/py-ruff distinfo cargo-depends.mk

   py-ruff: updated to 0.4.4

   v0.4.4

   Preview features

   [pycodestyle] Ignore end-of-line comments when determining blank line rules
   [pylint] Detect pathlib.Path.open calls in unspecified-encoding (PLW1514)
   [flake8-pyi] Implement PYI059 (generic-not-last-base-class)
   [flake8-pyi] Implement PYI062 (duplicate-literal-member)

   Rule changes

   [flake8-boolean-trap] Allow passing booleans as positional-only arguments in code such as set(True)
   [flake8-bugbear] Ignore enum classes in cached-instance-method (B019)

   Server

   Expand tildes when resolving Ruff server configuration file

    [8 lines not shown]
VersionDeltaFile
1.24+13-13devel/py-ruff/distinfo
1.23+3-3devel/py-ruff/cargo-depends.mk
1.24+2-2devel/py-ruff/Makefile
+18-183 files

NetBSD/pkgsrc P3FF7mKsecurity/pcsc-lite Makefile

   pcsc-lite: add perl to tools

   Needs pod2man, but adding pod2man to USE_TOOLS doesn't provide it.
VersionDeltaFile
1.43+3-2security/pcsc-lite/Makefile
+3-21 files

NetBSD/pkgsrc qytIjNpmeta-pkgs/bulk-test-python27 Makefile

   bulk-test-python27: add arcticfox
VersionDeltaFile
1.5+4-2meta-pkgs/bulk-test-python27/Makefile
+4-21 files

NetBSD/pkgsrc Wp35OYDwww/py-urllib3 Makefile

   py-urllib3: set python incompatible versions before including bsd.options.mk
VersionDeltaFile
1.60+3-3www/py-urllib3/Makefile
+3-31 files

NetBSD/pkgsrc jvAE5qrgraphics/py-blurhash Makefile

   py-blurhash: remove unused include
VersionDeltaFile
1.8+1-2graphics/py-blurhash/Makefile
+1-21 files