public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 83d6101b9d521029dc80f2e0144699aa815c6c40
Date: Wed, 21 Feb 2018 12:06:16 +0000	[thread overview]
Message-ID: <20180221120617.0381C106D063@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4157 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  83d6101b9d521029dc80f2e0144699aa815c6c40 (commit)
       via  51bf74a1c8783e5fa18172e9aa15cbdb7cba7cb8 (commit)
       via  3f42cf5cb9d2c9c6c7a1cb9f03a258ad217cb340 (commit)
      from  bbe8e248fe143cfb618eb519dc552fa91858d902 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 83d6101b9d521029dc80f2e0144699aa815c6c40
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Feb 21 12:05:14 2018 +0000

    core119: Reload apache after configuration changes
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 51bf74a1c8783e5fa18172e9aa15cbdb7cba7cb8
Author: Peter Müller <peter.mueller(a)link38.eu>
Date:   Tue Dec 5 14:43:17 2017 +0100

    disable Apache server signature
    
    Sending the server signature is unnecessary and might leak
    some internal information (although ServerTokens is already
    set to "Prod").
    
    Signed-off-by: Peter Müller <peter.mueller(a)link38.eu>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 3f42cf5cb9d2c9c6c7a1cb9f03a258ad217cb340
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Feb 21 11:24:48 2018 +0000

    backup: Don't backup apache configuration, keys only
    
    In the past the apache configuration was part of the backup
    and may have been restored after Core Update 118 was installed
    with PHP being dropped amongst other things.
    
    This patch will make sure that only keys are being backuped.
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/backup/include                     | 7 ++++++-
 config/httpd/global.conf                  | 2 +-
 config/rootfiles/core/119/filelists/files | 2 ++
 config/rootfiles/core/119/update.sh       | 1 +
 4 files changed, 10 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/config/backup/include b/config/backup/include
index ba78c69f5..59430c576 100644
--- a/config/backup/include
+++ b/config/backup/include
@@ -13,7 +13,12 @@
 /etc/ipsec.user-post.conf
 /etc/sysconfig/*
 /etc/hosts*
-/etc/httpd/*
+/etc/httpd/server.crt
+/etc/httpd/server.csr
+/etc/httpd/server.key
+/etc/httpd/server-ecdsa.crt
+/etc/httpd/server-ecdsa.csr
+/etc/httpd/server-ecdsa.key
 /etc/ssh/ssh_host*
 /etc/ssh/sshd_config
 /etc/logrotate.d
diff --git a/config/httpd/global.conf b/config/httpd/global.conf
index 6cc69b55e..cc8000379 100644
--- a/config/httpd/global.conf
+++ b/config/httpd/global.conf
@@ -1,5 +1,5 @@
 Timeout 300
-ServerSignature on
+ServerSignature off
 UseCanonicalName off
 ServerTokens Prod
 LogLevel warn
diff --git a/config/rootfiles/core/119/filelists/files b/config/rootfiles/core/119/filelists/files
index c8f6cc13b..a89e1b33e 100644
--- a/config/rootfiles/core/119/filelists/files
+++ b/config/rootfiles/core/119/filelists/files
@@ -1,9 +1,11 @@
 etc/system-release
 etc/issue
+etc/httpd/conf/global.conf
 etc/rc.d/init.d/cleanfs
 etc/rc.d/init.d/unbound
 srv/web/ipfire/cgi-bin/index.cgi
 srv/web/ipfire/cgi-bin/ovpnmain.cgi
 srv/web/ipfire/cgi-bin/proxy.cgi
 srv/web/ipfire/cgi-bin/vpnmain.cgi
+var/ipfire/backup/include
 var/ipfire/langs
diff --git a/config/rootfiles/core/119/update.sh b/config/rootfiles/core/119/update.sh
index fdca22bc5..ed23e1f58 100644
--- a/config/rootfiles/core/119/update.sh
+++ b/config/rootfiles/core/119/update.sh
@@ -73,6 +73,7 @@ rm -vf \
 	/usr/lib/mysql
 
 # Start services
+/etc/init.d/apache reload
 
 # Regenerate IPsec configuration
 sudo -u nobody /srv/web/ipfire/cgi-bin/vpnmain.cgi


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2018-02-21 12:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180221120617.0381C106D063@git01.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox