From 1e2e80be2fd2ad4123ee6df584ff52c903a81676 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Mar 2022 21:29:08 +0300 Subject: Release version 1.1.1+16 Upgrade to 1.1.1n --- openssl/.gitignore | 5 +++++ openssl/manifest | 4 ++-- openssl/openssl/progs.h | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'openssl') diff --git a/openssl/.gitignore b/openssl/.gitignore index cece09c..6435b97 100644 --- a/openssl/.gitignore +++ b/openssl/.gitignore @@ -3,9 +3,14 @@ *.d *.t *.i +*.i.* *.ii +*.ii.* *.o *.obj +*.gcm +*.pcm +*.ifc *.so *.dll *.a diff --git a/openssl/manifest b/openssl/manifest index fe90622..67cf01f 100644 --- a/openssl/manifest +++ b/openssl/manifest @@ -3,8 +3,8 @@ name: openssl # Note: remember to update doc-url below! # -version: 1.1.1+15 -upstream-version: 1.1.1l +version: 1.1.1+16 +upstream-version: 1.1.1n priority: security summary: Command line tool providing various cryptography functions diff --git a/openssl/openssl/progs.h b/openssl/openssl/progs.h index 005abd2..de5a91f 100644 --- a/openssl/openssl/progs.h +++ b/openssl/openssl/progs.h @@ -2,7 +2,7 @@ * WARNING: do not edit! * Generated by apps/progs.pl * - * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy -- cgit v1.1