diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-11 17:10:11 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-11 17:10:11 -0500 |
commit | 0c125d1ee38ea9fe94fba0b527a9d1a530ad5408 (patch) | |
tree | 610616bd0177aae6ef7dc718088f659a7afe5e15 /patches | |
parent | e953fdbb96fc91e0d6c1b7ba158ddf53b66660b7 (diff) | |
download | portable-0c125d1ee38ea9fe94fba0b527a9d1a530ad5408.tar.gz portable-0c125d1ee38ea9fe94fba0b527a9d1a530ad5408.tar.bz2 portable-0c125d1ee38ea9fe94fba0b527a9d1a530ad5408.zip |
bump version to 2.2.4
Diffstat (limited to 'patches')
-rw-r--r-- | patches/opensslv.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/opensslv.h b/patches/opensslv.h new file mode 100644 index 0000000..04cdead --- /dev/null +++ b/patches/opensslv.h | |||
@@ -0,0 +1,13 @@ | |||
1 | --- include/openssl/opensslv.h.orig Fri Sep 11 17:03:15 2015 | ||
2 | +++ include/openssl/opensslv.h Fri Sep 11 17:04:56 2015 | ||
3 | @@ -3,8 +3,8 @@ | ||
4 | #define HEADER_OPENSSLV_H | ||
5 | |||
6 | /* These will change with each release of LibreSSL-portable */ | ||
7 | -#define LIBRESSL_VERSION_NUMBER 0x20020003L | ||
8 | -#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.3" | ||
9 | +#define LIBRESSL_VERSION_NUMBER 0x20020004L | ||
10 | +#define LIBRESSL_VERSION_TEXT "LibreSSL 2.2.4" | ||
11 | |||
12 | /* These will never change */ | ||
13 | #define OPENSSL_VERSION_NUMBER 0x20000000L | ||