2019-12-16 17:08:53 by Takahiro Kambe | Files touched by this commit (31) | |
Log message:
lang/php71: remove php71 package
Remove php71 pacakge since PHP 7.1.x is EOL.
|
2019-11-25 04:12:50 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
lang/php: switch to use ".tar.xz" distfiles
Switch to use ".tar.xz" distfiles instead of ".tar.bz2".
No functional change.
|
2019-10-25 04:58:33 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
lang/php71: update to 7.1.33
Update php71 to 7.1.33.
24 Oct 2019, PHP 7.1.33
- FPM:
. Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE).
(CVE-2019-11043) (Jakub Zelenka)
|
2019-09-01 15:04:13 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
lang/php71: update to 7.1.32
29 Aug 2019, PHP 7.1.32
- mbstring:
. Fixed CVE-2019-13224 (don't allow different encodings for onig_new_deluxe) (stas)
|
2019-08-01 16:20:58 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
lang/php71: update to 7.1.31
01 Aug 2019, PHP 7.1.31
- SQLite:
. Upgraded to SQLite 3.28.0. (cmb)
- EXIF:
. Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
(CVE-2019-11042) (Stas)
. Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
(CVE-2019-11041) (Stas)
- Phar:
. Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)
|
2019-07-03 09:30:50 by Nia Alarie | Files touched by this commit (5) |
Log message:
Use https for php.net.
|
2019-06-01 17:28:07 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
lang/php71: update to 7.1.30
Update php71 to 7.1.30.
30 May 2019, PHP 7.1.30
- EXIF:
. Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
(CVE-2019-11040) (Stas)
- GD:
. Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm).
(CVE-2019-11038) (cmb)
- Iconv:
. Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
due to integer overflow). (CVE-2019-11039). (maris dot adam)
- SQLite:
. Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)
|
2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242) |
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F
With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
|
2019-05-03 10:31:09 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
lang/php71: Update to 7.1.29
Update php71 to 7.1.29.
02 May 2019, PHP 7.1.29
- EXIF
. Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
(CVE-2019-11036) (Stas)
- Mail
. Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)
04 Apr 2019, PHP 7.1.28
- EXIF:
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (CVE-2019-11034)
(Stas)
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
(CVE-2019-11035) (Stas)
- SQLite3:
. Added sqlite3.defensive INI directive. (BohwaZ)
|
2019-04-07 18:29:41 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
lang/php71: update to 7.1.28
04 Apr 2019, PHP 7.1.28
- EXIF:
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
- SQLite3:
. Added sqlite3.defensive INI directive. (BohwaZ)
|