diff options
| author | Haixiao Yan <haixiao.yan.cn@windriver.com> | 2025-03-28 17:50:48 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-03-29 14:24:38 -0400 |
| commit | f8dddbfcbfe502cb71375a7a907e61a92e8d4474 (patch) | |
| tree | cbeec1ee1ec0c52f887112858785ba677296aa9f /meta-networking | |
| parent | 66fa0288c95bd2666434d80de174862682cd7e1e (diff) | |
| download | meta-openembedded-f8dddbfcbfe502cb71375a7a907e61a92e8d4474.tar.gz | |
openvpn: renew the sample keys
Renew the sample keys to fix the test issue:
WARNING: Your certificate has expired!
The renewed sample keys from [1] contain binary files which can't be patched
by quilt, so archive the files into sample-keys-renew-for-the-next-10-years.tar.gz.
[1] https://github.com/OpenVPN/openvpn/commit/98e70e7
Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-support/openvpn/openvpn/sample-keys-renew-for-the-next-10-years.tar.gz | bin | 0 -> 28118 bytes | |||
| -rw-r--r-- | meta-networking/recipes-support/openvpn/openvpn_2.5.11.bb | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/openvpn/openvpn/sample-keys-renew-for-the-next-10-years.tar.gz b/meta-networking/recipes-support/openvpn/openvpn/sample-keys-renew-for-the-next-10-years.tar.gz new file mode 100644 index 0000000000..a79e6e4d15 --- /dev/null +++ b/meta-networking/recipes-support/openvpn/openvpn/sample-keys-renew-for-the-next-10-years.tar.gz | |||
| Binary files differ | |||
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.5.11.bb b/meta-networking/recipes-support/openvpn/openvpn_2.5.11.bb index 810a60308b..6aed4145ec 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.5.11.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.5.11.bb | |||
| @@ -11,6 +11,7 @@ SRC_URI = "http://swupdate.openvpn.org/community/releases/${BP}.tar.gz \ | |||
| 11 | file://openvpn \ | 11 | file://openvpn \ |
| 12 | file://openvpn@.service \ | 12 | file://openvpn@.service \ |
| 13 | file://openvpn-volatile.conf \ | 13 | file://openvpn-volatile.conf \ |
| 14 | file://sample-keys-renew-for-the-next-10-years.tar.gz \ | ||
| 14 | " | 15 | " |
| 15 | 16 | ||
| 16 | UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads" | 17 | UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads" |
