mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] libssh2: added licenses
@ 2025-05-26 12:34 Roman Schnider via ptxdist
  2025-06-12 19:31 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Schnider via ptxdist @ 2025-05-26 12:34 UTC (permalink / raw)
  To: ptxdist; +Cc: Roman Schnider

Signed-off-by: Roman Schnider <r.schnider@cab.de>
---
v2:
added missing file specific licenses
---
 rules/libssh2.make | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/rules/libssh2.make b/rules/libssh2.make
index 7a72e7cb2..bd5cfd62b 100644
--- a/rules/libssh2.make
+++ b/rules/libssh2.make
@@ -14,13 +14,19 @@ PACKAGES-$(PTXCONF_LIBSSH2) += libssh2
 #
 # Paths and names
 #
-LIBSSH2_VERSION	:= 1.11.1
-LIBSSH2_MD5	:= 38857d10b5c5deb198d6989dacace2e6
-LIBSSH2		:= libssh2-$(LIBSSH2_VERSION)
-LIBSSH2_SUFFIX	:= tar.gz
-LIBSSH2_URL	:= http://www.libssh2.org/download/$(LIBSSH2).$(LIBSSH2_SUFFIX)
-LIBSSH2_SOURCE	:= $(SRCDIR)/$(LIBSSH2).$(LIBSSH2_SUFFIX)
-LIBSSH2_DIR	:= $(BUILDDIR)/$(LIBSSH2)
+LIBSSH2_VERSION		:= 1.11.1
+LIBSSH2_MD5		:= 38857d10b5c5deb198d6989dacace2e6
+LIBSSH2			:= libssh2-$(LIBSSH2_VERSION)
+LIBSSH2_SUFFIX		:= tar.gz
+LIBSSH2_URL		:= http://www.libssh2.org/download/$(LIBSSH2).$(LIBSSH2_SUFFIX)
+LIBSSH2_SOURCE		:= $(SRCDIR)/$(LIBSSH2).$(LIBSSH2_SUFFIX)
+LIBSSH2_DIR		:= $(BUILDDIR)/$(LIBSSH2)
+LIBSSH2_LICENSE		:= BSD-3-Clause AND MIT AND SAX-PD-2.0 AND BSD-2-Clause
+LIBSSH2_LICENSE_FILES	:= \
+	file://COPYING;md5=2fbf8f834408079bf1fcbadb9814b1bc \
+	file://src/bcrypt_pbkdf.c;startline=2;endline=18;md5=d933fb4467b5e52106ccde6cebbf1262 \
+	file://src/chacha.c;startline=1;endline=8;md5=18f01378620a2564f9273b395eddba70 \
+	file://src/cipher-chachapoly.c;startline=1;endline=19;md5=ec5627e087ba4bbb68eed1151979a238
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] libssh2: added licenses
  2025-05-26 12:34 [ptxdist] [PATCH v2] libssh2: added licenses Roman Schnider via ptxdist
@ 2025-06-12 19:31 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-06-12 19:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Roman Schnider

Thanks, applied as 386011f428fc312aa575b32cf40dc1bd2417a2e5.

Michael

[sent from post-receive hook]

On Thu, 12 Jun 2025 21:31:58 +0200, Roman Schnider <r.schnider@cab.de> wrote:
> Signed-off-by: Roman Schnider <r.schnider@cab.de>
> Message-Id: <20250526123442.33656-1-r.schnider@cab.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libssh2.make b/rules/libssh2.make
> index 7a72e7cb24c9..bd5cfd62bd45 100644
> --- a/rules/libssh2.make
> +++ b/rules/libssh2.make
> @@ -14,13 +14,19 @@ PACKAGES-$(PTXCONF_LIBSSH2) += libssh2
>  #
>  # Paths and names
>  #
> -LIBSSH2_VERSION	:= 1.11.1
> -LIBSSH2_MD5	:= 38857d10b5c5deb198d6989dacace2e6
> -LIBSSH2		:= libssh2-$(LIBSSH2_VERSION)
> -LIBSSH2_SUFFIX	:= tar.gz
> -LIBSSH2_URL	:= http://www.libssh2.org/download/$(LIBSSH2).$(LIBSSH2_SUFFIX)
> -LIBSSH2_SOURCE	:= $(SRCDIR)/$(LIBSSH2).$(LIBSSH2_SUFFIX)
> -LIBSSH2_DIR	:= $(BUILDDIR)/$(LIBSSH2)
> +LIBSSH2_VERSION		:= 1.11.1
> +LIBSSH2_MD5		:= 38857d10b5c5deb198d6989dacace2e6
> +LIBSSH2			:= libssh2-$(LIBSSH2_VERSION)
> +LIBSSH2_SUFFIX		:= tar.gz
> +LIBSSH2_URL		:= http://www.libssh2.org/download/$(LIBSSH2).$(LIBSSH2_SUFFIX)
> +LIBSSH2_SOURCE		:= $(SRCDIR)/$(LIBSSH2).$(LIBSSH2_SUFFIX)
> +LIBSSH2_DIR		:= $(BUILDDIR)/$(LIBSSH2)
> +LIBSSH2_LICENSE		:= BSD-3-Clause AND MIT AND SAX-PD-2.0 AND BSD-2-Clause
> +LIBSSH2_LICENSE_FILES	:= \
> +	file://COPYING;md5=2fbf8f834408079bf1fcbadb9814b1bc \
> +	file://src/bcrypt_pbkdf.c;startline=2;endline=18;md5=d933fb4467b5e52106ccde6cebbf1262 \
> +	file://src/chacha.c;startline=1;endline=8;md5=18f01378620a2564f9273b395eddba70 \
> +	file://src/cipher-chachapoly.c;startline=1;endline=19;md5=ec5627e087ba4bbb68eed1151979a238
>  
>  # ----------------------------------------------------------------------------
>  # Prepare



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

end of thread, other threads:[~2025-06-12 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-26 12:34 [ptxdist] [PATCH v2] libssh2: added licenses Roman Schnider via ptxdist
2025-06-12 19:31 ` [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