committing changes in /etc after apt run

Package changes:
-php-common 2:91+0~20211231.40+debian9~1.gbpe2a6c5 all
-php-gmp 2:8.0+91+0~20211231.40+debian9~1.gbpe2a6c5 all
+php-common 2:92+0~20220117.43+debian9~1.gbpe0d14e all
+php-gmp 2:8.1+92+0~20220117.43+debian9~1.gbpe0d14e all
-php7.4-apcu 5.1.21+4.0.11-2+0~20211113.30+debian9~1.gbp4aed2f amd64
+php7.4-apcu 5.1.21+4.0.11-7+0~20220117.31+debian9~1.gbp9a887a amd64
-php7.4-igbinary 3.2.6+2.0.8-2+0~20211115.31+debian9~1.gbpfaf284 amd64
-php7.4-imagick 3.6.0-1+0~20211231.34+debian9~1.gbp2575b4 amd64
+php7.4-igbinary 3.2.6+2.0.8-6+0~20220117.32+debian9~1.gbp1d540e amd64
+php7.4-imagick 3.6.0-4+0~20220117.35+debian9~1.gbp149f82 amd64
-php7.4-memcache 8.0+4.0.5.2+3.0.9~20170802.e702b5f9+-3+0~20211118.27+debian9~1.gbpc0fe12 amd64
+php7.4-memcache 8.0+4.0.5.2+3.0.9~20170802.e702b5f9+-7+0~20220117.28+debian9~1.gbp8ceec4 amd64
-php8.0-apcu 5.1.21+4.0.11-2+0~20211113.30+debian9~1.gbp4aed2f amd64
+php8.0-apcu 5.1.21+4.0.11-7+0~20220117.31+debian9~1.gbp9a887a amd64
-php8.0-igbinary 3.2.6+2.0.8-2+0~20211115.31+debian9~1.gbpfaf284 amd64
-php8.0-imagick 3.6.0-1+0~20211231.34+debian9~1.gbp2575b4 amd64
+php8.0-igbinary 3.2.6+2.0.8-6+0~20220117.32+debian9~1.gbp1d540e amd64
+php8.0-imagick 3.6.0-4+0~20220117.35+debian9~1.gbp149f82 amd64
-php8.0-redis 5.3.5+4.3.0-2+0~20211231.39+debian9~1.gbp134a26 amd64
+php8.0-redis 5.3.5+4.3.0-5+0~20220117.40+debian9~1.gbpf8a972 amd64
+php8.1-common 8.1.1-1+0~20211220.11+debian9~1.gbp519568 amd64
+php8.1-gmp 8.1.1-1+0~20211220.11+debian9~1.gbp519568 amd64
This commit is contained in:
Gitea
2022-01-18 14:09:56 +01:00
parent 583df6f9cc
commit 8d57a13754
19 changed files with 74 additions and 0 deletions
+20
View File
@@ -4349,6 +4349,26 @@ maybe chmod 0644 'php/8.0/mods-available/xmlreader.ini'
maybe chmod 0644 'php/8.0/mods-available/xmlwriter.ini'
maybe chmod 0644 'php/8.0/mods-available/xsl.ini'
maybe chmod 0644 'php/8.0/mods-available/zip.ini'
maybe chmod 0755 'php/8.1'
maybe chmod 0755 'php/8.1/mods-available'
maybe chmod 0644 'php/8.1/mods-available/calendar.ini'
maybe chmod 0644 'php/8.1/mods-available/ctype.ini'
maybe chmod 0644 'php/8.1/mods-available/exif.ini'
maybe chmod 0644 'php/8.1/mods-available/ffi.ini'
maybe chmod 0644 'php/8.1/mods-available/fileinfo.ini'
maybe chmod 0644 'php/8.1/mods-available/ftp.ini'
maybe chmod 0644 'php/8.1/mods-available/gettext.ini'
maybe chmod 0644 'php/8.1/mods-available/gmp.ini'
maybe chmod 0644 'php/8.1/mods-available/iconv.ini'
maybe chmod 0644 'php/8.1/mods-available/pdo.ini'
maybe chmod 0644 'php/8.1/mods-available/phar.ini'
maybe chmod 0644 'php/8.1/mods-available/posix.ini'
maybe chmod 0644 'php/8.1/mods-available/shmop.ini'
maybe chmod 0644 'php/8.1/mods-available/sockets.ini'
maybe chmod 0644 'php/8.1/mods-available/sysvmsg.ini'
maybe chmod 0644 'php/8.1/mods-available/sysvsem.ini'
maybe chmod 0644 'php/8.1/mods-available/sysvshm.ini'
maybe chmod 0644 'php/8.1/mods-available/tokenizer.ini'
maybe chmod 0755 'php5'
maybe chmod 0755 'php5/mods-available'
maybe chmod 0755 'pm'
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=calendar.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=ctype.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=exif.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=ffi.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=fileinfo.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=ftp.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=gettext.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php gmp module
; priority=20
extension=gmp.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=iconv.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=10
extension=pdo.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=phar.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=posix.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=shmop.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=sockets.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=sysvmsg.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=sysvsem.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=sysvshm.so
+3
View File
@@ -0,0 +1,3 @@
; configuration for php common module
; priority=20
extension=tokenizer.so