From d0db137d808f924dedf372d6824bc09f98e0135c Mon Sep 17 00:00:00 2001 From: Harikrishna Patnala Date: Tue, 7 Oct 2014 15:10:26 +0530 Subject: [PATCH] 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 --- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 2 +- tools/appliance/definitions/systemvmtemplate64/postinstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 51006c9d8ca..c77ac4b6598 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 diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh index 515348c6224..cb08e8fab5e 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