mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] openssl: Version bump. 1.1.1n -> 1.1.1o
@ 2022-05-10 11:57 Christian Melki
  2022-05-25  9:45 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-05-10 11:57 UTC (permalink / raw)
  To: ptxdist

Minor bugfixes.

* Move patchset, applies cleanly.

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

diff --git a/patches/openssl-1.1.1n/0001-debian-targets.patch b/patches/openssl-1.1.1o/0001-debian-targets.patch
similarity index 100%
rename from patches/openssl-1.1.1n/0001-debian-targets.patch
rename to patches/openssl-1.1.1o/0001-debian-targets.patch
diff --git a/patches/openssl-1.1.1n/0002-pic.patch b/patches/openssl-1.1.1o/0002-pic.patch
similarity index 100%
rename from patches/openssl-1.1.1n/0002-pic.patch
rename to patches/openssl-1.1.1o/0002-pic.patch
diff --git a/patches/openssl-1.1.1n/0003-Set-systemwide-default-settings-for-libssl-users.patch b/patches/openssl-1.1.1o/0003-Set-systemwide-default-settings-for-libssl-users.patch
similarity index 100%
rename from patches/openssl-1.1.1n/0003-Set-systemwide-default-settings-for-libssl-users.patch
rename to patches/openssl-1.1.1o/0003-Set-systemwide-default-settings-for-libssl-users.patch
diff --git a/patches/openssl-1.1.1n/series b/patches/openssl-1.1.1o/series
similarity index 100%
rename from patches/openssl-1.1.1n/series
rename to patches/openssl-1.1.1o/series
diff --git a/rules/openssl.make b/rules/openssl.make
index c5a9dd022..bdf5dbca5 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	:= n
+OPENSSL_BUGFIX	:= o
 OPENSSL_VERSION	:= $(OPENSSL_BASE)$(OPENSSL_BUGFIX)
-OPENSSL_MD5	:= 2aad5635f9bb338bc2c6b7d19cbc9676
+OPENSSL_MD5	:= d05e96e200d2ff0aef20c114cb5f17bf
 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.1n -> 1.1.1o
  2022-05-10 11:57 [ptxdist] [PATCH] openssl: Version bump. 1.1.1n -> 1.1.1o Christian Melki
@ 2022-05-25  9:45 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-05-25  9:45 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 7ec10d3c0b8c92e3033e2f551d6b329602fd73ff.

Michael

[sent from post-receive hook]

On Wed, 25 May 2022 11:45:00 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor bugfixes.
> 
> * Move patchset, applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220510115724.2691725-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/openssl-1.1.1n/0001-debian-targets.patch b/patches/openssl-1.1.1o/0001-debian-targets.patch
> similarity index 100%
> rename from patches/openssl-1.1.1n/0001-debian-targets.patch
> rename to patches/openssl-1.1.1o/0001-debian-targets.patch
> diff --git a/patches/openssl-1.1.1n/0002-pic.patch b/patches/openssl-1.1.1o/0002-pic.patch
> similarity index 100%
> rename from patches/openssl-1.1.1n/0002-pic.patch
> rename to patches/openssl-1.1.1o/0002-pic.patch
> diff --git a/patches/openssl-1.1.1n/0003-Set-systemwide-default-settings-for-libssl-users.patch b/patches/openssl-1.1.1o/0003-Set-systemwide-default-settings-for-libssl-users.patch
> similarity index 100%
> rename from patches/openssl-1.1.1n/0003-Set-systemwide-default-settings-for-libssl-users.patch
> rename to patches/openssl-1.1.1o/0003-Set-systemwide-default-settings-for-libssl-users.patch
> diff --git a/patches/openssl-1.1.1n/series b/patches/openssl-1.1.1o/series
> similarity index 100%
> rename from patches/openssl-1.1.1n/series
> rename to patches/openssl-1.1.1o/series
> diff --git a/rules/openssl.make b/rules/openssl.make
> index c5a9dd02204c..bdf5dbca5487 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	:= n
> +OPENSSL_BUGFIX	:= o
>  OPENSSL_VERSION	:= $(OPENSSL_BASE)$(OPENSSL_BUGFIX)
> -OPENSSL_MD5	:= 2aad5635f9bb338bc2c6b7d19cbc9676
> +OPENSSL_MD5	:= d05e96e200d2ff0aef20c114cb5f17bf
>  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-05-25  9:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 11:57 [ptxdist] [PATCH] openssl: Version bump. 1.1.1n -> 1.1.1o Christian Melki
2022-05-25  9:45 ` [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