Skip to content

Commit d231bb9

Browse files
committed
pq-strongswan: Upgrade to strongswan-6.0beta2
1 parent 9a9e73a commit d231bb9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pq-strongswan/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:22.04
22
MAINTAINER Andreas Steffen <[email protected]>
3-
ENV VERSION="6.0beta1"
3+
ENV VERSION="6.0beta2"
44
ENV LIBOQS_VERSION="0.7.2"
55

66
RUN \

pq-strongswan/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,9 @@ In an additional console window we open a `bash` shell to start and manage the s
206206
```console
207207
moon$ docker exec -ti moon /bin/bash
208208
moon# ./charon &
209-
00[DMN] Starting IKE charon daemon (strongSwan 6.0beta1, Linux 5.15.0-52-generic, x86_64)
209+
00[DMN] Starting IKE charon daemon (strongSwan 6.0beta2, Linux 5.15.0-57-generic, x86_64)
210210
00[LIB] providers loaded by OpenSSL: legacy default
211+
00[CFG] install DNS servers in '/etc/resolv.conf'
211212
00[LIB] loaded plugins: charon random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pgp dnskey sshkey pem openssl pkcs8 xcbc cmac kdf frodo oqs drbg attr kernel-netlink resolve socket-default vici updown
212213
00[JOB] spawning 16 worker threads
213214
00[DMN] executing start script 'creds' (swanctl --load-creds)
@@ -283,8 +284,9 @@ In a third console window we open a `bash`shell to start and manage the strongSw
283284
```console
284285
carol$ docker exec -ti carol /bin/bash
285286
carol# ./charon &
286-
00[DMN] Starting IKE charon daemon (strongSwan 6.0beta1, Linux 5.15.0-52-generic, x86_64)
287+
00[DMN] Starting IKE charon daemon (strongSwan 6.0beta2, Linux 5.15.0-57-generic, x86_64)
287288
00[LIB] providers loaded by OpenSSL: legacy default
289+
00[CFG] install DNS servers in '/etc/resolv.conf'
288290
00[LIB] loaded plugins: charon random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pgp dnskey sshkey pem openssl pkcs8 xcbc cmac kdf frodo oqs drbg attr kernel-netlink resolve socket-default vici updown
289291
00[JOB] spawning 16 worker threads
290292
00[DMN] executing start script 'creds' (swanctl --load-creds)

0 commit comments

Comments
 (0)