Skip to content

Commit d71ff2b

Browse files
ssheditapakund
authored andcommitted
httpd: upgrade to v2.4.52 to fix CVE-2021-44790
Change-Id: I7cb3373fdf9f2ddf591cd6f18fa74cce7a070bbc Signed-off-by: Shreenidhi Shedi <[email protected]> Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/14979 Tested-by: gerrit-photon <[email protected]> Reviewed-by: Tapas Kundu <[email protected]>
1 parent 2c7e3e9 commit d71ff2b

File tree

2 files changed

+89
-90
lines changed

2 files changed

+89
-90
lines changed

SPECS/httpd/httpd-2.4.51-blfs-layout.patch SPECS/httpd/httpd-2.4.52-blfs_layout.patch

+83-86
Original file line numberDiff line numberDiff line change
@@ -4,74 +4,71 @@ Initial Package Version: 2.4.4
44
Comment: rediffed for version 2.4.10 (Fernando de Oliveira
55
<famobr at yahoo dot com dot br>)
66
rediffed for version 2.4.34 (thomas)
7+
rediffed for version 2.4.52 (renodr)
78
Upstream Status: Not applicable
89
Origin: Self
910
Description: Patches the build system to install stuff into BLFS
1011
specific paths, and adjusts proper permissions
1112
on installed files and directories.
1213

13-
diff -Naur httpd-2.4.34.orig/config.layout httpd-2.4.34/config.layout
14-
--- httpd-2.4.34.orig/config.layout 2018-02-09 11:30:35.000000000 +0100
15-
+++ httpd-2.4.34/config.layout 2018-07-15 07:31:23.216202917 +0200
14+
diff -Naurp httpd-2.4.52.orig/config.layout httpd-2.4.52/config.layout
15+
--- httpd-2.4.52.orig/config.layout 2021-12-22 21:30:04.372594375 -0600
16+
+++ httpd-2.4.52/config.layout 2021-12-22 21:37:33.176710886 -0600
1617
@@ -9,6 +9,30 @@
1718
## (This may become a configurable parameter at some point.)
1819
##
1920

2021
+<Layout BLFS>
21-
+ prefix:
22-
+ exec_prefix: ${prefix}/usr
23-
+ bindir: ${exec_prefix}/bin
24-
+ sbindir: ${exec_prefix}/sbin
25-
+ libdir: ${exec_prefix}/lib
26-
+ libexecdir: ${exec_prefix}/lib/httpd/modules
27-
+ mandir: ${exec_prefix}/share/man
28-
+ sysconfdir: ${prefix}/etc/httpd
29-
+ datadir: ${exec_prefix}/share/httpd
30-
+ iconsdir: ${datadir}/icons
31-
+ htdocsdir: ${prefix}/srv/www
32-
+ manualdir: ${datadir}/manual
33-
+ cgidir: ${exec_prefix}/lib/httpd/cgi-bin
34-
+ includedir: ${exec_prefix}/include/httpd
35-
+ localstatedir: ${prefix}/var/lock/httpd
36-
+ runtimedir: ${prefix}/var/run/httpd
37-
+ logfiledir: ${prefix}/var/log/httpd
38-
+ proxycachedir: ${prefix}/var/cache/httpd/proxy
39-
+ infodir: ${exec_prefix}/share/info
22+
+ prefix:
23+
+ exec_prefix: ${prefix}/usr
24+
+ bindir: ${exec_prefix}/bin
25+
+ sbindir: ${exec_prefix}/sbin
26+
+ libdir: ${exec_prefix}/lib
27+
+ libexecdir: ${exec_prefix}/lib/httpd/modules
28+
+ mandir: ${exec_prefix}/share/man
29+
+ sysconfdir: ${prefix}/etc/httpd
30+
+ datadir: ${exec_prefix}/share/httpd
31+
+ iconsdir: ${datadir}/icons
32+
+ htdocsdir: ${prefix}/srv/www
33+
+ manualdir: ${datadir}/manual
34+
+ cgidir: ${exec_prefix}/lib/httpd/cgi-bin
35+
+ includedir: ${exec_prefix}/include/httpd
36+
+ localstatedir: ${prefix}/var/lock/httpd
37+
+ runtimedir: ${prefix}/var/run/httpd
38+
+ logfiledir: ${prefix}/var/log/httpd
39+
+ proxycachedir: ${prefix}/var/cache/httpd/proxy
40+
+ infodir: ${exec_prefix}/share/info
4041
+ installbuilddir: ${datadir}/build
41-
+ errordir: ${datadir}/error
42+
+ errordir: ${datadir}/error
4243
+</Layout>
4344
+
4445
# Classical Apache path layout.
4546
<Layout Apache>
4647
prefix: /usr/local/apache2
47-
diff -Naur httpd-2.4.34.orig/configure httpd-2.4.34/configure
48-
--- httpd-2.4.34.orig/configure 2018-07-10 15:55:14.000000000 +0200
49-
+++ httpd-2.4.34/configure 2018-07-15 07:31:23.232202853 +0200
50-
@@ -39653,17 +39653,17 @@
48+
diff -Naurp httpd-2.4.52.orig/configure httpd-2.4.52/configure
49+
--- httpd-2.4.52.orig/configure 2021-12-22 21:30:04.300594740 -0600
50+
+++ httpd-2.4.52/configure 2021-12-22 21:39:27.298277251 -0600
51+
@@ -41848,13 +41848,13 @@ done
52+
ap_prefix="${ap_cur}"
5153

5254

53-
cat >>confdefs.h <<_ACEOF
54-
-#define HTTPD_ROOT "${ap_prefix}"
55-
+#define HTTPD_ROOT "/etc/httpd"
56-
_ACEOF
55+
-printf "%s\n" "#define HTTPD_ROOT \"${ap_prefix}\"" >>confdefs.h
56+
+printf "%s\n" "#define HTTPD_ROOT \"/etc/httpd\"" >>confdefs.h
5757

5858

59-
cat >>confdefs.h <<_ACEOF
60-
-#define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf"
61-
+#define SERVER_CONFIG_FILE "${progname}.conf"
62-
_ACEOF
59+
-printf "%s\n" "#define SERVER_CONFIG_FILE \"${rel_sysconfdir}/${progname}.conf\"" >>confdefs.h
60+
+printf "%s\n" "#define SERVER_CONFIG_FILE \"${progname}.conf\"" >>confdefs.h
6361

6462

65-
cat >>confdefs.h <<_ACEOF
66-
-#define AP_TYPES_CONFIG_FILE "${rel_sysconfdir}/mime.types"
67-
+#define AP_TYPES_CONFIG_FILE "mime.types"
68-
_ACEOF
63+
-printf "%s\n" "#define AP_TYPES_CONFIG_FILE \"${rel_sysconfdir}/mime.types\"" >>confdefs.h
64+
+printf "%s\n" "#define AP_TYPES_CONFIG_FILE \"mime.types\"" >>confdefs.h
6965

7066

71-
diff -Naur httpd-2.4.34.orig/configure.in httpd-2.4.34/configure.in
72-
--- httpd-2.4.34.orig/configure.in 2018-05-30 21:09:00.000000000 +0200
73-
+++ httpd-2.4.34/configure.in 2018-07-15 07:31:23.235202841 +0200
74-
@@ -871,11 +871,11 @@
67+
perlbin=`$ac_aux_dir/PrintPath perl`
68+
diff -Naurp httpd-2.4.52.orig/configure.in httpd-2.4.52/configure.in
69+
--- httpd-2.4.52.orig/configure.in 2021-12-22 21:30:04.369594390 -0600
70+
+++ httpd-2.4.52/configure.in 2021-12-22 22:03:11.263761074 -0600
71+
@@ -878,11 +878,11 @@ rm -f modules.c
7572
echo $MODLIST | $AWK -f $srcdir/build/build-modules-c.awk > modules.c
7673

7774
APR_EXPAND_VAR(ap_prefix, $prefix)
@@ -86,9 +83,9 @@ diff -Naur httpd-2.4.34.orig/configure.in httpd-2.4.34/configure.in
8683
[Location of the MIME types config file, relative to the Apache root directory])
8784

8885
perlbin=`$ac_aux_dir/PrintPath perl`
89-
diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/httpd.conf.in
90-
--- httpd-2.4.34.orig/docs/conf/httpd.conf.in 2016-08-17 01:12:07.000000000 +0200
91-
+++ httpd-2.4.34/docs/conf/httpd.conf.in 2018-07-15 07:31:23.236202837 +0200
86+
diff -Naurp httpd-2.4.52.orig/docs/conf/httpd.conf.in httpd-2.4.52/docs/conf/httpd.conf.in
87+
--- httpd-2.4.52.orig/docs/conf/httpd.conf.in 2021-12-22 21:30:04.368594395 -0600
88+
+++ httpd-2.4.52/docs/conf/httpd.conf.in 2021-12-22 22:09:08.498074966 -0600
9289
@@ -28,7 +28,7 @@
9390
# same ServerRoot for multiple httpd daemons, you will need to change at
9491
# least PidFile.
@@ -98,7 +95,7 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
9895

9996
#
10097
# Mutex: Allows you to set the mutex mechanism and mutex file directory
101-
@@ -74,8 +74,8 @@
98+
@@ -74,8 +74,8 @@ Listen @@Port@@
10299
# It is usually good practice to create a dedicated user and group for
103100
# running httpd, as with most system services.
104101
#
@@ -109,7 +106,7 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
109106

110107
</IfModule>
111108

112-
@@ -96,7 +96,7 @@
109+
@@ -96,7 +96,7 @@ Group daemon
113110
# e-mailed. This address appears on some server-generated pages, such
114111
# as error documents. e.g. [email protected]
115112
#
@@ -118,7 +115,7 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
118115

119116
#
120117
# ServerName gives the name and port that the server uses to identify itself.
121-
@@ -105,7 +105,7 @@
118+
@@ -105,7 +105,7 @@ ServerAdmin [email protected]
122119
#
123120
# If your host doesn't have a registered DNS name, enter its IP address here.
124121
#
@@ -127,7 +124,7 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
127124

128125
#
129126
# Deny access to the entirety of your server's filesystem. You must
130-
@@ -181,7 +181,7 @@
127+
@@ -181,7 +181,7 @@ DocumentRoot "@exp_htdocsdir@"
131128
# logged here. If you *do* define an error logfile for a <VirtualHost>
132129
# container, that host's errors will be logged there and not here.
133130
#
@@ -136,7 +133,7 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
136133

137134
#
138135
# LogLevel: Control the number of messages logged to the error_log.
139-
@@ -210,13 +210,13 @@
136+
@@ -210,13 +210,13 @@ LogLevel warn
140137
# define per-<VirtualHost> access logfiles, transactions will be
141138
# logged therein and *not* in this file.
142139
#
@@ -152,20 +149,20 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
152149
</IfModule>
153150

154151
<IfModule alias_module>
155-
diff -Naur httpd-2.4.34.orig/include/ap_config_layout.h.in httpd-2.4.34/include/ap_config_layout.h.in
156-
--- httpd-2.4.34.orig/include/ap_config_layout.h.in 2006-07-11 22:55:32.000000000 +0200
157-
+++ httpd-2.4.34/include/ap_config_layout.h.in 2018-07-15 07:31:23.237202833 +0200
152+
diff -Naurp httpd-2.4.52.orig/include/ap_config_layout.h.in httpd-2.4.52/include/ap_config_layout.h.in
153+
--- httpd-2.4.52.orig/include/ap_config_layout.h.in 2021-12-22 21:30:04.302594730 -0600
154+
+++ httpd-2.4.52/include/ap_config_layout.h.in 2021-12-22 22:09:54.363879293 -0600
158155
@@ -60,5 +60,6 @@
159156
#define DEFAULT_REL_LOGFILEDIR "@rel_logfiledir@"
160157
#define DEFAULT_EXP_PROXYCACHEDIR "@exp_proxycachedir@"
161158
#define DEFAULT_REL_PROXYCACHEDIR "@rel_proxycachedir@"
162159
+#define DEFAULT_PIDLOG "/var/run/httpd/httpd.pid"
163160

164161
#endif /* AP_CONFIG_LAYOUT_H */
165-
diff -Naur httpd-2.4.34.orig/include/httpd.h httpd-2.4.34/include/httpd.h
166-
--- httpd-2.4.34.orig/include/httpd.h 2018-05-31 15:19:12.000000000 +0200
167-
+++ httpd-2.4.34/include/httpd.h 2018-07-15 07:31:23.238202829 +0200
168-
@@ -109,7 +109,7 @@
162+
diff -Naurp httpd-2.4.52.orig/include/httpd.h httpd-2.4.52/include/httpd.h
163+
--- httpd-2.4.52.orig/include/httpd.h 2021-12-22 21:30:04.301594735 -0600
164+
+++ httpd-2.4.52/include/httpd.h 2021-12-22 22:10:28.107733907 -0600
165+
@@ -109,7 +109,7 @@ extern "C" {
169166
#define DOCUMENT_LOCATION HTTPD_ROOT "/docs"
170167
#else
171168
/* Set default for non OS/2 file system */
@@ -174,59 +171,59 @@ diff -Naur httpd-2.4.34.orig/include/httpd.h httpd-2.4.34/include/httpd.h
174171
#endif
175172
#endif /* DOCUMENT_LOCATION */
176173

177-
diff -Naur httpd-2.4.34.orig/Makefile.in httpd-2.4.34/Makefile.in
178-
--- httpd-2.4.34.orig/Makefile.in 2018-05-30 21:09:00.000000000 +0200
179-
+++ httpd-2.4.34/Makefile.in 2018-07-15 07:31:23.244202804 +0200
180-
@@ -121,9 +121,9 @@
174+
diff -Naurp httpd-2.4.52.orig/Makefile.in httpd-2.4.52/Makefile.in
175+
--- httpd-2.4.52.orig/Makefile.in 2021-12-22 21:30:04.422594121 -0600
176+
+++ httpd-2.4.52/Makefile.in 2021-12-22 22:14:28.465670029 -0600
177+
@@ -121,9 +121,9 @@ install-conf:
181178
done ; \
182179
done ; \
183180
if test -f "$(builddir)/envvars-std"; then \
184181
- cp -p envvars-std $(DESTDIR)$(sbindir); \
185182
- if test ! -f $(DESTDIR)$(sbindir)/envvars; then \
186183
- cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
187184
+ install -o root -g root -m644 envvars-std $(DESTDIR)$(installbuilddir); \
188-
+ if test ! -f $(DESTDIR)$(sysconfdir)/envvars; then \
189-
+ install -o root -g root -m644 envvars-std $(DESTDIR)$(sysconfdir)/envvars ; \
185+
+ if test ! -f $(DESTDIR)$(sysconfdir)/envvars; then \
186+
+ install -o root -g root -m644 envvars-std $(DESTDIR)$(sysconfdir)/envvars; \
190187
fi ; \
191188
fi
192189

193-
@@ -175,7 +175,7 @@
190+
@@ -195,7 +195,7 @@ install-htdocs:
194191
if test -d $(htdocs-srcdir) && test "x$(RSYNC)" != "x" && test -x $(RSYNC) ; then \
195192
$(RSYNC) --exclude .svn -rlpt --numeric-ids $(htdocs-srcdir)/ $(DESTDIR)$(htdocsdir)/; \
196193
else \
197194
- test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ; \
198-
+ test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir) && chown -R root:root $(DESTDIR)$(htdocsdir)) ; \
195+
+ test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir) && chown -R root:root $(DESTDIR)$(htdocsdir)) ; \
199196
cd $(DESTDIR)$(htdocsdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
200197
fi; \
201198
fi
202-
@@ -186,7 +186,7 @@
199+
@@ -206,7 +206,7 @@ install-error:
203200
else \
204201
echo Installing error documents ; \
205202
$(MKINSTALLDIRS) $(DESTDIR)$(errordir) ; \
206203
- cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) ; \
207-
+ cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) && chown -R root:root $(DESTDIR)$(errordir); \
204+
+ cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) && chown -R root:root $(DESTDIR)$(errordir); \
208205
test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
209206
fi
210207

211-
@@ -196,7 +196,7 @@
208+
@@ -216,7 +216,7 @@ install-icons:
212209
else \
213210
echo Installing icons ; \
214211
$(MKINSTALLDIRS) $(DESTDIR)$(iconsdir) ; \
215212
- cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) ; \
216-
+ cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) && chown -R root:root $(DESTDIR)$(iconsdir); \
213+
+ cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) && chown -R root:root $(DESTDIR)$(iconsdir); \
217214
test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
218215
fi
219216

220-
@@ -206,7 +206,7 @@
217+
@@ -226,7 +226,7 @@ install-cgi:
221218
else \
222219
echo Installing CGIs ; \
223220
$(MKINSTALLDIRS) $(DESTDIR)$(cgidir) ; \
224221
- cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) ; \
225-
+ cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) && chown -R root:root $(DESTDIR)$(cgidir); \
222+
+ cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) && chown -R root:root $(DESTDIR)$(cgidir); \
226223
test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
227224
fi
228225

229-
@@ -260,12 +260,12 @@
226+
@@ -280,12 +280,12 @@ install-man:
230227
@test -d $(DESTDIR)$(mandir)/man1 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1
231228
@test -d $(DESTDIR)$(mandir)/man8 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man8
232229
@test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir)
@@ -238,14 +235,14 @@ diff -Naur httpd-2.4.34.orig/Makefile.in httpd-2.4.34/Makefile.in
238235
$(RSYNC) --exclude .svn -rlpt --numeric-ids $(top_srcdir)/docs/manual/ $(DESTDIR)$(manualdir)/; \
239236
else \
240237
- cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir); \
241-
+ cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir) && chown -R root:root $(DESTDIR)$(manualdir); \
238+
+ cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir) && chown -R root:root $(DESTDIR)$(manualdir); \
242239
cd $(DESTDIR)$(manualdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
243240
fi
244241

245-
diff -Naur httpd-2.4.34.orig/support/apachectl.in httpd-2.4.34/support/apachectl.in
246-
--- httpd-2.4.34.orig/support/apachectl.in 2012-02-01 04:47:28.000000000 +0100
247-
+++ httpd-2.4.34/support/apachectl.in 2018-07-15 07:31:23.244202804 +0200
248-
@@ -45,8 +45,8 @@
242+
diff -Naurp httpd-2.4.52.orig/support/apachectl.in httpd-2.4.52/support/apachectl.in
243+
--- httpd-2.4.52.orig/support/apachectl.in 2021-12-22 21:30:04.370594385 -0600
244+
+++ httpd-2.4.52/support/apachectl.in 2021-12-22 22:14:57.782537475 -0600
245+
@@ -45,8 +45,8 @@ ARGV="$@"
249246
HTTPD='@exp_sbindir@/@progname@'
250247
#
251248
# pick up any necessary environment variables
@@ -256,10 +253,10 @@ diff -Naur httpd-2.4.34.orig/support/apachectl.in httpd-2.4.34/support/apachectl
256253
fi
257254
#
258255
# a command that outputs a formatted text version of the HTML at the
259-
diff -Naur httpd-2.4.34.orig/support/Makefile.in httpd-2.4.34/support/Makefile.in
260-
--- httpd-2.4.34.orig/support/Makefile.in 2018-02-09 11:17:30.000000000 +0100
261-
+++ httpd-2.4.34/support/Makefile.in 2018-07-15 07:31:23.245202800 +0200
262-
@@ -16,23 +16,23 @@
256+
diff -Naurp httpd-2.4.52.orig/support/Makefile.in httpd-2.4.52/support/Makefile.in
257+
--- httpd-2.4.52.orig/support/Makefile.in 2021-12-22 21:30:04.371594380 -0600
258+
+++ httpd-2.4.52/support/Makefile.in 2021-12-22 22:21:06.319836693 -0600
259+
@@ -16,23 +16,23 @@ install:
263260
@test -d $(DESTDIR)$(bindir) || $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
264261
@test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
265262
@test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir)
@@ -271,23 +268,23 @@ diff -Naur httpd-2.4.34.orig/support/Makefile.in httpd-2.4.34/support/Makefile.i
271268
if test -f "$(builddir)/$$i"; then \
272269
- cp -p $$i $(DESTDIR)$(bindir); \
273270
- chmod 755 $(DESTDIR)$(bindir)/$$i; \
274-
+ install -o root -g root -m755 $$i $(DESTDIR)$(bindir); \
271+
+ install -o root -g root -m755 $$i $(DESTDIR)$(bindir);\
275272
fi ; \
276273
done
277274
@for i in apachectl; do \
278275
if test -f "$(builddir)/$$i"; then \
279276
- cp -p $$i $(DESTDIR)$(sbindir); \
280277
- chmod 755 $(DESTDIR)$(sbindir)/$$i; \
281-
+ install -o root -g root -m755 $$i $(DESTDIR)$(sbindir); \
278+
+ install -o root -g root -m755 $$i $(DESTDIR)$(sbindir);\
282279
fi ; \
283280
done
284281
@if test -f "$(builddir)/envvars-std"; then \
285282
- cp -p envvars-std $(DESTDIR)$(sbindir); \
286283
- if test ! -f $(DESTDIR)$(sbindir)/envvars; then \
287284
- cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
288285
+ install -o root -g root -m644 envvars-std $(DESTDIR)$(installbuilddir); \
289-
+ if test ! -f $(DESTDIR)$(sysconfdir)/envvars; then \
290-
+ install -o root -g root -m644 envvars-std $(DESTDIR)$(sysconfdir)/envvars ; \
286+
+ if test ! -f $(DESTDIR)$(sysconfdir)/envvars; then \
287+
+ install -o root -g root -m644 envvars-std $(DESTDIR)$(sysconfdir)/envvars; \
291288
fi ; \
292289
fi
293290

SPECS/httpd/httpd.spec

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Summary: The Apache HTTP Server
22
Name: httpd
3-
Version: 2.4.51
4-
Release: 3%{?dist}
3+
Version: 2.4.52
4+
Release: 1%{?dist}
55
License: Apache License 2.0
66
URL: http://httpd.apache.org
77
Group: Applications/System
88
Vendor: VMware, Inc.
99
Distribution: Photon
1010

1111
Source0: http://apache.mirrors.hoobly.com/%{name}/%{name}-%{version}.tar.bz2
12-
%define sha1 %{name}=d8ae02630f836d7cf60e24f4676e633518f16e2b
12+
%define sha1 %{name}=6df2f9b30e89526f73449e4e1aa22450ff088408
1313

1414
# Patch0 is taken from:
1515
# https://www.linuxfromscratch.org/patches/blfs/svn
16-
Patch0: httpd-%{version}-blfs-layout.patch
16+
Patch0: httpd-%{version}-blfs_layout.patch
1717
Patch1: httpd-uncomment-ServerName.patch
1818

1919
BuildRequires: openssl >= 1.1.1
@@ -215,6 +215,8 @@ fi
215215
%{_bindir}/dbmmanage
216216

217217
%changelog
218+
* Thu Dec 23 2021 Shreenidhi Shedi <[email protected]> 2.4.52-1
219+
- Upgrade to v2.4.52 to fix CVE-2021-44790
218220
* Thu Nov 11 2021 Satya Naga Vasamsetty <[email protected]> 2.4.51-3
219221
- Bump up release for openssl
220222
* Mon Nov 08 2021 Shreenidhi Shedi <[email protected]> 2.4.51-2

0 commit comments

Comments
 (0)