summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 07:34:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 07:34:08 +0000
commit62f40ea1d09ab09373424ec076953e90a210661f (patch)
tree793e2d00877da8674d9364d2dfc0b2e57035bf86
parentAdding flex to build-depends to fix FTBFS. (diff)
downloadapache2-62f40ea1d09ab09373424ec076953e90a210661f.tar.xz
apache2-62f40ea1d09ab09373424ec076953e90a210661f.zip
Releasing progress-linux version 2.4.56-1~deb11u2progress6u1.HEADprogress-linux/2.4.56-1_deb11u2progress6u1progress-linux
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog108
1 files changed, 108 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e440c34..4e90ef8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,111 @@
+apache2 (2.4.56-1~deb11u2progress6u1) fuchur; urgency=medium
+
+ * Initial reupload to fuchur.
+ * Updating maintainer field.
+ * Updating uploaders field.
+ * Updating bugs field.
+ * Updating vcs fields.
+ * Setting Restart to always in systemd unit.
+ * Exporting hostname variable in global environment.
+ * Setting ServerTokens to Prod in security.conf.
+ * Setting ServerSignature to Off in security.conf.
+ * Setting Content-Security-Policy to "default-src https: 'self'; style-
+ src https: 'self' 'unsafe-inline'".
+ * Setting HSTS options to "max-age=63072000; includeSubDomains;
+ preload".
+ * Setting additional Set-Cookie options HttpOnly;SameSite=Strict;Secure.
+ * Setting SSLCipherSuite to EECDH+AESGCM:EDH+AESGCM.
+ * Setting SSLCompression to off.
+ * Setting SSLHonorCipherOrder to on.
+ * Setting SSLOpenSSLConfCmd Curves to X25519:prime256v1.
+ * Setting SSLProtocol to -all +TLSv1.3 +TLSV1.2.
+ * Setting SSLSessionTickets to off.
+ * Setting Cache-Control headers to "max-age=0, no-cache, no-store, no-
+ transform, private".
+ * Setting X-Frame-Options to deny.
+ * Adding configuration file to no accidentally serve git files.
+ * Setting Referrer-Policy to no-referrer.
+ * Setting X-Content-Type-Options to nosniff.
+ * Setting SSLUseStapling to on.
+ * Setting SSLStaplingCache to shmcb:/var/run/ocsp(32768).
+ * Setting SSLStaplingResponderTimeout to 5.
+ * Setting SSLStaplingReturnResponderErrors to off.
+ * Adding configuration file to rewrite http to https.
+ * Adding configuration file for dehydrated ssl certificates.
+ * Adding configuration file for DH parameter.
+ * Adding configuration file for snakeoil ssl certificates.
+ * Setting X-XSS-Protection to "1; mode=block".
+ * Enabling headers module.
+ * Enabling http2 module.
+ * Enabling rewrite module.
+ * Enabling ssl module.
+ * Renaming default-ssl.conf site to 000-default-ssl.conf.
+ * Setting ServerAdmin to root@localhost in default sites.
+ * Setting example ServerName localhost in default sites.
+ * Trimming default sites.
+ * Enabling default-ssl site by default.
+ * Depending on ssl-cert or dehydrated.
+ * Enabling rewrite http to https.
+ * Enabling snakeoil ssl certificates.
+ * Enabling DH parameter.
+ * Enabling dehydrated ssl certificates.
+ * Adding flex to build-depends to fix FTBFS.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 27 Apr 2024 09:22:29 +0200
+
+apache2 (2.4.56-1~deb11u2progress6u1) fuchur; urgency=medium
+
+ * Initial reupload to fuchur.
+ * Updating maintainer field.
+ * Updating uploaders field.
+ * Updating bugs field.
+ * Updating vcs fields.
+ * Setting Restart to always in systemd unit.
+ * Exporting hostname variable in global environment.
+ * Setting ServerTokens to Prod in security.conf.
+ * Setting ServerSignature to Off in security.conf.
+ * Setting Content-Security-Policy to "default-src https: 'self'; style-
+ src https: 'self' 'unsafe-inline'".
+ * Setting HSTS options to "max-age=63072000; includeSubDomains;
+ preload".
+ * Setting additional Set-Cookie options HttpOnly;SameSite=Strict;Secure.
+ * Setting SSLCipherSuite to EECDH+AESGCM:EDH+AESGCM.
+ * Setting SSLCompression to off.
+ * Setting SSLHonorCipherOrder to on.
+ * Setting SSLOpenSSLConfCmd Curves to X25519:prime256v1.
+ * Setting SSLProtocol to -all +TLSv1.3 +TLSV1.2.
+ * Setting Cache-Control headers to "max-age=0, no-cache, no-store, no-
+ transform, private".
+ * Setting X-Frame-Options to deny.
+ * Adding configuration file to no accidentally serve git files.
+ * Setting Referrer-Policy to no-referrer.
+ * Setting X-Content-Type-Options to nosniff.
+ * Setting SSLUseStapling to on.
+ * Setting SSLStaplingCache to shmcb:/var/run/ocsp(32768).
+ * Setting SSLStaplingResponderTimeout to 5.
+ * Setting SSLStaplingReturnResponderErrors to off.
+ * Adding configuration file to rewrite http to https.
+ * Adding configuration file for dehydrated ssl certificates.
+ * Adding configuration file for DH parameter.
+ * Adding configuration file for snakeoil ssl certificates.
+ * Setting X-XSS-Protection to "1; mode=block".
+ * Enabling headers module.
+ * Enabling http2 module.
+ * Enabling rewrite module.
+ * Enabling ssl module.
+ * Renaming default-ssl.conf site to 000-default-ssl.conf.
+ * Setting ServerAdmin to root@localhost in default sites.
+ * Setting example ServerName localhost in default sites.
+ * Trimming default sites.
+ * Enabling default-ssl site by default.
+ * Depending on ssl-cert or dehydrated.
+ * Enabling rewrite http to https.
+ * Enabling snakeoil ssl certificates.
+ * Enabling DH parameter.
+ * Enabling dehydrated ssl certificates.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 27 Apr 2024 09:19:21 +0200
+
apache2 (2.4.56-1~deb11u2) bullseye; urgency=medium
[ Hendrik Jäger ]