diff -Nru pkg-php-tools-1.43/debian/changelog pkg-php-tools-1.44/debian/changelog --- pkg-php-tools-1.43/debian/changelog 2022-05-27 07:44:14.000000000 +0000 +++ pkg-php-tools-1.44/debian/changelog 2023-01-28 15:13:42.000000000 +0000 @@ -1,3 +1,16 @@ +pkg-php-tools (1.44) unstable; urgency=medium + + * Team upload + + [ François Kooman ] + * sodium is also a builtin extension + + [ David Prévot ] + * Ignore polyfill-php82 now that PHP 8.2 is default + * Update standards version to 4.6.2, no changes needed. + + -- David Prévot Sat, 28 Jan 2023 16:13:42 +0100 + pkg-php-tools (1.43) unstable; urgency=medium * Team upload diff -Nru pkg-php-tools-1.43/debian/control pkg-php-tools-1.44/debian/control --- pkg-php-tools-1.43/debian/control 2022-05-27 07:44:14.000000000 +0000 +++ pkg-php-tools-1.44/debian/control 2023-01-28 15:13:42.000000000 +0000 @@ -12,7 +12,7 @@ Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/php-team/pear/pkg-php-tools.git -b debian/latest Vcs-Browser: https://salsa.debian.org/php-team/pear/pkg-php-tools -Standards-Version: 4.6.0 +Standards-Version: 4.6.2 Package: pkg-php-tools Architecture: all diff -Nru pkg-php-tools-1.43/share/php/pkgtools/base/overrides.php pkg-php-tools-1.44/share/php/pkgtools/base/overrides.php --- pkg-php-tools-1.43/share/php/pkgtools/base/overrides.php 2022-05-27 07:44:14.000000000 +0000 +++ pkg-php-tools-1.44/share/php/pkgtools/base/overrides.php 2023-01-28 15:13:42.000000000 +0000 @@ -71,7 +71,7 @@ 'calendar', 'core', 'ctype', 'date', 'dba', 'ereg', 'exif', 'fileinfo', 'filter', 'ftp', 'gettext', 'hash', 'iconv', 'libxml', 'openssl', 'pcntl', 'pcre', 'phar', 'posix', - 'reflection', 'session', 'shmop', 'sockets', + 'reflection', 'session', 'shmop', 'sockets', 'sodium', 'spl', 'standard', 'sysvmsg', 'sysvsem', 'sysvshm', 'tokenizer', 'xmlreader', 'xmlwriter', 'zlib', // Dynamically compiled extensions diff -Nru pkg-php-tools-1.43/share/pkg-php-tools/autoloaders/common pkg-php-tools-1.44/share/pkg-php-tools/autoloaders/common --- pkg-php-tools-1.43/share/pkg-php-tools/autoloaders/common 2022-05-27 07:44:14.000000000 +0000 +++ pkg-php-tools-1.44/share/pkg-php-tools/autoloaders/common 2023-01-28 15:13:42.000000000 +0000 @@ -17,5 +17,6 @@ symfony polyfill-php74 none symfony polyfill-php80 none symfony polyfill-php81 none +symfony polyfill-php82 none symfony polyfill-uuid none symfony polyfill-xml none diff -Nru pkg-php-tools-1.43/share/pkg-php-tools/overrides/common pkg-php-tools-1.44/share/pkg-php-tools/overrides/common --- pkg-php-tools-1.43/share/pkg-php-tools/overrides/common 2022-05-27 07:44:14.000000000 +0000 +++ pkg-php-tools-1.44/share/pkg-php-tools/overrides/common 2023-01-28 15:13:42.000000000 +0000 @@ -26,5 +26,6 @@ symfony polyfill-php74 builtin symfony polyfill-php80 builtin symfony polyfill-php81 builtin +symfony polyfill-php82 builtin symfony polyfill-uuid php-uuid none symfony polyfill-xml php-xml none