From e72b9fccdebab7d5f733aa2f2352a072621cf042 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 30 Mar 2026 07:57:50 -0400 Subject: [PATCH] undf: assign 731; stamp patches; postgres-0001/asterisk-0001/haproxy-0001/nginx-0001 --- CLAUDE.md | 2 +- UNDF-REGISTRY.json | 3 ++- .../patch/asterisk-0001-interface-exists-ao2-find.patch | 1 + .../haproxy/patch/haproxy-0001-cookie-srv-ebtree-index.patch | 1 + defects/nginx/patch/nginx-0001-link-multi-headers-hash.patch | 1 + .../postgres/patch/postgres-0001-type-inherits-from-htab.patch | 1 + 6 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 857d24e26..408986777 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -124,7 +124,7 @@ git push ### Current counts (update when generator runs) -**730** assigned | **730** UNDF posts | last run: 2026-03-30 +**731** assigned | **731** UNDF posts | last run: 2026-03-30 ### Patch stamp format diff --git a/UNDF-REGISTRY.json b/UNDF-REGISTRY.json index d9fdd64b7..e1fce8c0c 100644 --- a/UNDF-REGISTRY.json +++ b/UNDF-REGISTRY.json @@ -728,5 +728,6 @@ "opensmtpd-0002": "UNDF-2026-000000727", "nova-0002": "UNDF-2026-000000728", "element-web-0002": "UNDF-2026-000000729", - "esbuild-0001": "UNDF-2026-000000730" + "esbuild-0001": "UNDF-2026-000000730", + "postgres-0001": "UNDF-2026-000000731" } diff --git a/defects/asterisk/patch/asterisk-0001-interface-exists-ao2-find.patch b/defects/asterisk/patch/asterisk-0001-interface-exists-ao2-find.patch index 04e8a7dc6..e7543624a 100644 --- a/defects/asterisk/patch/asterisk-0001-interface-exists-ao2-find.patch +++ b/defects/asterisk/patch/asterisk-0001-interface-exists-ao2-find.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000007 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -7686,20 +7686,9 @@ static struct member *interface_exists(struct call_queue *q, const char *interfa diff --git a/defects/haproxy/patch/haproxy-0001-cookie-srv-ebtree-index.patch b/defects/haproxy/patch/haproxy-0001-cookie-srv-ebtree-index.patch index 91397786b..7e3d5f2f4 100644 --- a/defects/haproxy/patch/haproxy-0001-cookie-srv-ebtree-index.patch +++ b/defects/haproxy/patch/haproxy-0001-cookie-srv-ebtree-index.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000101 --- a/include/haproxy/server-t.h +++ b/include/haproxy/server-t.h @@ -343,6 +343,7 @@ struct server { diff --git a/defects/nginx/patch/nginx-0001-link-multi-headers-hash.patch b/defects/nginx/patch/nginx-0001-link-multi-headers-hash.patch index d9db7c661..3b78da0f6 100644 --- a/defects/nginx/patch/nginx-0001-link-multi-headers-hash.patch +++ b/defects/nginx/patch/nginx-0001-link-multi-headers-hash.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000185 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -2871,38 +2871,50 @@ ngx_http_link_multi_headers(ngx_http_request_t *r) diff --git a/defects/postgres/patch/postgres-0001-type-inherits-from-htab.patch b/defects/postgres/patch/postgres-0001-type-inherits-from-htab.patch index a3548a8f8..eca92c2ac 100644 --- a/defects/postgres/patch/postgres-0001-type-inherits-from-htab.patch +++ b/defects/postgres/patch/postgres-0001-type-inherits-from-htab.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000731 --- a/src/backend/catalog/pg_inherits.c +++ b/src/backend/catalog/pg_inherits.c @@ -406,12 +406,16 @@ bool