diff options
author | Brent Cook <busterb@gmail.com> | 2023-05-25 22:30:19 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-05-25 22:30:19 -0500 |
commit | 3c516f1a252c003ec09d713826c4cb587e33cdf1 (patch) | |
tree | acbd531230f6df37eff391e2ea1c632fea4c658c | |
parent | 6d284cfca1b78e3e2547e0a60883e54c312c923e (diff) | |
download | portable-3c516f1a252c003ec09d713826c4cb587e33cdf1.tar.gz portable-3c516f1a252c003ec09d713826c4cb587e33cdf1.tar.bz2 portable-3c516f1a252c003ec09d713826c4cb587e33cdf1.zip |
bump version
-rwxr-xr-x | dist.sh | 2 | ||||
-rw-r--r-- | patches/opensslv.h | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -4,4 +4,4 @@ set -e | |||
4 | rm -f man/*.[35] include/openssl/*.h | 4 | rm -f man/*.[35] include/openssl/*.h |
5 | ./autogen.sh | 5 | ./autogen.sh |
6 | ./configure | 6 | ./configure |
7 | make -j2 distcheck | 7 | make -j4 distcheck |
diff --git a/patches/opensslv.h b/patches/opensslv.h index dc38457..5975765 100644 --- a/patches/opensslv.h +++ b/patches/opensslv.h | |||
@@ -3,9 +3,9 @@ | |||
3 | #define HEADER_OPENSSLV_H | 3 | #define HEADER_OPENSSLV_H |
4 | 4 | ||
5 | /* These will change with each release of LibreSSL-portable */ | 5 | /* These will change with each release of LibreSSL-portable */ |
6 | #define LIBRESSL_VERSION_NUMBER 0x3060200fL | 6 | #define LIBRESSL_VERSION_NUMBER 0x3060300fL |
7 | /* ^ Patch starts here */ | 7 | /* ^ Patch starts here */ |
8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.6.2" | 8 | #define LIBRESSL_VERSION_TEXT "LibreSSL 3.6.3" |
9 | 9 | ||
10 | /* These will never change */ | 10 | /* These will never change */ |
11 | #define OPENSSL_VERSION_NUMBER 0x20000000L | 11 | #define OPENSSL_VERSION_NUMBER 0x20000000L |