From f1cccf6feca9cab5a858019fb55003c4c2272d04 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 28 Jan 2015 23:21:47 +0530 Subject: [PATCH] appliance: hold on to openswan version, don't upgrade Signed-off-by: Rohit Yadav (cherry picked from commit a10a9d522c56f707a9674f1486f58697e8c5206a) Signed-off-by: Rohit Yadav --- tools/appliance/definitions/systemvm64template/postinstall.sh | 1 + tools/appliance/definitions/systemvmtemplate/postinstall.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 7a9543698ba..ae88e50ebf9 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -62,6 +62,7 @@ install_packages() { 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=1:2.6.37-3 + apt-mark hold openswan # xenstore utils apt-get --no-install-recommends -q -y --force-yes install xenstore-utils libxenstore3.0 diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 167ff81c7a7..2f070f2b624 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -62,6 +62,7 @@ install_packages() { 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=1:2.6.37-3 + apt-mark hold openswan # xenstore utils apt-get --no-install-recommends -q -y --force-yes install xenstore-utils libxenstore3.0