mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
0c961905d2
patches/packages/mozilla-firefox-102.9.0esr-x86_64-1_slack15.0.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/102.9.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-10 https://www.cve.org/CVERecord?id=CVE-2023-25751 https://www.cve.org/CVERecord?id=CVE-2023-28164 https://www.cve.org/CVERecord?id=CVE-2023-28162 https://www.cve.org/CVERecord?id=CVE-2023-25752 https://www.cve.org/CVERecord?id=CVE-2023-28163 https://www.cve.org/CVERecord?id=CVE-2023-28176 (* Security fix *)
61 lines
1.6 KiB
Diff
61 lines
1.6 KiB
Diff
--- ./php.ini-development.orig 2023-02-14 05:05:44.000000000 -0600
|
|
+++ ./php.ini-development 2023-03-11 13:33:56.896010489 -0600
|
|
@@ -910,7 +910,49 @@
|
|
; '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=xsl
|
|
+extension=zip
|
|
+extension=zlib
|
|
+
|
|
; Notes for Windows environments :
|
|
;
|
|
; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
|
|
@@ -1346,7 +1388,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
|