All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libssh: add patch to fix reported version
@ 2020-04-15 10:46 Heiko Thiery
  2020-04-17 20:10 ` Thomas Petazzoni
  2020-05-06  5:04 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Heiko Thiery @ 2020-04-15 10:46 UTC (permalink / raw)
  To: buildroot

The released libssh package does wrongly reports the previous version.
This patch fixes the version field in the lib.

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 .../0001-libssh.h-bump-to-version-0.9.4.patch | 29 +++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 package/libssh/0001-libssh.h-bump-to-version-0.9.4.patch

diff --git a/package/libssh/0001-libssh.h-bump-to-version-0.9.4.patch b/package/libssh/0001-libssh.h-bump-to-version-0.9.4.patch
new file mode 100644
index 0000000000..d6ec50509e
--- /dev/null
+++ b/package/libssh/0001-libssh.h-bump-to-version-0.9.4.patch
@@ -0,0 +1,29 @@
+From 8d8428cbbc2c00d078cfbc967e4e6fee7ff7bf0b Mon Sep 17 00:00:00 2001
+From: Heiko Thiery <heiko.thiery@gmail.com>
+Date: Wed, 15 Apr 2020 11:57:29 +0200
+Subject: [PATCH] libssh.h: bump to version 0.9.4
+
+In the released version of libssh the version bump was not done
+properly. Therefore the current release 0.9.4 reports 0.9.3.
+
+Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
+---
+ include/libssh/libssh.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
+index 79030131..e2a8d991 100644
+--- a/include/libssh/libssh.h
++++ b/include/libssh/libssh.h
+@@ -79,7 +79,7 @@
+ /* libssh version */
+ #define LIBSSH_VERSION_MAJOR  0
+ #define LIBSSH_VERSION_MINOR  9
+-#define LIBSSH_VERSION_MICRO  3
++#define LIBSSH_VERSION_MICRO  4
+ 
+ #define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
+                                            LIBSSH_VERSION_MINOR, \
+-- 
+2.20.1
+
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/libssh: add patch to fix reported version
  2020-04-15 10:46 [Buildroot] [PATCH 1/1] package/libssh: add patch to fix reported version Heiko Thiery
@ 2020-04-17 20:10 ` Thomas Petazzoni
  2020-05-06  5:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-04-17 20:10 UTC (permalink / raw)
  To: buildroot

On Wed, 15 Apr 2020 12:46:40 +0200
Heiko Thiery <heiko.thiery@gmail.com> wrote:

> The released libssh package does wrongly reports the previous version.
> This patch fixes the version field in the lib.
> 
> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
> ---
>  .../0001-libssh.h-bump-to-version-0.9.4.patch | 29 +++++++++++++++++++
>  1 file changed, 29 insertions(+)
>  create mode 100644 package/libssh/0001-libssh.h-bump-to-version-0.9.4.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/libssh: add patch to fix reported version
  2020-04-15 10:46 [Buildroot] [PATCH 1/1] package/libssh: add patch to fix reported version Heiko Thiery
  2020-04-17 20:10 ` Thomas Petazzoni
@ 2020-05-06  5:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-05-06  5:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Heiko" == Heiko Thiery <heiko.thiery@gmail.com> writes:

 > The released libssh package does wrongly reports the previous version.
 > This patch fixes the version field in the lib.

 > Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-05-06  5:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 10:46 [Buildroot] [PATCH 1/1] package/libssh: add patch to fix reported version Heiko Thiery
2020-04-17 20:10 ` Thomas Petazzoni
2020-05-06  5:04 ` Peter Korsgaard

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.