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, fifteen has been updated via 5ca9ea6a28511653ca1c6d42725c15723ef89104 (commit) via ce7c5249bfbad7b5a1ac6106621cc27a75d3ad4c (commit) from 1fbb415adad359bb9d07467214af904dc0e4b422 (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 5ca9ea6a28511653ca1c6d42725c15723ef89104 Author: Michael Tremer Date: Mon Jan 6 22:12:35 2014 +0100 fifteen: Add openvpn. This needs to be shipped any way because of the updated openssl library and the changed set of ciphers that comes with that. commit ce7c5249bfbad7b5a1ac6106621cc27a75d3ad4c Author: Michael Tremer Date: Mon Jan 6 22:11:47 2014 +0100 openvpn: Support Camellia cipher. ----------------------------------------------------------------------- Summary of changes: .../{oldcore/53 => core/fifteen}/filelists/openvpn | 0 html/cgi-bin/ovpnmain.cgi | 34 +++++++++++++--------- 2 files changed, 21 insertions(+), 13 deletions(-) copy config/rootfiles/{oldcore/53 => core/fifteen}/filelists/openvpn (100%) Difference in files: diff --git a/config/rootfiles/core/fifteen/filelists/openvpn b/config/rootfiles/core/fifteen/filelists/openvpn new file mode 120000 index 0000000..493f3f7 --- /dev/null +++ b/config/rootfiles/core/fifteen/filelists/openvpn @@ -0,0 +1 @@ +../../../common/openvpn \ No newline at end of file diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index dac3e2e..52dc6e4 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -4574,6 +4574,9 @@ END $selected{'DCIPHER'}{'AES-128-CBC'} = ''; $selected{'DCIPHER'}{'AES-192-CBC'} = ''; $selected{'DCIPHER'}{'AES-256-CBC'} = ''; + $selected{'DCIPHER'}{'CAMELLIA-128-CBC'} = ''; + $selected{'DCIPHER'}{'CAMELLIA-192-CBC'} = ''; + $selected{'DCIPHER'}{'CAMELLIA-256-CBC'} = ''; $selected{'DCIPHER'}{$cgiparams{'DCIPHER'}} = 'SELECTED'; $checked{'DCOMPLZO'}{'off'} = ''; $checked{'DCOMPLZO'}{'on'} = ''; @@ -4642,19 +4645,24 @@ END $Lang::tr{'comp-lzo'} $Lang::tr{'cipher'} - -
+ +
END ; hooks/post-receive -- IPFire 2.x development tree