Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/1] package/libssh: bump version to 0.8.1
@ 2018-08-18  9:37 Bernd Kuhls
  2018-08-20 21:59 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2018-08-18  9:37 UTC (permalink / raw)
  To: buildroot

Fixed broken _SITE, added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libssh/libssh.hash | 8 +++-----
 package/libssh/libssh.mk   | 5 +++--
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/package/libssh/libssh.hash b/package/libssh/libssh.hash
index 009a335e3b..7220c337cf 100644
--- a/package/libssh/libssh.hash
+++ b/package/libssh/libssh.hash
@@ -1,5 +1,3 @@
-# from https://red.libssh.org/projects/libssh/files/
-md5	d3fc864208bf607ad87cdee836894feb	libssh-0.7.5.tar.xz
-# Locally calculated after checking signature on uncompressed libssh-0.7.5.tar
-# https://red.libssh.org/attachments/download/217/libssh-0.7.5.tar.asc
-sha256	54e86dd5dc20e5367e58f3caab337ce37675f863f80df85b6b1614966a337095  libssh-0.7.5.tar.xz
+# Locally calculated after checking pgp signature
+sha256 d17f1267b4a5e46c0fbe66d39a3e702b8cefe788928f2eb6e339a18bb00b1924  libssh-0.8.1.tar.xz
+sha256 468cf08f784ef6fd3b3705b60dd8111e2b70fbb8f6549cd503665a6bbb3bc625  COPYING
diff --git a/package/libssh/libssh.mk b/package/libssh/libssh.mk
index 34716c502a..4295aa42ee 100644
--- a/package/libssh/libssh.mk
+++ b/package/libssh/libssh.mk
@@ -4,9 +4,10 @@
 #
 ################################################################################
 
-LIBSSH_VERSION = 0.7.5
+LIBSSH_VERSION_MAJOR = 0.8
+LIBSSH_VERSION = $(LIBSSH_VERSION_MAJOR).1
 LIBSSH_SOURCE = libssh-$(LIBSSH_VERSION).tar.xz
-LIBSSH_SITE = https://red.libssh.org/attachments/download/218
+LIBSSH_SITE = https://www.libssh.org/files/$(LIBSSH_VERSION_MAJOR)
 LIBSSH_LICENSE = LGPL-2.1
 LIBSSH_LICENSE_FILES = COPYING
 LIBSSH_INSTALL_STAGING = YES
-- 
2.18.0

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

* [Buildroot] [PATCH/next 1/1] package/libssh: bump version to 0.8.1
  2018-08-18  9:37 [Buildroot] [PATCH/next 1/1] package/libssh: bump version to 0.8.1 Bernd Kuhls
@ 2018-08-20 21:59 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-08-20 21:59 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 18 Aug 2018 11:37:59 +0200, Bernd Kuhls wrote:
> Fixed broken _SITE, added license hash.

This should have been two patches: one fixing the broken SITE, and one
doing the bump. I've split it into two patches: one fixing the broken
SITE, applied on master. Which I cherry-picked in next, and on top of
which I applied the version bump.

But I forgot to drop the "Fixed broken _SITE" from the second patch
merged in next, saw it too late, the commit was already pushed.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-08-20 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-18  9:37 [Buildroot] [PATCH/next 1/1] package/libssh: bump version to 0.8.1 Bernd Kuhls
2018-08-20 21:59 ` Thomas Petazzoni

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