Control: tags 1066234 + patch
Control: tags 1066234 + pending

Dear maintainer,

I've prepared an NMU for php8.2 (versioned as 8.2.16-2.1) and
uploaded it to unstable.

Regards.


-- 
WBR, wRAR
diff -Nru php8.2-8.2.16/debian/changelog php8.2-8.2.16/debian/changelog
--- php8.2-8.2.16/debian/changelog	2024-02-18 12:09:07.000000000 +0500
+++ php8.2-8.2.16/debian/changelog	2024-03-15 23:36:01.000000000 +0500
@@ -1,3 +1,10 @@
+php8.2 (8.2.16-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066234).
+
+ -- Andrey Rakhmatullin <w...@debian.org>  Fri, 15 Mar 2024 23:36:01 +0500
+
 php8.2 (8.2.16-2) unstable; urgency=medium
 
   * Regenerate d/tests for correct PHP version (Closes: #1064174)
diff -Nru php8.2-8.2.16/debian/patches/fix-implicit-function-declaration.patch php8.2-8.2.16/debian/patches/fix-implicit-function-declaration.patch
--- php8.2-8.2.16/debian/patches/fix-implicit-function-declaration.patch	1970-01-01 05:00:00.000000000 +0500
+++ php8.2-8.2.16/debian/patches/fix-implicit-function-declaration.patch	2024-03-15 22:28:43.000000000 +0500
@@ -0,0 +1,15 @@
+Description: Add missing header includes.
+Author: Andrey Rakhmatullin <w...@debian.org>
+Bug-Debian: https://bugs.debian.org/1066234
+Last-Update: 2024-03-15
+
+--- php8.2-8.2.16.orig/ext/standard/credits.c
++++ php8.2-8.2.16/ext/standard/credits.c
+@@ -24,6 +24,7 @@
+ #include "php.h"
+ #include "info.h"
+ #include "SAPI.h"
++#include "credits.h"
+ 
+ #define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors)
+ 
diff -Nru php8.2-8.2.16/debian/patches/series php8.2-8.2.16/debian/patches/series
--- php8.2-8.2.16/debian/patches/series	2024-02-18 12:09:07.000000000 +0500
+++ php8.2-8.2.16/debian/patches/series	2024-03-15 22:28:28.000000000 +0500
@@ -45,3 +45,4 @@
 0045-scripts-php-.in-Explicitly-define-the-path-to-sed.patch
 0046-Remove-timestamps-from-phar.patch
 0047-Disable-garbage-collection-routine.patch
+fix-implicit-function-declaration.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to