Bug 55790 - apache2: merge patches to UCS UCS5.1 / 5.2
apache2: merge patches to UCS UCS5.1 / 5.2
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: General
UCS 5.1
All Linux
: P5 normal (vote)
: UCS 5.1
Assigned To: Florian Best
Philipp Hahn
:
Depends on: ucs520meta
Blocks:
  Show dependency treegraph
 
Reported: 2023-03-06 16:41 CET by Florian Best
Modified: 2023-11-14 19:48 CET (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2023-03-06 16:41:46 CET
The patches of apache2 have to be cherry-picked and rebased to (UCS 5.1 and) UCS 5.2.
Comment 1 Florian Best univentionstaff 2023-03-06 19:53:49 CET
Patch is already in the upstream apache2 version:

r19763 | Bug #55790: remove 20-no-proxy.patch - already upstream
r19764 | Bug #55790: remove 20-no-proxy.patch - already upstream
Comment 2 Philipp Hahn univentionstaff 2023-11-14 19:48:25 CET
OK: tar xfO ucs_5.1-0/source/apache2_2.4.56.orig.tar.gz httpd-2.4.56/modules/proxy/mod_proxy.c | grep -nA2 no-proxy
1050:    if (apr_table_get(r->subprocess_env, "no-proxy")) { 
1051-        return DECLINED;
1052-    }

OK: tar xfO ucs_5.2-0/source/apache2_2.4.57.orig.tar.gz httpd-2.4.57/modules/proxy/mod_proxy.c | grep -nA2 no-proxy
1055:    if (apr_table_get(r->subprocess_env, "no-proxy")) { 
1056-        return DECLINED;
1057-    }