diff mbox series

[meta-networking] pgpool2: update patch statuses

Message ID 20250914144045.2836209-1-skandigraun@gmail.com
State Under Review
Headers show
Series [meta-networking] pgpool2: update patch statuses | expand

Commit Message

Gyorgy Sarvari Sept. 14, 2025, 2:40 p.m. UTC
The patches were submitted to upstream, they are not pending anymore.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../pgpool2/pgpool2/0001-fix-compiling-on-32-bit-systems.patch  | 2 +-
 ...1-snprintf-Add-math.h-to-ensure-isnan-and-isinf-are-de.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/pgpool2/pgpool2/0001-fix-compiling-on-32-bit-systems.patch b/meta-networking/recipes-support/pgpool2/pgpool2/0001-fix-compiling-on-32-bit-systems.patch
index cb6da7b08e..13db1856a6 100644
--- a/meta-networking/recipes-support/pgpool2/pgpool2/0001-fix-compiling-on-32-bit-systems.patch
+++ b/meta-networking/recipes-support/pgpool2/pgpool2/0001-fix-compiling-on-32-bit-systems.patch
@@ -16,7 +16,7 @@  as long - however on 32 bit systems this fails due to different time_t size:
 To account for this, introduce a new helper function to get a json value as
 a time_t type.
 
-Upstream-Status: Pending [project ML registration is down]
+Upstream-Status: Submitted [https://github.com/pgpool/pgpool2/pull/128]
 
 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
 ---
diff --git a/meta-networking/recipes-support/pgpool2/pgpool2/0001-snprintf-Add-math.h-to-ensure-isnan-and-isinf-are-de.patch b/meta-networking/recipes-support/pgpool2/pgpool2/0001-snprintf-Add-math.h-to-ensure-isnan-and-isinf-are-de.patch
index 335761c9bf..1fdf91227b 100644
--- a/meta-networking/recipes-support/pgpool2/pgpool2/0001-snprintf-Add-math.h-to-ensure-isnan-and-isinf-are-de.patch
+++ b/meta-networking/recipes-support/pgpool2/pgpool2/0001-snprintf-Add-math.h-to-ensure-isnan-and-isinf-are-de.patch
@@ -19,7 +19,7 @@  When building for 32-bit arm arch, compilation fails with the following error:
 
 To avoid the error, add math.h to snprintf.c.
 
-Upstream-Status: Pending [project ML registration is down]
+Upstream-Status: Submitted [https://github.com/pgpool/pgpool2/pull/128]
 
 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
 ---