Skip to content

Commit 781a8f5

Browse files
Harikrishna PatnalaDaanHoogland
authored andcommitted
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 (cherry picked from commit 2dfd278)
1 parent cefaa84 commit 781a8f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/appliance/definitions/systemvm64template/postinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install_packages() {
5959
apt-get --no-install-recommends -q -y --force-yes install xl2tpd bcrelay ppp ipsec-tools tdb-tools
6060
echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections
6161
echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections
62-
apt-get --no-install-recommends -q -y --force-yes install openswan
62+
apt-get --no-install-recommends -q -y --force-yes install openswan=1:2.6.37-3
6363

6464
# xenstore utils
6565
apt-get --no-install-recommends -q -y --force-yes install xenstore-utils libxenstore3.0

tools/appliance/definitions/systemvmtemplate/postinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install_packages() {
5959
apt-get --no-install-recommends -q -y --force-yes install xl2tpd bcrelay ppp ipsec-tools tdb-tools
6060
echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections
6161
echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections
62-
apt-get --no-install-recommends -q -y --force-yes install openswan
62+
apt-get --no-install-recommends -q -y --force-yes install openswan=1:2.6.37-3
6363

6464
# xenstore utils
6565
apt-get --no-install-recommends -q -y --force-yes install xenstore-utils libxenstore3.0

0 commit comments

Comments
 (0)