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, master has been updated via 3b90253598c5ceea9f4c92e1b363a72d9424c7b8 (commit) from 9029c9d056e2251b6c1130b2b3a8f0e5a77bff40 (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 3b90253598c5ceea9f4c92e1b363a72d9424c7b8 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Mar 12 13:14:26 2015 +0100
openssl-compat: Disable SSLv3 and SSLv2 as well
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/81 => core/88}/filelists/openssh | 0 config/rootfiles/{oldcore/87 => core/88}/filelists/openssl | 0 config/rootfiles/{oldcore/87 => core/88}/filelists/openssl-compat | 0 lfs/openssl-compat | 1 + 4 files changed, 1 insertion(+) copy config/rootfiles/{oldcore/81 => core/88}/filelists/openssh (100%) copy config/rootfiles/{oldcore/87 => core/88}/filelists/openssl (100%) copy config/rootfiles/{oldcore/87 => core/88}/filelists/openssl-compat (100%)
Difference in files: diff --git a/config/rootfiles/core/88/filelists/openssh b/config/rootfiles/core/88/filelists/openssh new file mode 120000 index 0000000..d8c77fd --- /dev/null +++ b/config/rootfiles/core/88/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/88/filelists/openssl b/config/rootfiles/core/88/filelists/openssl new file mode 120000 index 0000000..e011a92 --- /dev/null +++ b/config/rootfiles/core/88/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/config/rootfiles/core/88/filelists/openssl-compat b/config/rootfiles/core/88/filelists/openssl-compat new file mode 120000 index 0000000..c9fa421 --- /dev/null +++ b/config/rootfiles/core/88/filelists/openssl-compat @@ -0,0 +1 @@ +../../../common/openssl-compat \ No newline at end of file diff --git a/lfs/openssl-compat b/lfs/openssl-compat index 52a8e91..8e22a34 100644 --- a/lfs/openssl-compat +++ b/lfs/openssl-compat @@ -72,6 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-0.9.8u-cryptodev.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssl-disable-sslv2-sslv3.patch
cd $(DIR_APP) && sed -i -e 's/mcpu/march/' config cd $(DIR_APP) && sed -i -e 's/-O3/-O2/' -e 's/-march=i486/-march=i586/' Configure
hooks/post-receive -- IPFire 2.x development tree