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 75ad2e4e885992c9b17c2d7b722dd3ac3875a7f0 (commit) from 353e08cd7778f2070469842ebe0f553e648f79d4 (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 75ad2e4e885992c9b17c2d7b722dd3ac3875a7f0 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Mar 3 08:38:27 2016 +0100
openssl: add forgotten sslv2 compile option
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/openssl | 1 + 1 file changed, 1 insertion(+)
Difference in files: diff --git a/lfs/openssl b/lfs/openssl index f45295e..eb7352f 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -53,6 +53,7 @@ CONFIGURE_OPTIONS = \ zlib-dynamic \ enable-camellia \ enable-md2 \ + enable-ssl2 \ enable-seed \ enable-tlsext \ enable-rfc3779 \
hooks/post-receive -- IPFire 2.x development tree