Repository: cloudstack Updated Branches: refs/heads/4.3 3bf4c2943 -> 5cd4c4105
CLOUDSTACK-7087: Latest OS X VPN client not working Downgrading openswan version to 1:2.6.37-3 Reviewed-by: Abhinandan Signed-off-by: Sheng Yang Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5cd4c410 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5cd4c410 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5cd4c410 Branch: refs/heads/4.3 Commit: 5cd4c4105470f54f4e98dfb87511026ce2dacca0 Parents: 3bf4c29 Author: Harikrishna Patnala <harikrishna.patn...@citrix.com> Authored: Wed Jul 9 14:02:12 2014 -0700 Committer: Sheng Yang <sheng.y...@citrix.com> Committed: Wed Jul 9 14:03:22 2014 -0700 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5cd4c410/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 5ce0163..80cedc0 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -61,7 +61,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/5cd4c410/tools/appliance/definitions/systemvmtemplate/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 822cd5f..81d4f86 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -57,7 +57,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