Merge ~paride/ubuntu/+source/strongswan:lp1940079-tss2-focal into ubuntu/+source/strongswan:ubuntu/focal-devel

Proposed by Paride Legovini
Status: Merged
Merge reported by: Paride Legovini
Merged at revision: 58edb43bfd3f83d72bb2f4e156dca6285396fd2c
Proposed branch: ~paride/ubuntu/+source/strongswan:lp1940079-tss2-focal
Merge into: ubuntu/+source/strongswan:ubuntu/focal-devel
Diff against target: 41 lines (+11/-0)
3 files modified
debian/changelog (+9/-0)
debian/control (+1/-0)
debian/rules (+1/-0)
Reviewer Review Type Date Requested Status
Christian Ehrhardt  (community) Approve
Canonical Server Pending
Review via email: mp+408928@code.launchpad.net

This proposal supersedes a proposal from 2021-09-21.

Commit message

Focal SRU fix for LP #1940079. This is the same change that landed in the Debian packaging (git) and in Impish, applied to Focal.

Test Plan: see the SRU template.
Test PPA: https://launchpad.net/~paride/+archive/ubuntu/strongswan

Fix verified by the bug submitter using the PPA package.

Please review; no sponsorship needed.

To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote : Posted in a previous version of this proposal

This one was abandoned (wrong merge target)

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Along the Hirsute version of this +1
Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index 0443e1b..8bf8082 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
1strongswan (5.8.2-1ubuntu3.2) focal; urgency=medium
2
3 * Compile the tpm plugin against the tpm2 software stack (tss2)
4 (Debian packaging cherry-pick, LP: #1940079)
5 - d/rules: add the --enable-tss-tss2 configure flag
6 - d/control: add Build-Depends: libtss2-dev
7
8 -- Paride Legovini <paride@ubuntu.com> Fri, 17 Sep 2021 10:48:56 +0200
9
1strongswan (5.8.2-1ubuntu3.1) focal; urgency=medium10strongswan (5.8.2-1ubuntu3.1) focal; urgency=medium
211
3 * Re-enable eap-{dynamic,peap} libcharon plugins (LP: #1878887)12 * Re-enable eap-{dynamic,peap} libcharon plugins (LP: #1878887)
diff --git a/debian/control b/debian/control
index 3859289..88ec114 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,7 @@ Build-Depends: bison,
29 libssl-dev (>= 0.9.8),29 libssl-dev (>= 0.9.8),
30 libsystemd-dev [linux-any],30 libsystemd-dev [linux-any],
31 libtool,31 libtool,
32 libtss2-dev,
32 libxml2-dev,33 libxml2-dev,
33 pkg-config,34 pkg-config,
34 po-debconf,35 po-debconf,
diff --git a/debian/rules b/debian/rules
index f012b4d..59f75eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,6 +38,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \
38 --enable-pkcs11 \38 --enable-pkcs11 \
39 --enable-test-vectors \39 --enable-test-vectors \
40 --enable-tpm \40 --enable-tpm \
41 --enable-tss-tss2 \
41 --enable-unity \42 --enable-unity \
42 --enable-xauth-eap \43 --enable-xauth-eap \
43 --enable-xauth-pam \44 --enable-xauth-pam \

Subscribers

People subscribed via source and target branches