Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (6m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 15:58:38 UTC Now

2022-11-05 19:15:10 UTC pkgsrc-2022Q3 commitmail json YAML

Pullup ticket #6699 - requested by taca
lang/php81: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.378
- lang/php81/distinfo                                          1.14

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Oct 30 10:16:24 UTC 2022

  Modified Files:
  pkgsrc/lang/php: phpversion.mk
  pkgsrc/lang/php81: distinfo

  Log Message:
  lang/php81: update to 8.1.12

  8.1.12 (2022-10-27)

  - Core:
    . Fixes segfault with Fiber on FreeBSD i386 architecture. (David Carlier)

  - Fileinfo:
    . Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files).
      (Anatol)

  - GD:
    . Fixed bug #81739: OOB read due to insufficient input validation in
      imageloadfont(). (CVE-2022-31630) (cmb)

  - Hash:
    . Fixed bug #81738: buffer overflow in hash_update() on long parameter.
      (CVE-2022-37454) (nicky at mouha dot be)

  - MBString:
    - Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in
      mb_ encode_mimeheader). (Alex Dowad)

  - Opcache:
    . Added indirect call reduction for jit on x86 architectures. (wxue1)

  - Session:
    . Fixed bug GH-9583 (session_create_id() fails with user defined save handler
      that doesn't have a validateId() method). (Girgias)

  - Streams:
    . Fixed bug GH-9590 (stream_select does not abort upon exception or empty
      valid fd set). (Arnaud)

(bsiegert)