Repository: cloudstack Updated Branches: refs/heads/4.2 2ad26d772 -> d0db137d8
CLOUDSTACK-7087: Downgrade openswan to previous version for VPN services to fix OSX client Downgrading openswan version to 1:2.6.37-3 Signed-off-by: Jayapal <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d0db137d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d0db137d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d0db137d Branch: refs/heads/4.2 Commit: d0db137d808f924dedf372d6824bc09f98e0135c Parents: 2ad26d7 Author: Harikrishna Patnala <[email protected]> Authored: Tue Oct 7 15:10:26 2014 +0530 Committer: Jayapal <[email protected]> Committed: Tue Oct 7 15:48:45 2014 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 2 +- tools/appliance/definitions/systemvmtemplate64/postinstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d0db137d/tools/appliance/definitions/systemvmtemplate/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 51006c9..c77ac4b 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -58,7 +58,7 @@ install_packages() { apt-get --no-install-recommends -q -y --force-yes install xl2tpd bcrelay ppp ipsec-tools tdb-tools echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections - apt-get --no-install-recommends -q -y --force-yes install openswan + apt-get --no-install-recommends -q -y --force-yes install openswan=1:2.6.37-3 # xenstore utils apt-get --no-install-recommends -q -y --force-yes install xenstore-utils libxenstore3.0 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d0db137d/tools/appliance/definitions/systemvmtemplate64/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh index 515348c..cb08e8f 100644 --- a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh @@ -58,7 +58,7 @@ install_packages() { apt-get --no-install-recommends -q -y --force-yes install xl2tpd bcrelay ppp ipsec-tools tdb-tools echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections - apt-get --no-install-recommends -q -y --force-yes install openswan + apt-get --no-install-recommends -q -y --force-yes install openswan=1:2.6.37-3 # xenstore utils apt-get --no-install-recommends -q -y --force-yes install xenstore-utils libxenstore3.0
