diff options
author | Brent Cook <busterb@gmail.com> | 2022-02-06 22:18:24 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-02-06 22:18:24 -0600 |
commit | 86a33787ef9af9679de9b7da990e543682dc9be1 (patch) | |
tree | cfdee9ede74a7bd10cf42c114efa5a0577ac715a | |
parent | e57be00ab1d6395387004b2c2a44d8f07bc4406d (diff) | |
download | portable-86a33787ef9af9679de9b7da990e543682dc9be1.tar.gz portable-86a33787ef9af9679de9b7da990e543682dc9be1.tar.bz2 portable-86a33787ef9af9679de9b7da990e543682dc9be1.zip |
add version file
-rw-r--r-- | patches/opensslv.h | 18 | ||||
-rw-r--r-- | patches/tlsexttest.c.patch | 4 |
2 files changed, 20 insertions, 2 deletions
diff --git a/patches/opensslv.h b/patches/opensslv.h new file mode 100644 index 0000000..7555c10 --- /dev/null +++ b/patches/opensslv.h | |||
@@ -0,0 +1,18 @@ | |||
1 | /* $OpenBSD$ */ | ||
2 | #ifndef HEADER_OPENSSLV_H | ||
3 | #define HEADER_OPENSSLV_H | ||
4 | |||
5 | /* These will change with each release of LibreSSL-portable */ | ||
6 | #define LIBRESSL_VERSION_NUMBER 0x3040200fL | ||
7 | /* ^ Patch starts here */ | ||
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.4.2" | ||
9 | |||
10 | /* These will never change */ | ||
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | ||
12 | #define OPENSSL_VERSION_TEXT LIBRESSL_VERSION_TEXT | ||
13 | #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT | ||
14 | |||
15 | #define SHLIB_VERSION_HISTORY "" | ||
16 | #define SHLIB_VERSION_NUMBER "1.0.0" | ||
17 | |||
18 | #endif /* HEADER_OPENSSLV_H */ | ||
diff --git a/patches/tlsexttest.c.patch b/patches/tlsexttest.c.patch index f81c196..3b1b379 100644 --- a/patches/tlsexttest.c.patch +++ b/patches/tlsexttest.c.patch | |||
@@ -1,5 +1,5 @@ | |||
1 | --- tests/tlsexttest.c.orig Mon Apr 5 01:40:26 2021 | 1 | --- tests/tlsexttest.c.orig Sun Feb 6 21:12:21 2022 |
2 | +++ tests/tlsexttest.c Thu Apr 8 04:17:13 2021 | 2 | +++ tests/tlsexttest.c Sun Feb 6 21:12:45 2022 |
3 | @@ -1658,7 +1658,9 @@ | 3 | @@ -1658,7 +1658,9 @@ |
4 | }; | 4 | }; |
5 | 5 | ||