mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] openssl: Version bump. 1.1.1o -> 1.1.1q.
@ 2022-07-17  7:35 Christian Melki
  2022-08-04 15:14 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-07-17  7:35 UTC (permalink / raw)
  To: ptxdist

Plug CVEs:
CVE-2022-2068 https://nvd.nist.gov/vuln/detail/CVE-2022-2068
CVE-2022-2097 https://nvd.nist.gov/vuln/detail/CVE-2022-2097

* Move patch set forward. Applies cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0001-debian-targets.patch                                 | 0
 patches/{openssl-1.1.1o => openssl-1.1.1q}/0002-pic.patch     | 0
 ...003-Set-systemwide-default-settings-for-libssl-users.patch | 0
 patches/{openssl-1.1.1o => openssl-1.1.1q}/series             | 0
 rules/openssl.make                                            | 4 ++--
 5 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{openssl-1.1.1o => openssl-1.1.1q}/0001-debian-targets.patch (100%)
 rename patches/{openssl-1.1.1o => openssl-1.1.1q}/0002-pic.patch (100%)
 rename patches/{openssl-1.1.1o => openssl-1.1.1q}/0003-Set-systemwide-default-settings-for-libssl-users.patch (100%)
 rename patches/{openssl-1.1.1o => openssl-1.1.1q}/series (100%)

diff --git a/patches/openssl-1.1.1o/0001-debian-targets.patch b/patches/openssl-1.1.1q/0001-debian-targets.patch
similarity index 100%
rename from patches/openssl-1.1.1o/0001-debian-targets.patch
rename to patches/openssl-1.1.1q/0001-debian-targets.patch
diff --git a/patches/openssl-1.1.1o/0002-pic.patch b/patches/openssl-1.1.1q/0002-pic.patch
similarity index 100%
rename from patches/openssl-1.1.1o/0002-pic.patch
rename to patches/openssl-1.1.1q/0002-pic.patch
diff --git a/patches/openssl-1.1.1o/0003-Set-systemwide-default-settings-for-libssl-users.patch b/patches/openssl-1.1.1q/0003-Set-systemwide-default-settings-for-libssl-users.patch
similarity index 100%
rename from patches/openssl-1.1.1o/0003-Set-systemwide-default-settings-for-libssl-users.patch
rename to patches/openssl-1.1.1q/0003-Set-systemwide-default-settings-for-libssl-users.patch
diff --git a/patches/openssl-1.1.1o/series b/patches/openssl-1.1.1q/series
similarity index 100%
rename from patches/openssl-1.1.1o/series
rename to patches/openssl-1.1.1q/series
diff --git a/rules/openssl.make b/rules/openssl.make
index bdf5dbca5..7be6f1b6c 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -17,9 +17,9 @@ PACKAGES-$(PTXCONF_OPENSSL) += openssl
 # Paths and names
 #
 OPENSSL_BASE	:= 1.1.1
-OPENSSL_BUGFIX	:= o
+OPENSSL_BUGFIX	:= q
 OPENSSL_VERSION	:= $(OPENSSL_BASE)$(OPENSSL_BUGFIX)
-OPENSSL_MD5	:= d05e96e200d2ff0aef20c114cb5f17bf
+OPENSSL_MD5	:= c685d239b6a6e1bd78be45624c092f51
 OPENSSL		:= openssl-$(OPENSSL_VERSION)
 OPENSSL_SUFFIX	:= tar.gz
 OPENSSL_URL	:= \
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] openssl: Version bump. 1.1.1o -> 1.1.1q.
  2022-07-17  7:35 [ptxdist] [PATCH] openssl: Version bump. 1.1.1o -> 1.1.1q Christian Melki
@ 2022-08-04 15:14 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-08-04 15:14 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as fdfdc73c1dc1c6feb007ae3b2768d12ed9cb9986.

Michael

[sent from post-receive hook]

On Thu, 04 Aug 2022 17:14:04 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Plug CVEs:
> CVE-2022-2068 https://nvd.nist.gov/vuln/detail/CVE-2022-2068
> CVE-2022-2097 https://nvd.nist.gov/vuln/detail/CVE-2022-2097
> 
> * Move patch set forward. Applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220717073536.2416995-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/openssl-1.1.1o/0001-debian-targets.patch b/patches/openssl-1.1.1q/0001-debian-targets.patch
> similarity index 100%
> rename from patches/openssl-1.1.1o/0001-debian-targets.patch
> rename to patches/openssl-1.1.1q/0001-debian-targets.patch
> diff --git a/patches/openssl-1.1.1o/0002-pic.patch b/patches/openssl-1.1.1q/0002-pic.patch
> similarity index 100%
> rename from patches/openssl-1.1.1o/0002-pic.patch
> rename to patches/openssl-1.1.1q/0002-pic.patch
> diff --git a/patches/openssl-1.1.1o/0003-Set-systemwide-default-settings-for-libssl-users.patch b/patches/openssl-1.1.1q/0003-Set-systemwide-default-settings-for-libssl-users.patch
> similarity index 100%
> rename from patches/openssl-1.1.1o/0003-Set-systemwide-default-settings-for-libssl-users.patch
> rename to patches/openssl-1.1.1q/0003-Set-systemwide-default-settings-for-libssl-users.patch
> diff --git a/patches/openssl-1.1.1o/series b/patches/openssl-1.1.1q/series
> similarity index 100%
> rename from patches/openssl-1.1.1o/series
> rename to patches/openssl-1.1.1q/series
> diff --git a/rules/openssl.make b/rules/openssl.make
> index bdf5dbca5487..7be6f1b6c14c 100644
> --- a/rules/openssl.make
> +++ b/rules/openssl.make
> @@ -17,9 +17,9 @@ PACKAGES-$(PTXCONF_OPENSSL) += openssl
>  # Paths and names
>  #
>  OPENSSL_BASE	:= 1.1.1
> -OPENSSL_BUGFIX	:= o
> +OPENSSL_BUGFIX	:= q
>  OPENSSL_VERSION	:= $(OPENSSL_BASE)$(OPENSSL_BUGFIX)
> -OPENSSL_MD5	:= d05e96e200d2ff0aef20c114cb5f17bf
> +OPENSSL_MD5	:= c685d239b6a6e1bd78be45624c092f51
>  OPENSSL		:= openssl-$(OPENSSL_VERSION)
>  OPENSSL_SUFFIX	:= tar.gz
>  OPENSSL_URL	:= \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-04 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-17  7:35 [ptxdist] [PATCH] openssl: Version bump. 1.1.1o -> 1.1.1q Christian Melki
2022-08-04 15:14 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox