summaryrefslogtreecommitdiff
path: root/libcrypto
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-02-10 21:46:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-02-13 17:57:06 +0300
commit369daf839d8be228f757c98676972fa0810aff9e (patch)
treeb31de48256be56533d98dd59cdb9aac81b040542 /libcrypto
parent628ef8e06dfb02f1148587dcd3060c2f0413455c (diff)
Release version 1.1.1+19v1.1.1+19
Upgrade to 1.1.1t That in particular fixes CVE-2022-2097 CVE-2022-4304 CVE-2022-4450 CVE-2023-0215 CVE-2023-0286.
Diffstat (limited to 'libcrypto')
-rw-r--r--libcrypto/libcrypto/buildfile8
-rw-r--r--libcrypto/manifest5
2 files changed, 3 insertions, 10 deletions
diff --git a/libcrypto/libcrypto/buildfile b/libcrypto/libcrypto/buildfile
index 1f0bbd2..65cbe76 100644
--- a/libcrypto/libcrypto/buildfile
+++ b/libcrypto/libcrypto/buildfile
@@ -104,14 +104,6 @@ switch $c.class
# treating them as errors.
#
c.coptions += -Wno-all -Wno-extra -Wno-error
-
- # @@ TMP Workaround the 'Elliptic Curve code without ASM is broken with
- # Clang 14' issue (#18225) which is reproduced by the curl
- # tests. Remove while upgrading to the upstream's version which
- # contains the 'bn_nist: fix strict aliasing problem (1.1.1 backport)'
- # commit (318ab8e3967f).
- #
- crypto/bn/obj{bn_nist}: c.coptions += -fno-strict-aliasing
}
case 'msvc'
{
diff --git a/libcrypto/manifest b/libcrypto/manifest
index 82e054f..e026adc 100644
--- a/libcrypto/manifest
+++ b/libcrypto/manifest
@@ -3,10 +3,11 @@ name: libcrypto
# Note: remember to update doc-url below!
#
-version: 1.1.1+18
-upstream-version: 1.1.1n
+version: 1.1.1+19
+upstream-version: 1.1.1t
project: openssl
+priority: security
summary: C library providing general cryptography and X.509 support
license: OpenSSL ; OpenSSL and Original SSLeay Licenses.
topics: C, x.509, cryptography