[Swan-dev] Strongswan version?

Andrew Cagney andrew.cagney at gmail.com
Fri Aug 17 17:22:34 UTC 2018


FYI,

I don't think simply installing the latest strongswan is right.  It
should instead specify the version:
    strongswan-5.6.3
If this isn't done then the next time the strongswan packager pushes
an update (hmm, wonder who that is), we'll get test result drift.

Even if this isn't the case then keeping the KVM_STRONGSWAN_PACKAGE
variable around is a good idea - so it is easy to change that locally
using Makefile.inc.local

Andrew

diff --git a/testing/libvirt/fedora28.mk b/testing/libvirt/fedora28.mk
index 37cb52660..54712cce2 100644
--- a/testing/libvirt/fedora28.mk
+++ b/testing/libvirt/fedora28.mk
@@ -7,9 +7,6 @@ KVM_PACKAGE_INSTALL = dnf install -y
 KVM_DEBUGINFO_INSTALL = dnf  debuginfo-install -y
 KVM_INSTALL_RPM_LIST = 'rpm -aq > /var/tmp/rpm-qa-fedora-updates.log'

-KVM_STRONGSWAN_PACKAGE ?=
https://ftp.nohats.ca/strongswan/strongswan-5.6.3-1.fc22.x86_64.rpm
-KVM_LIBFAKETIME_PACKAGE ?=
https://download.nohats.ca/libfaketime/libfaketime-0.9.6-4.fc22.x86_64.rpm
-
 KVM_PACKAGES = \
     ElectricFence \
     audit-libs-devel \
@@ -68,8 +65,9 @@ KVM_PACKAGES = \
     wget \
     xl2tpd \
     xmlto \
-    $(KVM_STRONGSWAN_PACKAGE) \
-    $(KVM_LIBFAKETIME_PACKAGE)
+    strongswan \
+    libfaketime \
+



---------- Forwarded message ---------
From: Paul Wouters <paul at vault.libreswan.fi>
Date: Fri, 17 Aug 2018 at 12:51
Subject: [Swan-commit] Changes to ref refs/heads/master
To: <swan-commit at lists.libreswan.org>


New commits:
commit 7806ae157a8809ee3e18f9b4f4bd022152be0467
Merge: 9d96608 cbc5a51
Author: Paul Wouters <pwouters at redhat.com>
Date:   Fri Aug 17 12:51:45 2018 -0400

    Merge branch 'master' of vault.libreswan.org:/srv/src/libreswan

commit 9d9660824a02680e87e7dd7de7d77b16c0718c3c
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Aug 16 18:10:18 2018 -0400

    testing: fedora28 does not need KVM_STRONGSWAN_PACKAGE /
KVM_LIBFAKETIME_PACKAGE

_______________________________________________
Swan-commit mailing list
Swan-commit at lists.libreswan.org
https://lists.libreswan.org/mailman/listinfo/swan-commit


More information about the Swan-dev mailing list