mirror of https://github.com/apache/cloudstack.git
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 <jayapal@apache.org>
This commit is contained in:
parent
2ad26d7723
commit
d0db137d80
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue