Merge ~slyon/ubuntu/+source/strongswan:merge-lp2125990-resolute into ubuntu/+source/strongswan:debian/sid
- Git
- lp:~slyon/ubuntu/+source/strongswan
- merge-lp2125990-resolute
- Merge into debian/sid
| Status: | Merged | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Approved by: | git-ubuntu bot | ||||||||
| Approved revision: | not available | ||||||||
| Merge reported by: | Lukas Märdian | ||||||||
| Merged at revision: | 328a08f3926ae82768b04d8059789ec9561596f9 | ||||||||
| Proposed branch: | ~slyon/ubuntu/+source/strongswan:merge-lp2125990-resolute | ||||||||
| Merge into: | ubuntu/+source/strongswan:debian/sid | ||||||||
| Diff against target: |
2817 lines (+2527/-4) 8 files modified
debian/changelog (+2043/-0) debian/control (+7/-3) debian/libcharon-extra-plugins.install (+6/-0) debian/rules (+2/-0) debian/tests/control (+6/-0) debian/tests/host-to-host (+401/-0) debian/tests/utils (+61/-0) debian/usr.sbin.swanctl (+1/-1) |
||||||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| git-ubuntu bot | Approve | ||
| Jonas Jelten (community) | Approve | ||
| Canonical Server Reporter | Pending | ||
|
Review via email:
|
|||
Commit message
Description of the change
PPA: https:/
DEP-8:
$ ppa tests ppa:slyon/
Range-diff:
$ git range-diff lp2125990/
| git-ubuntu bot (git-ubuntu-bot) wrote : | # |
Approvers: slyon, jj
Uploaders: slyon
MP auto-approved
| Lukas Märdian (slyon) wrote : | # |
I think the additional test files are fine: those are just showing up because they are in .gitignore, and still added to the git tree.
When comparing to the orig.tar.bz2 file, I do only see changes in .git/ and debian/ – as expected:
$ git diff --no-index ../strongswan-
The failing test needs to be investigated. I'm upgrading to the latest 6.0.4 to see if this makes any difference..
| Lukas Märdian (slyon) wrote : | # |
The interesting part of the test failure seems to be this:
1386s Creating host containers
1386s Launching container moon with release resolute
1402s Waiting for container moon to be ready ..Connection to 10.6.149.96 22 port [tcp/ssh] succeeded!
1402s 2025-11-25 15:27:41,994 - util.py[WARNING]: Failed loading yaml blob. Yaml load allows (<class 'dict'>,) root types, but got str instead
1403s cloud-init status --wait failed on container moon
from debian/
It's receiving a YAML string instead of a dict :-/
| Jonas Jelten (jj) wrote : | # |
That looks like bug 2131809, which should be fixed in resolute?
| Lukas Märdian (slyon) wrote : | # |
Indeed, very much so! Also, it seems like a re-run of the DEP-8 test is passing. Still I see failures locally, but those might be unrelated local config issues.
I rebased on 6.0.4 to get the latest security updates and triggered another PPA build. I'd assume those tests to be green, once ready, and I'll upload after 6.0.4 DEP-8 is confirmed.
| Lukas Märdian (slyon) wrote : | # |
DEP-8 on 6.0.4 is now green, I'm uploading.
$ ppa tests ppa:slyon/
[...]
* Results:
- strongswan: resolute/
+ ✅ strongswan on resolute for amd64 @ 20.01.26 10:41:58 Log️ 🗒️
- strongswan: resolute/
+ ✅ strongswan on resolute for arm64 @ 20.01.26 10:42:05 Log️ 🗒️
- strongswan: resolute/
+ ✅ strongswan on resolute for armhf @ 20.01.26 10:35:24 Log️ 🗒️
- strongswan: resolute/
+ ✅ strongswan on resolute for ppc64el @ 20.01.26 10:40:17 Log️ 🗒️
- strongswan: resolute/
+ Pending ...
Preview Diff
| 1 | diff --git a/debian/changelog b/debian/changelog | |||
| 2 | index 08a0691..563f2cc 100644 | |||
| 3 | --- a/debian/changelog | |||
| 4 | +++ b/debian/changelog | |||
| 5 | @@ -1,3 +1,33 @@ | |||
| 6 | 1 | strongswan (6.0.4-1ubuntu1) resolute; urgency=medium | ||
| 7 | 2 | |||
| 8 | 3 | * Merge with Debian unstable (LP: #2125990). Remaining changes: | ||
| 9 | 4 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 10 | 5 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 11 | 6 | time avoid a circular dependency by dropping | ||
| 12 | 7 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 13 | 8 | binaries can work without the services but not vice versa. | ||
| 14 | 9 | - Re-enable eap-{dynamic,peap} libcharon plugins (LP #1878887) | ||
| 15 | 10 | + d/control: update libcharon-extra-plugins description. | ||
| 16 | 11 | + d/libcharon-extra-plugins.install: install .so and conf files. | ||
| 17 | 12 | + d/rules: add plugins to the configuration arguments. | ||
| 18 | 13 | - d/t/{control,host-to-host,utils}: new host-to-host test (LP #1999525) | ||
| 19 | 14 | - d/usr.sbin.swanctl: allow "m" flag for /usr/sbin/swanctl (LP #1999935) | ||
| 20 | 15 | * Dropped changes: | ||
| 21 | 16 | - Cherry-pick upstream commits to fix FTBFS with GCC-15 C23. | ||
| 22 | 17 | [applied in 6.0.2] | ||
| 23 | 18 | + debian/patches/gcc15-compat/* | ||
| 24 | 19 | - d/t/host-to-host: disable DNSSEC via negative trust anchor for lxd domain | ||
| 25 | 20 | (LP #2119652) | ||
| 26 | 21 | [not needed anymore, as DNSSEC allow-downgrade was dropped by default] | ||
| 27 | 22 | - SECURITY UPDATE: Buffer Overflow When Handling EAP-MSCHAPv2 Failure. | ||
| 28 | 23 | Requests | ||
| 29 | 24 | [applied in 6.0.3] | ||
| 30 | 25 | + debian/patches/CVE-2025-62291.patch: fix length check for Failure | ||
| 31 | 26 | Request packets on the client in | ||
| 32 | 27 | src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c. | ||
| 33 | 28 | |||
| 34 | 29 | -- Lukas Märdian <slyon@ubuntu.com> Tue, 20 Jan 2026 09:58:16 +0100 | ||
| 35 | 30 | |||
| 36 | 1 | strongswan (6.0.4-1) unstable; urgency=medium | 31 | strongswan (6.0.4-1) unstable; urgency=medium |
| 37 | 2 | 32 | ||
| 38 | 3 | * New upstream version 6.0.4 (Closes: #1122971) | 33 | * New upstream version 6.0.4 (Closes: #1122971) |
| 39 | @@ -22,6 +52,61 @@ strongswan (6.0.2-1) unstable; urgency=medium | |||
| 40 | 22 | 52 | ||
| 41 | 23 | -- Yves-Alexis Perez <corsac@debian.org> Fri, 22 Aug 2025 10:45:05 +0200 | 53 | -- Yves-Alexis Perez <corsac@debian.org> Fri, 22 Aug 2025 10:45:05 +0200 |
| 42 | 24 | 54 | ||
| 43 | 55 | strongswan (6.0.1-6ubuntu5) resolute; urgency=medium | ||
| 44 | 56 | |||
| 45 | 57 | * SECURITY UPDATE: Buffer Overflow When Handling EAP-MSCHAPv2 Failure | ||
| 46 | 58 | Requests | ||
| 47 | 59 | - debian/patches/CVE-2025-62291.patch: fix length check for Failure | ||
| 48 | 60 | Request packets on the client in | ||
| 49 | 61 | src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c. | ||
| 50 | 62 | - CVE-2025-62291 | ||
| 51 | 63 | |||
| 52 | 64 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 21 Oct 2025 10:11:00 -0400 | ||
| 53 | 65 | |||
| 54 | 66 | strongswan (6.0.1-6ubuntu4) questing; urgency=medium | ||
| 55 | 67 | |||
| 56 | 68 | * d/t/host-to-host: configure negative trust anchor for lxd domain | ||
| 57 | 69 | Do this instead of disabling DNSSEC per-interface (LP: #2119652) | ||
| 58 | 70 | |||
| 59 | 71 | -- Nick Rosbrook <enr0n@ubuntu.com> Thu, 21 Aug 2025 12:46:41 -0400 | ||
| 60 | 72 | |||
| 61 | 73 | strongswan (6.0.1-6ubuntu3) questing; urgency=medium | ||
| 62 | 74 | |||
| 63 | 75 | * d/t/host-to-host: disable DNSSEC in container during test (LP: #2119652) | ||
| 64 | 76 | |||
| 65 | 77 | -- Nick Rosbrook <enr0n@ubuntu.com> Tue, 19 Aug 2025 10:26:51 -0400 | ||
| 66 | 78 | |||
| 67 | 79 | strongswan (6.0.1-6ubuntu2) questing; urgency=medium | ||
| 68 | 80 | |||
| 69 | 81 | * Cherry-pick upstream commits to fix FTBFS with GCC-15 C23. | ||
| 70 | 82 | - debian/patches/gcc15-compat/* | ||
| 71 | 83 | |||
| 72 | 84 | -- Lukas Märdian <slyon@ubuntu.com> Thu, 31 Jul 2025 09:47:21 +0200 | ||
| 73 | 85 | |||
| 74 | 86 | strongswan (6.0.1-6ubuntu1) questing; urgency=medium | ||
| 75 | 87 | |||
| 76 | 88 | * Merge with Debian unstable (LP: #2110449). Remaining changes: | ||
| 77 | 89 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 78 | 90 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 79 | 91 | time avoid a circular dependency by dropping | ||
| 80 | 92 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 81 | 93 | binaries can work without the services but not vice versa. | ||
| 82 | 94 | - Re-enable eap-{dynamic,peap} libcharon plugins (LP #1878887) | ||
| 83 | 95 | + d/control: update libcharon-extra-plugins description. | ||
| 84 | 96 | + d/libcharon-extra-plugins.install: install .so and conf files. | ||
| 85 | 97 | + d/rules: add plugins to the configuration arguments. | ||
| 86 | 98 | - d/t/{control,host-to-host,utils}: new host-to-host test | ||
| 87 | 99 | (LP #1999525) | ||
| 88 | 100 | - d/usr.sbin.swanctl: allow "m" flag for /usr/sbin/swanctl | ||
| 89 | 101 | (LP #1999935) | ||
| 90 | 102 | * Drop changes: | ||
| 91 | 103 | - re-add post-quantum encryption algorithm (NTRU) (LP #1863749) | ||
| 92 | 104 | [ deprecated & dropped upstream as of 6.0.0 ] | ||
| 93 | 105 | - Remove conf files of plugins removed from libcharon-extra-plugins | ||
| 94 | 106 | [ Not relevant anymore after > 1 LTS cyle ] | ||
| 95 | 107 | |||
| 96 | 108 | -- Lukas Märdian <slyon@ubuntu.com> Thu, 24 Jul 2025 15:43:37 +0200 | ||
| 97 | 109 | |||
| 98 | 25 | strongswan (6.0.1-6) unstable; urgency=medium | 110 | strongswan (6.0.1-6) unstable; urgency=medium |
| 99 | 26 | 111 | ||
| 100 | 27 | * d/control: keep strongswan-charon and strongswan-starter as acceptable | 112 | * d/control: keep strongswan-charon and strongswan-starter as acceptable |
| 101 | @@ -102,6 +187,59 @@ strongswan (6.0.0-1) unstable; urgency=medium | |||
| 102 | 102 | 187 | ||
| 103 | 103 | -- Yves-Alexis Perez <corsac@debian.org> Fri, 21 Feb 2025 14:09:27 +0100 | 188 | -- Yves-Alexis Perez <corsac@debian.org> Fri, 21 Feb 2025 14:09:27 +0100 |
| 104 | 104 | 189 | ||
| 105 | 190 | strongswan (5.9.13-2ubuntu5) questing; urgency=medium | ||
| 106 | 191 | |||
| 107 | 192 | * No-change rebuild for libxml2 soname change. | ||
| 108 | 193 | |||
| 109 | 194 | -- Matthias Klose <doko@ubuntu.com> Tue, 20 May 2025 12:22:36 +0200 | ||
| 110 | 195 | |||
| 111 | 196 | strongswan (5.9.13-2ubuntu4) noble; urgency=medium | ||
| 112 | 197 | |||
| 113 | 198 | * No-change rebuild for CVE-2024-3094 | ||
| 114 | 199 | |||
| 115 | 200 | -- William Grant <wgrant@ubuntu.com> Mon, 01 Apr 2024 15:55:30 +1100 | ||
| 116 | 201 | |||
| 117 | 202 | strongswan (5.9.13-2ubuntu3) noble; urgency=medium | ||
| 118 | 203 | |||
| 119 | 204 | * No-change rebuild against libcurl4t64 | ||
| 120 | 205 | |||
| 121 | 206 | -- Steve Langasek <steve.langasek@ubuntu.com> Sat, 16 Mar 2024 07:03:41 +0000 | ||
| 122 | 207 | |||
| 123 | 208 | strongswan (5.9.13-2ubuntu2) noble; urgency=medium | ||
| 124 | 209 | |||
| 125 | 210 | * No-change rebuild against libssl3t64 | ||
| 126 | 211 | |||
| 127 | 212 | -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 04 Mar 2024 21:28:04 +0000 | ||
| 128 | 213 | |||
| 129 | 214 | strongswan (5.9.13-2ubuntu1) noble; urgency=medium | ||
| 130 | 215 | |||
| 131 | 216 | * Merge with Debian unstable (LP: #2050099). Remaining changes: | ||
| 132 | 217 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 133 | 218 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 134 | 219 | time avoid a circular dependency by dropping | ||
| 135 | 220 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 136 | 221 | binaries can work without the services but not vice versa. | ||
| 137 | 222 | - re-add post-quantum encryption algorithm (NTRU) (LP #1863749) | ||
| 138 | 223 | + d/control: mention plugins in package description | ||
| 139 | 224 | + d/rules: enable ntru at build time | ||
| 140 | 225 | + d/libstrongswan-extra-plugins.install: ship config and shared objects | ||
| 141 | 226 | - Re-enable eap-{dynamic,peap} libcharon plugins (LP #1878887) | ||
| 142 | 227 | + d/control: update libcharon-extra-plugins description. | ||
| 143 | 228 | + d/libcharon-extra-plugins.install: install .so and conf files. | ||
| 144 | 229 | + d/rules: add plugins to the configuration arguments. | ||
| 145 | 230 | - Remove conf files of plugins removed from libcharon-extra-plugins | ||
| 146 | 231 | + The conf file of the following plugins were removed: eap-aka-3gpp2, | ||
| 147 | 232 | eap-sim-file, eap-sim-pcsc, eap-sim, eap-simaka-pseudonym, | ||
| 148 | 233 | eap-simaka-reauth, eap-simaka-sql, xauth-noauth. | ||
| 149 | 234 | + Created d/libcharon-extra-plugins.maintscript to handle the removals | ||
| 150 | 235 | properly. | ||
| 151 | 236 | - d/t/{control,host-to-host,utils}: new host-to-host test | ||
| 152 | 237 | (LP #1999525) | ||
| 153 | 238 | - d/usr.sbin.swanctl: allow "m" flag for /usr/sbin/swanctl | ||
| 154 | 239 | (LP #1999935) | ||
| 155 | 240 | |||
| 156 | 241 | -- Andreas Hasenack <andreas@canonical.com> Mon, 22 Jan 2024 11:48:33 -0300 | ||
| 157 | 242 | |||
| 158 | 105 | strongswan (5.9.13-2) unstable; urgency=medium | 243 | strongswan (5.9.13-2) unstable; urgency=medium |
| 159 | 106 | 244 | ||
| 160 | 107 | * d/control: drop build-dep on systemd (Closes: #1060509) | 245 | * d/control: drop build-dep on systemd (Closes: #1060509) |
| 161 | @@ -114,6 +252,42 @@ strongswan (5.9.13-1) unstable; urgency=medium | |||
| 162 | 114 | 252 | ||
| 163 | 115 | -- Yves-Alexis Perez <corsac@debian.org> Thu, 11 Jan 2024 17:09:17 +0100 | 253 | -- Yves-Alexis Perez <corsac@debian.org> Thu, 11 Jan 2024 17:09:17 +0100 |
| 164 | 116 | 254 | ||
| 165 | 255 | strongswan (5.9.12-1ubuntu1) noble; urgency=medium | ||
| 166 | 256 | |||
| 167 | 257 | * Merge with Debian unstable (LP: #2040430). Remaining changes: | ||
| 168 | 258 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 169 | 259 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 170 | 260 | time avoid a circular dependency by dropping | ||
| 171 | 261 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 172 | 262 | binaries can work without the services but not vice versa. | ||
| 173 | 263 | - re-add post-quantum encryption algorithm (NTRU) (LP #1863749) | ||
| 174 | 264 | + d/control: mention plugins in package description | ||
| 175 | 265 | + d/rules: enable ntru at build time | ||
| 176 | 266 | + d/libstrongswan-extra-plugins.install: ship config and shared objects | ||
| 177 | 267 | - Re-enable eap-{dynamic,peap} libcharon plugins (LP #1878887) | ||
| 178 | 268 | + d/control: update libcharon-extra-plugins description. | ||
| 179 | 269 | + d/libcharon-extra-plugins.install: install .so and conf files. | ||
| 180 | 270 | + d/rules: add plugins to the configuration arguments. | ||
| 181 | 271 | - Remove conf files of plugins removed from libcharon-extra-plugins | ||
| 182 | 272 | + The conf file of the following plugins were removed: eap-aka-3gpp2, | ||
| 183 | 273 | eap-sim-file, eap-sim-pcsc, eap-sim, eap-simaka-pseudonym, | ||
| 184 | 274 | eap-simaka-reauth, eap-simaka-sql, xauth-noauth. | ||
| 185 | 275 | + Created d/libcharon-extra-plugins.maintscript to handle the removals | ||
| 186 | 276 | properly. | ||
| 187 | 277 | - d/t/{control,host-to-host,utils}: new host-to-host test | ||
| 188 | 278 | (LP #1999525) | ||
| 189 | 279 | - d/usr.sbin.swanctl: allow "m" flag for /usr/sbin/swanctl | ||
| 190 | 280 | (LP #1999935) | ||
| 191 | 281 | * Dropped: | ||
| 192 | 282 | - SECURITY UPDATE: Buffer Overflow When Handling DH Public Values | ||
| 193 | 283 | + debian/patches/CVE-2023-41913.patch: Validate DH public key to fix | ||
| 194 | 284 | potential buffer overflow in | ||
| 195 | 285 | src/charon-tkm/src/tkm/tkm_diffie_hellman.c. | ||
| 196 | 286 | + CVE-2023-41913 | ||
| 197 | 287 | [Fixed upstream in 5.9.12] | ||
| 198 | 288 | |||
| 199 | 289 | -- Andreas Hasenack <andreas@canonical.com> Thu, 04 Jan 2024 10:25:23 -0300 | ||
| 200 | 290 | |||
| 201 | 117 | strongswan (5.9.12-1) unstable; urgency=medium | 291 | strongswan (5.9.12-1) unstable; urgency=medium |
| 202 | 118 | 292 | ||
| 203 | 119 | * New upstream version 5.9.12 | 293 | * New upstream version 5.9.12 |
| 204 | @@ -130,6 +304,52 @@ strongswan (5.9.11-2) unstable; urgency=medium | |||
| 205 | 130 | 304 | ||
| 206 | 131 | -- Yves-Alexis Perez <corsac@debian.org> Mon, 13 Nov 2023 20:22:47 +0100 | 305 | -- Yves-Alexis Perez <corsac@debian.org> Mon, 13 Nov 2023 20:22:47 +0100 |
| 207 | 132 | 306 | ||
| 208 | 307 | strongswan (5.9.11-1ubuntu2) noble; urgency=medium | ||
| 209 | 308 | |||
| 210 | 309 | * SECURITY UPDATE: Buffer Overflow When Handling DH Public Values | ||
| 211 | 310 | - debian/patches/CVE-2023-41913.patch: Validate DH public key to fix | ||
| 212 | 311 | potential buffer overflow in | ||
| 213 | 312 | src/charon-tkm/src/tkm/tkm_diffie_hellman.c. | ||
| 214 | 313 | - CVE-2023-41913 | ||
| 215 | 314 | |||
| 216 | 315 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 07 Nov 2023 11:43:00 +0200 | ||
| 217 | 316 | |||
| 218 | 317 | strongswan (5.9.11-1ubuntu1) mantic; urgency=medium | ||
| 219 | 318 | |||
| 220 | 319 | * Merge with Debian unstable (LP: #2018113). Remaining changes: | ||
| 221 | 320 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 222 | 321 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 223 | 322 | time avoid a circular dependency by dropping | ||
| 224 | 323 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 225 | 324 | binaries can work without the services but not vice versa. | ||
| 226 | 325 | - re-add post-quantum encryption algorithm (NTRU) (LP #1863749) | ||
| 227 | 326 | + d/control: mention plugins in package description | ||
| 228 | 327 | + d/rules: enable ntru at build time | ||
| 229 | 328 | + d/libstrongswan-extra-plugins.install: ship config and shared objects | ||
| 230 | 329 | - Re-enable eap-{dynamic,peap} libcharon plugins (LP #1878887) | ||
| 231 | 330 | + d/control: update libcharon-extra-plugins description. | ||
| 232 | 331 | + d/libcharon-extra-plugins.install: install .so and conf files. | ||
| 233 | 332 | + d/rules: add plugins to the configuration arguments. | ||
| 234 | 333 | - Remove conf files of plugins removed from libcharon-extra-plugins | ||
| 235 | 334 | + The conf file of the following plugins were removed: eap-aka-3gpp2, | ||
| 236 | 335 | eap-sim-file, eap-sim-pcsc, eap-sim, eap-simaka-pseudonym, | ||
| 237 | 336 | eap-simaka-reauth, eap-simaka-sql, xauth-noauth. | ||
| 238 | 337 | + Created d/libcharon-extra-plugins.maintscript to handle the removals | ||
| 239 | 338 | properly. | ||
| 240 | 339 | - d/t/{control,host-to-host,utils}: new host-to-host test | ||
| 241 | 340 | (LP #1999525) | ||
| 242 | 341 | - d/usr.sbin.swanctl: allow "m" flag for /usr/sbin/swanctl | ||
| 243 | 342 | (LP #1999935) | ||
| 244 | 343 | * Dropped: | ||
| 245 | 344 | - SECURITY UPDATE: Incorrectly Accepted Untrusted Public Key With | ||
| 246 | 345 | Incorrect Refcount | ||
| 247 | 346 | + debian/patches/CVE-2023-26463.patch: fix authentication bypass and | ||
| 248 | 347 | expired pointer dereference in src/libtls/tls_server.c. | ||
| 249 | 348 | + CVE-2023-26463 | ||
| 250 | 349 | [Fixed upstream in 5.9.10] | ||
| 251 | 350 | |||
| 252 | 351 | -- Andreas Hasenack <andreas@canonical.com> Fri, 23 Jun 2023 14:05:18 -0300 | ||
| 253 | 352 | |||
| 254 | 133 | strongswan (5.9.11-1) unstable; urgency=medium | 353 | strongswan (5.9.11-1) unstable; urgency=medium |
| 255 | 134 | 354 | ||
| 256 | 135 | * New upstream version 5.9.10 | 355 | * New upstream version 5.9.10 |
| 257 | @@ -149,6 +369,66 @@ strongswan (5.9.8-4) unstable; urgency=medium | |||
| 258 | 149 | 369 | ||
| 259 | 150 | -- Yves-Alexis Perez <corsac@debian.org> Sun, 26 Feb 2023 09:40:09 +0100 | 370 | -- Yves-Alexis Perez <corsac@debian.org> Sun, 26 Feb 2023 09:40:09 +0100 |
| 260 | 151 | 371 | ||
| 261 | 372 | strongswan (5.9.8-3ubuntu4) lunar; urgency=medium | ||
| 262 | 373 | |||
| 263 | 374 | * d/t/utils: also give `cloud-init status --wait` the same amount of | ||
| 264 | 375 | ${limit} seconds to complete, and bump limit to 5min. The logs show | ||
| 265 | 376 | the container started up fine, with an IP. | ||
| 266 | 377 | |||
| 267 | 378 | -- Andreas Hasenack <andreas@canonical.com> Mon, 06 Mar 2023 11:00:58 -0300 | ||
| 268 | 379 | |||
| 269 | 380 | strongswan (5.9.8-3ubuntu3) lunar; urgency=medium | ||
| 270 | 381 | |||
| 271 | 382 | * SECURITY UPDATE: Incorrectly Accepted Untrusted Public Key With | ||
| 272 | 383 | Incorrect Refcount | ||
| 273 | 384 | - debian/patches/CVE-2023-26463.patch: fix authentication bypass and | ||
| 274 | 385 | expired pointer dereference in src/libtls/tls_server.c. | ||
| 275 | 386 | - CVE-2023-26463 | ||
| 276 | 387 | |||
| 277 | 388 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 02 Mar 2023 12:58:47 -0500 | ||
| 278 | 389 | |||
| 279 | 390 | strongswan (5.9.8-3ubuntu2) lunar; urgency=medium | ||
| 280 | 391 | |||
| 281 | 392 | * d/usr.sbin.swanctl: allow "m" flag for /usr/sbin/swanctl | ||
| 282 | 393 | (LP: #1999935) | ||
| 283 | 394 | |||
| 284 | 395 | -- Andreas Hasenack <andreas@canonical.com> Fri, 16 Dec 2022 16:07:51 -0300 | ||
| 285 | 396 | |||
| 286 | 397 | strongswan (5.9.8-3ubuntu1) lunar; urgency=medium | ||
| 287 | 398 | |||
| 288 | 399 | * Merge with Debian unstable (LP: #1993449). Remaining changes: | ||
| 289 | 400 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 290 | 401 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 291 | 402 | time avoid a circular dependency by dropping | ||
| 292 | 403 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 293 | 404 | binaries can work without the services but not vice versa. | ||
| 294 | 405 | - re-add post-quantum encryption algorithm (NTRU) (LP #1863749) | ||
| 295 | 406 | + d/control: mention plugins in package description | ||
| 296 | 407 | + d/rules: enable ntru at build time | ||
| 297 | 408 | + d/libstrongswan-extra-plugins.install: ship config and shared objects | ||
| 298 | 409 | - Re-enable eap-{dynamic,peap} libcharon plugins (LP #1878887) | ||
| 299 | 410 | + d/control: update libcharon-extra-plugins description. | ||
| 300 | 411 | + d/libcharon-extra-plugins.install: install .so and conf files. | ||
| 301 | 412 | + d/rules: add plugins to the configuration arguments. | ||
| 302 | 413 | - Remove conf files of plugins removed from libcharon-extra-plugins | ||
| 303 | 414 | + The conf file of the following plugins were removed: eap-aka-3gpp2, | ||
| 304 | 415 | eap-sim-file, eap-sim-pcsc, eap-sim, eap-simaka-pseudonym, | ||
| 305 | 416 | eap-simaka-reauth, eap-simaka-sql, xauth-noauth. | ||
| 306 | 417 | + Created d/libcharon-extra-plugins.maintscript to handle the removals | ||
| 307 | 418 | properly. | ||
| 308 | 419 | * Dropped: | ||
| 309 | 420 | - SECURITY UPDATE: Using Untrusted URIs for Revocation Checking | ||
| 310 | 421 | + debian/patches/CVE-2022-40617.patch: do online revocation checks only | ||
| 311 | 422 | after basic trust chain validation in | ||
| 312 | 423 | src/libstrongswan/credentials/credential_manager.c. | ||
| 313 | 424 | + CVE-2022-40617 | ||
| 314 | 425 | [Included upstream in 5.9.8] | ||
| 315 | 426 | * Added: | ||
| 316 | 427 | - d/t/{control,host-to-host,utils}: new host-to-host test | ||
| 317 | 428 | (LP: #1999525) | ||
| 318 | 429 | |||
| 319 | 430 | -- Andreas Hasenack <andreas@canonical.com> Tue, 13 Dec 2022 11:04:24 -0300 | ||
| 320 | 431 | |||
| 321 | 152 | strongswan (5.9.8-3) unstable; urgency=medium | 432 | strongswan (5.9.8-3) unstable; urgency=medium |
| 322 | 153 | 433 | ||
| 323 | 154 | * d/tests: also drop _copyright test since the util is gone as well | 434 | * d/tests: also drop _copyright test since the util is gone as well |
| 324 | @@ -177,6 +457,46 @@ strongswan (5.9.8-1) unstable; urgency=medium | |||
| 325 | 177 | 457 | ||
| 326 | 178 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 05 Oct 2022 15:25:18 +0200 | 458 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 05 Oct 2022 15:25:18 +0200 |
| 327 | 179 | 459 | ||
| 328 | 460 | strongswan (5.9.6-1ubuntu2) kinetic; urgency=medium | ||
| 329 | 461 | |||
| 330 | 462 | * SECURITY UPDATE: Using Untrusted URIs for Revocation Checking | ||
| 331 | 463 | - debian/patches/CVE-2022-40617.patch: do online revocation checks only | ||
| 332 | 464 | after basic trust chain validation in | ||
| 333 | 465 | src/libstrongswan/credentials/credential_manager.c. | ||
| 334 | 466 | - CVE-2022-40617 | ||
| 335 | 467 | |||
| 336 | 468 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 05 Oct 2022 08:11:03 -0400 | ||
| 337 | 469 | |||
| 338 | 470 | strongswan (5.9.6-1ubuntu1) kinetic; urgency=medium | ||
| 339 | 471 | |||
| 340 | 472 | * Merge with Debian unstable (LP: #1971328). Remaining changes: | ||
| 341 | 473 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 342 | 474 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 343 | 475 | time avoid a circular dependency by dropping | ||
| 344 | 476 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 345 | 477 | binaries can work without the services but not vice versa. | ||
| 346 | 478 | - re-add post-quantum encryption algorithm (NTRU) (LP #1863749) | ||
| 347 | 479 | + d/control: mention plugins in package description | ||
| 348 | 480 | + d/rules: enable ntru at build time | ||
| 349 | 481 | + d/libstrongswan-extra-plugins.install: ship config and shared objects | ||
| 350 | 482 | - Re-enable eap-{dynamic,peap} libcharon plugins (LP #1878887) | ||
| 351 | 483 | + d/control: update libcharon-extra-plugins description. | ||
| 352 | 484 | + d/libcharon-extra-plugins.install: install .so and conf files. | ||
| 353 | 485 | + d/rules: add plugins to the configuration arguments. | ||
| 354 | 486 | - Remove conf files of plugins removed from libcharon-extra-plugins | ||
| 355 | 487 | + The conf file of the following plugins were removed: eap-aka-3gpp2, | ||
| 356 | 488 | eap-sim-file, eap-sim-pcsc, eap-sim, eap-simaka-pseudonym, | ||
| 357 | 489 | eap-simaka-reauth, eap-simaka-sql, xauth-noauth. | ||
| 358 | 490 | + Created d/libcharon-extra-plugins.maintscript to handle the removals | ||
| 359 | 491 | properly. | ||
| 360 | 492 | * Dropped: | ||
| 361 | 493 | - d/p/lp1964977-fix-ipsec-pki-segfault.patch: Fix "ipsec pki" | ||
| 362 | 494 | segmentation fault; don't access OpenSSL objects inside atexit() | ||
| 363 | 495 | handlers. (LP #1964977) | ||
| 364 | 496 | [included by upstream in version 5.9.6] | ||
| 365 | 497 | |||
| 366 | 498 | -- Lucas Kanashiro <kanashiro@ubuntu.com> Fri, 10 Jun 2022 15:03:17 -0300 | ||
| 367 | 499 | |||
| 368 | 180 | strongswan (5.9.6-1) unstable; urgency=medium | 500 | strongswan (5.9.6-1) unstable; urgency=medium |
| 369 | 181 | 501 | ||
| 370 | 182 | * New upstream version 5.9.6 | 502 | * New upstream version 5.9.6 |
| 371 | @@ -185,6 +505,42 @@ strongswan (5.9.6-1) unstable; urgency=medium | |||
| 372 | 185 | 505 | ||
| 373 | 186 | -- Yves-Alexis Perez <corsac@debian.org> Sat, 07 May 2022 20:19:18 +0200 | 506 | -- Yves-Alexis Perez <corsac@debian.org> Sat, 07 May 2022 20:19:18 +0200 |
| 374 | 187 | 507 | ||
| 375 | 508 | strongswan (5.9.5-2ubuntu2) jammy; urgency=medium | ||
| 376 | 509 | |||
| 377 | 510 | * d/p/lp1964977-fix-ipsec-pki-segfault.patch: Fix "ipsec pki" | ||
| 378 | 511 | segmentation fault; don't access OpenSSL objects inside atexit() | ||
| 379 | 512 | handlers. (LP: #1964977) | ||
| 380 | 513 | |||
| 381 | 514 | -- Sergio Durigan Junior <sergio.durigan@canonical.com> Fri, 18 Mar 2022 14:24:34 -0400 | ||
| 382 | 515 | |||
| 383 | 516 | strongswan (5.9.5-2ubuntu1) jammy; urgency=medium | ||
| 384 | 517 | |||
| 385 | 518 | * Merge with Debian unstable. Remaining changes: | ||
| 386 | 519 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 387 | 520 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 388 | 521 | time avoid a circular dependency by dropping | ||
| 389 | 522 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 390 | 523 | binaries can work without the services but not vice versa. | ||
| 391 | 524 | - re-add post-quantum encryption algorithm (NTRU) (LP #1863749) | ||
| 392 | 525 | + d/control: mention plugins in package description | ||
| 393 | 526 | + d/rules: enable ntru at build time | ||
| 394 | 527 | + d/libstrongswan-extra-plugins.install: ship config and shared objects | ||
| 395 | 528 | - Re-enable eap-{dynamic,peap} libcharon plugins (LP: 1878887) | ||
| 396 | 529 | + d/control: update libcharon-extra-plugins description. | ||
| 397 | 530 | + d/libcharon-extra-plugins.install: install .so and conf files. | ||
| 398 | 531 | + d/rules: add plugins to the configuration arguments. | ||
| 399 | 532 | - Remove conf files of plugins removed from libcharon-extra-plugins | ||
| 400 | 533 | + The conf file of the following plugins were removed: eap-aka-3gpp2, | ||
| 401 | 534 | eap-sim-file, eap-sim-pcsc, eap-sim, eap-simaka-pseudonym, | ||
| 402 | 535 | eap-simaka-reauth, eap-simaka-sql, xauth-noauth. | ||
| 403 | 536 | + Created d/libcharon-extra-plugins.maintscript to handle the removals | ||
| 404 | 537 | properly. | ||
| 405 | 538 | * Dropped patches included in new version: | ||
| 406 | 539 | - debian/patches/CVE-2021-45079.patch | ||
| 407 | 540 | - debian/patches/load-legacy-provider-in-openssl3.patch | ||
| 408 | 541 | |||
| 409 | 542 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 03 Feb 2022 10:49:49 -0500 | ||
| 410 | 543 | |||
| 411 | 188 | strongswan (5.9.5-2) unstable; urgency=medium | 544 | strongswan (5.9.5-2) unstable; urgency=medium |
| 412 | 189 | 545 | ||
| 413 | 190 | * actually fix lintian overrides | 546 | * actually fix lintian overrides |
| 414 | @@ -200,6 +556,60 @@ strongswan (5.9.5-1) unstable; urgency=medium | |||
| 415 | 200 | 556 | ||
| 416 | 201 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 26 Jan 2022 14:38:54 +0100 | 557 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 26 Jan 2022 14:38:54 +0100 |
| 417 | 202 | 558 | ||
| 418 | 559 | strongswan (5.9.4-1ubuntu4) jammy; urgency=medium | ||
| 419 | 560 | |||
| 420 | 561 | * SECURITY UPDATE: Incorrect Handling of Early EAP-Success Messages | ||
| 421 | 562 | - debian/patches/CVE-2021-45079.patch: enforce failure if MSK | ||
| 422 | 563 | generation fails in src/libcharon/plugins/eap_gtc/eap_gtc.c, | ||
| 423 | 564 | src/libcharon/plugins/eap_md5/eap_md5.c, | ||
| 424 | 565 | src/libcharon/plugins/eap_radius/eap_radius.c, | ||
| 425 | 566 | src/libcharon/sa/eap/eap_method.h, | ||
| 426 | 567 | src/libcharon/sa/ikev2/authenticators/eap_authenticator.c. | ||
| 427 | 568 | - CVE-2021-45079 | ||
| 428 | 569 | |||
| 429 | 570 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 01 Feb 2022 07:23:37 -0500 | ||
| 430 | 571 | |||
| 431 | 572 | strongswan (5.9.4-1ubuntu3) jammy; urgency=medium | ||
| 432 | 573 | |||
| 433 | 574 | * No-change rebuild against libssl3 | ||
| 434 | 575 | |||
| 435 | 576 | -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 09 Dec 2021 00:19:38 +0000 | ||
| 436 | 577 | |||
| 437 | 578 | strongswan (5.9.4-1ubuntu2) jammy; urgency=medium | ||
| 438 | 579 | |||
| 439 | 580 | * Add d/p/load-legacy-provider-in-openssl3.patch. | ||
| 440 | 581 | Upstream cherry-pick to fix FTBFS against OpenSSL 3.0. (LP: #1946213) | ||
| 441 | 582 | |||
| 442 | 583 | -- Paride Legovini <paride@ubuntu.com> Wed, 17 Nov 2021 17:04:27 +0100 | ||
| 443 | 584 | |||
| 444 | 585 | strongswan (5.9.4-1ubuntu1) jammy; urgency=medium | ||
| 445 | 586 | |||
| 446 | 587 | * Merge with Debian unstable. Remaining changes: | ||
| 447 | 588 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 448 | 589 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 449 | 590 | time avoid a circular dependency by dropping | ||
| 450 | 591 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 451 | 592 | binaries can work without the services but not vice versa. | ||
| 452 | 593 | - re-add post-quantum encryption algorithm (NTRU) (LP #1863749) | ||
| 453 | 594 | + d/control: mention plugins in package description | ||
| 454 | 595 | + d/rules: enable ntru at build time | ||
| 455 | 596 | + d/libstrongswan-extra-plugins.install: ship config and shared objects | ||
| 456 | 597 | - Re-enable eap-{dynamic,peap} libcharon plugins (LP: 1878887) | ||
| 457 | 598 | + d/control: update libcharon-extra-plugins description. | ||
| 458 | 599 | + d/libcharon-extra-plugins.install: install .so and conf files. | ||
| 459 | 600 | + d/rules: add plugins to the configuration arguments. | ||
| 460 | 601 | - Remove conf files of plugins removed from libcharon-extra-plugins | ||
| 461 | 602 | + The conf file of the following plugins were removed: eap-aka-3gpp2, | ||
| 462 | 603 | eap-sim-file, eap-sim-pcsc, eap-sim, eap-simaka-pseudonym, | ||
| 463 | 604 | eap-simaka-reauth, eap-simaka-sql, xauth-noauth. | ||
| 464 | 605 | + Created d/libcharon-extra-plugins.maintscript to handle the removals | ||
| 465 | 606 | properly. | ||
| 466 | 607 | * Dropped changes: | ||
| 467 | 608 | - Compile the tpm plugin against the tpm2 software stack (tss2). | ||
| 468 | 609 | Merged in Debian (5.9.4-1). | ||
| 469 | 610 | |||
| 470 | 611 | -- Paride Legovini <paride@ubuntu.com> Fri, 12 Nov 2021 12:34:30 +0100 | ||
| 471 | 612 | |||
| 472 | 203 | strongswan (5.9.4-1) unstable; urgency=medium | 613 | strongswan (5.9.4-1) unstable; urgency=medium |
| 473 | 204 | 614 | ||
| 474 | 205 | [ Paride Legovini ] | 615 | [ Paride Legovini ] |
| 475 | @@ -216,6 +626,62 @@ strongswan (5.9.4-1) unstable; urgency=medium | |||
| 476 | 216 | 626 | ||
| 477 | 217 | -- Yves-Alexis Perez <corsac@debian.org> Tue, 19 Oct 2021 22:34:40 +0200 | 627 | -- Yves-Alexis Perez <corsac@debian.org> Tue, 19 Oct 2021 22:34:40 +0200 |
| 478 | 218 | 628 | ||
| 479 | 629 | strongswan (5.9.1-1ubuntu3.1) impish-security; urgency=medium | ||
| 480 | 630 | |||
| 481 | 631 | * SECURITY UPDATE: Integer Overflow in gmp Plugin | ||
| 482 | 632 | - debian/patches/CVE-2021-41990.patch: reject RSASSA-PSS params with | ||
| 483 | 633 | negative salt length in | ||
| 484 | 634 | src/libstrongswan/credentials/keys/signature_params.c, | ||
| 485 | 635 | src/libstrongswan/plugins/gmp/gmp_rsa_public_key.c. | ||
| 486 | 636 | - CVE-2021-41990 | ||
| 487 | 637 | * SECURITY UPDATE: Integer Overflow When Replacing Certificates in Cache | ||
| 488 | 638 | - debian/patches/CVE-2021-41991.patch: prevent crash due to integer | ||
| 489 | 639 | overflow/sign change in | ||
| 490 | 640 | src/libstrongswan/credentials/sets/cert_cache.c. | ||
| 491 | 641 | - CVE-2021-41991 | ||
| 492 | 642 | |||
| 493 | 643 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 18 Oct 2021 13:10:30 -0400 | ||
| 494 | 644 | |||
| 495 | 645 | strongswan (5.9.1-1ubuntu3) impish; urgency=medium | ||
| 496 | 646 | |||
| 497 | 647 | * Compile the tpm plugin against the tpm2 software stack (tss2) | ||
| 498 | 648 | (Debian packaging cherry-pick, LP: #1940079) | ||
| 499 | 649 | - d/rules: add the --enable-tss-tss2 configure flag | ||
| 500 | 650 | - d/control: add Build-Depends: libtss2-dev | ||
| 501 | 651 | |||
| 502 | 652 | -- Paride Legovini <paride@ubuntu.com> Thu, 16 Sep 2021 11:40:38 +0200 | ||
| 503 | 653 | |||
| 504 | 654 | strongswan (5.9.1-1ubuntu2) impish; urgency=medium | ||
| 505 | 655 | |||
| 506 | 656 | * No-change rebuild due to OpenLDAP soname bump. | ||
| 507 | 657 | |||
| 508 | 658 | -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 21 Jun 2021 18:09:22 -0400 | ||
| 509 | 659 | |||
| 510 | 660 | strongswan (5.9.1-1ubuntu1) hirsute; urgency=medium | ||
| 511 | 661 | |||
| 512 | 662 | * Merge with Debian unstable. Remaining changes: | ||
| 513 | 663 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 514 | 664 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 515 | 665 | time avoid a circular dependency by dropping | ||
| 516 | 666 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 517 | 667 | binaries can work without the services but not vice versa. | ||
| 518 | 668 | - re-add post-quantum encryption algorithm (NTRU) (LP: 1863749) | ||
| 519 | 669 | + d/control: mention plugins in package description | ||
| 520 | 670 | + d/rules: enable ntru at build time | ||
| 521 | 671 | + d/libstrongswan-extra-plugins.install: ship config and shared objects | ||
| 522 | 672 | - Re-enable eap-{dynamic,peap} libcharon plugins (LP: 1878887) | ||
| 523 | 673 | + d/control: update libcharon-extra-plugins description. | ||
| 524 | 674 | + d/libcharon-extra-plugins.install: install .so and conf files. | ||
| 525 | 675 | + d/rules: add plugins to the configuration arguments. | ||
| 526 | 676 | - Remove conf files of plugins removed from libcharon-extra-plugins | ||
| 527 | 677 | + The conf file of the following plugins were removed: eap-aka-3gpp2, | ||
| 528 | 678 | eap-sim-file, eap-sim-pcsc, eap-sim, eap-simaka-pseudonym, | ||
| 529 | 679 | eap-simaka-reauth, eap-simaka-sql, xauth-noauth. | ||
| 530 | 680 | + Created d/libcharon-extra-plugins.maintscript to handle the removals | ||
| 531 | 681 | properly. | ||
| 532 | 682 | |||
| 533 | 683 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 19 Jan 2021 12:39:11 +0100 | ||
| 534 | 684 | |||
| 535 | 219 | strongswan (5.9.1-1) unstable; urgency=medium | 685 | strongswan (5.9.1-1) unstable; urgency=medium |
| 536 | 220 | 686 | ||
| 537 | 221 | * New upstream version 5.9.1 | 687 | * New upstream version 5.9.1 |
| 538 | @@ -230,6 +696,45 @@ strongswan (5.9.0-1) unstable; urgency=medium | |||
| 539 | 230 | 696 | ||
| 540 | 231 | -- Yves-Alexis Perez <corsac@debian.org> Thu, 17 Sep 2020 10:21:30 +0200 | 697 | -- Yves-Alexis Perez <corsac@debian.org> Thu, 17 Sep 2020 10:21:30 +0200 |
| 541 | 232 | 698 | ||
| 542 | 699 | strongswan (5.8.4-1ubuntu2) groovy; urgency=medium | ||
| 543 | 700 | |||
| 544 | 701 | * Re-enable eap-{dynamic,peap} libcharon plugins (LP: #1878887) | ||
| 545 | 702 | - d/control: update libcharon-extra-plugins description. | ||
| 546 | 703 | - d/libcharon-extra-plugins.install: install .so and conf files. | ||
| 547 | 704 | - d/rules: add plugins to the configuration arguments. | ||
| 548 | 705 | * Remove conf files of plugins removed from libcharon-extra-plugins | ||
| 549 | 706 | - The conf file of the following plugins were removed: eap-aka-3gpp2, | ||
| 550 | 707 | eap-sim-file, eap-sim-pcsc, eap-sim, eap-simaka-pseudonym, | ||
| 551 | 708 | eap-simaka-reauth, eap-simaka-sql, xauth-noauth. | ||
| 552 | 709 | - Created d/libcharon-extra-plugins.maintscript to handle the removals | ||
| 553 | 710 | properly. | ||
| 554 | 711 | |||
| 555 | 712 | -- Lucas Kanashiro <kanashiro@ubuntu.com> Thu, 21 May 2020 14:53:05 -0300 | ||
| 556 | 713 | |||
| 557 | 714 | strongswan (5.8.4-1ubuntu1) groovy; urgency=medium | ||
| 558 | 715 | |||
| 559 | 716 | * Merge with Debian unstable. Remaining changes: | ||
| 560 | 717 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 561 | 718 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 562 | 719 | time avoid a circular dependency by dropping | ||
| 563 | 720 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 564 | 721 | binaries can work without the services but not vice versa. | ||
| 565 | 722 | - re-add post-quantum encryption algorithm (NTRU) (LP: 1863749) | ||
| 566 | 723 | + d/control: mention plugins in package description | ||
| 567 | 724 | + d/rules: enable ntru at build time | ||
| 568 | 725 | + d/libstrongswan-extra-plugins.install: ship config and shared objects | ||
| 569 | 726 | * Dropped: | ||
| 570 | 727 | - d/control: build-depend on libiptc-dev to avoid FTBFS (LP: #1861975) | ||
| 571 | 728 | This is needed due to changes in regard to Debian bug 947176 and 939243 | ||
| 572 | 729 | and can later be dropped again. | ||
| 573 | 730 | [applied by Debian in version 5.8.2-2] | ||
| 574 | 731 | - d/control: Transition from former Ubuntu only libcharon-standard-plugins | ||
| 575 | 732 | to common libcharon-extauth-plugins (drop after 20.04) | ||
| 576 | 733 | - d/control: Transition from strongswan-tnc-* being in extra packages | ||
| 577 | 734 | to libcharon-extra-plugins (drop after 20.04) | ||
| 578 | 735 | |||
| 579 | 736 | -- Lucas Kanashiro <lucas.kanashiro@canonical.com> Thu, 30 Apr 2020 18:06:55 -0300 | ||
| 580 | 737 | |||
| 581 | 233 | strongswan (5.8.4-1) unstable; urgency=medium | 738 | strongswan (5.8.4-1) unstable; urgency=medium |
| 582 | 234 | 739 | ||
| 583 | 235 | * New upstream version 5.8.4 (Closes: #956446) | 740 | * New upstream version 5.8.4 (Closes: #956446) |
| 584 | @@ -245,6 +750,43 @@ strongswan (5.8.2-2) unstable; urgency=medium | |||
| 585 | 245 | 750 | ||
| 586 | 246 | -- Yves-Alexis Perez <corsac@debian.org> Thu, 13 Feb 2020 22:46:40 +0100 | 751 | -- Yves-Alexis Perez <corsac@debian.org> Thu, 13 Feb 2020 22:46:40 +0100 |
| 587 | 247 | 752 | ||
| 588 | 753 | strongswan (5.8.2-1ubuntu3) focal; urgency=medium | ||
| 589 | 754 | |||
| 590 | 755 | * Reverting part of 5.8.2-1ubuntu2 changes to remove BLISS again as | ||
| 591 | 756 | there is a potential local side-channel attack on strongSwan's BLISS | ||
| 592 | 757 | implementation (https://eprint.iacr.org/2017/505). (LP: #1866765) | ||
| 593 | 758 | |||
| 594 | 759 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 10 Mar 2020 07:56:56 +0100 | ||
| 595 | 760 | |||
| 596 | 761 | strongswan (5.8.2-1ubuntu2) focal; urgency=medium | ||
| 597 | 762 | |||
| 598 | 763 | * re-add post-quantum computer signature scheme (BLISS) and encryption | ||
| 599 | 764 | algorithm (NTRU) as well as the dependent nttfft library (LP: #1863749) | ||
| 600 | 765 | - d/control: mention plugins in package description | ||
| 601 | 766 | - d/rules: enable ntru and bliss at build time | ||
| 602 | 767 | - d/libstrongswan-extra-plugins.install: ship config and shared objects | ||
| 603 | 768 | |||
| 604 | 769 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 04 Mar 2020 07:54:26 +0100 | ||
| 605 | 770 | |||
| 606 | 771 | strongswan (5.8.2-1ubuntu1) focal; urgency=medium | ||
| 607 | 772 | |||
| 608 | 773 | * Merge with Debian unstable (LP: #1861971). Remaining changes: | ||
| 609 | 774 | - d/control: Transition from strongswan-tnc-* being in extra packages | ||
| 610 | 775 | to libcharon-extra-plugins (drop after 20.04) | ||
| 611 | 776 | - d/control: Transition from former Ubuntu only libcharon-standard-plugins | ||
| 612 | 777 | to common libcharon-extauth-plugins (drop after 20.04) | ||
| 613 | 778 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 614 | 779 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 615 | 780 | time avoid a circular dependency by dropping | ||
| 616 | 781 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 617 | 782 | binaries can work without the services but not vice versa. | ||
| 618 | 783 | * Added Changes | ||
| 619 | 784 | - d/control: build-depend on libiptc-dev to avoid FTBFS (LP: #1861975) | ||
| 620 | 785 | This is needed due to changes in regard to Debian bug 947176 and 939243 | ||
| 621 | 786 | and can later be dropped again. | ||
| 622 | 787 | |||
| 623 | 788 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 05 Feb 2020 08:28:30 +0100 | ||
| 624 | 789 | |||
| 625 | 248 | strongswan (5.8.2-1) unstable; urgency=medium | 790 | strongswan (5.8.2-1) unstable; urgency=medium |
| 626 | 249 | 791 | ||
| 627 | 250 | [ Jean-Michel Vourgère ] | 792 | [ Jean-Michel Vourgère ] |
| 628 | @@ -261,6 +803,83 @@ strongswan (5.8.2-1) unstable; urgency=medium | |||
| 629 | 261 | 803 | ||
| 630 | 262 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 01 Jan 2020 14:35:46 +0100 | 804 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 01 Jan 2020 14:35:46 +0100 |
| 631 | 263 | 805 | ||
| 632 | 806 | strongswan (5.8.1-1ubuntu1) focal; urgency=medium | ||
| 633 | 807 | |||
| 634 | 808 | * Merge with Debian unstable (LP: #1852579). Remaining changes: | ||
| 635 | 809 | - d/control: Transition from strongswan-tnc-* being in extra packages | ||
| 636 | 810 | to libcharon-extra-plugins | ||
| 637 | 811 | * Added Changes: | ||
| 638 | 812 | - d/control: Transition from former Ubuntu only libcharon-standard-plugins | ||
| 639 | 813 | to common libcharon-extauth-plugins (drop after 20.04) | ||
| 640 | 814 | - d/control: strongswan-starter hard-depends on strongswan-charon, | ||
| 641 | 815 | therefore bump the dependency from Recommends to Depends. At the same | ||
| 642 | 816 | time avoid a circular dependency by dropping | ||
| 643 | 817 | strongswan-charon->strongswan-starter from Depends to Recommends as the | ||
| 644 | 818 | binaries can work without the services but not vice versa. | ||
| 645 | 819 | * Dropped Changes (now in Debian): | ||
| 646 | 820 | - Clean up d/strongswan-starter.postinst: section about runlevel changes | ||
| 647 | 821 | - Clean up d/strongswan-starter.postinst: Removed entire section on | ||
| 648 | 822 | opportunistic encryption disabling - this was never in strongSwan and | ||
| 649 | 823 | won't be see upstream issue #2160. | ||
| 650 | 824 | - d/rules: Removed patching ipsec.conf on build (not using the | ||
| 651 | 825 | debconf-managed config.) | ||
| 652 | 826 | - d/ipsec.secrets.proto: Removed ipsec.secrets.inc reference (was | ||
| 653 | 827 | used for debconf-managed include of private key). | ||
| 654 | 828 | - Add plugin kernel-libipsec to allow the use of strongswan in containers | ||
| 655 | 829 | via this userspace implementation (please do note that this is still | ||
| 656 | 830 | considered experimental by upstream). | ||
| 657 | 831 | + d/libcharon-extra-plugins.install: Add kernel-libipsec components | ||
| 658 | 832 | + d/control: List kernel-libipsec plugin at extra plugins description | ||
| 659 | 833 | + d/p/dont-load-kernel-libipsec-plugin-by-default.patch: As | ||
| 660 | 834 | upstream recommends to not load kernel-libipsec by default. | ||
| 661 | 835 | - d/control: Mention mgf1 plugin which is in libstrongswan now | ||
| 662 | 836 | - Complete the disabling of libfast; This was partially accepted in Debian, | ||
| 663 | 837 | it is no more packaging medcli and medsrv, but still builds and | ||
| 664 | 838 | mentions it. | ||
| 665 | 839 | + d/rules: Add --disable-fast to avoid build time and dependencies | ||
| 666 | 840 | + d/control: Remove medcli, medsrv from package description | ||
| 667 | 841 | - Add now built (since 5.5.1) libraries libtpmtss and nttfft to | ||
| 668 | 842 | libstrongswan-extra-plugins (no deps from default plugins). | ||
| 669 | 843 | - d/control, d/libcharon-{extras,standard}-plugins.install: Move charon | ||
| 670 | 844 | plugins for the most common use cases from extra-plugins into a new | ||
| 671 | 845 | standard-plugins package. This will allow those use cases without pulling | ||
| 672 | 846 | in too much more plugins (a bit like the tnc package). Recommend that | ||
| 673 | 847 | package from strongswan-libcharon. | ||
| 674 | 848 | - d/usr.lib.ipsec.charon: allow reading of own FDs (LP 1786250) | ||
| 675 | 849 | - d/usr.sbin.charon-systemd: allow CLUSTERIP for ha plugin (LP 1773956) | ||
| 676 | 850 | - executables need to be able to read map and execute themselves otherwise | ||
| 677 | 851 | execution in some environments e.g. containers is blocked (LP 1780534) | ||
| 678 | 852 | + d/usr.lib.ipsec.stroke: add rmix permission to stroke binary | ||
| 679 | 853 | + d/usr.lib.ipsec.lookip: add rmix permission to lookip binary | ||
| 680 | 854 | - d/usr.lib.ipsec.charon, d/usr.sbin.charon-systemd: resync apparmor | ||
| 681 | 855 | profiles of both ways to start charon (LP 1807664) | ||
| 682 | 856 | - d/usr.sbin.swanctl: add apparmor rule for af-alg plugin (LP 1807962) | ||
| 683 | 857 | - We fixed up tpmtss and nttfft in the past, but tpmtss is now packaged in | ||
| 684 | 858 | Debian so this part was be dropped. Two changes remain | ||
| 685 | 859 | - d/control: fix the mentioning of tpmtss in d/control | ||
| 686 | 860 | - apparmor fixes for container and root usage (LP 1826238) | ||
| 687 | 861 | + d/usr.sbin.swanctl: allow reading own binary | ||
| 688 | 862 | + d/usr.sbin.charon-systemd: allow accessing the binary | ||
| 689 | 863 | + d/usr.sbin.swanctl: add attach_disconnected to work inside containers | ||
| 690 | 864 | + d/usr.lib.ipsec.charon, d/usr.sbin.charon-systemd: add CAP_SETPCAP | ||
| 691 | 865 | to apparmor to allow dropping caps | ||
| 692 | 866 | * Dropped Changes (too uncommon to support by default) | ||
| 693 | 867 | - d/libstrongswan.install: Add kernel-netlink configuration files | ||
| 694 | 868 | - d/usr.sbin.charon-systemd: allow to contact mysql for sql and | ||
| 695 | 869 | attr-sql plugins (LP 1766240) - no more needed as itisn't enabled. | ||
| 696 | 870 | - Mass enablement of extra plugins and features to allow a user to use | ||
| 697 | 871 | strongswan for a variety of extra use cases without having to rebuild. | ||
| 698 | 872 | + d/control: Add required additional build-deps | ||
| 699 | 873 | + d/control: Mention addtionally enabled plugins | ||
| 700 | 874 | + d/rules: Enable features at configure stage | ||
| 701 | 875 | + d/libbstrongswan-extra-plugins.install: Add plugins (so, lib, conf) | ||
| 702 | 876 | + d/libstrongswan.install: Add plugins (so, conf) | ||
| 703 | 877 | + d/strongswan-starter.install: Install pool feature, which is useful | ||
| 704 | 878 | since we now have attr-sql plugin enabled it. | ||
| 705 | 879 | - Enable additional TNC plugins and add them to libcharon-extra-plugins | ||
| 706 | 880 | |||
| 707 | 881 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 14 Nov 2019 15:00:15 +0100 | ||
| 708 | 882 | |||
| 709 | 264 | strongswan (5.8.1-1) unstable; urgency=medium | 883 | strongswan (5.8.1-1) unstable; urgency=medium |
| 710 | 265 | 884 | ||
| 711 | 266 | * d/rules: disable http and stream tests under CI | 885 | * d/rules: disable http and stream tests under CI |
| 712 | @@ -330,6 +949,99 @@ strongswan (5.8.0-1) unstable; urgency=medium | |||
| 713 | 330 | 949 | ||
| 714 | 331 | -- Yves-Alexis Perez <corsac@debian.org> Mon, 26 Aug 2019 12:58:23 +0200 | 950 | -- Yves-Alexis Perez <corsac@debian.org> Mon, 26 Aug 2019 12:58:23 +0200 |
| 715 | 332 | 951 | ||
| 716 | 952 | strongswan (5.7.2-1ubuntu3) eoan; urgency=medium | ||
| 717 | 953 | |||
| 718 | 954 | * No change rebuild for libmysqlclient21. | ||
| 719 | 955 | |||
| 720 | 956 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 15 Aug 2019 09:34:34 +0200 | ||
| 721 | 957 | |||
| 722 | 958 | strongswan (5.7.2-1ubuntu2) eoan; urgency=medium | ||
| 723 | 959 | |||
| 724 | 960 | * Rebuild against new libjson-c4. | ||
| 725 | 961 | |||
| 726 | 962 | -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 01 Jul 2019 10:53:07 +0200 | ||
| 727 | 963 | |||
| 728 | 964 | strongswan (5.7.2-1ubuntu1) eoan; urgency=medium | ||
| 729 | 965 | |||
| 730 | 966 | [ Christian Ehrhardt ] | ||
| 731 | 967 | * Merge with Debian unstable. Remaining changes: | ||
| 732 | 968 | - Clean up d/strongswan-starter.postinst: section about runlevel changes | ||
| 733 | 969 | - Clean up d/strongswan-starter.postinst: Removed entire section on | ||
| 734 | 970 | opportunistic encryption disabling - this was never in strongSwan and | ||
| 735 | 971 | won't be see upstream issue #2160. | ||
| 736 | 972 | - d/rules: Removed patching ipsec.conf on build (not using the | ||
| 737 | 973 | debconf-managed config.) | ||
| 738 | 974 | - d/ipsec.secrets.proto: Removed ipsec.secrets.inc reference (was | ||
| 739 | 975 | used for debconf-managed include of private key). | ||
| 740 | 976 | - Mass enablement of extra plugins and features to allow a user to use | ||
| 741 | 977 | strongswan for a variety of extra use cases without having to rebuild. | ||
| 742 | 978 | + d/control: Add required additional build-deps | ||
| 743 | 979 | + d/control: Mention addtionally enabled plugins | ||
| 744 | 980 | + d/rules: Enable features at configure stage | ||
| 745 | 981 | + d/libbstrongswan-extra-plugins.install: Add plugins (so, lib, conf) | ||
| 746 | 982 | + d/libstrongswan.install: Add plugins (so, conf) | ||
| 747 | 983 | + d/strongswan-starter.install: Install pool feature, which is useful | ||
| 748 | 984 | since we now have attr-sql plugin enabled it. | ||
| 749 | 985 | - Add plugin kernel-libipsec to allow the use of strongswan in containers | ||
| 750 | 986 | via this userspace implementation (please do note that this is still | ||
| 751 | 987 | considered experimental by upstream). | ||
| 752 | 988 | + d/libcharon-extra-plugins.install: Add kernel-libipsec components | ||
| 753 | 989 | + d/control: List kernel-libipsec plugin at extra plugins description | ||
| 754 | 990 | + d/p/dont-load-kernel-libipsec-plugin-by-default.patch: As | ||
| 755 | 991 | upstream recommends to not load kernel-libipsec by default. | ||
| 756 | 992 | - d/libstrongswan.install: Add kernel-netlink configuration files | ||
| 757 | 993 | - Complete the disabling of libfast; This was partially accepted in Debian, | ||
| 758 | 994 | it is no more packaging medcli and medsrv, but still builds and | ||
| 759 | 995 | mentions it. | ||
| 760 | 996 | + d/rules: Add --disable-fast to avoid build time and dependencies | ||
| 761 | 997 | + d/control: Remove medcli, medsrv from package description | ||
| 762 | 998 | - d/control: Mention mgf1 plugin which is in libstrongswan now | ||
| 763 | 999 | - Add now built (since 5.5.1) libraries libtpmtss and nttfft to | ||
| 764 | 1000 | libstrongswan-extra-plugins (no deps from default plugins). | ||
| 765 | 1001 | - d/control, d/libcharon-{extras,standard}-plugins.install: Move charon | ||
| 766 | 1002 | plugins for the most common use cases from extra-plugins into a new | ||
| 767 | 1003 | standard-plugins package. This will allow those use cases without pulling | ||
| 768 | 1004 | in too much more plugins (a bit like the tnc package). Recommend that | ||
| 769 | 1005 | package from strongswan-libcharon. | ||
| 770 | 1006 | - d/usr.sbin.charon-systemd: allow to contact mysql for sql and | ||
| 771 | 1007 | attr-sql plugins (LP #1766240) | ||
| 772 | 1008 | - d/usr.lib.ipsec.charon: allow reading of own FDs (LP #1786250) | ||
| 773 | 1009 | - d/usr.sbin.charon-systemd: allow CLUSTERIP for ha plugin (LP: 1773956) | ||
| 774 | 1010 | - executables need to be able to read map and execute themselves otherwise | ||
| 775 | 1011 | execution in some environments e.g. containers is blocked (LP: 1780534) | ||
| 776 | 1012 | + d/usr.lib.ipsec.stroke: add rmix permission to stroke binary | ||
| 777 | 1013 | + d/usr.lib.ipsec.lookip: add rmix permission to lookip binary | ||
| 778 | 1014 | - d/usr.lib.ipsec.charon, d/usr.sbin.charon-systemd: resync apparmor | ||
| 779 | 1015 | profiles of both ways to start charon (LP: 1807664) | ||
| 780 | 1016 | - d/usr.sbin.swanctl: add apparmor rule for af-alg plugin (LP: 1807962) | ||
| 781 | 1017 | * Dropped changes | ||
| 782 | 1018 | - d/p/lp1795813-mysql-Don-t-release-the-connection-if-transactions-a.patch: | ||
| 783 | 1019 | fix SIGSEGV when using mysql plugin (LP: 1795813) | ||
| 784 | 1020 | [upstream in 5.7.2] | ||
| 785 | 1021 | - d/libstrongswan.install: Reorder conf and .so alphabetically | ||
| 786 | 1022 | [was a non functional change, dropped to avoid merge noise] | ||
| 787 | 1023 | - Relocate tnc plugin | ||
| 788 | 1024 | [TNC is back at libcharon-extra-plugins as it is in Debian] | ||
| 789 | 1025 | * Added changes: | ||
| 790 | 1026 | - We fixed up tpmtss and nttfft in the past, but tpmtss is now packaged in | ||
| 791 | 1027 | Debian so this part was be dropped. Two changes remain | ||
| 792 | 1028 | - d/control: fix the mentioning of tpmtss in d/control | ||
| 793 | 1029 | - add nttfft (can be merged with the mass enablement change later) | ||
| 794 | 1030 | - Transitional packages to go back from strongswan-tnc-* being in extra | ||
| 795 | 1031 | packages to be part of libcharon-extra-plugins. | ||
| 796 | 1032 | [can be dropped after 20.04] | ||
| 797 | 1033 | |||
| 798 | 1034 | [ Simon Deziel ] | ||
| 799 | 1035 | * Added changes: | ||
| 800 | 1036 | - apparmor fixes for container and root usage (LP: #1826238) | ||
| 801 | 1037 | + d/usr.sbin.swanctl: allow reading own binary | ||
| 802 | 1038 | + d/usr.sbin.charon-systemd: allow accessing the binary | ||
| 803 | 1039 | + d/usr.sbin.swanctl: add attach_disconnected to work inside containers | ||
| 804 | 1040 | + d/usr.lib.ipsec.charon, d/usr.sbin.charon-systemd: add CAP_SETPCAP | ||
| 805 | 1041 | to apparmor to allow dropping caps | ||
| 806 | 1042 | |||
| 807 | 1043 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 26 Apr 2019 11:31:17 +0200 | ||
| 808 | 1044 | |||
| 809 | 333 | strongswan (5.7.2-1) unstable; urgency=medium | 1045 | strongswan (5.7.2-1) unstable; urgency=medium |
| 810 | 334 | 1046 | ||
| 811 | 335 | * d/control: remove Rene from Uploaders, thanks! | 1047 | * d/control: remove Rene from Uploaders, thanks! |
| 812 | @@ -348,6 +1060,86 @@ strongswan (5.7.2-1) unstable; urgency=medium | |||
| 813 | 348 | 1060 | ||
| 814 | 349 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 02 Jan 2019 13:02:11 +0100 | 1061 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 02 Jan 2019 13:02:11 +0100 |
| 815 | 350 | 1062 | ||
| 816 | 1063 | strongswan (5.7.1-1ubuntu2) disco; urgency=medium | ||
| 817 | 1064 | |||
| 818 | 1065 | * d/usr.sbin.charon-systemd: fix rule for CLUSTERIP to match effective | ||
| 819 | 1066 | path (LP: #1773956) | ||
| 820 | 1067 | * d/usr.lib.ipsec.charon, d/usr.sbin.charon-systemd: resync apparmor | ||
| 821 | 1068 | profiles of both ways to start charon (LP: #1807664) | ||
| 822 | 1069 | * d/usr.sbin.swanctl: add apparmor rule for af-alg plugin (LP: #1807962) | ||
| 823 | 1070 | |||
| 824 | 1071 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 10 Dec 2018 08:30:01 +0100 | ||
| 825 | 1072 | |||
| 826 | 1073 | strongswan (5.7.1-1ubuntu1) disco; urgency=medium | ||
| 827 | 1074 | |||
| 828 | 1075 | * Merge with Debian unstable (LP: #1806401). Remaining changes: | ||
| 829 | 1076 | - Clean up d/strongswan-starter.postinst: section about runlevel changes | ||
| 830 | 1077 | - Clean up d/strongswan-starter.postinst: Removed entire section on | ||
| 831 | 1078 | opportunistic encryption disabling - this was never in strongSwan and | ||
| 832 | 1079 | won't be see upstream issue #2160. | ||
| 833 | 1080 | - d/rules: Removed patching ipsec.conf on build (not using the | ||
| 834 | 1081 | debconf-managed config.) | ||
| 835 | 1082 | - d/ipsec.secrets.proto: Removed ipsec.secrets.inc reference (was | ||
| 836 | 1083 | used for debconf-managed include of private key). | ||
| 837 | 1084 | - Mass enablement of extra plugins and features to allow a user to use | ||
| 838 | 1085 | strongswan for a variety of extra use cases without having to rebuild. | ||
| 839 | 1086 | + d/control: Add required additional build-deps | ||
| 840 | 1087 | + d/control: Mention addtionally enabled plugins | ||
| 841 | 1088 | + d/rules: Enable features at configure stage | ||
| 842 | 1089 | + d/libbstrongswan-extra-plugins.install: Add plugins (so, lib, conf) | ||
| 843 | 1090 | + d/libstrongswan.install: Add plugins (so, conf) | ||
| 844 | 1091 | - d/strongswan-starter.install: Install pool feature, which is useful since | ||
| 845 | 1092 | we have attr-sql plugin enabled as well using it. | ||
| 846 | 1093 | - Add plugin kernel-libipsec to allow the use of strongswan in containers | ||
| 847 | 1094 | via this userspace implementation (please do note that this is still | ||
| 848 | 1095 | considered experimental by upstream). | ||
| 849 | 1096 | + d/libcharon-extra-plugins.install: Add kernel-libipsec components | ||
| 850 | 1097 | + d/control: List kernel-libipsec plugin at extra plugins description | ||
| 851 | 1098 | + d/p/dont-load-kernel-libipsec-plugin-by-default.patch: As | ||
| 852 | 1099 | upstream recommends to not load kernel-libipsec by default. | ||
| 853 | 1100 | - Relocate tnc plugin | ||
| 854 | 1101 | + debian/libcharon-extra-plugins.install: Drop tnc from extra plugins | ||
| 855 | 1102 | + Add new subpackage for TNC in d/strongswan-tnc-* and d/control | ||
| 856 | 1103 | - d/libstrongswan.install: Reorder conf and .so alphabetically | ||
| 857 | 1104 | - d/libstrongswan.install: Add kernel-netlink configuration files | ||
| 858 | 1105 | - Complete the disabling of libfast; This was partially accepted in Debian, | ||
| 859 | 1106 | it is no more packaging medcli and medsrv, but still builds and | ||
| 860 | 1107 | mentions it. | ||
| 861 | 1108 | + d/rules: Add --disable-fast to avoid build time and dependencies | ||
| 862 | 1109 | + d/control: Remove medcli, medsrv from package description | ||
| 863 | 1110 | - d/control: Mention mgf1 plugin which is in libstrongswan now | ||
| 864 | 1111 | - Add now built (since 5.5.1) libraries libtpmtss and nttfft to | ||
| 865 | 1112 | libstrongswan-extra-plugins (no deps from default plugins). | ||
| 866 | 1113 | - d/control, d/libcharon-{extras,standard}-plugins.install: Move charon | ||
| 867 | 1114 | plugins for the most common use cases from extra-plugins into a new | ||
| 868 | 1115 | standard-plugins package. This will allow those use cases without pulling | ||
| 869 | 1116 | in too much more plugins (a bit like the tnc package). Recommend that | ||
| 870 | 1117 | package from strongswan-libcharon. | ||
| 871 | 1118 | - d/usr.sbin.charon-systemd: allow to contact mysql for sql and | ||
| 872 | 1119 | attr-sql plugins (LP #1766240) | ||
| 873 | 1120 | - d/usr.lib.ipsec.charon: allow reading of own FDs (LP #1786250) | ||
| 874 | 1121 | * Added Changes: | ||
| 875 | 1122 | - d/p/lp1795813-mysql-Don-t-release-the-connection-if-transactions-a.patch: | ||
| 876 | 1123 | fix SIGSEGV when using mysql plugin (LP: #1795813) | ||
| 877 | 1124 | - d/usr.sbin.charon-systemd: allow CLUSTERIP for ha plugin (LP: #1773956) | ||
| 878 | 1125 | - executables need to be able to read map and execute themselves otherwise | ||
| 879 | 1126 | execution in some environments e.g. containers is blocked (LP: #1780534) | ||
| 880 | 1127 | + d/usr.lib.ipsec.stroke: add rmix permission to stroke binary | ||
| 881 | 1128 | + d/usr.lib.ipsec.lookip: add rmix permission to lookip binary | ||
| 882 | 1129 | - adapt "mass enablement of extra plugins" to match 5.7.x changes | ||
| 883 | 1130 | + d/rules: use new options for swima instead of swid | ||
| 884 | 1131 | + d/strongswan-tnc-server.install: add new sec updater tool | ||
| 885 | 1132 | + d/strongswan-tnc-client.install: add new sw-collector tool | ||
| 886 | 1133 | * Dropped (in Debian now): | ||
| 887 | 1134 | - SECURITY UPDATE: Insufficient input validation in gmp plugin | ||
| 888 | 1135 | (CVE-2018-17540) | ||
| 889 | 1136 | - SECURITY UPDATE: Insufficient input validation in gmp plugin | ||
| 890 | 1137 | (CVE-2018-16151 CVE-2018-16152) | ||
| 891 | 1138 | - d/usr.lib.ipsec.charon, d/usr/sbin/charon-systemd: Add support for | ||
| 892 | 1139 | usr-merge, thanks to Christian Ehrhardt. LP #1784023 | ||
| 893 | 1140 | |||
| 894 | 1141 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 03 Dec 2018 15:18:31 +0100 | ||
| 895 | 1142 | |||
| 896 | 351 | strongswan (5.7.1-1) unstable; urgency=medium | 1143 | strongswan (5.7.1-1) unstable; urgency=medium |
| 897 | 352 | 1144 | ||
| 898 | 353 | [ Ondřej Nový ] | 1145 | [ Ondřej Nový ] |
| 899 | @@ -378,6 +1170,96 @@ strongswan (5.7.0-1) unstable; urgency=medium | |||
| 900 | 378 | 1170 | ||
| 901 | 379 | -- Yves-Alexis Perez <corsac@debian.org> Mon, 24 Sep 2018 16:36:28 +0200 | 1171 | -- Yves-Alexis Perez <corsac@debian.org> Mon, 24 Sep 2018 16:36:28 +0200 |
| 902 | 380 | 1172 | ||
| 903 | 1173 | strongswan (5.6.3-1ubuntu5) disco; urgency=medium | ||
| 904 | 1174 | |||
| 905 | 1175 | * No-change rebuild against libunbound8 | ||
| 906 | 1176 | |||
| 907 | 1177 | -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 11 Nov 2018 09:01:53 +0000 | ||
| 908 | 1178 | |||
| 909 | 1179 | strongswan (5.6.3-1ubuntu4) cosmic; urgency=medium | ||
| 910 | 1180 | |||
| 911 | 1181 | * d/usr.lib.ipsec.charon: allow reading of own FDs (LP: #1786250) | ||
| 912 | 1182 | Thanks to Matt Callaghan. | ||
| 913 | 1183 | |||
| 914 | 1184 | -- Andreas Hasenack <andreas@canonical.com> Thu, 04 Oct 2018 10:34:01 -0300 | ||
| 915 | 1185 | |||
| 916 | 1186 | strongswan (5.6.3-1ubuntu3) cosmic; urgency=medium | ||
| 917 | 1187 | |||
| 918 | 1188 | * SECURITY UPDATE: Insufficient input validation in gmp plugin | ||
| 919 | 1189 | - debian/patches/strongswan-4.4.0-5.7.0_gmp-pkcs1-overflow.patch: fix | ||
| 920 | 1190 | buffer overflow with very small RSA keys in | ||
| 921 | 1191 | src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c. | ||
| 922 | 1192 | - CVE-2018-17540 | ||
| 923 | 1193 | |||
| 924 | 1194 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 01 Oct 2018 13:23:59 -0400 | ||
| 925 | 1195 | |||
| 926 | 1196 | strongswan (5.6.3-1ubuntu2) cosmic; urgency=medium | ||
| 927 | 1197 | |||
| 928 | 1198 | * SECURITY UPDATE: Insufficient input validation in gmp plugin | ||
| 929 | 1199 | - debian/patches/strongswan-5.6.1-5.6.3_gmp-pkcs1-verify.patch: don't | ||
| 930 | 1200 | parse PKCS1 v1.5 RSA signatures to verify them in | ||
| 931 | 1201 | src/libstrongswan/plugins/gmp/gmp_rsa_private_key.c, | ||
| 932 | 1202 | src/libstrongswan/plugins/gmp/gmp_rsa_public_key.c. | ||
| 933 | 1203 | - CVE-2018-16151 | ||
| 934 | 1204 | - CVE-2018-16152 | ||
| 935 | 1205 | |||
| 936 | 1206 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Tue, 25 Sep 2018 10:16:15 -0400 | ||
| 937 | 1207 | |||
| 938 | 1208 | strongswan (5.6.3-1ubuntu1) cosmic; urgency=medium | ||
| 939 | 1209 | |||
| 940 | 1210 | * Merge with Debian unstable. Remaining changes: | ||
| 941 | 1211 | - Clean up d/strongswan-starter.postinst: section about runlevel changes | ||
| 942 | 1212 | - Clean up d/strongswan-starter.postinst: Removed entire section on | ||
| 943 | 1213 | opportunistic encryption disabling - this was never in strongSwan and | ||
| 944 | 1214 | won't be see upstream issue #2160. | ||
| 945 | 1215 | - d/rules: Removed patching ipsec.conf on build (not using the | ||
| 946 | 1216 | debconf-managed config.) | ||
| 947 | 1217 | - d/ipsec.secrets.proto: Removed ipsec.secrets.inc reference (was | ||
| 948 | 1218 | used for debconf-managed include of private key). | ||
| 949 | 1219 | - Mass enablement of extra plugins and features to allow a user to use | ||
| 950 | 1220 | strongswan for a variety of extra use cases without having to rebuild. | ||
| 951 | 1221 | + d/control: Add required additional build-deps | ||
| 952 | 1222 | + d/control: Mention addtionally enabled plugins | ||
| 953 | 1223 | + d/rules: Enable features at configure stage | ||
| 954 | 1224 | + d/libbstrongswan-extra-plugins.install: Add plugins (so, lib, conf) | ||
| 955 | 1225 | + d/libstrongswan.install: Add plugins (so, conf) | ||
| 956 | 1226 | - d/strongswan-starter.install: Install pool feature, which is useful since | ||
| 957 | 1227 | we have attr-sql plugin enabled as well using it. | ||
| 958 | 1228 | - Add plugin kernel-libipsec to allow the use of strongswan in containers | ||
| 959 | 1229 | via this userspace implementation (please do note that this is still | ||
| 960 | 1230 | considered experimental by upstream). | ||
| 961 | 1231 | + d/libcharon-extra-plugins.install: Add kernel-libipsec components | ||
| 962 | 1232 | + d/control: List kernel-libipsec plugin at extra plugins description | ||
| 963 | 1233 | + d/p/dont-load-kernel-libipsec-plugin-by-default.patch: As | ||
| 964 | 1234 | upstream recommends to not load kernel-libipsec by default. | ||
| 965 | 1235 | - Relocate tnc plugin | ||
| 966 | 1236 | + debian/libcharon-extra-plugins.install: Drop tnc from extra plugins | ||
| 967 | 1237 | + Add new subpackage for TNC in d/strongswan-tnc-* and d/control | ||
| 968 | 1238 | - d/libstrongswan.install: Reorder conf and .so alphabetically | ||
| 969 | 1239 | - d/libstrongswan.install: Add kernel-netlink configuration files | ||
| 970 | 1240 | - Complete the disabling of libfast; This was partially accepted in Debian, | ||
| 971 | 1241 | it is no more packaging medcli and medsrv, but still builds and | ||
| 972 | 1242 | mentions it. | ||
| 973 | 1243 | + d/rules: Add --disable-fast to avoid build time and dependencies | ||
| 974 | 1244 | + d/control: Remove medcli, medsrv from package description | ||
| 975 | 1245 | - d/control: Mention mgf1 plugin which is in libstrongswan now | ||
| 976 | 1246 | - Add now built (since 5.5.1) libraries libtpmtss and nttfft to | ||
| 977 | 1247 | libstrongswan-extra-plugins (no deps from default plugins). | ||
| 978 | 1248 | - d/control, d/libcharon-{extras,standard}-plugins.install: Move charon | ||
| 979 | 1249 | plugins for the most common use cases from extra-plugins into a new | ||
| 980 | 1250 | standard-plugins package. This will allow those use cases without pulling | ||
| 981 | 1251 | in too much more plugins (a bit like the tnc package). Recommend that | ||
| 982 | 1252 | package from strongswan-libcharon. | ||
| 983 | 1253 | - d/usr.sbin.charon-systemd: allow to contact mysql for sql and | ||
| 984 | 1254 | attr-sql plugins (LP #1766240) | ||
| 985 | 1255 | - d/usr.lib.ipsec.charon, d/usr/sbin/charon-systemd: Add support for | ||
| 986 | 1256 | usr-merge, thanks to Christian Ehrhardt. LP #1784023 | ||
| 987 | 1257 | * Dropped: | ||
| 988 | 1258 | - d/usr.sbin.charon-systemd: allow systemd notifications (LP: #1765652) | ||
| 989 | 1259 | [Fixed in 5.6.3-1] | ||
| 990 | 1260 | |||
| 991 | 1261 | -- Andreas Hasenack <andreas@canonical.com> Thu, 23 Aug 2018 13:05:11 -0300 | ||
| 992 | 1262 | |||
| 993 | 381 | strongswan (5.6.3-1) unstable; urgency=medium | 1263 | strongswan (5.6.3-1) unstable; urgency=medium |
| 994 | 382 | 1264 | ||
| 995 | 383 | * New upstream version 5.6.2 | 1265 | * New upstream version 5.6.2 |
| 996 | @@ -393,6 +1275,78 @@ strongswan (5.6.3-1) unstable; urgency=medium | |||
| 997 | 393 | 1275 | ||
| 998 | 394 | -- Yves-Alexis Perez <corsac@debian.org> Mon, 04 Jun 2018 10:23:22 +0200 | 1276 | -- Yves-Alexis Perez <corsac@debian.org> Mon, 04 Jun 2018 10:23:22 +0200 |
| 999 | 395 | 1277 | ||
| 1000 | 1278 | strongswan (5.6.2-2ubuntu2) cosmic; urgency=medium | ||
| 1001 | 1279 | |||
| 1002 | 1280 | * Add support for usr-merge, thanks to Christian Ehrhardt. LP: #1784023 | ||
| 1003 | 1281 | |||
| 1004 | 1282 | -- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 21 Aug 2018 00:42:38 +0100 | ||
| 1005 | 1283 | |||
| 1006 | 1284 | strongswan (5.6.2-2ubuntu1) cosmic; urgency=medium | ||
| 1007 | 1285 | |||
| 1008 | 1286 | * Merge with Debian unstable, closes LP: #1773814 and LP: #1772705. | ||
| 1009 | 1287 | Remaining changes: | ||
| 1010 | 1288 | + Clean up d/strongswan-starter.postinst: section about runlevel changes | ||
| 1011 | 1289 | + Clean up d/strongswan-starter.postinst: Removed entire section on | ||
| 1012 | 1290 | opportunistic encryption disabling - this was never in strongSwan and | ||
| 1013 | 1291 | won't be see upstream issue #2160. | ||
| 1014 | 1292 | + d/rules: Removed patching ipsec.conf on build (not using the | ||
| 1015 | 1293 | debconf-managed config.) | ||
| 1016 | 1294 | + d/ipsec.secrets.proto: Removed ipsec.secrets.inc reference (was | ||
| 1017 | 1295 | used for debconf-managed include of private key). | ||
| 1018 | 1296 | + Mass enablement of extra plugins and features to allow a user to use | ||
| 1019 | 1297 | strongswan for a variety of extra use cases without having to rebuild. | ||
| 1020 | 1298 | - d/control: Add required additional build-deps | ||
| 1021 | 1299 | - d/control: Mention addtionally enabled plugins | ||
| 1022 | 1300 | - d/rules: Enable features at configure stage | ||
| 1023 | 1301 | - d/libbstrongswan-extra-plugins.install: Add plugins (so, lib, conf) | ||
| 1024 | 1302 | - d/libstrongswan.install: Add plugins (so, conf) | ||
| 1025 | 1303 | + d/strongswan-starter.install: Install pool feature, which is useful since | ||
| 1026 | 1304 | we have attr-sql plugin enabled as well using it. | ||
| 1027 | 1305 | + Add plugin kernel-libipsec to allow the use of strongswan in containers | ||
| 1028 | 1306 | via this userspace implementation (please do note that this is still | ||
| 1029 | 1307 | considered experimental by upstream). | ||
| 1030 | 1308 | - d/libcharon-extra-plugins.install: Add kernel-libipsec components | ||
| 1031 | 1309 | - d/control: List kernel-libipsec plugin at extra plugins description | ||
| 1032 | 1310 | - d/p/dont-load-kernel-libipsec-plugin-by-default.patch: As | ||
| 1033 | 1311 | upstream recommends to not load kernel-libipsec by default. | ||
| 1034 | 1312 | + Relocate tnc plugin | ||
| 1035 | 1313 | - debian/libcharon-extra-plugins.install: Drop tnc from extra plugins | ||
| 1036 | 1314 | - Add new subpackage for TNC in d/strongswan-tnc-* and d/control | ||
| 1037 | 1315 | + d/libstrongswan.install: Reorder conf and .so alphabetically | ||
| 1038 | 1316 | + d/libstrongswan.install: Add kernel-netlink configuration files | ||
| 1039 | 1317 | + Complete the disabling of libfast; This was partially accepted in Debian, | ||
| 1040 | 1318 | it is no more packaging medcli and medsrv, but still builds and | ||
| 1041 | 1319 | mentions it. | ||
| 1042 | 1320 | - d/rules: Add --disable-fast to avoid build time and dependencies | ||
| 1043 | 1321 | - d/control: Remove medcli, medsrv from package description | ||
| 1044 | 1322 | + d/control: Mention mgf1 plugin which is in libstrongswan now | ||
| 1045 | 1323 | + Add now built (since 5.5.1) libraries libtpmtss and nttfft to | ||
| 1046 | 1324 | libstrongswan-extra-plugins (no deps from default plugins). | ||
| 1047 | 1325 | + d/control, d/libcharon-{extras,standard}-plugins.install: Move charon | ||
| 1048 | 1326 | plugins for the most common use cases from extra-plugins into a new | ||
| 1049 | 1327 | standard-plugins package. This will allow those use cases without pulling | ||
| 1050 | 1328 | in too much more plugins (a bit like the tnc package). Recommend that | ||
| 1051 | 1329 | package from strongswan-libcharon. | ||
| 1052 | 1330 | * Dropped Changes (no more needed after 18.04) | ||
| 1053 | 1331 | + Add rm_conffile for /etc/init.d/ipsec (transition from precies had | ||
| 1054 | 1332 | missed that, droppable after 18.04) | ||
| 1055 | 1333 | + d/control: bump breaks/replaces from libstrongswan-extra-plugins to | ||
| 1056 | 1334 | libstrongswan as we dropped relocating ccm and test-vectors. | ||
| 1057 | 1335 | (droppable >18.04). | ||
| 1058 | 1336 | + d/control: add breaks/replace from libstrongswan to | ||
| 1059 | 1337 | libstrongswan-extra-plugins for the move of mgf1 to libstrongswan. | ||
| 1060 | 1338 | (droppable >18.04). | ||
| 1061 | 1339 | + d/control: bump breaks/replaces for the move of the updown plugin | ||
| 1062 | 1340 | (Missed Changelog entry on last merge) | ||
| 1063 | 1341 | + d/control: fix dependencies of strongswan-libcharon due to the move | ||
| 1064 | 1342 | the updown plugin (droppable >18.04). | ||
| 1065 | 1343 | * Added Changes: | ||
| 1066 | 1344 | + d/usr.sbin.charon-systemd: allow to contact mysql for sql and | ||
| 1067 | 1345 | attr-sql plugins (LP: #1766240) | ||
| 1068 | 1346 | + d/usr.sbin.charon-systemd: allow systemd notifications (LP: #1765652) | ||
| 1069 | 1347 | |||
| 1070 | 1348 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 29 May 2018 08:21:42 +0200 | ||
| 1071 | 1349 | |||
| 1072 | 396 | strongswan (5.6.2-2) unstable; urgency=medium | 1350 | strongswan (5.6.2-2) unstable; urgency=medium |
| 1073 | 397 | 1351 | ||
| 1074 | 398 | * charon-nm: Fix building list of DNS/MDNS servers with libnm | 1352 | * charon-nm: Fix building list of DNS/MDNS servers with libnm |
| 1075 | @@ -403,6 +1357,74 @@ strongswan (5.6.2-2) unstable; urgency=medium | |||
| 1076 | 403 | 1357 | ||
| 1077 | 404 | -- Yves-Alexis Perez <corsac@debian.org> Fri, 13 Apr 2018 13:46:04 +0200 | 1358 | -- Yves-Alexis Perez <corsac@debian.org> Fri, 13 Apr 2018 13:46:04 +0200 |
| 1078 | 405 | 1359 | ||
| 1079 | 1360 | strongswan (5.6.2-1ubuntu2) bionic; urgency=medium | ||
| 1080 | 1361 | |||
| 1081 | 1362 | * d/control: fix dependencies of strongswan-libcharon due to the move | ||
| 1082 | 1363 | the updown plugin. | ||
| 1083 | 1364 | |||
| 1084 | 1365 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 20 Mar 2018 07:37:29 +0100 | ||
| 1085 | 1366 | |||
| 1086 | 1367 | strongswan (5.6.2-1ubuntu1) bionic; urgency=medium | ||
| 1087 | 1368 | |||
| 1088 | 1369 | * Merge with Debian unstable (LP: #1753018). Remaining changes: | ||
| 1089 | 1370 | + Clean up d/strongswan-starter.postinst: section about runlevel changes | ||
| 1090 | 1371 | + Clean up d/strongswan-starter.postinst: Removed entire section on | ||
| 1091 | 1372 | opportunistic encryption disabling - this was never in strongSwan and | ||
| 1092 | 1373 | won't be see upstream issue #2160. | ||
| 1093 | 1374 | + Ubuntu is not using the debconf triggered private key generation | ||
| 1094 | 1375 | - d/rules: Removed patching ipsec.conf on build (not using the | ||
| 1095 | 1376 | debconf-managed config.) | ||
| 1096 | 1377 | - d/ipsec.secrets.proto: Removed ipsec.secrets.inc reference (was | ||
| 1097 | 1378 | used for debconf-managed include of private key). | ||
| 1098 | 1379 | + Mass enablement of extra plugins and features to allow a user to use | ||
| 1099 | 1380 | strongswan for a variety of extra use cases without having to rebuild. | ||
| 1100 | 1381 | - d/control: Add required additional build-deps | ||
| 1101 | 1382 | - d/control: Mention addtionally enabled plugins | ||
| 1102 | 1383 | - d/rules: Enable features at configure stage | ||
| 1103 | 1384 | - d/libbstrongswan-extra-plugins.install: Add plugins (so, lib, conf) | ||
| 1104 | 1385 | - d/libstrongswan.install: Add plugins (so, conf) | ||
| 1105 | 1386 | + d/strongswan-starter.install: Install pool feature, which is useful since | ||
| 1106 | 1387 | we have attr-sql plugin enabled as well using it. | ||
| 1107 | 1388 | + Add plugin kernel-libipsec to allow the use of strongswan in containers | ||
| 1108 | 1389 | via this userspace implementation (please do note that this is still | ||
| 1109 | 1390 | considered experimental by upstream). | ||
| 1110 | 1391 | - d/libcharon-extra-plugins.install: Add kernel-libipsec components | ||
| 1111 | 1392 | - d/control: List kernel-libipsec plugin at extra plugins description | ||
| 1112 | 1393 | - d/p/dont-load-kernel-libipsec-plugin-by-default.patch: As | ||
| 1113 | 1394 | upstream recommends to not load kernel-libipsec by default. | ||
| 1114 | 1395 | + Relocate tnc plugin | ||
| 1115 | 1396 | - debian/libcharon-extra-plugins.install: Drop tnc from extra plugins | ||
| 1116 | 1397 | - Add new subpackage for TNC in d/strongswan-tnc-* and d/control | ||
| 1117 | 1398 | + d/libstrongswan.install: Reorder conf and .so alphabetically | ||
| 1118 | 1399 | + d/libstrongswan.install: Add kernel-netlink configuration files | ||
| 1119 | 1400 | + Complete the disabling of libfast; This was partially accepted in Debian, | ||
| 1120 | 1401 | it is no more packaging medcli and medsrv, but still builds and | ||
| 1121 | 1402 | mentions it. | ||
| 1122 | 1403 | - d/rules: Add --disable-fast to avoid build time and dependencies | ||
| 1123 | 1404 | - d/control: Remove medcli, medsrv from package description | ||
| 1124 | 1405 | + d/control: Mention mgf1 plugin which is in libstrongswan now | ||
| 1125 | 1406 | + Add now built (since 5.5.1) libraries libtpmtss and nttfft to | ||
| 1126 | 1407 | libstrongswan-extra-plugins (no deps from default plugins). | ||
| 1127 | 1408 | + Add rm_conffile for /etc/init.d/ipsec (transition from precies had | ||
| 1128 | 1409 | missed that, droppable after 18.04) | ||
| 1129 | 1410 | + d/control, d/libcharon-{extras,standard}-plugins.install: Move charon | ||
| 1130 | 1411 | plugins for the most common use cases from extra-plugins into a new | ||
| 1131 | 1412 | standard-plugins package. This will allow those use cases without pulling | ||
| 1132 | 1413 | in too much more plugins (a bit like the tnc package). Recommend that | ||
| 1133 | 1414 | package from strongswan-libcharon. | ||
| 1134 | 1415 | + d/control: bump breaks/replaces from libstrongswan-extra-plugins to | ||
| 1135 | 1416 | libstrongswan as we dropped relocating ccm and test-vectors. | ||
| 1136 | 1417 | (droppable >18.04). | ||
| 1137 | 1418 | + d/control: add breaks/replace from libstrongswan to | ||
| 1138 | 1419 | libstrongswan-extra-plugins for the move of mgf1 to libstrongswan. | ||
| 1139 | 1420 | (droppable >18.04). | ||
| 1140 | 1421 | * Added Changes: | ||
| 1141 | 1422 | + d/control: bump breaks/replaces from strongswan-libcharon to strongswan- | ||
| 1142 | 1423 | starter as we followed Debian to move the updown plugin but need to | ||
| 1143 | 1424 | match Ubuntu versions (Droppable >18.04). | ||
| 1144 | 1425 | |||
| 1145 | 1426 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 16 Mar 2018 11:08:47 +0100 | ||
| 1146 | 1427 | |||
| 1147 | 406 | strongswan (5.6.2-1) unstable; urgency=medium | 1428 | strongswan (5.6.2-1) unstable; urgency=medium |
| 1148 | 407 | 1429 | ||
| 1149 | 408 | * d/NEWS: add information about disabled algorithms (closes: #883072) | 1430 | * d/NEWS: add information about disabled algorithms (closes: #883072) |
| 1150 | @@ -425,6 +1447,129 @@ strongswan (5.6.1-3) unstable; urgency=medium | |||
| 1151 | 425 | 1447 | ||
| 1152 | 426 | -- Yves-Alexis Perez <corsac@debian.org> Sun, 17 Dec 2017 16:40:39 +0100 | 1448 | -- Yves-Alexis Perez <corsac@debian.org> Sun, 17 Dec 2017 16:40:39 +0100 |
| 1153 | 427 | 1449 | ||
| 1154 | 1450 | strongswan (5.6.1-2ubuntu4) bionic; urgency=medium | ||
| 1155 | 1451 | |||
| 1156 | 1452 | * SECURITY UPDATE: DoS via crafted RSASSA-PSS signature | ||
| 1157 | 1453 | - debian/patches/CVE-2018-6459.patch: Properly handle MGF1 algorithm | ||
| 1158 | 1454 | identifier without parameters in | ||
| 1159 | 1455 | src/libstrongswan/credentials/keys/signature_params.c. | ||
| 1160 | 1456 | - CVE-2018-6459 | ||
| 1161 | 1457 | |||
| 1162 | 1458 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Wed, 07 Mar 2018 14:52:02 +0100 | ||
| 1163 | 1459 | |||
| 1164 | 1460 | strongswan (5.6.1-2ubuntu3) bionic; urgency=medium | ||
| 1165 | 1461 | |||
| 1166 | 1462 | * No-change rebuild against libcurl4 | ||
| 1167 | 1463 | |||
| 1168 | 1464 | -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 28 Feb 2018 08:52:09 +0000 | ||
| 1169 | 1465 | |||
| 1170 | 1466 | strongswan (5.6.1-2ubuntu2) bionic; urgency=high | ||
| 1171 | 1467 | |||
| 1172 | 1468 | * No change rebuild against openssl1.1. | ||
| 1173 | 1469 | |||
| 1174 | 1470 | -- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 12 Feb 2018 16:00:24 +0000 | ||
| 1175 | 1471 | |||
| 1176 | 1472 | strongswan (5.6.1-2ubuntu1) bionic; urgency=medium | ||
| 1177 | 1473 | |||
| 1178 | 1474 | * Merge with Debian unstable (LP: #1717343). | ||
| 1179 | 1475 | Also fixes and issue with multiple psk's (LP: #1734207). Remaining changes: | ||
| 1180 | 1476 | + Clean up d/strongswan-starter.postinst: section about runlevel changes | ||
| 1181 | 1477 | + Clean up d/strongswan-starter.postinst: Removed entire section on | ||
| 1182 | 1478 | opportunistic encryption disabling - this was never in strongSwan and | ||
| 1183 | 1479 | won't be see upstream issue #2160. | ||
| 1184 | 1480 | + Ubuntu is not using the debconf triggered private key generation | ||
| 1185 | 1481 | - d/rules: Removed patching ipsec.conf on build (not using the | ||
| 1186 | 1482 | debconf-managed config.) | ||
| 1187 | 1483 | - d/ipsec.secrets.proto: Removed ipsec.secrets.inc reference (was | ||
| 1188 | 1484 | used for debconf-managed include of private key). | ||
| 1189 | 1485 | + Mass enablement of extra plugins and features to allow a user to use | ||
| 1190 | 1486 | strongswan for a variety of extra use cases without having to rebuild. | ||
| 1191 | 1487 | - d/control: Add required additional build-deps | ||
| 1192 | 1488 | - d/control: Mention addtionally enabled plugins | ||
| 1193 | 1489 | - d/rules: Enable features at configure stage | ||
| 1194 | 1490 | - d/libbstrongswan-extra-plugins.install: Add plugins (so, lib, conf) | ||
| 1195 | 1491 | - d/libstrongswan.install: Add plugins (so, conf) | ||
| 1196 | 1492 | + d/strongswan-starter.install: Install pool feature, which is useful since | ||
| 1197 | 1493 | we have attr-sql plugin enabled as well using it. | ||
| 1198 | 1494 | + Add plugin kernel-libipsec to allow the use of strongswan in containers | ||
| 1199 | 1495 | via this userspace implementation (please do note that this is still | ||
| 1200 | 1496 | considered experimental by upstream). | ||
| 1201 | 1497 | - d/libcharon-extra-plugins.install: Add kernel-libipsec components | ||
| 1202 | 1498 | - d/control: List kernel-libipsec plugin at extra plugins description | ||
| 1203 | 1499 | - d/p/dont-load-kernel-libipsec-plugin-by-default.patch: As | ||
| 1204 | 1500 | upstream recommends to not load kernel-libipsec by default. | ||
| 1205 | 1501 | + Relocate tnc plugin | ||
| 1206 | 1502 | - debian/libcharon-extra-plugins.install: Drop tnc from extra plugins | ||
| 1207 | 1503 | - Add new subpackage for TNC in d/strongswan-tnc-* and d/control | ||
| 1208 | 1504 | + d/libstrongswan.install: Reorder conf and .so alphabetically | ||
| 1209 | 1505 | + d/libstrongswan.install: Add kernel-netlink configuration files | ||
| 1210 | 1506 | + Complete the disabling of libfast; This was partially accepted in Debian, | ||
| 1211 | 1507 | it is no more packaging medcli and medsrv, but still builds and | ||
| 1212 | 1508 | mentions it. | ||
| 1213 | 1509 | - d/rules: Add --disable-fast to avoid build time and dependencies | ||
| 1214 | 1510 | - d/control: Remove medcli, medsrv from package description | ||
| 1215 | 1511 | + d/control: Mention mgf1 plugin which is in libstrongswan now | ||
| 1216 | 1512 | + Add now built (since 5.5.1) libraries libtpmtss and nttfft to | ||
| 1217 | 1513 | libstrongswan-extra-plugins (no deps from default plugins). | ||
| 1218 | 1514 | + Add rm_conffile for /etc/init.d/ipsec (transition from precies had | ||
| 1219 | 1515 | missed that, droppable after 18.04) | ||
| 1220 | 1516 | + d/control, d/libcharon-{extras,standard}-plugins.install: Move charon | ||
| 1221 | 1517 | plugins for the most common use cases from extra-plugins into a new | ||
| 1222 | 1518 | standard-plugins package. This will allow those use cases without pulling | ||
| 1223 | 1519 | in too much more plugins (a bit like the tnc package). Recommend that | ||
| 1224 | 1520 | package from strongswan-libcharon. | ||
| 1225 | 1521 | * Added changes: | ||
| 1226 | 1522 | + d/strongswan-tnc-client.install (relocate tnc) swidtag creation changed | ||
| 1227 | 1523 | in 5.6 | ||
| 1228 | 1524 | + d/strongswan-tnc-server.install (relocate tnc) pacman no more needed | ||
| 1229 | 1525 | + d/control: bump breaks/replaces from libstrongswan-extra-plugins to | ||
| 1230 | 1526 | libstrongswan as we dropped relocating ccm and test-vectors. | ||
| 1231 | 1527 | (droppable >18.04). | ||
| 1232 | 1528 | - d/control: add breaks/replace from libstrongswan to | ||
| 1233 | 1529 | libstrongswan-extra-plugins for the move of mgf1 to libstrongswan. | ||
| 1234 | 1530 | (droppable >18.04). | ||
| 1235 | 1531 | * Dropped changes: | ||
| 1236 | 1532 | + Update init/service handling (debian default matches Ubuntu past now) | ||
| 1237 | 1533 | Dropping this fixes (LP: #1734886) | ||
| 1238 | 1534 | - d/rules: Change init/systemd program name to strongswan | ||
| 1239 | 1535 | - d/strongswan-starter.strongswan.service: Add new systemd file instead of | ||
| 1240 | 1536 | patching upstream | ||
| 1241 | 1537 | - d/strongswan-starter.links: Removed, use Ubuntu systemd file instead of | ||
| 1242 | 1538 | linking to upstream | ||
| 1243 | 1539 | + d/strongswan-starter.postrm: Removed 'update-rc.d ipsec remove' call | ||
| 1244 | 1540 | (this is a never failing no-op for us, no need for Delta). | ||
| 1245 | 1541 | + d/strongswan-starter.prerm: Stop strongswan service on package removal | ||
| 1246 | 1542 | (ipsec now maps to strongswan service, so this works as-is). | ||
| 1247 | 1543 | + Clean up d/strongswan-starter.postinst: rename service ipsec to | ||
| 1248 | 1544 | strongswan (ipsec now maps to strongswan service, so this works as-is) | ||
| 1249 | 1545 | + Clean up d/strongswan-starter.postinst: daemon enable/disable (the | ||
| 1250 | 1546 | whole section is disabled, so no need for delta) | ||
| 1251 | 1547 | + (is upstream) CVE-2017-11185 patches | ||
| 1252 | 1548 | + (is upstream) FTBFS upstream fix for changed include files | ||
| 1253 | 1549 | + (is upstream) debian/patches/increase-bliss-test-timeout.patch: Under | ||
| 1254 | 1550 | QEMU/KVM autopkgtest the bliss test takes longer than the default | ||
| 1255 | 1551 | + (in Debian) add now built (since 5.5.1) mgf1 plugin to | ||
| 1256 | 1552 | libstrongswan-extra-plugins. | ||
| 1257 | 1553 | + (in Debian) d/strongswan-starter.install: install stroke apparmor profile | ||
| 1258 | 1554 | + (this was enabled as part of the former delta, squash changes to no-up) | ||
| 1259 | 1555 | d/rules: Disable duplicheck. | ||
| 1260 | 1556 | + (not needed) Relocate plugins test-vectors from extra-plugins to | ||
| 1261 | 1557 | libstrongswan | ||
| 1262 | 1558 | - d/libstrongswan-extra-plugins.install: Remove plugins/conffiles | ||
| 1263 | 1559 | - d/libstrongswan.install: Add plugins/confiles | ||
| 1264 | 1560 | - d/control: move package descriptions and add required breaks/replaces | ||
| 1265 | 1561 | + (not needed) Relocate plugins ccm from extra-plugins to libstrongswan | ||
| 1266 | 1562 | - d/libstrongswan-extra-plugins.install: Remove plugins/conffiles | ||
| 1267 | 1563 | - d/libstrongswan.install: Add plugins/confiles | ||
| 1268 | 1564 | - d/control: move package descriptions and add required breaks/replaces | ||
| 1269 | 1565 | + (while using it requires special kernel, it does not hurt to be | ||
| 1270 | 1566 | available in the package) Remove ha plugin | ||
| 1271 | 1567 | - d/libcharon-extra-plugins.install: Stop installing ha (so, conf) | ||
| 1272 | 1568 | - d/rules: Do not enable ha plugin | ||
| 1273 | 1569 | - d/control: Drop listing the ha plugin in the package description | ||
| 1274 | 1570 | |||
| 1275 | 1571 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 29 Nov 2017 15:55:18 +0100 | ||
| 1276 | 1572 | |||
| 1277 | 428 | strongswan (5.6.1-2) unstable; urgency=medium | 1573 | strongswan (5.6.1-2) unstable; urgency=medium |
| 1278 | 429 | 1574 | ||
| 1279 | 430 | * move counters plugin from -starter to -libcharon. closes: #882431 | 1575 | * move counters plugin from -starter to -libcharon. closes: #882431 |
| 1280 | @@ -511,6 +1656,213 @@ strongswan (5.5.2-1) experimental; urgency=medium | |||
| 1281 | 511 | 1656 | ||
| 1282 | 512 | -- Yves-Alexis Perez <corsac@debian.org> Fri, 19 May 2017 11:32:00 +0200 | 1657 | -- Yves-Alexis Perez <corsac@debian.org> Fri, 19 May 2017 11:32:00 +0200 |
| 1283 | 513 | 1658 | ||
| 1284 | 1659 | strongswan (5.5.1-4ubuntu3) bionic; urgency=medium | ||
| 1285 | 1660 | |||
| 1286 | 1661 | * Fix Artful FTBFS due to newer glibc (LP: #1724859) | ||
| 1287 | 1662 | - d/p/utils-Include-stdint.h.patch: upstream fix for changed include | ||
| 1288 | 1663 | files. | ||
| 1289 | 1664 | |||
| 1290 | 1665 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 19 Oct 2017 15:18:52 +0200 | ||
| 1291 | 1666 | |||
| 1292 | 1667 | strongswan (5.5.1-4ubuntu2) artful; urgency=medium | ||
| 1293 | 1668 | |||
| 1294 | 1669 | * SECURITY UPDATE: Fix RSA signature verification | ||
| 1295 | 1670 | - debian/patches/CVE-2017-11185.patch: does some | ||
| 1296 | 1671 | verifications in order to avoid null-point dereference | ||
| 1297 | 1672 | in src/libstrongswan/gmp/gmp_rsa_public_key.c | ||
| 1298 | 1673 | - CVE-2017-11185 | ||
| 1299 | 1674 | |||
| 1300 | 1675 | -- Leonidas S. Barbosa <leo.barbosa@canonical.com> Tue, 15 Aug 2017 14:49:49 -0300 | ||
| 1301 | 1676 | |||
| 1302 | 1677 | strongswan (5.5.1-4ubuntu1) artful; urgency=medium | ||
| 1303 | 1678 | |||
| 1304 | 1679 | * Merge from Debian to pick up latest security changes (CVE-2017-9022, | ||
| 1305 | 1680 | CVE-2017-9023). | ||
| 1306 | 1681 | * Remaining Changes: | ||
| 1307 | 1682 | + Update init/service handling | ||
| 1308 | 1683 | - d/rules: Change init/systemd program name to strongswan | ||
| 1309 | 1684 | - d/strongswan-starter.strongswan.service: Add new systemd file instead of | ||
| 1310 | 1685 | patching upstream | ||
| 1311 | 1686 | - d/strongswan-starter.links: Removed, use Ubuntu systemd file instead of | ||
| 1312 | 1687 | linking to upstream | ||
| 1313 | 1688 | - d/strongswan-starter.postrm: Removed 'update-rc.d ipsec remove' call. | ||
| 1314 | 1689 | - d/strongswan-starter.prerm: Stop strongswan service on package | ||
| 1315 | 1690 | removal (as opposed to using the old init.d script). | ||
| 1316 | 1691 | + Clean up d/strongswan-starter.postinst: | ||
| 1317 | 1692 | - Removed section about runlevel changes | ||
| 1318 | 1693 | - Adapted service restart section for Upstart (kept to be Trusty | ||
| 1319 | 1694 | backportable). | ||
| 1320 | 1695 | - Remove old symlinks to init.d files is necessary. | ||
| 1321 | 1696 | - Removed further out-dated code | ||
| 1322 | 1697 | - Removed entire section on opportunistic encryption - this was never in | ||
| 1323 | 1698 | strongSwan. | ||
| 1324 | 1699 | + d/rules: Removed pieces on 'patching ipsec.conf' on build. | ||
| 1325 | 1700 | + Mass enablement of extra plugins and features to allow a user to use | ||
| 1326 | 1701 | strongswan for a variety of use cases without having to rebuild. | ||
| 1327 | 1702 | - d/control: Add required additional build-deps | ||
| 1328 | 1703 | - d/rules: Enable features at configure stage | ||
| 1329 | 1704 | - d/control: Mention addtionally enabled plugins | ||
| 1330 | 1705 | - d/libbstrongswan-extra-plugins.install: Add plugins (so, lib, conf) | ||
| 1331 | 1706 | - d/libstrongswan.install: Add plugins (so, conf) | ||
| 1332 | 1707 | + d/rules: Disable duplicheck as per | ||
| 1333 | 1708 | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718291#10 | ||
| 1334 | 1709 | + Remove ha plugin (requires special kernel) | ||
| 1335 | 1710 | - d/libcharon-extra-plugins.install: Stop installing ha (so, conf) | ||
| 1336 | 1711 | - d/rules: Do not enable ha plugin | ||
| 1337 | 1712 | - d/control: Drop listing the ha plugin in the package description | ||
| 1338 | 1713 | + Add plugin kernel-libipsec to allow the use of strongswan in containers | ||
| 1339 | 1714 | via this userspace implementation (please do note that this is still | ||
| 1340 | 1715 | considered experimental by upstream). | ||
| 1341 | 1716 | - d/libcharon-extra-plugins.install: Add kernel-libipsec components | ||
| 1342 | 1717 | - d/control: List kernel-libipsec plugin at extra plugins description | ||
| 1343 | 1718 | - d/p/dont-load-kernel-libipsec-plugin-by-default.patch: As | ||
| 1344 | 1719 | upstream recommends to not load kernel-libipsec by default. | ||
| 1345 | 1720 | + Relocate tnc plugin | ||
| 1346 | 1721 | - debian/libcharon-extra-plugins.install: Drop tnc from extra plugins | ||
| 1347 | 1722 | - Add new subpackage for TNC in d/strongswan-tnc-* and d/control | ||
| 1348 | 1723 | + d/strongswan-starter.install: Install pool feature, that useful due to | ||
| 1349 | 1724 | having attr-sql plugin that is enabled now. | ||
| 1350 | 1725 | + Relocate plugins test-vectors and ccm from extra-plugins to libstrongswan | ||
| 1351 | 1726 | - d/libstrongswan-extra-plugins.install: Remove plugins/conffiles | ||
| 1352 | 1727 | - d/libstrongswan.install: Add plugins/confiles | ||
| 1353 | 1728 | - d/control: move package descriptions and add required breaks/replaces | ||
| 1354 | 1729 | + d/libstrongswan.install: Reorder conf and .so alphabetically | ||
| 1355 | 1730 | + d/libstrongswan.install: Add kernel-netlink configuration files | ||
| 1356 | 1731 | + d/ipsec.secrets.proto: Removed ipsec.secrets.inc reference. | ||
| 1357 | 1732 | + debian/patches/increase-bliss-test-timeout.patch: Under QEMU/KVM | ||
| 1358 | 1733 | autopkgtest the bliss test takes longer than the default (Upstream in | ||
| 1359 | 1734 | 5.5.2 via issue 2204) | ||
| 1360 | 1735 | + Complete the disabling of libfast; This was partially accepted in Debian, | ||
| 1361 | 1736 | it is no more packaging medcli and medsrv, but still builds and | ||
| 1362 | 1737 | mentions it. | ||
| 1363 | 1738 | - d/rules: Add --disable-fast to avoid build time and dependencies | ||
| 1364 | 1739 | - d/control: Remove medcli, medsrv from package description | ||
| 1365 | 1740 | + Add now built (5.5.1 vs 5.3.5) mgf1 plugin to libstrongswan-extra-plugins. | ||
| 1366 | 1741 | "only" to extra-plugins Mgf1 is not listed as default plugin at | ||
| 1367 | 1742 | https://wiki.strongswan.org/projects/strongswan/wiki/Pluginlist. | ||
| 1368 | 1743 | + Add now built (5.5.1 vs 5.3.5) libraries libtpmtss and nttfft to | ||
| 1369 | 1744 | libstrongswan-extra-plugins. | ||
| 1370 | 1745 | + Add missing mention of md4 plugin in d/control | ||
| 1371 | 1746 | + Add rm_conffile for /etc/init.d/ipsec (transition from precies had | ||
| 1372 | 1747 | missed that) | ||
| 1373 | 1748 | + d/control, d/libcharon-{extras,standard}-plugins.install: Move charon | ||
| 1374 | 1749 | plugins for the most common use cases from extra-plugins into a new | ||
| 1375 | 1750 | standard-plugins package. This will allow those use cases without pulling | ||
| 1376 | 1751 | in too much more plugins (a bit like the tnc package). Recommend that | ||
| 1377 | 1752 | package from strongswan-libcharon. | ||
| 1378 | 1753 | |||
| 1379 | 1754 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 31 May 2017 15:57:54 +0200 | ||
| 1380 | 1755 | |||
| 1381 | 1756 | strongswan (5.5.1-3ubuntu1) artful; urgency=medium | ||
| 1382 | 1757 | |||
| 1383 | 1758 | * Merge from Debian to pick up latest changes. Among others this includes: | ||
| 1384 | 1759 | - a lot of the Delta we upstreamed to Debian (more discussions are ongoing | ||
| 1385 | 1760 | but likely have to wait until Debian stretch was released) | ||
| 1386 | 1761 | - enabling mediation support (LP: #1657413) | ||
| 1387 | 1762 | * Remaining Changes: | ||
| 1388 | 1763 | + Update init/service handling | ||
| 1389 | 1764 | - d/rules: Change init/systemd program name to strongswan | ||
| 1390 | 1765 | - d/strongswan-starter.strongswan.service: Add new systemd file instead of | ||
| 1391 | 1766 | patching upstream | ||
| 1392 | 1767 | - d/strongswan-starter.links: Removed, use Ubuntu systemd file instead of | ||
| 1393 | 1768 | linking to upstream | ||
| 1394 | 1769 | - d/strongswan-starter.postrm: Removed 'update-rc.d ipsec remove' call. | ||
| 1395 | 1770 | - d/strongswan-starter.prerm: Stop strongswan service on package | ||
| 1396 | 1771 | removal (as opposed to using the old init.d script). | ||
| 1397 | 1772 | + Clean up d/strongswan-starter.postinst: | ||
| 1398 | 1773 | - Removed section about runlevel changes | ||
| 1399 | 1774 | - Adapted service restart section for Upstart (kept to be Trusty | ||
| 1400 | 1775 | backportable). | ||
| 1401 | 1776 | - Remove old symlinks to init.d files is necessary. | ||
| 1402 | 1777 | - Removed further out-dated code | ||
| 1403 | 1778 | - Removed entire section on opportunistic encryption - this was never in | ||
| 1404 | 1779 | strongSwan. | ||
| 1405 | 1780 | + d/rules: Removed pieces on 'patching ipsec.conf' on build. | ||
| 1406 | 1781 | + Mass enablement of extra plugins and features to allow a user to use | ||
| 1407 | 1782 | strongswan for a variety of use cases without having to rebuild. | ||
| 1408 | 1783 | - d/control: Add required additional build-deps | ||
| 1409 | 1784 | - d/rules: Enable features at configure stage | ||
| 1410 | 1785 | - d/control: Mention addtionally enabled plugins | ||
| 1411 | 1786 | - d/libbstrongswan-extra-plugins.install: Add plugins (so, lib, conf) | ||
| 1412 | 1787 | - d/libstrongswan.install: Add plugins (so, conf) | ||
| 1413 | 1788 | + d/rules: Disable duplicheck as per | ||
| 1414 | 1789 | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718291#10 | ||
| 1415 | 1790 | + Remove ha plugin (requires special kernel) | ||
| 1416 | 1791 | - d/libcharon-extra-plugins.install: Stop installing ha (so, conf) | ||
| 1417 | 1792 | - d/rules: Do not enable ha plugin | ||
| 1418 | 1793 | - d/control: Drop listing the ha plugin in the package description | ||
| 1419 | 1794 | + Add plugin kernel-libipsec to allow the use of strongswan in containers | ||
| 1420 | 1795 | via this userspace implementation (please do note that this is still | ||
| 1421 | 1796 | considered experimental by upstream). | ||
| 1422 | 1797 | - d/libcharon-extra-plugins.install: Add kernel-libipsec components | ||
| 1423 | 1798 | - d/control: List kernel-libipsec plugin at extra plugins description | ||
| 1424 | 1799 | - d/p/dont-load-kernel-libipsec-plugin-by-default.patch: As | ||
| 1425 | 1800 | upstream recommends to not load kernel-libipsec by default. | ||
| 1426 | 1801 | + Relocate tnc plugin | ||
| 1427 | 1802 | - debian/libcharon-extra-plugins.install: Drop tnc from extra plugins | ||
| 1428 | 1803 | - Add new subpackage for TNC in d/strongswan-tnc-* and d/control | ||
| 1429 | 1804 | + d/strongswan-starter.install: Install pool feature, that useful due to | ||
| 1430 | 1805 | having attr-sql plugin that is enabled now. | ||
| 1431 | 1806 | + Relocate plugins test-vectors and ccm from extra-plugins to libstrongswan | ||
| 1432 | 1807 | - d/libstrongswan-extra-plugins.install: Remove plugins/conffiles | ||
| 1433 | 1808 | - d/libstrongswan.install: Add plugins/confiles | ||
| 1434 | 1809 | - d/control: move package descriptions and add required breaks/replaces | ||
| 1435 | 1810 | + d/libstrongswan.install: Reorder conf and .so alphabetically | ||
| 1436 | 1811 | + d/libstrongswan.install: Add kernel-netlink configuration files | ||
| 1437 | 1812 | + d/ipsec.secrets.proto: Removed ipsec.secrets.inc reference. | ||
| 1438 | 1813 | + debian/patches/increase-bliss-test-timeout.patch: Under QEMU/KVM | ||
| 1439 | 1814 | autopkgtest the bliss test takes longer than the default (Upstream in | ||
| 1440 | 1815 | 5.5.2 via issue 2204) | ||
| 1441 | 1816 | + Complete the disabling of libfast; This was partially accepted in Debian, | ||
| 1442 | 1817 | it is no more packaging medcli and medsrv, but still builds and | ||
| 1443 | 1818 | mentions it. | ||
| 1444 | 1819 | - d/rules: Add --disable-fast to avoid build time and dependencies | ||
| 1445 | 1820 | - d/control: Remove medcli, medsrv from package description | ||
| 1446 | 1821 | + Add now built (5.5.1 vs 5.3.5) mgf1 plugin to libstrongswan-extra-plugins. | ||
| 1447 | 1822 | "only" to extra-plugins Mgf1 is not listed as default plugin at | ||
| 1448 | 1823 | https://wiki.strongswan.org/projects/strongswan/wiki/Pluginlist. | ||
| 1449 | 1824 | + Add now built (5.5.1 vs 5.3.5) libraries libtpmtss and nttfft to | ||
| 1450 | 1825 | libstrongswan-extra-plugins. | ||
| 1451 | 1826 | + Add missing mention of md4 plugin in d/control | ||
| 1452 | 1827 | + Add rm_conffile for /etc/init.d/ipsec (transition from precies had | ||
| 1453 | 1828 | missed that) | ||
| 1454 | 1829 | + d/control, d/libcharon-{extras,standard}-plugins.install: Move charon | ||
| 1455 | 1830 | plugins for the most common use cases from extra-plugins into a new | ||
| 1456 | 1831 | standard-plugins package. This will allow those use cases without pulling | ||
| 1457 | 1832 | in too much more plugins (a bit like the tnc package). Recommend that | ||
| 1458 | 1833 | package from strongswan-libcharon. | ||
| 1459 | 1834 | * Dropped Changes: | ||
| 1460 | 1835 | + Add and install apparmor profiles (in Debian) | ||
| 1461 | 1836 | - d/rules: Install AppArmor profiles | ||
| 1462 | 1837 | - d/control: Add dh-apparmor build-dep | ||
| 1463 | 1838 | - d/usr.lib.ipsec.{charon, lookip, stroke}: Add latest AppArmor profiles | ||
| 1464 | 1839 | for charon, lookip and stroke | ||
| 1465 | 1840 | - d/libcharon-extra-plugins.install: Install profile for lookip | ||
| 1466 | 1841 | - d/strongswan-charon.install: Install profile for charon | ||
| 1467 | 1842 | - d/strongswan-starter.install: Install profile for stroke | ||
| 1468 | 1843 | - Fix strongswan ipsec status issue with apparmor | ||
| 1469 | 1844 | - Fix Dep8 tests for the now extra strongswan-pki package for pki | ||
| 1470 | 1845 | - Fix Dep8 tests for the now extra strongswan-scepclient package | ||
| 1471 | 1846 | + d/rules: Sorted and only one enable option per configure line (in | ||
| 1472 | 1847 | Debian) | ||
| 1473 | 1848 | + Add updated logcheck rules (in Debian) | ||
| 1474 | 1849 | - debian/libstrongswan.strongswan.logcheck.*: Remove outdated files | ||
| 1475 | 1850 | - debian/strongswan.logcheck: Add updated logcheck rules | ||
| 1476 | 1851 | + Add updated DEP8 tests (in Debian) | ||
| 1477 | 1852 | - d/tests/*: Add DEP8 tests | ||
| 1478 | 1853 | - d/control: Enable autotestpkg | ||
| 1479 | 1854 | + d/rules: do not strip for library integrity checking (After Discussion | ||
| 1480 | 1855 | with Debian this isn't acceptable there, but at the same time it turned | ||
| 1481 | 1856 | out the real use-case of this never uses this lib but instead third | ||
| 1482 | 1857 | party checks of checksums for e.g. FIPS cert; so drop the Delta) | ||
| 1483 | 1858 | - Use override_dh_strip to to avoid overwriting user build flags. | ||
| 1484 | 1859 | - Add missing mention of libchecksum integrity test in d/control | ||
| 1485 | 1860 | + d/rules: Set TESTS_REDUCED_KEYLENGTHS to one generate smallest key-lengths | ||
| 1486 | 1861 | in tests to avoid issues in low entropy environments. (Debian has | ||
| 1487 | 1862 | disabled !x86 tests for the same reason, one solution is enough) | ||
| 1488 | 1863 | |||
| 1489 | 1864 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 04 May 2017 14:06:23 +0200 | ||
| 1490 | 1865 | |||
| 1491 | 514 | strongswan (5.5.1-3) unstable; urgency=medium | 1866 | strongswan (5.5.1-3) unstable; urgency=medium |
| 1492 | 515 | 1867 | ||
| 1493 | 516 | [ Christian Ehrhardt ] | 1868 | [ Christian Ehrhardt ] |
| 1494 | @@ -544,6 +1896,136 @@ strongswan (5.5.1-2) unstable; urgency=medium | |||
| 1495 | 544 | 1896 | ||
| 1496 | 545 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 07 Dec 2016 08:34:52 +0100 | 1897 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 07 Dec 2016 08:34:52 +0100 |
| 1497 | 546 | 1898 | ||
| 1498 | 1899 | strongswan (5.5.1-1ubuntu2) zesty; urgency=medium | ||
| 1499 | 1900 | |||
| 1500 | 1901 | * Update Maintainers which was missed while merging 5.5.1-1. | ||
| 1501 | 1902 | |||
| 1502 | 1903 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 19 Dec 2016 16:02:40 +0100 | ||
| 1503 | 1904 | |||
| 1504 | 1905 | strongswan (5.5.1-1ubuntu1) zesty; urgency=medium | ||
| 1505 | 1906 | |||
| 1506 | 1907 | * Merge from Debian (complex delta, discussions and broken out changes can be | ||
| 1507 | 1908 | found in the merge proposal linked from the merge bug LP: #1631198) | ||
| 1508 | 1909 | * Remaining Changes: | ||
| 1509 | 1910 | + d/rules: Enforcing DEB_BUILD_OPTIONS=nostrip for library integrity | ||
| 1510 | 1911 | checking. | ||
| 1511 | 1912 | + d/rules: Set TESTS_REDUCED_KEYLENGTHS to one generate smallest key-lengths | ||
| 1512 | 1913 | in tests to avoid issues in low entropy environments. | ||
| 1513 | 1914 | + Update init/service handling | ||
| 1514 | 1915 | - d/rules: Change init/systemd program name to strongswan | ||
| 1515 | 1916 | - d/strongswan-starter.strongswan.service: Add new systemd file instead of | ||
| 1516 | 1917 | patching upstream | ||
| 1517 | 1918 | - d/strongswan-starter.links: Removed, use Ubuntu systemd file instead of | ||
| 1518 | 1919 | linking to upstream | ||
| 1519 | 1920 | - d/strongswan-starter.postrm: Removed 'update-rc.d ipsec remove' call. | ||
| 1520 | 1921 | - d/strongswan-starter.prerm: Stop strongswan service on package | ||
| 1521 | 1922 | removal (as opposed to using the old init.d script). | ||
| 1522 | 1923 | + Clean up d/strongswan-starter.postinst: | ||
| 1523 | 1924 | - Removed section about runlevel changes | ||
| 1524 | 1925 | - Adapted service restart section for Upstart (kept to be Trusty | ||
| 1525 | 1926 | backportable). | ||
| 1526 | 1927 | - Remove old symlinks to init.d files is necessary. | ||
| 1527 | 1928 | - Removed further out-dated code | ||
| 1528 | 1929 | - Removed entire section on opportunistic encryption - this was never in | ||
| 1529 | 1930 | strongSwan. | ||
| 1530 | 1931 | + Add and install apparmor profiles | ||
| 1531 | 1932 | - d/rules: Install AppArmor profiles | ||
| 1532 | 1933 | - d/control: Add dh-apparmor build-dep | ||
| 1533 | 1934 | - d/usr.lib.ipsec.{charon, lookip, stroke}: Add latest AppArmor profiles | ||
| 1534 | 1935 | for charon, lookip and stroke | ||
| 1535 | 1936 | - d/libcharon-extra-plugins.install: Install profile for lookip | ||
| 1536 | 1937 | - d/strongswan-charon.install: Install profile for charon | ||
| 1537 | 1938 | - d/strongswan-starter.install: Install profile for stroke | ||
| 1538 | 1939 | + d/rules: Removed pieces on 'patching ipsec.conf' on build. | ||
| 1539 | 1940 | + d/rules: Sorted and only one enable option per configure line | ||
| 1540 | 1941 | + Mass enablement of extra plugins and features to allow a user to use | ||
| 1541 | 1942 | strongswan for a variety of use cases without having to rebuild. | ||
| 1542 | 1943 | - d/control: Add required additional build-deps | ||
| 1543 | 1944 | - d/rules: Enable features at configure stage | ||
| 1544 | 1945 | - d/control: Mention addtionally enabled plugins | ||
| 1545 | 1946 | - d/libbstrongswan-extra-plugins.install: Add plugins (so, lib, conf) | ||
| 1546 | 1947 | - d/libstrongswan.install: Add plugins (so, conf) | ||
| 1547 | 1948 | + d/rules: Disable duplicheck as per | ||
| 1548 | 1949 | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718291#10 | ||
| 1549 | 1950 | + Remove ha plugin (requires special kernel) | ||
| 1550 | 1951 | - d/libcharon-extra-plugins.install: Stop installing ha (so, conf) | ||
| 1551 | 1952 | - d/rules: Do not enable ha plugin | ||
| 1552 | 1953 | - d/control: Drop listing the ha plugin in the package description | ||
| 1553 | 1954 | + Add plugin kernel-libipsec to allow the use of strongswan in containers | ||
| 1554 | 1955 | via this userspace implementation (please do note that this is still | ||
| 1555 | 1956 | considered experimental by upstream). | ||
| 1556 | 1957 | - d/libcharon-extra-plugins.install: Add kernel-libipsec components | ||
| 1557 | 1958 | - d/control: List kernel-libipsec plugin at extra plugins description | ||
| 1558 | 1959 | - d/p/dont-load-kernel-libipsec-plugin-by-default.patch: As | ||
| 1559 | 1960 | upstream recommends to not load kernel-libipsec by default. | ||
| 1560 | 1961 | + Relocate tnc plugin | ||
| 1561 | 1962 | - debian/libcharon-extra-plugins.install: Drop tnc from extra plugins | ||
| 1562 | 1963 | - Add new subpackage for TNC in d/strongswan-tnc-* and d/control | ||
| 1563 | 1964 | + d/strongswan-starter.install: Install pool feature, that useful due to | ||
| 1564 | 1965 | having attr-sql plugin that is enabled now. | ||
| 1565 | 1966 | + Relocate plugins test-vectors and ccm from extra-plugins to libstrongswan | ||
| 1566 | 1967 | - d/libstrongswan-extra-plugins.install: Remove plugins | ||
| 1567 | 1968 | - d/libstrongswan.install: Add plugins | ||
| 1568 | 1969 | + d/libstrongswan.install: Reorder conf and .so alphabetically | ||
| 1569 | 1970 | + d/libstrongswan.install: Add kernel-netlink configuration files | ||
| 1570 | 1971 | + d/ipsec.secrets.proto: Removed ipsec.secrets.inc reference. | ||
| 1571 | 1972 | + Add updated logcheck rules | ||
| 1572 | 1973 | - debian/libstrongswan.strongswan.logcheck.*: Remove outdated files | ||
| 1573 | 1974 | - debian/strongswan.logcheck: Add updated logcheck rules | ||
| 1574 | 1975 | + Add updated DEP8 tests | ||
| 1575 | 1976 | - d/tests/*: Add DEP8 tests | ||
| 1576 | 1977 | - d/control: Enable autotestpkg | ||
| 1577 | 1978 | + debian/patches/increase-bliss-test-timeout.patch: Under QEMU/KVM | ||
| 1578 | 1979 | autopkgtest the bliss test takes longer than the default | ||
| 1579 | 1980 | + Complete the disabling of libfast | ||
| 1580 | 1981 | - Note: This was partially accepted in Debian, it is no more | ||
| 1581 | 1982 | packaging medcli and medsrv, but still builds and mentions it | ||
| 1582 | 1983 | - d/rules: Add --disable-fast to avoid build time and dependencies | ||
| 1583 | 1984 | - d/control: Remove medcli, medsrv from package description | ||
| 1584 | 1985 | * Dropped Changes: | ||
| 1585 | 1986 | + Adding build-dep to iptables-dev (no change, was only in Changelog) | ||
| 1586 | 1987 | + Dropping of build deps libfcgi-dev, clearsilver-dev (in Debian) | ||
| 1587 | 1988 | + Adding strongswan-plugin-* virtual packages for dist-upgrade (no | ||
| 1588 | 1989 | upgrade path left needing them) | ||
| 1589 | 1990 | + Most of "disabling libfast" (Debian dropped it from package content) | ||
| 1590 | 1991 | + Transition for ipsec service (no upgrade path left) | ||
| 1591 | 1992 | + Reverted part of the cleanup to d/strongswan-starter.postinst as using | ||
| 1592 | 1993 | service should rather use invoke-rc.d (so it is a partial revert of our | ||
| 1593 | 1994 | delta) | ||
| 1594 | 1995 | + Transition handling (breaks/replaces) from per-plugin packages to the | ||
| 1595 | 1996 | three grouped plugin packages (no upgrade path left) | ||
| 1596 | 1997 | + debian/strongswan-starter.dirs: Don't touch /etc/init.d. (while "correct" | ||
| 1597 | 1998 | it is effectively a no-op still, so not worth the delta) | ||
| 1598 | 1999 | + Lower dpkg-dev to 1.16.1 from 1.16.2 to enable backporting to Precise | ||
| 1599 | 2000 | (no more needed) | ||
| 1600 | 2001 | + d/rules: Remove configure option --enable-unit-test (unit tests run by | ||
| 1601 | 2002 | default) | ||
| 1602 | 2003 | * Added Changes: | ||
| 1603 | 2004 | + Fix strongswan ipsec status issue with apparmor (LP: #1587886) | ||
| 1604 | 2005 | + d/control, d/libstrongswan.install, d/libstrongswan-extra-plugins: Fixup | ||
| 1605 | 2006 | the relocation of the ccm plugin which missed to move the conffiles. | ||
| 1606 | 2007 | + Complete move of test-vectors (was missing in d/control) | ||
| 1607 | 2008 | + Add now built (5.5.1 vs 5.3.5) mgf1 plugin to libstrongswan-extra-plugins. | ||
| 1608 | 2009 | "only" to extra-plugins Mgf1 is not listed as default plugin at | ||
| 1609 | 2010 | https://wiki.strongswan.org/projects/strongswan/wiki/Pluginlist. | ||
| 1610 | 2011 | + Add now built (5.5.1 vs 5.3.5) libraries libtpmtss and nttfft to | ||
| 1611 | 2012 | libstrongswan-extra-plugins. | ||
| 1612 | 2013 | + Add missing mention of md4 plugin in d/control | ||
| 1613 | 2014 | + Add missing mention of libchecksum integrity test in d/control | ||
| 1614 | 2015 | + Add rm_conffile for /etc/init.d/ipsec (transition from precies had | ||
| 1615 | 2016 | missed that) | ||
| 1616 | 2017 | + Use override_dh_strip to to fix library integrity checking instead of | ||
| 1617 | 2018 | DEB_BUILD_OPTION to avoid overwriting user build flags. | ||
| 1618 | 2019 | + d/control, d/libcharon-{extras,standard}-plugins.install: Move charon | ||
| 1619 | 2020 | plugins for the most common use cases from extra-plugins into a new | ||
| 1620 | 2021 | standard-plugins package. This will allow those use cases without pulling | ||
| 1621 | 2022 | in too much more plugins (a bit like the tnc package). Recommend that | ||
| 1622 | 2023 | package from strongswan-libcharon (LP: #1640826). | ||
| 1623 | 2024 | + Fix Dep8 tests for the now extra strongswan-pki package for pki | ||
| 1624 | 2025 | + Fix Dep8 tests for the now extra strongswan-scepclient package | ||
| 1625 | 2026 | |||
| 1626 | 2027 | -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 07 Nov 2016 16:16:41 +0100 | ||
| 1627 | 2028 | |||
| 1628 | 547 | strongswan (5.5.1-1) unstable; urgency=medium | 2029 | strongswan (5.5.1-1) unstable; urgency=medium |
| 1629 | 548 | 2030 | ||
| 1630 | 549 | * New upstream bugfix release. | 2031 | * New upstream bugfix release. |
| 1631 | @@ -660,6 +2142,177 @@ strongswan (5.3.5-2) unstable; urgency=medium | |||
| 1632 | 660 | 2142 | ||
| 1633 | 661 | -- Yves-Alexis Perez <corsac@debian.org> Mon, 14 Mar 2016 23:53:34 +0100 | 2143 | -- Yves-Alexis Perez <corsac@debian.org> Mon, 14 Mar 2016 23:53:34 +0100 |
| 1634 | 662 | 2144 | ||
| 1635 | 2145 | strongswan (5.3.5-1ubuntu4) yakkety; urgency=medium | ||
| 1636 | 2146 | |||
| 1637 | 2147 | * Build-depend on libjson-c-dev instead of libjson0-dev. | ||
| 1638 | 2148 | * Rebuild against libjson-c3. | ||
| 1639 | 2149 | |||
| 1640 | 2150 | -- Graham Inggs <ginggs@ubuntu.com> Fri, 29 Apr 2016 19:04:22 +0200 | ||
| 1641 | 2151 | |||
| 1642 | 2152 | strongswan (5.3.5-1ubuntu3) xenial; urgency=medium | ||
| 1643 | 2153 | |||
| 1644 | 2154 | * Rebuild against libmysqlclient20. | ||
| 1645 | 2155 | |||
| 1646 | 2156 | -- Robie Basak <robie.basak@ubuntu.com> Tue, 05 Apr 2016 13:02:48 +0000 | ||
| 1647 | 2157 | |||
| 1648 | 2158 | strongswan (5.3.5-1ubuntu2) xenial; urgency=medium | ||
| 1649 | 2159 | |||
| 1650 | 2160 | * debian/tests/plugins: rdrand may or may not be loaded, depending on the | ||
| 1651 | 2161 | cpu features. | ||
| 1652 | 2162 | |||
| 1653 | 2163 | -- Iain Lane <iain@orangesquash.org.uk> Mon, 22 Feb 2016 17:13:01 +0000 | ||
| 1654 | 2164 | |||
| 1655 | 2165 | strongswan (5.3.5-1ubuntu1) xenial; urgency=medium | ||
| 1656 | 2166 | |||
| 1657 | 2167 | * debian/{rules,control,libstrongswan-extra-plugins.install} | ||
| 1658 | 2168 | Enable bliss plugin | ||
| 1659 | 2169 | * debian/{rules,control,libstrongswan-extra-plugins.install} | ||
| 1660 | 2170 | Enable chapoly plugin | ||
| 1661 | 2171 | * debian/patches/dont-load-kernel-libipsec-plugin-by-default.patch | ||
| 1662 | 2172 | Upstream suggests to not load this plugin by default as it has | ||
| 1663 | 2173 | some limitations. | ||
| 1664 | 2174 | https://wiki.strongswan.org/projects/strongswan/wiki/Kernel-libipsec | ||
| 1665 | 2175 | * debian/patches/increase-bliss-test-timeout.patch | ||
| 1666 | 2176 | Under QEMU/KVM for autopkgtest bliss test takes a bit longer then default | ||
| 1667 | 2177 | * Update Apparmor profiles | ||
| 1668 | 2178 | - usr.lib.ipsec.charon | ||
| 1669 | 2179 | - add capability audit_write for xauth-pam (LP: #1470277) | ||
| 1670 | 2180 | - add capability dac_override (needed by agent plugin) | ||
| 1671 | 2181 | - allow priv dropping (LP: #1333655) | ||
| 1672 | 2182 | - allow caching CRLs (LP: #1505222) | ||
| 1673 | 2183 | - allow rw access to /dev/net/tun for kernel-libipsec (LP: #1309594) | ||
| 1674 | 2184 | - usr.lib.ipsec.stroke | ||
| 1675 | 2185 | - allow priv dropping (LP: #1333655) | ||
| 1676 | 2186 | - add local include | ||
| 1677 | 2187 | - usr.lib.ipsec.lookip | ||
| 1678 | 2188 | - add local include | ||
| 1679 | 2189 | * Merge from Debian, which includes fixes for all previous CVEs | ||
| 1680 | 2190 | Fixes (LP: #1330504, #1451091, #1448870, #1470277) | ||
| 1681 | 2191 | Remaining changes: | ||
| 1682 | 2192 | * debian/control | ||
| 1683 | 2193 | - Lower dpkg-dev to 1.16.1 from 1.16.2 to enable backporting to Precise | ||
| 1684 | 2194 | - Update Maintainer for Ubuntu | ||
| 1685 | 2195 | - Add build-deps | ||
| 1686 | 2196 | - dh-apparmor | ||
| 1687 | 2197 | - iptables-dev | ||
| 1688 | 2198 | - libjson0-dev | ||
| 1689 | 2199 | - libldns-dev | ||
| 1690 | 2200 | - libmysqlclient-dev | ||
| 1691 | 2201 | - libpcsclite-dev | ||
| 1692 | 2202 | - libsoup2.4-dev | ||
| 1693 | 2203 | - libtspi-dev | ||
| 1694 | 2204 | - libunbound-dev | ||
| 1695 | 2205 | - Drop build-deps | ||
| 1696 | 2206 | - libfcgi-dev | ||
| 1697 | 2207 | - clearsilver-dev | ||
| 1698 | 2208 | - Create virtual packages for all strongswan-plugin-* for dist-upgrade | ||
| 1699 | 2209 | - Set XS-Testsuite: autopkgtest | ||
| 1700 | 2210 | * debian/rules: | ||
| 1701 | 2211 | - Enforcing DEB_BUILD_OPTIONS=nostrip for library integrity checking. | ||
| 1702 | 2212 | - Set TESTS_REDUCED_KEYLENGTHS to one generate smallest key-lengths in | ||
| 1703 | 2213 | tests. | ||
| 1704 | 2214 | - Change init/systemd program name to strongswan | ||
| 1705 | 2215 | - Install AppArmor profiles | ||
| 1706 | 2216 | - Removed pieces on 'patching ipsec.conf' on build. | ||
| 1707 | 2217 | - Enablement of features per Ubuntu current config suggested from | ||
| 1708 | 2218 | upstream recommendation | ||
| 1709 | 2219 | - Unpack and sort enabled features to one-per-line | ||
| 1710 | 2220 | - Disable duplicheck as per | ||
| 1711 | 2221 | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718291#10 | ||
| 1712 | 2222 | - Disable libfast (--disable-fast): | ||
| 1713 | 2223 | Requires dropping medsrv, medcli plugins which depend on libfast | ||
| 1714 | 2224 | - Add configure options | ||
| 1715 | 2225 | --with-tss=trousers | ||
| 1716 | 2226 | - Remove configure options: | ||
| 1717 | 2227 | --enable-ha (requires special kernel) | ||
| 1718 | 2228 | --enable-unit-test (unit tests run by default) | ||
| 1719 | 2229 | - Drop logcheck install | ||
| 1720 | 2230 | * debian/tests/* | ||
| 1721 | 2231 | - Add DEP8 test for strongswan service and plugins | ||
| 1722 | 2232 | * debian/strongswan-starter.strongswan.service | ||
| 1723 | 2233 | - Add new systemd file instead of patching upstream | ||
| 1724 | 2234 | * debian/strongswan-starter.links | ||
| 1725 | 2235 | - removed, use Ubuntu systemd file instead of linking to upstream | ||
| 1726 | 2236 | * debian/usr.lib.ipsec.{charon, lookip, stroke} | ||
| 1727 | 2237 | - added AppArmor profiles for charon, lookip and stroke | ||
| 1728 | 2238 | * debian/libcharon-extra-plugins.install | ||
| 1729 | 2239 | - Add plugins | ||
| 1730 | 2240 | - kernel-libipsec.{so, lib, conf, apparmor} | ||
| 1731 | 2241 | - Remove plugins | ||
| 1732 | 2242 | - libstrongswan-ha.so | ||
| 1733 | 2243 | - Relocate plugins | ||
| 1734 | 2244 | - libstrongswan-tnc-tnccs.so (strongswan-tnc-base.install) | ||
| 1735 | 2245 | * debian/libstrongswan-extra-plugins.install | ||
| 1736 | 2246 | - Add plugins (so, lib, conf) | ||
| 1737 | 2247 | - acert | ||
| 1738 | 2248 | - attr-sql | ||
| 1739 | 2249 | - coupling | ||
| 1740 | 2250 | - dnscert | ||
| 1741 | 2251 | - fips-prf | ||
| 1742 | 2252 | - gmp | ||
| 1743 | 2253 | - ipseckey | ||
| 1744 | 2254 | - load-tester | ||
| 1745 | 2255 | - mysql | ||
| 1746 | 2256 | - ntru | ||
| 1747 | 2257 | - radattr | ||
| 1748 | 2258 | - soup | ||
| 1749 | 2259 | - sqlite | ||
| 1750 | 2260 | - sql | ||
| 1751 | 2261 | - systime-fix | ||
| 1752 | 2262 | - unbound | ||
| 1753 | 2263 | - whitelist | ||
| 1754 | 2264 | - Relocate plugins (so, lib, conf) | ||
| 1755 | 2265 | - ccm (libstrongswan.install) | ||
| 1756 | 2266 | - test-vectors (libstrongswan.install) | ||
| 1757 | 2267 | * debian/libstrongswan.install | ||
| 1758 | 2268 | - Sort sections | ||
| 1759 | 2269 | - Add plugins (so, lib, conf) | ||
| 1760 | 2270 | - libchecksum | ||
| 1761 | 2271 | - ccm | ||
| 1762 | 2272 | - eap-identity | ||
| 1763 | 2273 | - md4 | ||
| 1764 | 2274 | - test-vectors | ||
| 1765 | 2275 | * debian/strongswan-charon.install | ||
| 1766 | 2276 | - Add AppArmor profile for charon | ||
| 1767 | 2277 | * debian/strongswan-starter.install | ||
| 1768 | 2278 | - Add tools, manpages, conf | ||
| 1769 | 2279 | - openac | ||
| 1770 | 2280 | - pool | ||
| 1771 | 2281 | - _updown_espmark | ||
| 1772 | 2282 | - Add AppArmor profile for stroke | ||
| 1773 | 2283 | * debian/strongswan-tnc-base.install | ||
| 1774 | 2284 | - Add new subpackage for TNC | ||
| 1775 | 2285 | - remove non-existent (dropped in 5.2.1) libpts library files | ||
| 1776 | 2286 | * debian/strongswan-tnc-client.install | ||
| 1777 | 2287 | - Add new subpackage for TNC | ||
| 1778 | 2288 | * debian/strongswan-tnc-ifmap.install | ||
| 1779 | 2289 | - Add new subpackage for TNC | ||
| 1780 | 2290 | * debian/strongswan-tnc-pdp.install | ||
| 1781 | 2291 | - Add new subpackage for TNC | ||
| 1782 | 2292 | * debian/strongswan-tnc-server.install | ||
| 1783 | 2293 | - Add new subpackage for TNC | ||
| 1784 | 2294 | * debian/strongswan-starter.postinit: | ||
| 1785 | 2295 | - Removed section about runlevel changes, it's almost 2014. | ||
| 1786 | 2296 | - Adapted service restart section for Upstart. | ||
| 1787 | 2297 | - Remove old symlinks to init.d files is necessary. | ||
| 1788 | 2298 | * debian/strongswan-starter.dirs: Don't touch /etc/init.d. | ||
| 1789 | 2299 | * debian/strongswan-starter.postrm: Removed 'update-rc.d ipsec remove' call. | ||
| 1790 | 2300 | * debian/strongswan-starter.prerm: Stop strongswan service on package | ||
| 1791 | 2301 | removal (as opposed to using the old init.d script). | ||
| 1792 | 2302 | * debian/libstrongswan.strongswan.logcheck combined into debian/strongswan.logcheck | ||
| 1793 | 2303 | - logcheck patterns updated to be helpful | ||
| 1794 | 2304 | * debian/strongswan-starter.postinst: Removed further out-dated code and | ||
| 1795 | 2305 | entire section on opportunistic encryption - this was never in strongSwan. | ||
| 1796 | 2306 | * debian/ipsec.secrets.proto: Removed ipsec.secrets.inc reference. | ||
| 1797 | 2307 | Drop changes: | ||
| 1798 | 2308 | * debian/control | ||
| 1799 | 2309 | - Per-plugin package breakup: Reducing packaging delta from Debian | ||
| 1800 | 2310 | - Don't build dhcp, farp subpackages: Reduce packging delta from Debian | ||
| 1801 | 2311 | * debian/watch: Already exists in Debian merge | ||
| 1802 | 2312 | * debian/upstream/signing-key.asc: Upstream has newer version. | ||
| 1803 | 2313 | |||
| 1804 | 2314 | -- Ryan Harper <ryan.harper@canonical.com> Fri, 12 Feb 2016 11:24:53 -0600 | ||
| 1805 | 2315 | |||
| 1806 | 663 | strongswan (5.3.5-1) unstable; urgency=medium | 2316 | strongswan (5.3.5-1) unstable; urgency=medium |
| 1807 | 664 | 2317 | ||
| 1808 | 665 | * New upstream bugfix release. | 2318 | * New upstream bugfix release. |
| 1809 | @@ -932,6 +2585,210 @@ strongswan (5.1.2-1) unstable; urgency=medium | |||
| 1810 | 932 | 2585 | ||
| 1811 | 933 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 12 Mar 2014 11:22:38 +0100 | 2586 | -- Yves-Alexis Perez <corsac@debian.org> Wed, 12 Mar 2014 11:22:38 +0100 |
| 1812 | 934 | 2587 | ||
| 1813 | 2588 | strongswan (5.1.2-0ubuntu8) xenial; urgency=medium | ||
| 1814 | 2589 | |||
| 1815 | 2590 | * Import FTBFS for s390x from Debian 5.1.2-3 upload. (LP: #1521240) | ||
| 1816 | 2591 | |||
| 1817 | 2592 | -- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 30 Nov 2015 15:46:06 +0000 | ||
| 1818 | 2593 | |||
| 1819 | 2594 | strongswan (5.1.2-0ubuntu7) xenial; urgency=medium | ||
| 1820 | 2595 | |||
| 1821 | 2596 | * SECURITY UPDATE: authentication bypass in eap-mschapv2 plugin | ||
| 1822 | 2597 | - debian/patches/CVE-2015-8023.patch: only succeed authentication if | ||
| 1823 | 2598 | MSK was established in | ||
| 1824 | 2599 | src/libcharon/plugins/eap_mschapv2/eap_mschapv2.c. | ||
| 1825 | 2600 | - CVE-2015-8023 | ||
| 1826 | 2601 | * debian/patches/disable_ntru_test.patch: disable test causing FTBFS | ||
| 1827 | 2602 | until regression is properly investigated. | ||
| 1828 | 2603 | |||
| 1829 | 2604 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Thu, 19 Nov 2015 14:00:17 -0500 | ||
| 1830 | 2605 | |||
| 1831 | 2606 | strongswan (5.1.2-0ubuntu6) wily; urgency=medium | ||
| 1832 | 2607 | |||
| 1833 | 2608 | * SECURITY UPDATE: user credential disclosure to rogue servers | ||
| 1834 | 2609 | - debian/patches/CVE-2015-4171.patch: enforce remote authentication | ||
| 1835 | 2610 | config before proceeding with own authentication in | ||
| 1836 | 2611 | src/libcharon/sa/ikev2/tasks/ike_auth.c. | ||
| 1837 | 2612 | - CVE-2015-4171 | ||
| 1838 | 2613 | * debian/rules: don't FTBFS from unused service file | ||
| 1839 | 2614 | |||
| 1840 | 2615 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 08 Jun 2015 12:50:38 -0400 | ||
| 1841 | 2616 | |||
| 1842 | 2617 | strongswan (5.1.2-0ubuntu5) vivid; urgency=medium | ||
| 1843 | 2618 | |||
| 1844 | 2619 | * Add a systemd unit corresponding to strongswan-starter.strongswan.upstart. | ||
| 1845 | 2620 | |||
| 1846 | 2621 | -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 16 Jan 2015 08:27:54 +0100 | ||
| 1847 | 2622 | |||
| 1848 | 2623 | strongswan (5.1.2-0ubuntu4) vivid; urgency=medium | ||
| 1849 | 2624 | |||
| 1850 | 2625 | * SECURITY UPDATE: denial of service via DH group 1025 | ||
| 1851 | 2626 | - debian/patches/CVE-2014-9221.patch: define MODP_CUSTOM outside of | ||
| 1852 | 2627 | IKE DH range in src/libstrongswan/crypto/diffie_hellman.c, | ||
| 1853 | 2628 | src/libstrongswan/crypto/diffie_hellman.h. | ||
| 1854 | 2629 | - CVE-2014-9221 | ||
| 1855 | 2630 | |||
| 1856 | 2631 | -- Tyler Hicks <tyhicks@canonical.com> Mon, 05 Jan 2015 08:25:29 -0500 | ||
| 1857 | 2632 | |||
| 1858 | 2633 | strongswan (5.1.2-0ubuntu3) utopic; urgency=low | ||
| 1859 | 2634 | |||
| 1860 | 2635 | * Added "libgcrypt20-dev | libgcrypt11-dev" to build dependencies to fix | ||
| 1861 | 2636 | build. | ||
| 1862 | 2637 | |||
| 1863 | 2638 | -- Jonathan Davies <jonathan.davies@canonical.com> Wed, 15 Oct 2014 16:49:18 +0000 | ||
| 1864 | 2639 | |||
| 1865 | 2640 | strongswan (5.1.2-0ubuntu2) trusty; urgency=medium | ||
| 1866 | 2641 | |||
| 1867 | 2642 | * SECURITY UPDATE: remote authentication bypass | ||
| 1868 | 2643 | - debian/patches/CVE-2014-2338.patch: reject CREATE_CHILD_SA exchange | ||
| 1869 | 2644 | on unestablished IKE_SAs in src/libcharon/sa/ikev2/task_manager_v2.c. | ||
| 1870 | 2645 | - CVE-2014-2338 | ||
| 1871 | 2646 | |||
| 1872 | 2647 | -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Mon, 14 Apr 2014 11:24:34 -0400 | ||
| 1873 | 2648 | |||
| 1874 | 2649 | strongswan (5.1.2-0ubuntu1) trusty; urgency=low | ||
| 1875 | 2650 | |||
| 1876 | 2651 | * New upstream release. | ||
| 1877 | 2652 | |||
| 1878 | 2653 | -- Jonathan Davies <jonathan.davies@canonical.com> Sat, 01 Mar 2014 08:53:17 +0000 | ||
| 1879 | 2654 | |||
| 1880 | 2655 | strongswan (5.1.2~rc2-0ubuntu2) trusty; urgency=low | ||
| 1881 | 2656 | |||
| 1882 | 2657 | * debian/ipsec.secrets.proto: Removed ipsec.secrets.inc reference. | ||
| 1883 | 2658 | * debian/usr.lib.ipsec.charon: Allow read access to /run/charon. | ||
| 1884 | 2659 | |||
| 1885 | 2660 | -- Jonathan Davies <jonathan.davies@canonical.com> Wed, 19 Feb 2014 13:07:16 +0000 | ||
| 1886 | 2661 | |||
| 1887 | 2662 | strongswan (5.1.2~rc2-0ubuntu1) trusty; urgency=low | ||
| 1888 | 2663 | |||
| 1889 | 2664 | * New upstream release candidate. | ||
| 1890 | 2665 | |||
| 1891 | 2666 | -- Jonathan Davies <jonathan.davies@canonical.com> Wed, 19 Feb 2014 12:59:21 +0000 | ||
| 1892 | 2667 | |||
| 1893 | 2668 | strongswan (5.1.2~rc1-0ubuntu4) trusty; urgency=medium | ||
| 1894 | 2669 | |||
| 1895 | 2670 | * debian/strongswan-tnc-*.install: Fixed files so libraries go into correct | ||
| 1896 | 2671 | packages. | ||
| 1897 | 2672 | * debian/usr.lib.ipsec.stroke: Allow access to strongswan.d directories. | ||
| 1898 | 2673 | |||
| 1899 | 2674 | -- Jonathan Davies <jonathan.davies@canonical.com> Mon, 17 Feb 2014 18:12:38 +0000 | ||
| 1900 | 2675 | |||
| 1901 | 2676 | strongswan (5.1.2~rc1-0ubuntu3) trusty; urgency=low | ||
| 1902 | 2677 | |||
| 1903 | 2678 | * debian/rules: Exclude rdrand.conf in dh_install's --fail-missing. | ||
| 1904 | 2679 | |||
| 1905 | 2680 | -- Jonathan Davies <jonathan.davies@canonical.com> Sat, 15 Feb 2014 15:46:46 +0000 | ||
| 1906 | 2681 | |||
| 1907 | 2682 | strongswan (5.1.2~rc1-0ubuntu2) trusty; urgency=low | ||
| 1908 | 2683 | |||
| 1909 | 2684 | * debian/libstrongswan.install: Moved rdrand plugin configuration to rules | ||
| 1910 | 2685 | as it's only useful on amd64. | ||
| 1911 | 2686 | * debian/watch: Added opts=pgpsigurlmangle option. | ||
| 1912 | 2687 | * debian/upstream/signing-key.asc: Added key: 0xB34DBA77. | ||
| 1913 | 2688 | |||
| 1914 | 2689 | -- Jonathan Davies <jonathan.davies@canonical.com> Sat, 15 Feb 2014 15:32:10 +0000 | ||
| 1915 | 2690 | |||
| 1916 | 2691 | strongswan (5.1.2~rc1-0ubuntu1) trusty; urgency=medium | ||
| 1917 | 2692 | |||
| 1918 | 2693 | * New upstream release candidate. | ||
| 1919 | 2694 | * debian/*.install - include new configuration files for plugins in | ||
| 1920 | 2695 | appropiate packages. | ||
| 1921 | 2696 | |||
| 1922 | 2697 | -- Jonathan Davies <jonathan.davies@canonical.com> Sat, 15 Feb 2014 15:03:14 +0000 | ||
| 1923 | 2698 | |||
| 1924 | 2699 | strongswan (5.1.2~dr3+git20130120-0ubuntu3) trusty; urgency=low | ||
| 1925 | 2700 | |||
| 1926 | 2701 | * debian/control: | ||
| 1927 | 2702 | - Added Breaks/Replaces for all library files which have been moved | ||
| 1928 | 2703 | about (LP: #1278176). | ||
| 1929 | 2704 | - Removed build-dependency on check and added one on dh-apparmor. | ||
| 1930 | 2705 | * debian/strongswan-starter.postinst: Removed further out-dated code and | ||
| 1931 | 2706 | entire section on opportunistic encryption - this was never in strongSwan. | ||
| 1932 | 2707 | * debian/rules: Removed pieces on 'patching ipsec.conf' on build. | ||
| 1933 | 2708 | |||
| 1934 | 2709 | -- Jonathan Davies <jonathan.davies@canonical.com> Sun, 09 Feb 2014 23:53:23 +0000 | ||
| 1935 | 2710 | |||
| 1936 | 2711 | strongswan (5.1.2~dr3+git20130120-0ubuntu2) trusty; urgency=low | ||
| 1937 | 2712 | |||
| 1938 | 2713 | * debian/control: Fixed references to plugin-fips-prf. | ||
| 1939 | 2714 | |||
| 1940 | 2715 | -- Jonathan Davies <jonathan.davies@canonical.com> Wed, 22 Jan 2014 11:22:14 +0000 | ||
| 1941 | 2716 | |||
| 1942 | 2717 | strongswan (5.1.2~dr3+git20130120-0ubuntu1) trusty; urgency=low | ||
| 1943 | 2718 | |||
| 1944 | 2719 | * Upstream Git snapshot for build fixes with regards to entropy. | ||
| 1945 | 2720 | * debian/rules: | ||
| 1946 | 2721 | - Enforcing DEB_BUILD_OPTIONS=nostrip for library integrity checking. | ||
| 1947 | 2722 | - Set TESTS_REDUCED_KEYLENGTHS to one generate smallest key-lengths in | ||
| 1948 | 2723 | tests. | ||
| 1949 | 2724 | |||
| 1950 | 2725 | -- Jonathan Davies <jonathan.davies@canonical.com> Mon, 20 Jan 2014 19:00:59 +0000 | ||
| 1951 | 2726 | |||
| 1952 | 2727 | strongswan (5.1.2~dr3-0ubuntu1) trusty; urgency=low | ||
| 1953 | 2728 | |||
| 1954 | 2729 | * New upstream developer release. | ||
| 1955 | 2730 | * Made changes to packaging per upstream suggestions. | ||
| 1956 | 2731 | - Dropped medcli and medsrv packages - not recommended by upstream at this | ||
| 1957 | 2732 | time. | ||
| 1958 | 2733 | - Dropped ha plugin - needs special kernel. | ||
| 1959 | 2734 | - Improved all package descriptions in general. | ||
| 1960 | 2735 | - Drop build-dep on clearsilver-dev and libfcgi-dev - no longer needed. | ||
| 1961 | 2736 | - Removed debian/*logcheck* files - not relevant to strongSwan. | ||
| 1962 | 2737 | - Split dhcp and farp packages into sub-packages. | ||
| 1963 | 2738 | - Build kernel-libipsec, ntru, systime-fix, and xauth-noauth plugins. | ||
| 1964 | 2739 | - Changes to TNC-related packages. | ||
| 1965 | 2740 | * Created AppArmor profiles for lookip and stroke. | ||
| 1966 | 2741 | |||
| 1967 | 2742 | -- Jonathan Davies <jonathan.davies@canonical.com> Wed, 15 Jan 2014 22:52:53 +0000 | ||
| 1968 | 2743 | |||
| 1969 | 2744 | strongswan (5.1.2~dr2+git20130106-0ubuntu2) trusty; urgency=low | ||
| 1970 | 2745 | |||
| 1971 | 2746 | * libstrongswan.install: Removed lingering unit-tester.so reference. | ||
| 1972 | 2747 | |||
| 1973 | 2748 | -- Jonathan Davies <jonathan.davies@canonical.com> Mon, 06 Jan 2014 20:29:59 +0000 | ||
| 1974 | 2749 | |||
| 1975 | 2750 | strongswan (5.1.2~dr2+git20130106-0ubuntu1) trusty; urgency=low | ||
| 1976 | 2751 | |||
| 1977 | 2752 | * Git snapshot of commit 94e10f15e51ead788d9947e966878ebfdc95b7ce. | ||
| 1978 | 2753 | Incorporates upstream fixes for: | ||
| 1979 | 2754 | - Integrity testing. | ||
| 1980 | 2755 | - Unit test failures on little endian systems. | ||
| 1981 | 2756 | * Dropped debian/patches/02_test_asn1_fix_32bit_time_test.patch - fixed | ||
| 1982 | 2757 | upstream. | ||
| 1983 | 2758 | * debian/rules: | ||
| 1984 | 2759 | - Stop using CK_TIMEOUT_MULTIPLIER. | ||
| 1985 | 2760 | - Stop enabling the test suite only on non-powerpc arches (it runs | ||
| 1986 | 2761 | anyway). | ||
| 1987 | 2762 | |||
| 1988 | 2763 | -- Jonathan Davies <jonathan.davies@canonical.com> Mon, 06 Jan 2014 20:17:20 +0000 | ||
| 1989 | 2764 | |||
| 1990 | 2765 | strongswan (5.1.2~dr2-0ubuntu3) trusty; urgency=low | ||
| 1991 | 2766 | |||
| 1992 | 2767 | * debian/control: Reinstate missing comma in dependencies. | ||
| 1993 | 2768 | |||
| 1994 | 2769 | -- Jonathan Davies <jonathan.davies@canonical.com> Fri, 03 Jan 2014 05:39:13 +0000 | ||
| 1995 | 2770 | |||
| 1996 | 2771 | strongswan (5.1.2~dr2-0ubuntu2) trusty; urgency=low | ||
| 1997 | 2772 | |||
| 1998 | 2773 | * Added debian/patches/02_test_asn1_fix_32bit_time_test.patch - fixes issue | ||
| 1999 | 2774 | where test for >2038 tests on 32-bit platforms is broken. | ||
| 2000 | 2775 | - Reported upstream: https://wiki.strongswan.org/issues/477 | ||
| 2001 | 2776 | * debian/control: Added strongswan-plugin-ntru to strongswan-ike Suggests. | ||
| 2002 | 2777 | |||
| 2003 | 2778 | -- Jonathan Davies <jonathan.davies@canonical.com> Fri, 03 Jan 2014 05:02:32 +0000 | ||
| 2004 | 2779 | |||
| 2005 | 2780 | strongswan (5.1.2~dr2-0ubuntu1) trusty; urgency=low | ||
| 2006 | 2781 | |||
| 2007 | 2782 | * New upstream developer release. | ||
| 2008 | 2783 | * debian/rules: Configure with: --enable-af-alg, --enable-ntru, --enable-soup, | ||
| 2009 | 2784 | and --enable-unity. | ||
| 2010 | 2785 | * debian/control: | ||
| 2011 | 2786 | - New plugin packages created for the above | ||
| 2012 | 2787 | - Split fips-prf into its own package. | ||
| 2013 | 2788 | - Added build-dependency on libsoup2.4-dev. | ||
| 2014 | 2789 | |||
| 2015 | 2790 | -- Jonathan Davies <jonathan.davies@canonical.com> Thu, 02 Jan 2014 17:37:33 +0000 | ||
| 2016 | 2791 | |||
| 2017 | 935 | strongswan (5.1.1-3) unstable; urgency=low | 2792 | strongswan (5.1.1-3) unstable; urgency=low |
| 2018 | 936 | 2793 | ||
| 2019 | 937 | * Upload to unstable. | 2794 | * Upload to unstable. |
| 2020 | @@ -1023,6 +2880,192 @@ strongswan (5.1.1-1) unstable; urgency=low | |||
| 2021 | 1023 | 2880 | ||
| 2022 | 1024 | -- Yves-Alexis Perez <corsac@debian.org> Fri, 24 Jan 2014 21:22:32 +0100 | 2881 | -- Yves-Alexis Perez <corsac@debian.org> Fri, 24 Jan 2014 21:22:32 +0100 |
| 2023 | 1025 | 2882 | ||
| 2024 | 2883 | strongswan (5.1.1-0ubuntu17) trusty; urgency=low | ||
| 2025 | 2884 | |||
| 2026 | 2885 | * debian/control: | ||
| 2027 | 2886 | - Make strongswan-ike depend on iproute2. | ||
| 2028 | 2887 | - Added xauth plugin dependency on strongswan-plugin-eap-gtc. | ||
| 2029 | 2888 | - Created strongswan-libfast package. | ||
| 2030 | 2889 | |||
| 2031 | 2890 | -- Jonathan Davies <jonathan.davies@canonical.com> Wed, 01 Jan 2014 17:04:45 +0000 | ||
| 2032 | 2891 | |||
| 2033 | 2892 | strongswan (5.1.1-0ubuntu16) trusty; urgency=low | ||
| 2034 | 2893 | |||
| 2035 | 2894 | * debian/control: | ||
| 2036 | 2895 | - Further splitting of plugins into subpackages (such as all EAP plugins | ||
| 2037 | 2896 | to their own packages). | ||
| 2038 | 2897 | - Added libpcsclite-dev to build-dependencies. | ||
| 2039 | 2898 | * debian/rules: | ||
| 2040 | 2899 | - Sort configure options in alphabetical order. | ||
| 2041 | 2900 | - Added configure option of --enable-eap-aka-3gpp2, --enable-eap-dynamic, | ||
| 2042 | 2901 | --enable-eap-sim-file, --enable-eap-sim-pcsc, | ||
| 2043 | 2902 | --enable-eap-simaka-pseudonym, --enable-eap-simaka-reauth and | ||
| 2044 | 2903 | --enable-eap-simaka-sql. | ||
| 2045 | 2904 | - Don't exclude medsrv from install. | ||
| 2046 | 2905 | * Moved eap-identity.so to libstrongswan package as it's used by all the | ||
| 2047 | 2906 | other EAP plugins. | ||
| 2048 | 2907 | |||
| 2049 | 2908 | -- Jonathan Davies <jonathan.davies@canonical.com> Tue, 31 Dec 2013 21:25:50 +0000 | ||
| 2050 | 2909 | |||
| 2051 | 2910 | strongswan (5.1.1-0ubuntu15) trusty; urgency=low | ||
| 2052 | 2911 | |||
| 2053 | 2912 | * debian/control: | ||
| 2054 | 2913 | - Split plugins from libstrongswan package into modular subpackages. | ||
| 2055 | 2914 | - Added libmysqlclient-dev to build-dependencies. | ||
| 2056 | 2915 | - strongswan-ike: Set to depend on either strongswan-plugins-openssl or | ||
| 2057 | 2916 | strongswan-plugins-gcrypt. | ||
| 2058 | 2917 | - strongswan-ike: All other plugins added to Suggests. | ||
| 2059 | 2918 | - Created two new TNC packages: strongswan-tnc-ifmap and | ||
| 2060 | 2919 | strongswan-tnc-pdp and added to tnc-imcvs Suggests. | ||
| 2061 | 2920 | * debian/rules: Added to CONFIGUREARGS: --enable-certexpire, | ||
| 2062 | 2921 | --enable-error-notify, --enable-mysql, --enable-load-tester, | ||
| 2063 | 2922 | --enable-radattr, --enable-tnc-pdp, and --enable-whitelist. | ||
| 2064 | 2923 | * debian/strongswan-ike.install: Moved eap-identity.so to -tnc-imcvs package. | ||
| 2065 | 2924 | |||
| 2066 | 2925 | -- Jonathan Davies <jonathan.davies@canonical.com> Tue, 31 Dec 2013 16:15:32 +0000 | ||
| 2067 | 2926 | |||
| 2068 | 2927 | strongswan (5.1.1-0ubuntu14) trusty; urgency=low | ||
| 2069 | 2928 | |||
| 2070 | 2929 | * debian/rules: | ||
| 2071 | 2930 | - CK_TIMEOUT_MULTIPLIER back down to 6. | ||
| 2072 | 2931 | - Disable unit tests on powerpc. | ||
| 2073 | 2932 | |||
| 2074 | 2933 | -- Jonathan Davies <jonathan.davies@canonical.com> Tue, 31 Dec 2013 07:39:48 +0000 | ||
| 2075 | 2934 | |||
| 2076 | 2935 | strongswan (5.1.1-0ubuntu13) trusty; urgency=low | ||
| 2077 | 2936 | |||
| 2078 | 2937 | * debian/rules: CK_TIMEOUT_MULTIPLIER to 10 as just powerppc is being stubborn. | ||
| 2079 | 2938 | |||
| 2080 | 2939 | -- Jonathan Davies <jonathan.davies@canonical.com> Tue, 31 Dec 2013 07:23:42 +0000 | ||
| 2081 | 2940 | |||
| 2082 | 2941 | strongswan (5.1.1-0ubuntu12) trusty; urgency=low | ||
| 2083 | 2942 | |||
| 2084 | 2943 | * debian/rules: Bring CK_TIMEOUT_MULTIPLIER up to 6 to fix powerppc and | ||
| 2085 | 2944 | armhf. | ||
| 2086 | 2945 | |||
| 2087 | 2946 | -- Jonathan Davies <jonathan.davies@canonical.com> Tue, 31 Dec 2013 07:03:40 +0000 | ||
| 2088 | 2947 | |||
| 2089 | 2948 | strongswan (5.1.1-0ubuntu11) trusty; urgency=low | ||
| 2090 | 2949 | |||
| 2091 | 2950 | * 02_increase-test_rsa_generate-timeout.patch: Removed - only fixed build on | ||
| 2092 | 2951 | one extra arch. | ||
| 2093 | 2952 | * debian/rules: Set CK_TIMEOUT_MULTIPLIER to 4. | ||
| 2094 | 2953 | |||
| 2095 | 2954 | -- Jonathan Davies <jonathan.davies@canonical.com> Tue, 31 Dec 2013 06:51:47 +0000 | ||
| 2096 | 2955 | |||
| 2097 | 2956 | strongswan (5.1.1-0ubuntu10) trusty; urgency=low | ||
| 2098 | 2957 | |||
| 2099 | 2958 | * debian/patches: Added patch 02_increase-test_rsa_generate-timeout.patch - | ||
| 2100 | 2959 | - Increases RSA key generate test timeout to 30 seconds so that it doesn't | ||
| 2101 | 2960 | fail on armhf, arm64, and powerppc. | ||
| 2102 | 2961 | * Contrary to what the last changelog entry says, we are still running | ||
| 2103 | 2962 | strongswan as root (with AppArmor protection). | ||
| 2104 | 2963 | |||
| 2105 | 2964 | -- Jonathan Davies <jonathan.davies@canonical.com> Tue, 31 Dec 2013 06:06:47 +0000 | ||
| 2106 | 2965 | |||
| 2107 | 2966 | strongswan (5.1.1-0ubuntu9) trusty; urgency=low | ||
| 2108 | 2967 | |||
| 2109 | 2968 | * debian/rules: Added to configure options: | ||
| 2110 | 2969 | - --enable-tnc-ifmap: enable TNC IF-MAP module. | ||
| 2111 | 2970 | - --enable-duplicheck: enable duplicheck plugin. | ||
| 2112 | 2971 | - --enable-imv-swid, --enable-imc-swid: Added. | ||
| 2113 | 2972 | - Run strongswan as it's own user. | ||
| 2114 | 2973 | * debian/strongswan-starter.install: Install duplicheck. | ||
| 2115 | 2974 | * debian/strongswan-tnc-imcvs.install: Install swidtags. | ||
| 2116 | 2975 | |||
| 2117 | 2976 | -- Jonathan Davies <jonathan.davies@canonical.com> Mon, 30 Dec 2013 19:33:27 +0000 | ||
| 2118 | 2977 | |||
| 2119 | 2978 | strongswan (5.1.1-0ubuntu8) trusty; urgency=low | ||
| 2120 | 2979 | |||
| 2121 | 2980 | * debian/rules: Added to configure options: | ||
| 2122 | 2981 | - --enable-unit-tests: check unit testing on build. | ||
| 2123 | 2982 | - --enable-unbound: for validating DNS lookups. | ||
| 2124 | 2983 | - --enable-dnscert: for DNSCERT peer authentication. | ||
| 2125 | 2984 | - --enable-ipseckey: for IPSEC key authentication. | ||
| 2126 | 2985 | - --enable-lookip: for LookIP functionality. | ||
| 2127 | 2986 | - --enable-coupling: certificate coupling functionality. | ||
| 2128 | 2987 | * debian/control: Added check, libldns-dev, libunbound-dev to | ||
| 2129 | 2988 | build-dependencies. | ||
| 2130 | 2989 | * debian/libstrongswan.install: Install new plugin .so's. | ||
| 2131 | 2990 | * debian/strongswan-starter.install: Added lookip. | ||
| 2132 | 2991 | |||
| 2133 | 2992 | -- Jonathan Davies <jonathan.davies@canonical.com> Mon, 30 Dec 2013 17:52:07 +0000 | ||
| 2134 | 2993 | |||
| 2135 | 2994 | strongswan (5.1.1-0ubuntu7) trusty; urgency=low | ||
| 2136 | 2995 | |||
| 2137 | 2996 | * strongswan-starter.install: Moved pt-tls-client to tnc-imcvs (to prevent | ||
| 2138 | 2997 | the former from depending on the latter). | ||
| 2139 | 2998 | |||
| 2140 | 2999 | -- Jonathan Davies <jonathan.davies@canonical.com> Mon, 30 Dec 2013 17:30:19 +0000 | ||
| 2141 | 3000 | |||
| 2142 | 3001 | strongswan (5.1.1-0ubuntu6) trusty; urgency=low | ||
| 2143 | 3002 | |||
| 2144 | 3003 | * debian/strongswan-starter.prerm: Stop strongswan service on package | ||
| 2145 | 3004 | removal (as opposed to using the old init.d script). | ||
| 2146 | 3005 | |||
| 2147 | 3006 | -- Jonathan Davies <jonathan.davies@canonical.com> Mon, 30 Dec 2013 17:22:10 +0000 | ||
| 2148 | 3007 | |||
| 2149 | 3008 | strongswan (5.1.1-0ubuntu5) trusty; urgency=low | ||
| 2150 | 3009 | |||
| 2151 | 3010 | * debian/rules: | ||
| 2152 | 3011 | - CONFIGUREARGS: Merged Debian and RPM options. | ||
| 2153 | 3012 | - Brings in TNC functionality. | ||
| 2154 | 3013 | * debian/control: | ||
| 2155 | 3014 | - Added build-dependency on libtspi-dev. | ||
| 2156 | 3015 | - Created strongswan-tnc-imcvs binary package for TNC components. | ||
| 2157 | 3016 | - Added strongswan-tnc-imcvs to libstrongswan's Suggests. | ||
| 2158 | 3017 | * debian/libstrongswan.install: | ||
| 2159 | 3018 | - Included newly built MD4 and SQLite libraries. | ||
| 2160 | 3019 | - Removed 'tnc' references (moved to TNC package). | ||
| 2161 | 3020 | * debian/strongswan-tnc-imcvs.install: Created - handle new TNC libraries and | ||
| 2162 | 3021 | binaries. | ||
| 2163 | 3022 | * debian/usr.lib.ipsec.charon: Allow access to TNC modules. | ||
| 2164 | 3023 | |||
| 2165 | 3024 | -- Jonathan Davies <jonathan.davies@canonical.com> Mon, 30 Dec 2013 14:05:43 +0000 | ||
| 2166 | 3025 | |||
| 2167 | 3026 | strongswan (5.1.1-0ubuntu4) trusty; urgency=low | ||
| 2168 | 3027 | |||
| 2169 | 3028 | * debian/usr.lib.ipsec.charon: Added - AppArmor profile for charon. | ||
| 2170 | 3029 | * debian/strongswan-starter.postrm: Removed 'update-rc.d ipsec remove' call. | ||
| 2171 | 3030 | * debian/control: strongswan-ike - Stop depending on ipsec-tools. | ||
| 2172 | 3031 | |||
| 2173 | 3032 | -- Jonathan Davies <jonathan.davies@canonical.com> Mon, 30 Dec 2013 05:35:17 +0000 | ||
| 2174 | 3033 | |||
| 2175 | 3034 | strongswan (5.1.1-0ubuntu3) trusty; urgency=low | ||
| 2176 | 3035 | |||
| 2177 | 3036 | * strongswan-starter.strongswan.upstart - Only start strongSwan when a | ||
| 2178 | 3037 | network connection is available. | ||
| 2179 | 3038 | * debian/control: Downgrade build-dep version of dpkg-dev from 1.16.2 to | ||
| 2180 | 3039 | 1.16.1 - to make precise backporting easier. | ||
| 2181 | 3040 | |||
| 2182 | 3041 | -- Jonathan Davies <jonathan.davies@canonical.com> Thu, 12 Dec 2013 10:43:15 +0000 | ||
| 2183 | 3042 | |||
| 2184 | 3043 | strongswan (5.1.1-0ubuntu2) trusty; urgency=low | ||
| 2185 | 3044 | |||
| 2186 | 3045 | * strongswan-starter.strongswan.upstart - Created Upstart job for | ||
| 2187 | 3046 | strongSwan. | ||
| 2188 | 3047 | * debian/rules: Set dh_installinit to install above file. | ||
| 2189 | 3048 | * debian/strongswan-starter.postinit: | ||
| 2190 | 3049 | - Removed section about runlevel changes, it's almost 2014. | ||
| 2191 | 3050 | - Adapted service restart section for Upstart. | ||
| 2192 | 3051 | - Remove old symlinks to init.d files is necessary. | ||
| 2193 | 3052 | * debian/strongswan-starter.dirs: Don't touch /etc/init.d. | ||
| 2194 | 3053 | |||
| 2195 | 3054 | -- Jonathan Davies <jonathan.davies@canonical.com> Wed, 11 Dec 2013 23:10:28 +0000 | ||
| 2196 | 3055 | |||
| 2197 | 3056 | strongswan (5.1.1-0ubuntu1) trusty; urgency=low | ||
| 2198 | 3057 | |||
| 2199 | 3058 | * New upstream release. | ||
| 2200 | 3059 | * Removed: debian/patches/CVE-2013-6075, CVE-2013-6076.patch - upsteamed. | ||
| 2201 | 3060 | * debian/control: Updated Standards-Version to 3.9.5 and applied | ||
| 2202 | 3061 | XSBC-Original-Maintainer policy. | ||
| 2203 | 3062 | * strongswan-starter.install: | ||
| 2204 | 3063 | - pki tool is now in /usr/bin. | ||
| 2205 | 3064 | - Install pt-tls-client. | ||
| 2206 | 3065 | - Install manpages (LP: #1206263). | ||
| 2207 | 3066 | |||
| 2208 | 3067 | -- Jonathan Davies <jpds@ubuntu.com> Sun, 01 Dec 2013 17:43:59 +0000 | ||
| 2209 | 3068 | |||
| 2210 | 1026 | strongswan (5.1.0-3) unstable; urgency=high | 3069 | strongswan (5.1.0-3) unstable; urgency=high |
| 2211 | 1027 | 3070 | ||
| 2212 | 1028 | * urgency=high for the security fixes. | 3071 | * urgency=high for the security fixes. |
| 2213 | diff --git a/debian/control b/debian/control | |||
| 2214 | index df2d9f3..c82b7aa 100644 | |||
| 2215 | --- a/debian/control | |||
| 2216 | +++ b/debian/control | |||
| 2217 | @@ -1,7 +1,8 @@ | |||
| 2218 | 1 | Source: strongswan | 1 | Source: strongswan |
| 2219 | 2 | Section: net | 2 | Section: net |
| 2220 | 3 | Priority: optional | 3 | Priority: optional |
| 2222 | 4 | Maintainer: strongSwan Maintainers <pkg-swan-devel@lists.alioth.debian.org> | 4 | Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
| 2223 | 5 | XSBC-Original-Maintainer: strongSwan Maintainers <pkg-swan-devel@lists.alioth.debian.org> | ||
| 2224 | 5 | Uploaders: Yves-Alexis Perez <corsac@debian.org> | 6 | Uploaders: Yves-Alexis Perez <corsac@debian.org> |
| 2225 | 6 | Standards-Version: 4.7.1 | 7 | Standards-Version: 4.7.1 |
| 2226 | 7 | Vcs-Browser: https://salsa.debian.org/debian/strongswan | 8 | Vcs-Browser: https://salsa.debian.org/debian/strongswan |
| 2227 | @@ -207,6 +208,9 @@ Description: strongSwan charon library (extra plugins) | |||
| 2228 | 207 | - unity (Cisco Unity extensions for IKEv1) | 208 | - unity (Cisco Unity extensions for IKEv1) |
| 2229 | 208 | - xauth-eap (XAuth backend that uses EAP methods to verify passwords) | 209 | - xauth-eap (XAuth backend that uses EAP methods to verify passwords) |
| 2230 | 209 | - xauth-pam (XAuth backend that uses PAM modules to verify passwords) | 210 | - xauth-pam (XAuth backend that uses PAM modules to verify passwords) |
| 2231 | 211 | - eap-dynamic (EAP proxy plugin that dynamically selects an EAP method | ||
| 2232 | 212 | requested/supported by the client (since 5.0.1)) | ||
| 2233 | 213 | - eap-peap (EAP-PEAP protocol handler, wraps other EAP methods securely) | ||
| 2234 | 210 | 214 | ||
| 2235 | 211 | Package: strongswan-starter | 215 | Package: strongswan-starter |
| 2236 | 212 | Architecture: any | 216 | Architecture: any |
| 2237 | @@ -214,10 +218,10 @@ Pre-Depends: ${misc:Pre-Depends} | |||
| 2238 | 214 | Depends: adduser, | 218 | Depends: adduser, |
| 2239 | 215 | libstrongswan (= ${binary:Version}), | 219 | libstrongswan (= ${binary:Version}), |
| 2240 | 216 | sysvinit-utils (>= 3.05-3), | 220 | sysvinit-utils (>= 3.05-3), |
| 2241 | 221 | strongswan-charon, | ||
| 2242 | 217 | ${misc:Depends}, | 222 | ${misc:Depends}, |
| 2243 | 218 | ${shlibs:Depends} | 223 | ${shlibs:Depends} |
| 2244 | 219 | Conflicts: libreswan | 224 | Conflicts: libreswan |
| 2245 | 220 | Recommends: strongswan-charon | ||
| 2246 | 221 | Description: strongSwan daemon starter and configuration file parser | 225 | Description: strongSwan daemon starter and configuration file parser |
| 2247 | 222 | The strongSwan VPN suite uses the native IPsec stack in the standard | 226 | The strongSwan VPN suite uses the native IPsec stack in the standard |
| 2248 | 223 | Linux kernel. It supports both the IKEv1 and IKEv2 protocols. | 227 | Linux kernel. It supports both the IKEv1 and IKEv2 protocols. |
| 2249 | @@ -253,10 +257,10 @@ Architecture: any | |||
| 2250 | 253 | Pre-Depends: debconf | debconf-2.0 | 257 | Pre-Depends: debconf | debconf-2.0 |
| 2251 | 254 | Depends: iproute2 [linux-any] | iproute [linux-any], | 258 | Depends: iproute2 [linux-any] | iproute [linux-any], |
| 2252 | 255 | libstrongswan (= ${binary:Version}), | 259 | libstrongswan (= ${binary:Version}), |
| 2253 | 256 | strongswan-starter, | ||
| 2254 | 257 | ${misc:Depends}, | 260 | ${misc:Depends}, |
| 2255 | 258 | ${shlibs:Depends} | 261 | ${shlibs:Depends} |
| 2256 | 259 | Conflicts: charon-systemd | 262 | Conflicts: charon-systemd |
| 2257 | 263 | Recommends: strongswan-starter, | ||
| 2258 | 260 | Provides: ike-server | 264 | Provides: ike-server |
| 2259 | 261 | Description: strongSwan Internet Key Exchange daemon | 265 | Description: strongSwan Internet Key Exchange daemon |
| 2260 | 262 | The strongSwan VPN suite uses the native IPsec stack in the standard | 266 | The strongSwan VPN suite uses the native IPsec stack in the standard |
| 2261 | diff --git a/debian/libcharon-extra-plugins.install b/debian/libcharon-extra-plugins.install | |||
| 2262 | index 94fbabd..91ca716 100644 | |||
| 2263 | --- a/debian/libcharon-extra-plugins.install | |||
| 2264 | +++ b/debian/libcharon-extra-plugins.install | |||
| 2265 | @@ -2,9 +2,11 @@ | |||
| 2266 | 2 | usr/lib/ipsec/plugins/libstrongswan-addrblock.so | 2 | usr/lib/ipsec/plugins/libstrongswan-addrblock.so |
| 2267 | 3 | usr/lib/ipsec/plugins/libstrongswan-certexpire.so | 3 | usr/lib/ipsec/plugins/libstrongswan-certexpire.so |
| 2268 | 4 | usr/lib/ipsec/plugins/libstrongswan-eap-aka.so | 4 | usr/lib/ipsec/plugins/libstrongswan-eap-aka.so |
| 2269 | 5 | usr/lib/ipsec/plugins/libstrongswan-eap-dynamic.so | ||
| 2270 | 5 | usr/lib/ipsec/plugins/libstrongswan-eap-gtc.so | 6 | usr/lib/ipsec/plugins/libstrongswan-eap-gtc.so |
| 2271 | 6 | usr/lib/ipsec/plugins/libstrongswan-eap-identity.so | 7 | usr/lib/ipsec/plugins/libstrongswan-eap-identity.so |
| 2272 | 7 | usr/lib/ipsec/plugins/libstrongswan-eap-md5.so | 8 | usr/lib/ipsec/plugins/libstrongswan-eap-md5.so |
| 2273 | 9 | usr/lib/ipsec/plugins/libstrongswan-eap-peap.so | ||
| 2274 | 8 | usr/lib/ipsec/plugins/libstrongswan-eap-radius.so | 10 | usr/lib/ipsec/plugins/libstrongswan-eap-radius.so |
| 2275 | 9 | usr/lib/ipsec/plugins/libstrongswan-eap-tls.so | 11 | usr/lib/ipsec/plugins/libstrongswan-eap-tls.so |
| 2276 | 10 | usr/lib/ipsec/plugins/libstrongswan-eap-tnc.so | 12 | usr/lib/ipsec/plugins/libstrongswan-eap-tnc.so |
| 2277 | @@ -25,9 +27,11 @@ usr/lib/ipsec/plugins/libstrongswan-xauth-pam.so | |||
| 2278 | 25 | usr/share/strongswan/templates/config/plugins/addrblock.conf | 27 | usr/share/strongswan/templates/config/plugins/addrblock.conf |
| 2279 | 26 | usr/share/strongswan/templates/config/plugins/certexpire.conf | 28 | usr/share/strongswan/templates/config/plugins/certexpire.conf |
| 2280 | 27 | usr/share/strongswan/templates/config/plugins/eap-aka.conf | 29 | usr/share/strongswan/templates/config/plugins/eap-aka.conf |
| 2281 | 30 | usr/share/strongswan/templates/config/plugins/eap-dynamic.conf | ||
| 2282 | 28 | usr/share/strongswan/templates/config/plugins/eap-gtc.conf | 31 | usr/share/strongswan/templates/config/plugins/eap-gtc.conf |
| 2283 | 29 | usr/share/strongswan/templates/config/plugins/eap-identity.conf | 32 | usr/share/strongswan/templates/config/plugins/eap-identity.conf |
| 2284 | 30 | usr/share/strongswan/templates/config/plugins/eap-md5.conf | 33 | usr/share/strongswan/templates/config/plugins/eap-md5.conf |
| 2285 | 34 | usr/share/strongswan/templates/config/plugins/eap-peap.conf | ||
| 2286 | 31 | usr/share/strongswan/templates/config/plugins/eap-radius.conf | 35 | usr/share/strongswan/templates/config/plugins/eap-radius.conf |
| 2287 | 32 | usr/share/strongswan/templates/config/plugins/eap-tls.conf | 36 | usr/share/strongswan/templates/config/plugins/eap-tls.conf |
| 2288 | 33 | usr/share/strongswan/templates/config/plugins/eap-tnc.conf | 37 | usr/share/strongswan/templates/config/plugins/eap-tnc.conf |
| 2289 | @@ -49,9 +53,11 @@ etc/strongswan.d/tnc.conf | |||
| 2290 | 49 | etc/strongswan.d/charon/addrblock.conf | 53 | etc/strongswan.d/charon/addrblock.conf |
| 2291 | 50 | etc/strongswan.d/charon/certexpire.conf | 54 | etc/strongswan.d/charon/certexpire.conf |
| 2292 | 51 | etc/strongswan.d/charon/eap-aka.conf | 55 | etc/strongswan.d/charon/eap-aka.conf |
| 2293 | 56 | etc/strongswan.d/charon/eap-dynamic.conf | ||
| 2294 | 52 | etc/strongswan.d/charon/eap-gtc.conf | 57 | etc/strongswan.d/charon/eap-gtc.conf |
| 2295 | 53 | etc/strongswan.d/charon/eap-identity.conf | 58 | etc/strongswan.d/charon/eap-identity.conf |
| 2296 | 54 | etc/strongswan.d/charon/eap-md5.conf | 59 | etc/strongswan.d/charon/eap-md5.conf |
| 2297 | 60 | etc/strongswan.d/charon/eap-peap.conf | ||
| 2298 | 55 | etc/strongswan.d/charon/eap-radius.conf | 61 | etc/strongswan.d/charon/eap-radius.conf |
| 2299 | 56 | etc/strongswan.d/charon/eap-tls.conf | 62 | etc/strongswan.d/charon/eap-tls.conf |
| 2300 | 57 | etc/strongswan.d/charon/eap-tnc.conf | 63 | etc/strongswan.d/charon/eap-tnc.conf |
| 2301 | diff --git a/debian/rules b/debian/rules | |||
| 2302 | index 415178c..42a7f54 100755 | |||
| 2303 | --- a/debian/rules | |||
| 2304 | +++ b/debian/rules | |||
| 2305 | @@ -17,9 +17,11 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \ | |||
| 2306 | 17 | --enable-curve25519 \ | 17 | --enable-curve25519 \ |
| 2307 | 18 | --enable-eap-aka \ | 18 | --enable-eap-aka \ |
| 2308 | 19 | --enable-eap-gtc \ | 19 | --enable-eap-gtc \ |
| 2309 | 20 | --enable-eap-dynamic \ | ||
| 2310 | 20 | --enable-eap-identity \ | 21 | --enable-eap-identity \ |
| 2311 | 21 | --enable-eap-md5 \ | 22 | --enable-eap-md5 \ |
| 2312 | 22 | --enable-eap-mschapv2 \ | 23 | --enable-eap-mschapv2 \ |
| 2313 | 24 | --enable-eap-peap \ | ||
| 2314 | 23 | --enable-eap-radius \ | 25 | --enable-eap-radius \ |
| 2315 | 24 | --enable-eap-tls \ | 26 | --enable-eap-tls \ |
| 2316 | 25 | --enable-eap-tnc \ | 27 | --enable-eap-tnc \ |
| 2317 | diff --git a/debian/tests/control b/debian/tests/control | |||
| 2318 | index 524498c..43d9b0c 100644 | |||
| 2319 | --- a/debian/tests/control | |||
| 2320 | +++ b/debian/tests/control | |||
| 2321 | @@ -5,3 +5,9 @@ Restrictions: needs-root isolation-container allow-stderr | |||
| 2322 | 5 | Tests: daemon plugins | 5 | Tests: daemon plugins |
| 2323 | 6 | Depends: strongswan-starter, strongswan-charon, libstrongswan-standard-plugins, libstrongswan-extra-plugins, libcharon-extra-plugins | 6 | Depends: strongswan-starter, strongswan-charon, libstrongswan-standard-plugins, libstrongswan-extra-plugins, libcharon-extra-plugins |
| 2324 | 7 | Restrictions: needs-root isolation-machine allow-stderr | 7 | Restrictions: needs-root isolation-machine allow-stderr |
| 2325 | 8 | |||
| 2326 | 9 | Tests: host-to-host | ||
| 2327 | 10 | Depends: strongswan-swanctl, strongswan-pki, libstrongswan-extra-plugins, | ||
| 2328 | 11 | charon-systemd, lsb-release, snapd, dctrl-tools, libtss2-tcti-tabrmd0, | ||
| 2329 | 12 | bind9-dnsutils | ||
| 2330 | 13 | Restrictions: needs-root isolation-machine allow-stderr skippable | ||
| 2331 | diff --git a/debian/tests/host-to-host b/debian/tests/host-to-host | |||
| 2332 | 8 | new file mode 100755 | 14 | new file mode 100755 |
| 2333 | index 0000000..3a76da0 | |||
| 2334 | --- /dev/null | |||
| 2335 | +++ b/debian/tests/host-to-host | |||
| 2336 | @@ -0,0 +1,401 @@ | |||
| 2337 | 1 | #!/bin/bash | ||
| 2338 | 2 | |||
| 2339 | 3 | # host to host setup from https://docs.strongswan.org/docs/5.9/config/quickstart.html | ||
| 2340 | 4 | |||
| 2341 | 5 | set -e | ||
| 2342 | 6 | set -o pipefail | ||
| 2343 | 7 | |||
| 2344 | 8 | # exit early if not on Ubuntu | ||
| 2345 | 9 | if [ "$(lsb_release --short --id)" != "Ubuntu" ]; then | ||
| 2346 | 10 | echo "This test only runs on Ubuntu, skipping." | ||
| 2347 | 11 | exit 77 | ||
| 2348 | 12 | fi | ||
| 2349 | 13 | |||
| 2350 | 14 | cleanup() { | ||
| 2351 | 15 | if [ $? -ne 0 ]; then | ||
| 2352 | 16 | set +e | ||
| 2353 | 17 | echo "Something failed, gathering debug info" | ||
| 2354 | 18 | echo | ||
| 2355 | 19 | echo "Installed strongswan packages:" | ||
| 2356 | 20 | dpkg -l | grep -E "(strongswan|charon)" | ||
| 2357 | 21 | echo | ||
| 2358 | 22 | echo "loaded kernel modules:" | ||
| 2359 | 23 | lsmod | ||
| 2360 | 24 | echo | ||
| 2361 | 25 | echo "journal logs from host:" | ||
| 2362 | 26 | journalctl --no-pager -u strongswan.service || : | ||
| 2363 | 27 | echo | ||
| 2364 | 28 | echo "LXD details:" | ||
| 2365 | 29 | lxc network list | ||
| 2366 | 30 | lxc list | ||
| 2367 | 31 | echo | ||
| 2368 | 32 | for container in $(lxc list -f compact -c ns | grep -F RUNNING | awk '{print $1}'); do | ||
| 2369 | 33 | echo "journal logs from container ${container}" | ||
| 2370 | 34 | lxc exec "${container}" -- journalctl -u strongswan.service --no-pager || : | ||
| 2371 | 35 | echo | ||
| 2372 | 36 | echo "strongswan data from container ${container}" | ||
| 2373 | 37 | for cmd in stats list-certs list-conns list-pols list-sas; do | ||
| 2374 | 38 | echo "${cmd}:" | ||
| 2375 | 39 | lxc exec "${container}" -- swanctl --${cmd} || : | ||
| 2376 | 40 | echo | ||
| 2377 | 41 | done | ||
| 2378 | 42 | done | ||
| 2379 | 43 | fi | ||
| 2380 | 44 | set +e | ||
| 2381 | 45 | rm -rf "${WORKDIR}" | ||
| 2382 | 46 | for container in "${PEERS[@]}"; do | ||
| 2383 | 47 | lxc delete --force "${container}" > /dev/null 2>&1 || : | ||
| 2384 | 48 | done | ||
| 2385 | 49 | } | ||
| 2386 | 50 | |||
| 2387 | 51 | trap cleanup EXIT | ||
| 2388 | 52 | |||
| 2389 | 53 | WORKDIR=$(mktemp -d) | ||
| 2390 | 54 | PEERS=("moon" "sun") | ||
| 2391 | 55 | declare -A REMOTE | ||
| 2392 | 56 | REMOTE["moon"]="sun" | ||
| 2393 | 57 | REMOTE["sun"]="moon" | ||
| 2394 | 58 | PUBKEY_ALGO="ed25519" | ||
| 2395 | 59 | TESTNAME=$(basename "${0}") | ||
| 2396 | 60 | |||
| 2397 | 61 | # ca | ||
| 2398 | 62 | CA_KEY_FILE="${WORKDIR}/strongswanKey.pem" | ||
| 2399 | 63 | REQ_FILE="${WORKDIR}/req.pem" # can be reused for multiple reqs | ||
| 2400 | 64 | CA_CERT_FILE="${WORKDIR}/strongswanCert.pem" | ||
| 2401 | 65 | |||
| 2402 | 66 | source debian/tests/utils | ||
| 2403 | 67 | |||
| 2404 | 68 | check_pol() { | ||
| 2405 | 69 | #root@moon:~# swanctl --list-pols | ||
| 2406 | 70 | #moon-sun/moon-sun, TUNNEL | ||
| 2407 | 71 | # local: 10.38.71.14/32 | ||
| 2408 | 72 | # remote: 10.38.71.194/32 | ||
| 2409 | 73 | local me="${1}" | ||
| 2410 | 74 | local pol="${2}" | ||
| 2411 | 75 | local -i failures=0 | ||
| 2412 | 76 | local tunnel | ||
| 2413 | 77 | local ip | ||
| 2414 | 78 | local policy_ip | ||
| 2415 | 79 | |||
| 2416 | 80 | echo "Checking policy for:" | ||
| 2417 | 81 | echo -n " we have a tunnel: " | ||
| 2418 | 82 | if echo "${pol}" | head -n 1 | grep -qF TUNNEL; then | ||
| 2419 | 83 | echo "OK" | ||
| 2420 | 84 | else | ||
| 2421 | 85 | echo "FAIL" | ||
| 2422 | 86 | failures=$((failures+1)) | ||
| 2423 | 87 | fi | ||
| 2424 | 88 | |||
| 2425 | 89 | # moon-sun/moon-sun, TUNNEL -> tunnel = moon-sun | ||
| 2426 | 90 | tunnel=$(echo "${pol}" | head -n 1 | cut -d , -f 1) | ||
| 2427 | 91 | echo -n " tunnel matches local-remote: " | ||
| 2428 | 92 | if echo "${tunnel}" | grep -qE "^${me}-${REMOTE[${me}]}/${me}-${REMOTE[${me}]}"; then | ||
| 2429 | 93 | echo "OK" | ||
| 2430 | 94 | else | ||
| 2431 | 95 | echo "FAIL (tunnel=${tunnel})" | ||
| 2432 | 96 | failures=$((failures+1)) | ||
| 2433 | 97 | fi | ||
| 2434 | 98 | |||
| 2435 | 99 | echo -n " local IP matches local peer: " | ||
| 2436 | 100 | ip=$(lxc exec "${me}" -- dig +short "${me}.lxd")/32 | ||
| 2437 | 101 | policy_ip=$(echo "${pol}" | sed -n -r "s,^[[:blank:]]+local:[[:blank:]]+([0-9.]+/32),\1,p") | ||
| 2438 | 102 | if [ "${ip}" = "${policy_ip}" ]; then | ||
| 2439 | 103 | echo "OK" | ||
| 2440 | 104 | else | ||
| 2441 | 105 | echo "FAIL: local ip ${ip} != policy local ip ${policy_ip}" | ||
| 2442 | 106 | failures=$((failures+1)) | ||
| 2443 | 107 | fi | ||
| 2444 | 108 | |||
| 2445 | 109 | echo -n " remote IP matches remote peer: " | ||
| 2446 | 110 | ip=$(lxc exec "${me}" -- dig +short "${REMOTE[${me}]}.lxd")/32 | ||
| 2447 | 111 | policy_ip=$(echo "${pol}" | sed -n -r "s,^[[:blank:]]+remote:[[:blank:]]+([0-9.]+/32),\1,p") | ||
| 2448 | 112 | if [ "${ip}" = "${policy_ip}" ]; then | ||
| 2449 | 113 | echo "OK" | ||
| 2450 | 114 | else | ||
| 2451 | 115 | echo "FAIL: local ip ${ip} != policy local ip ${policy_ip}" | ||
| 2452 | 116 | failures=$((failures+1)) | ||
| 2453 | 117 | fi | ||
| 2454 | 118 | |||
| 2455 | 119 | return ${failures} | ||
| 2456 | 120 | } | ||
| 2457 | 121 | |||
| 2458 | 122 | check_sa() { | ||
| 2459 | 123 | local -i failures=0 | ||
| 2460 | 124 | local me="${1}" | ||
| 2461 | 125 | local sa="${2}" | ||
| 2462 | 126 | local name="" | ||
| 2463 | 127 | local sa_ip | ||
| 2464 | 128 | |||
| 2465 | 129 | # SAs look like this: | ||
| 2466 | 130 | # moon-sun: #1, ESTABLISHED, IKEv2, f1bdc688a5078946_i* bf6e1559c5a87ab9_r | ||
| 2467 | 131 | # local 'C=CH, O=strongswan, CN=moon.strongswan.org' @ 10.84.128.22[4500] | ||
| 2468 | 132 | # remote 'C=CH, O=strongswan, CN=sun.strongswan.org' @ 10.84.128.191[4500] | ||
| 2469 | 133 | # AES_CBC-128/HMAC_SHA2_256_128/PRF_HMAC_SHA2_256/CURVE_25519 | ||
| 2470 | 134 | # established 11s ago, rekeying in 14147s | ||
| 2471 | 135 | # moon-sun: #2, reqid 1, INSTALLED, TUNNEL, ESP:AES_GCM_16-128 | ||
| 2472 | 136 | # installed 11s ago, rekeying in 3285s, expires in 3949s | ||
| 2473 | 137 | # in c3bcdf8d, 168 bytes, 2 packets, 0s ago | ||
| 2474 | 138 | # out caf49378, 168 bytes, 2 packets, 0s ago | ||
| 2475 | 139 | # local 10.84.128.22/32 | ||
| 2476 | 140 | # remote 10.84.128.191/32 | ||
| 2477 | 141 | |||
| 2478 | 142 | echo "Checking SA for:" | ||
| 2479 | 143 | |||
| 2480 | 144 | echo -n " established SA: " | ||
| 2481 | 145 | if echo "${sa}" | grep -qE "^[[:alnum:]]+-[[:alnum:]]+:.*ESTABLISHED"; then | ||
| 2482 | 146 | echo "OK" | ||
| 2483 | 147 | else | ||
| 2484 | 148 | echo "FAIL" | ||
| 2485 | 149 | failures=$((failures+1)) | ||
| 2486 | 150 | fi | ||
| 2487 | 151 | |||
| 2488 | 152 | # parse the connection name from the first line: $local-$remote: #1,.... | ||
| 2489 | 153 | name=$(echo "${sa}" | head -n 1 | sed -r "s/^([[:alnum:]]+)-[[:alnum:]]+:.*/\1/") | ||
| 2490 | 154 | echo -n " local DN matches CN=${name}.strongswan.org: " | ||
| 2491 | 155 | if echo "${sa}" | grep -qE "^[[:blank:]]*local.*CN=${name}\.strongswan\.org"; then | ||
| 2492 | 156 | echo "OK" | ||
| 2493 | 157 | else | ||
| 2494 | 158 | echo "FAIL" | ||
| 2495 | 159 | failures=$((failures+1)) | ||
| 2496 | 160 | fi | ||
| 2497 | 161 | |||
| 2498 | 162 | # parse the connection name from the first line: $local-$remote: #1,.... | ||
| 2499 | 163 | name=$(echo "${sa}" | head -n 1 | sed -r "s/^[[:alnum:]]+-([[:alnum:]]+):.*/\1/") | ||
| 2500 | 164 | echo -n " remote DN matches CN=${name}.strongswan.org: " | ||
| 2501 | 165 | if echo "${sa}" | grep -qE "^[[:blank:]]*remote.*CN=${name}\.strongswan\.org"; then | ||
| 2502 | 166 | echo "OK" | ||
| 2503 | 167 | else | ||
| 2504 | 168 | echo "FAIL" | ||
| 2505 | 169 | failures=$((failures+1)) | ||
| 2506 | 170 | fi | ||
| 2507 | 171 | |||
| 2508 | 172 | echo -n " local IP matches local peer: " | ||
| 2509 | 173 | ip=$(lxc exec "${me}" -- dig +short "${me}.lxd")/32 | ||
| 2510 | 174 | sa_ip=$(echo "${sa}" | sed -n -r "s,^[[:blank:]]+local[[:blank:]]+([0-9.]+/32),\1,p") | ||
| 2511 | 175 | if [ "${ip}" = "${sa_ip}" ]; then | ||
| 2512 | 176 | echo "OK" | ||
| 2513 | 177 | else | ||
| 2514 | 178 | echo "FAIL: local ip ${ip} != SA local ip ${sa_ip}" | ||
| 2515 | 179 | failures=$((failures+1)) | ||
| 2516 | 180 | fi | ||
| 2517 | 181 | |||
| 2518 | 182 | echo -n " remote IP matches remote peer: " | ||
| 2519 | 183 | ip=$(lxc exec "${me}" -- dig +short "${REMOTE[${me}]}.lxd")/32 | ||
| 2520 | 184 | sa_ip=$(echo "${sa}" | sed -n -r "s,^[[:blank:]]+remote[[:blank:]]+([0-9.]+/32),\1,p") | ||
| 2521 | 185 | if [ "${ip}" = "${sa_ip}" ]; then | ||
| 2522 | 186 | echo "OK" | ||
| 2523 | 187 | else | ||
| 2524 | 188 | echo "FAIL: remote ip ${ip} != SA remote ip ${sa_ip}" | ||
| 2525 | 189 | failures=$((failures+1)) | ||
| 2526 | 190 | fi | ||
| 2527 | 191 | |||
| 2528 | 192 | # TODO: check for cipher, if it matches the algo used in the pubkey | ||
| 2529 | 193 | # TODO: check for traffic, should not be zero | ||
| 2530 | 194 | |||
| 2531 | 195 | return ${failures} | ||
| 2532 | 196 | } | ||
| 2533 | 197 | |||
| 2534 | 198 | _setup_peer() { | ||
| 2535 | 199 | local peer="${1}" | ||
| 2536 | 200 | local algo="${2}" | ||
| 2537 | 201 | local key_file="${WORKDIR}/${peer}Key.pem" | ||
| 2538 | 202 | local cert_file="${WORKDIR}/${peer}Cert.pem" | ||
| 2539 | 203 | |||
| 2540 | 204 | pki --gen --type "${algo}" --outform pem > "${key_file}" | ||
| 2541 | 205 | |||
| 2542 | 206 | pki --req --type priv --in "${key_file}" \ | ||
| 2543 | 207 | --dn "C=CH, O=strongswan, CN=${peer}.strongswan.org" \ | ||
| 2544 | 208 | --san "${peer}.strongswan.org" --outform pem > "${REQ_FILE}" | ||
| 2545 | 209 | |||
| 2546 | 210 | pki --issue --cacert "${CA_CERT_FILE}" --cakey "${CA_KEY_FILE}" \ | ||
| 2547 | 211 | --type pkcs10 --in "${REQ_FILE}" --serial 01 --lifetime 5 \ | ||
| 2548 | 212 | --outform pem --flag serverAuth > "${cert_file}" | ||
| 2549 | 213 | } | ||
| 2550 | 214 | |||
| 2551 | 215 | _setup_lxd() { | ||
| 2552 | 216 | lxd init --auto | ||
| 2553 | 217 | network=$(lxc network list --format=compact | grep -E "bridge.*YES.*CREATED" | awk '{print $1}') | ||
| 2554 | 218 | lxc network set "${network:-lxdbr0}" ipv6.address=none | ||
| 2555 | 219 | if [ -n "${http_proxy}" ]; then | ||
| 2556 | 220 | lxc config set core.proxy_http "${http_proxy}" | ||
| 2557 | 221 | fi | ||
| 2558 | 222 | if [ -n "${https_proxy}" ]; then | ||
| 2559 | 223 | lxc config set core.proxy_https "${https_proxy}" | ||
| 2560 | 224 | fi | ||
| 2561 | 225 | if [ -n "${noproxy}" ]; then | ||
| 2562 | 226 | lxc config set core.proxy_ignore_hosts "${noproxy}" | ||
| 2563 | 227 | fi | ||
| 2564 | 228 | } | ||
| 2565 | 229 | |||
| 2566 | 230 | _setup_host_containers() { | ||
| 2567 | 231 | local release | ||
| 2568 | 232 | local ip | ||
| 2569 | 233 | local -i result=0 | ||
| 2570 | 234 | local -a deps | ||
| 2571 | 235 | |||
| 2572 | 236 | release=$(lsb_release -cs) | ||
| 2573 | 237 | readarray -t deps < <(get_test_dependencies "${TESTNAME}" snapd dctrl-tools) | ||
| 2574 | 238 | |||
| 2575 | 239 | for container in "${PEERS[@]}"; do | ||
| 2576 | 240 | echo "Launching container ${container} with release ${release}" | ||
| 2577 | 241 | lxc launch "ubuntu-daily:${release}" "${container}" -c security.nesting=true -q | ||
| 2578 | 242 | echo -en "Waiting for container ${container} to be ready " | ||
| 2579 | 243 | wait_container_ready "${container}" | ||
| 2580 | 244 | |||
| 2581 | 245 | echo "Copying over /etc/apt to container ${container}" | ||
| 2582 | 246 | lxc exec "${container}" -- rm -rf /etc/apt | ||
| 2583 | 247 | lxc exec "${container}" -- mkdir -p /etc/apt | ||
| 2584 | 248 | tar -cC /etc/apt . | lxc exec "${container}" -- tar -xC /etc/apt | ||
| 2585 | 249 | |||
| 2586 | 250 | echo "Installing deps in container ${container} (${deps[*]})" | ||
| 2587 | 251 | output=$(lxc exec "${container}" -- apt-get update -q) || { | ||
| 2588 | 252 | result=$? | ||
| 2589 | 253 | echo "apt-get update failed in container ${container}" | ||
| 2590 | 254 | echo "${output}" | ||
| 2591 | 255 | return ${result} | ||
| 2592 | 256 | } | ||
| 2593 | 257 | output=$(lxc exec "${container}" --env DEBIAN_FRONTEND=noninteractive -- apt-get dist-upgrade -q -y) || { | ||
| 2594 | 258 | result=$? | ||
| 2595 | 259 | echo "apt-get dist-upgrade failed in container ${container}" | ||
| 2596 | 260 | echo "${output}" | ||
| 2597 | 261 | return ${result} | ||
| 2598 | 262 | } | ||
| 2599 | 263 | output=$(lxc exec "${container}" --env DEBIAN_FRONTEND=noninteractive -- apt-get install -q -y "${deps[@]}") || { | ||
| 2600 | 264 | result=$? | ||
| 2601 | 265 | echo "apt-get install ${deps[*]} failed in container ${container}" | ||
| 2602 | 266 | echo "${output}" | ||
| 2603 | 267 | return ${result} | ||
| 2604 | 268 | } | ||
| 2605 | 269 | echo "Done for container ${container}" | ||
| 2606 | 270 | done | ||
| 2607 | 271 | } | ||
| 2608 | 272 | |||
| 2609 | 273 | _setup_host_containers_certs() { | ||
| 2610 | 274 | for container in "${PEERS[@]}"; do | ||
| 2611 | 275 | echo "Copying ${CA_CERT_FILE} to container ${container}" | ||
| 2612 | 276 | lxc file push "${CA_CERT_FILE}" "${container}/etc/swanctl/x509ca/" | ||
| 2613 | 277 | |||
| 2614 | 278 | echo "Copying ${container} cert and key" | ||
| 2615 | 279 | lxc file push "${WORKDIR}/${container}Key.pem" "${container}/etc/swanctl/private/" | ||
| 2616 | 280 | lxc file push "${WORKDIR}/${container}Cert.pem" "${container}/etc/swanctl/x509/" | ||
| 2617 | 281 | done | ||
| 2618 | 282 | } | ||
| 2619 | 283 | |||
| 2620 | 284 | _setup_host_containers_strongswan() { | ||
| 2621 | 285 | local config | ||
| 2622 | 286 | |||
| 2623 | 287 | config=$(mktemp) | ||
| 2624 | 288 | |||
| 2625 | 289 | for peer in "${PEERS[@]}"; do | ||
| 2626 | 290 | conn_name="${peer}-${REMOTE[${peer}]}" | ||
| 2627 | 291 | cat > "${config}" <<EOF | ||
| 2628 | 292 | connections { | ||
| 2629 | 293 | ${conn_name} { | ||
| 2630 | 294 | remote_addrs = ${REMOTE[${peer}]}.lxd | ||
| 2631 | 295 | local { | ||
| 2632 | 296 | auth=pubkey | ||
| 2633 | 297 | certs = ${peer}Cert.pem | ||
| 2634 | 298 | } | ||
| 2635 | 299 | remote { | ||
| 2636 | 300 | auth = pubkey | ||
| 2637 | 301 | id = "C=CH, O=strongswan, CN=${REMOTE[${peer}]}.strongswan.org" | ||
| 2638 | 302 | } | ||
| 2639 | 303 | children { | ||
| 2640 | 304 | ${conn_name} { | ||
| 2641 | 305 | start_action = trap | ||
| 2642 | 306 | } | ||
| 2643 | 307 | } | ||
| 2644 | 308 | } | ||
| 2645 | 309 | } | ||
| 2646 | 310 | EOF | ||
| 2647 | 311 | lxc file push "${config}" "${peer}/etc/swanctl/conf.d/${conn_name}.conf" | ||
| 2648 | 312 | echo "Loading creds in container ${peer}" | ||
| 2649 | 313 | lxc exec "${peer}" -- swanctl --load-creds | ||
| 2650 | 314 | echo "Loading connections in container ${peer}" | ||
| 2651 | 315 | lxc exec "${peer}" -- swanctl --load-conns | ||
| 2652 | 316 | done | ||
| 2653 | 317 | } | ||
| 2654 | 318 | |||
| 2655 | 319 | setup() { | ||
| 2656 | 320 | local algo=${1:-ed25519} | ||
| 2657 | 321 | echo "Creating a CA" | ||
| 2658 | 322 | echo | ||
| 2659 | 323 | echo "Generating private key for CA" | ||
| 2660 | 324 | pki --gen --type "${algo}" --outform pem > "${CA_KEY_FILE}" | ||
| 2661 | 325 | |||
| 2662 | 326 | echo "Generating self-signed certificate for CA" | ||
| 2663 | 327 | pki \ | ||
| 2664 | 328 | --self --ca --lifetime 10 --in "${CA_KEY_FILE}" \ | ||
| 2665 | 329 | --dn "C=CH, O=strongSwan, CN=strongSwan Root CA" \ | ||
| 2666 | 330 | --outform pem > "${CA_CERT_FILE}" | ||
| 2667 | 331 | echo "Here is the CA cert:" | ||
| 2668 | 332 | pki --print --in "${CA_CERT_FILE}" | ||
| 2669 | 333 | |||
| 2670 | 334 | for peer in "${PEERS[@]}"; do | ||
| 2671 | 335 | echo "Generating key and certificate for peer ${peer}" | ||
| 2672 | 336 | _setup_peer "${peer}" "${algo}" | ||
| 2673 | 337 | done | ||
| 2674 | 338 | |||
| 2675 | 339 | echo "Setting up host LXD" | ||
| 2676 | 340 | _setup_lxd | ||
| 2677 | 341 | |||
| 2678 | 342 | echo "Creating host containers" | ||
| 2679 | 343 | _setup_host_containers | ||
| 2680 | 344 | |||
| 2681 | 345 | echo "Copy certificates to containers" | ||
| 2682 | 346 | _setup_host_containers_certs | ||
| 2683 | 347 | |||
| 2684 | 348 | echo "Configuring strongswan in containers" | ||
| 2685 | 349 | _setup_host_containers_strongswan | ||
| 2686 | 350 | } | ||
| 2687 | 351 | |||
| 2688 | 352 | test_ping() { | ||
| 2689 | 353 | for peer in "${PEERS[@]}"; do | ||
| 2690 | 354 | echo "Generating traffic from ${peer} to ${REMOTE[${peer}]}" | ||
| 2691 | 355 | # first ping to establish the tunnel always fails | ||
| 2692 | 356 | lxc exec "${peer}" -- ping -c 2 -W 3 "${REMOTE[${peer}]}.lxd" > /dev/null 2>&1 || : | ||
| 2693 | 357 | # this one must work | ||
| 2694 | 358 | lxc exec "${peer}" -- ping -c 4 -W 3 "${REMOTE[${peer}]}.lxd" | ||
| 2695 | 359 | echo | ||
| 2696 | 360 | done | ||
| 2697 | 361 | } | ||
| 2698 | 362 | |||
| 2699 | 363 | test_sa() { | ||
| 2700 | 364 | for peer in "${PEERS[@]}"; do | ||
| 2701 | 365 | sa=$(lxc exec "${peer}" -- swanctl --list-sas) | ||
| 2702 | 366 | echo "This is the ${peer} SA:" | ||
| 2703 | 367 | if [ -z "${sa}" ]; then | ||
| 2704 | 368 | echo "FAILED: SA is empty (swanctl --list-sas)" | ||
| 2705 | 369 | return 1 | ||
| 2706 | 370 | fi | ||
| 2707 | 371 | echo "${sa}" | ||
| 2708 | 372 | echo | ||
| 2709 | 373 | check_sa "${peer}" "${sa}" | ||
| 2710 | 374 | echo | ||
| 2711 | 375 | done | ||
| 2712 | 376 | } | ||
| 2713 | 377 | |||
| 2714 | 378 | test_pol() { | ||
| 2715 | 379 | for peer in "${PEERS[@]}"; do | ||
| 2716 | 380 | pol=$(lxc exec "${peer}" -- swanctl --list-pols) | ||
| 2717 | 381 | echo "This is the ${peer} policy:" | ||
| 2718 | 382 | if [ -z "${pol}" ]; then | ||
| 2719 | 383 | echo "FAILED: pol is empty (swanctl --list-pols)" | ||
| 2720 | 384 | return 1 | ||
| 2721 | 385 | fi | ||
| 2722 | 386 | echo "${pol}" | ||
| 2723 | 387 | echo | ||
| 2724 | 388 | check_pol "${peer}" "${pol}" | ||
| 2725 | 389 | echo | ||
| 2726 | 390 | done | ||
| 2727 | 391 | } | ||
| 2728 | 392 | |||
| 2729 | 393 | |||
| 2730 | 394 | # the lxd deb package last existed in focal, so we install the snap | ||
| 2731 | 395 | snap list lxd > /dev/null 2>&1 || snap install lxd | ||
| 2732 | 396 | |||
| 2733 | 397 | setup "${PUBKEY_ALGO}" | ||
| 2734 | 398 | |||
| 2735 | 399 | test_ping | ||
| 2736 | 400 | test_sa | ||
| 2737 | 401 | test_pol | ||
| 2738 | diff --git a/debian/tests/utils b/debian/tests/utils | |||
| 2739 | 0 | new file mode 100644 | 402 | new file mode 100644 |
| 2740 | index 0000000..e8a8584 | |||
| 2741 | --- /dev/null | |||
| 2742 | +++ b/debian/tests/utils | |||
| 2743 | @@ -0,0 +1,61 @@ | |||
| 2744 | 1 | wait_container_ready() { | ||
| 2745 | 2 | local container="${1}" | ||
| 2746 | 3 | local -i limit=300 # seconds | ||
| 2747 | 4 | local -i i=0 | ||
| 2748 | 5 | while /bin/true; do | ||
| 2749 | 6 | ip=$(lxc list "${container}" -c 4 --format=compact | tail -1 | awk '{print $1}') | ||
| 2750 | 7 | if [ -n "${ip}" ]; then | ||
| 2751 | 8 | break | ||
| 2752 | 9 | fi | ||
| 2753 | 10 | i=$((i+1)) | ||
| 2754 | 11 | if [ ${i} -ge ${limit} ]; then | ||
| 2755 | 12 | return 1 | ||
| 2756 | 13 | fi | ||
| 2757 | 14 | sleep 1s | ||
| 2758 | 15 | echo -n "." | ||
| 2759 | 16 | done | ||
| 2760 | 17 | while ! nc -z "${ip}" 22; do | ||
| 2761 | 18 | echo -n "." | ||
| 2762 | 19 | i=$((i+1)) | ||
| 2763 | 20 | if [ ${i} -ge ${limit} ]; then | ||
| 2764 | 21 | return 1 | ||
| 2765 | 22 | fi | ||
| 2766 | 23 | sleep 1s | ||
| 2767 | 24 | done | ||
| 2768 | 25 | # cloud-init might still be doing things... | ||
| 2769 | 26 | # this call blocks, so wrap it in its own little timeout | ||
| 2770 | 27 | # Give it ${limit} seconds too | ||
| 2771 | 28 | output=$(lxc exec "${container}" -- timeout --verbose ${limit} cloud-init status --wait) || { | ||
| 2772 | 29 | result=$? | ||
| 2773 | 30 | echo "cloud-init status --wait failed on container ${container}" | ||
| 2774 | 31 | echo "${output}" | ||
| 2775 | 32 | return ${result} | ||
| 2776 | 33 | } | ||
| 2777 | 34 | echo | ||
| 2778 | 35 | } | ||
| 2779 | 36 | |||
| 2780 | 37 | get_test_dependencies() { | ||
| 2781 | 38 | local test_name="${1}" | ||
| 2782 | 39 | shift | ||
| 2783 | 40 | local exclusions="$*" | ||
| 2784 | 41 | # Get test dependencies which we need to install in the containers | ||
| 2785 | 42 | # we will create: | ||
| 2786 | 43 | # -s: show Depends field | ||
| 2787 | 44 | # -n: omit field name in output | ||
| 2788 | 45 | # -X: do an exact match, instead of substring | ||
| 2789 | 46 | # -F Tests: apply regexp to Tests field | ||
| 2790 | 47 | depends=$(grep-dctrl -s Depends -n -F Tests -X "${test_name}" debian/tests/control | tr -d ,) | ||
| 2791 | 48 | [ -n "${depends}" ] || { | ||
| 2792 | 49 | echo "Failed to obtain list of dependencies for this test" | ||
| 2793 | 50 | return 1 | ||
| 2794 | 51 | } | ||
| 2795 | 52 | # remove exclusions, if any | ||
| 2796 | 53 | for p in ${depends}; do | ||
| 2797 | 54 | if echo "${exclusions}" | grep -qwF "${p}"; then | ||
| 2798 | 55 | continue | ||
| 2799 | 56 | else | ||
| 2800 | 57 | echo "${p}" | ||
| 2801 | 58 | fi | ||
| 2802 | 59 | done | ||
| 2803 | 60 | } | ||
| 2804 | 61 | |||
| 2805 | diff --git a/debian/usr.sbin.swanctl b/debian/usr.sbin.swanctl | |||
| 2806 | index 455c7cb..54c2b06 100644 | |||
| 2807 | --- a/debian/usr.sbin.swanctl | |||
| 2808 | +++ b/debian/usr.sbin.swanctl | |||
| 2809 | @@ -22,7 +22,7 @@ | |||
| 2810 | 22 | /run/charon.vici rw, | 22 | /run/charon.vici rw, |
| 2811 | 23 | 23 | ||
| 2812 | 24 | # Allow reading own binary | 24 | # Allow reading own binary |
| 2814 | 25 | /usr/sbin/swanctl r, | 25 | /usr/sbin/swanctl rm, |
| 2815 | 26 | 26 | ||
| 2816 | 27 | # for af-alg plugin | 27 | # for af-alg plugin |
| 2817 | 28 | network alg seqpacket, | 28 | network alg seqpacket, |

- host-to-host test fails with "Command not found"
- generated? test files are in the source package
- apart from that looks great!
Review Symbols:
+ = OK
! = Not OK
? = Question
N = Not applicable
S = Skipped
* Changelog:
- [+] Changelog entry has correct version and targeted codename
- [+] Correct formatting of changelog items
- [+] Bug references correct
- [+] Old content and logical tag match as expected (Package Merge)
* Release notes and Documentation
- [N] Added, updated, or enqueued relevant documentation.
- [N] Added, updated, or enqueued relevant release notes.
* Package Merge - indirect changes:
- [+] No upstream changes that need adapting due to Ubuntu's design
- [+] No further upstream version/changes to consider
- [+] Debian changes are compatible with the Ubuntu implementation
- [+] update-maintainer has been run
* Package Merge - old delta:
- [+] Dropped changes are OK to be dropped
- [+] Nothing else to drop
- [+] Old delta was forwarded to upstream/Debian or marked as Ubuntu-only
* New delta in debian/*:
- [N] New changes in debian/* are OK
- [N] New delta was forwarded to Debian or marked as Ubuntu-only
* New patches: patches/ series
- [+] No new patches added
- [S] Patches match those proposed/committed upstream
- [S] Patches correctly included in debian/
- [S] Patches have correct DEP-3 metadata
- [S] Patches follow our style choices
- [S] New code not from upstream was forwarded or marked as Ubuntu-only
* Git/maintenance:
- [+] Commits are properly split (more important on -dev than on SRUs)
* Build/Test: testing/ tests/* /*/hosts/ */etc/swanctl: rsa testing/ tests/* /*/hosts/ */etc/swanctl: x509 testing/ tests/* /*/hosts/ */etc/swanctl: x509ca
- [+] Build is OK
- [N] This is an SRU, the validation instructions are ok
- [N] Testcases added or adapted (N/A if not strictly required or already present)
- [!] autopkgtest against the PPA package passes (if possible, evidence was provided already)
- [+] Based on PPA builds and the build-log, no new component mismatch expected
- [+] Verified PPA package installs/uninstalls
- [!] Verified PPA source package matches Merge Proposal source package
Only in src-deb/
Only in src-deb/
Only in src-deb/
- [S] Verified function manually