All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/stunnel: bump to version 5.65
@ 2022-08-17 20:58 Pierre-Jean Texier
  2022-08-20 17:33 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre-Jean Texier @ 2022-08-17 20:58 UTC (permalink / raw)
  To: buildroot; +Cc: Pierre-Jean Texier

Update COPYING hash; copyright year update:

-_Copyright (C) 1998-2021 Michal Trojnara_
+_Copyright (C) 1998-2022 Michal Trojnara_

See full changelog https://www.stunnel.org/NEWS.html

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
---
 package/stunnel/stunnel.hash | 6 +++---
 package/stunnel/stunnel.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
index b8cc62be13..19633b3c18 100644
--- a/package/stunnel/stunnel.hash
+++ b/package/stunnel/stunnel.hash
@@ -1,5 +1,5 @@
-# From https://www.stunnel.org/downloads/stunnel-5.60.tar.gz.sha256
-sha256  c45d765b1521861fea9b03b425b9dd7d48b3055128c0aec673bba5ef9b8f787d  stunnel-5.60.tar.gz
+# From https://www.stunnel.org/downloads/stunnel-5.65.tar.gz.sha256
+sha256  60c500063bd1feff2877f5726e38278c086f96c178f03f09d264a2012d6bf7fc  stunnel-5.65.tar.gz
 # Locally calculated
-sha256  28b55d0157efd5ceb63640faeebb50fda13b1f49aec0b9c1240b9a3ea9f0eb4c  COPYING.md
+sha256  f10bcd7ee7b722dce40c9c674761ddb37e7e29a76a6e413e961cd52e361c5d7a  COPYING.md
 sha256  62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d  COPYRIGHT.md
diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
index cc56eb39a8..95a1530eb8 100644
--- a/package/stunnel/stunnel.mk
+++ b/package/stunnel/stunnel.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 STUNNEL_VERSION_MAJOR = 5
-STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).60
+STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).65
 STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/$(STUNNEL_VERSION_MAJOR).x
 STUNNEL_DEPENDENCIES = host-pkgconf openssl
 STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/stunnel: bump to version 5.65
  2022-08-17 20:58 [Buildroot] [PATCH] package/stunnel: bump to version 5.65 Pierre-Jean Texier
@ 2022-08-20 17:33 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-08-20 17:33 UTC (permalink / raw)
  To: Pierre-Jean Texier; +Cc: buildroot

Pierre-Jean, All,

On 2022-08-17 22:58 +0200, Pierre-Jean Texier spake thusly:
> Update COPYING hash; copyright year update:
> 
> -_Copyright (C) 1998-2021 Michal Trojnara_
> +_Copyright (C) 1998-2022 Michal Trojnara_
> 
> See full changelog https://www.stunnel.org/NEWS.html
> 
> Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>

Applied to next, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/stunnel/stunnel.hash | 6 +++---
>  package/stunnel/stunnel.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
> index b8cc62be13..19633b3c18 100644
> --- a/package/stunnel/stunnel.hash
> +++ b/package/stunnel/stunnel.hash
> @@ -1,5 +1,5 @@
> -# From https://www.stunnel.org/downloads/stunnel-5.60.tar.gz.sha256
> -sha256  c45d765b1521861fea9b03b425b9dd7d48b3055128c0aec673bba5ef9b8f787d  stunnel-5.60.tar.gz
> +# From https://www.stunnel.org/downloads/stunnel-5.65.tar.gz.sha256
> +sha256  60c500063bd1feff2877f5726e38278c086f96c178f03f09d264a2012d6bf7fc  stunnel-5.65.tar.gz
>  # Locally calculated
> -sha256  28b55d0157efd5ceb63640faeebb50fda13b1f49aec0b9c1240b9a3ea9f0eb4c  COPYING.md
> +sha256  f10bcd7ee7b722dce40c9c674761ddb37e7e29a76a6e413e961cd52e361c5d7a  COPYING.md
>  sha256  62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d  COPYRIGHT.md
> diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
> index cc56eb39a8..95a1530eb8 100644
> --- a/package/stunnel/stunnel.mk
> +++ b/package/stunnel/stunnel.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  STUNNEL_VERSION_MAJOR = 5
> -STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).60
> +STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).65
>  STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/$(STUNNEL_VERSION_MAJOR).x
>  STUNNEL_DEPENDENCIES = host-pkgconf openssl
>  STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-08-20 17:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17 20:58 [Buildroot] [PATCH] package/stunnel: bump to version 5.65 Pierre-Jean Texier
2022-08-20 17:33 ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.