core194: Ship changed openssl.cnf file from CU184

Message ID 20250401122650.5358-1-adolf.belka@ipfire.org
State Staged
Commit 899c06d767943eea338ba9bbb47dde6576ae9279
Headers
Series core194: Ship changed openssl.cnf file from CU184 |

Commit Message

Adolf Belka April 1, 2025, 12:26 p.m. UTC
  - openssl.cnf had copy_extensions = copyall added to the [ IPFire ] section as part of
   the ipsec host cert renewal process but the file was missed to be shipped with the
   Core Update 184 update. So only users doing fresh installs of CU184 or later will
   have the updated openssl.cnf file.
- This patch rectifies that situation.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/core/194/filelists/files | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/config/rootfiles/core/194/filelists/files b/config/rootfiles/core/194/filelists/files
index e615ef92e..a16782a5c 100644
--- a/config/rootfiles/core/194/filelists/files
+++ b/config/rootfiles/core/194/filelists/files
@@ -2,3 +2,4 @@  etc/rc.d/init.d/firewall
 etc/rc.d/init.d/functions
 srv/web/ipfire/cgi-bin/aliases.cgi
 srv/web/ipfire/cgi-bin/pakfire.cgi
+etc/ssl/openssl.cnf