Resolves: #2095838 - mod_mime_magic: invalid type 0 in mconvert()

This commit is contained in:
Luboš Uhliarik 2022-06-16 18:28:30 +02:00
parent 14361142ce
commit 032b2cd822
2 changed files with 6 additions and 4 deletions

View File

@ -28,14 +28,13 @@ index 51b02ed..93a2b87 100644
AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
diff --git a/docs/conf/magic b/docs/conf/magic
index bc891d9..6402b59 100644
index bc891d9..9a41b44 100644
--- a/docs/conf/magic
+++ b/docs/conf/magic
@@ -383,3 +383,16 @@
@@ -383,3 +383,15 @@
4 string moov video/quicktime
4 string mdat video/quicktime
+AddIconByType /icons/bomb.gif application/x-coredump
+
+#------------------------------------------------------------------------------
+# application/x-coredump for LE/BE ELF

View File

@ -13,7 +13,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.53
Release: 3%{?dist}
Release: 4%{?dist}
URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc
@ -838,6 +838,9 @@ exit $rv
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
* Thu Jun 16 2022 Luboš Uhliarik <luhliari@redhat.com> - 2.4.53-4
- Resolves: #2095838 - mod_mime_magic: invalid type 0 in mconvert()
* Wed Jun 01 2022 Luboš Uhliarik <luhliari@redhat.com> - 2.4.53-3
- Resolves: #2065677 - httpd minimisation for ubi-micro
- minimize httpd dependencies (new httpd-core package)