mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
823b6649c1
ap/mariadb-10.4.13-x86_64-1.txz: Upgraded. This update fixes potential denial-of-service vulnerabilities. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2752 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2812 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2814 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2760 (* Security fix *) ap/sudo-1.9.0-x86_64-1.txz: Upgraded. l/harfbuzz-2.6.6-x86_64-1.txz: Upgraded. l/tidy-html5-5.6.0-x86_64-1.txz: Added. n/epic5-2.1.2-x86_64-1.txz: Upgraded. n/php-7.4.6-x86_64-1.txz: Upgraded. Built using --with-tidy=shared. Thanks to Thom1b. This update fixes bugs and security issues: Core: Long variables cause OOM and temp files are not cleaned. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11048 (* Security fix *) x/libmypaint-1.6.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. xap/gimp-2.10.18-x86_64-2.txz: Rebuilt. Recompiled against libmypaint-1.6.1. testing/packages/PAM/mariadb-10.4.13-x86_64-1_pam.txz: Upgraded. This update fixes potential denial-of-service vulnerabilities. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2752 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2812 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2814 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2760 (* Security fix *) testing/packages/PAM/sudo-1.9.0-x86_64-1_pam.txz: Upgraded.
62 lines
1.7 KiB
Diff
62 lines
1.7 KiB
Diff
--- ./php.ini-development.orig 2020-05-12 03:09:16.000000000 -0500
|
|
+++ ./php.ini-development 2020-05-12 14:14:32.901530776 -0500
|
|
@@ -899,7 +899,50 @@
|
|
; 'extension='php_<ext>.dll') is supported for legacy reasons and may be
|
|
; deprecated in a future PHP major version. So, when it is possible, please
|
|
; move to the new ('extension=<ext>) syntax.
|
|
+
|
|
+; These are the extensions that are available for use on this PHP build.
|
|
+; If you do NOT need any of these extensions, you should comment them out.
|
|
+; That will probably increase both your security and performance.
|
|
;
|
|
+extension=bcmath
|
|
+extension=bz2
|
|
+extension=calendar
|
|
+extension=ctype
|
|
+extension=curl
|
|
+extension=dba
|
|
+extension=dom
|
|
+extension=enchant
|
|
+extension=exif
|
|
+extension=ftp
|
|
+extension=gd
|
|
+extension=gettext
|
|
+extension=gmp
|
|
+extension=iconv
|
|
+extension=intl
|
|
+extension=ldap
|
|
+extension=mbstring
|
|
+extension=mysqlnd
|
|
+extension=mysqli
|
|
+extension=odbc
|
|
+extension=openssl
|
|
+zend_extension=opcache
|
|
+extension=pdo
|
|
+extension=pdo_mysql
|
|
+extension=pdo_sqlite
|
|
+extension=pdo_odbc
|
|
+extension=pspell
|
|
+extension=shmop
|
|
+extension=snmp
|
|
+extension=soap
|
|
+extension=sqlite3
|
|
+extension=tidy
|
|
+extension=tokenizer
|
|
+extension=xmlreader
|
|
+extension=xmlrpc
|
|
+extension=xsl
|
|
+extension=zip
|
|
+extension=zlib
|
|
+
|
|
; Notes for Windows environments :
|
|
;
|
|
; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
|
|
@@ -1335,7 +1378,7 @@
|
|
; where MODE is the octal representation of the mode. Note that this
|
|
; does not overwrite the process's umask.
|
|
; http://php.net/session.save-path
|
|
-;session.save_path = "/tmp"
|
|
+session.save_path = "/var/lib/php"
|
|
|
|
; Whether to use strict session mode.
|
|
; Strict session mode does not accept an uninitialized session ID, and
|