Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/sslh: fixup the 'v' prefix in the version
@ 2019-09-11 17:46 Fabrice Fontaine
  2019-09-15  7:17 ` Peter Korsgaard
  2019-09-15  7:58 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2019-09-11 17:46 UTC (permalink / raw)
  To: buildroot

In order for the sslh version to match what is given by
release-monitoring.org, the 'v' prefix should be encoded in
SSLH_SOURCE and not SSLH_VERSION.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/sslh/sslh.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/sslh/sslh.mk b/package/sslh/sslh.mk
index 6e29a99189..ba91f8c4d6 100644
--- a/package/sslh/sslh.mk
+++ b/package/sslh/sslh.mk
@@ -4,7 +4,8 @@
 #
 ################################################################################
 
-SSLH_VERSION = v1.20
+SSLH_VERSION = 1.20
+SSLH_SOURCE = sslh-v$(SSLH_VERSION).tar.gz
 SSLH_SITE = http://www.rutschle.net/tech/sslh
 SSLH_LICENSE = GPL-2.0+
 SSLH_LICENSE_FILES = COPYING
-- 
2.23.0.rc1

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

* [Buildroot] [PATCH 1/1] package/sslh: fixup the 'v' prefix in the version
  2019-09-11 17:46 [Buildroot] [PATCH 1/1] package/sslh: fixup the 'v' prefix in the version Fabrice Fontaine
@ 2019-09-15  7:17 ` Peter Korsgaard
  2019-09-15  7:58   ` Thomas Petazzoni
  2019-09-15  7:58 ` Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2019-09-15  7:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > In order for the sslh version to match what is given by
 > release-monitoring.org, the 'v' prefix should be encoded in
 > SSLH_SOURCE and not SSLH_VERSION.

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 >  package/sslh/sslh.mk | 3 ++-

You don't seem to change sslh.hash?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/sslh: fixup the 'v' prefix in the version
  2019-09-15  7:17 ` Peter Korsgaard
@ 2019-09-15  7:58   ` Thomas Petazzoni
  2019-09-15  8:14     ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-09-15  7:58 UTC (permalink / raw)
  To: buildroot

On Sun, 15 Sep 2019 09:17:57 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:  
> 
>  > In order for the sslh version to match what is given by
>  > release-monitoring.org, the 'v' prefix should be encoded in
>  > SSLH_SOURCE and not SSLH_VERSION.  
> 
>  > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>  > ---
>  >  package/sslh/sslh.mk | 3 ++-  
> 
> You don't seem to change sslh.hash?

The tarball name doesn't change:

-SSLH_VERSION = v1.20
+SSLH_VERSION = 1.20
+SSLH_SOURCE = sslh-v$(SSLH_VERSION).tar.gz

This package is not fetched from Github, so it's not us who control the
tarball name. Here the tarball name is the one from upstream, and it
doesn't change, so the .hash file doesn't change.

After applying this patch:

sslh-v1.20.tar.gz: OK (sha256: a7f49b0a1cfcb7bb9d97f5ffa932bff11c5f65d9a9bd8fe1812481dee5855116)
>>> sslh 1.20 Extracting
gzip -d -c /home/thomas/dl/sslh/sslh-v1.20.tar.gz | tar --strip-components=1 -C /home/thomas/projets/buildroot/output/build/sslh-1.20   -xf -

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

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

* [Buildroot] [PATCH 1/1] package/sslh: fixup the 'v' prefix in the version
  2019-09-11 17:46 [Buildroot] [PATCH 1/1] package/sslh: fixup the 'v' prefix in the version Fabrice Fontaine
  2019-09-15  7:17 ` Peter Korsgaard
@ 2019-09-15  7:58 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-09-15  7:58 UTC (permalink / raw)
  To: buildroot

On Wed, 11 Sep 2019 19:46:30 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> In order for the sslh version to match what is given by
> release-monitoring.org, the 'v' prefix should be encoded in
> SSLH_SOURCE and not SSLH_VERSION.
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/sslh/sslh.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied to master, thanks.

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

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

* [Buildroot] [PATCH 1/1] package/sslh: fixup the 'v' prefix in the version
  2019-09-15  7:58   ` Thomas Petazzoni
@ 2019-09-15  8:14     ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2019-09-15  8:14 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Sun, 15 Sep 2019 09:17:57 +0200
 > Peter Korsgaard <peter@korsgaard.com> wrote:

 >> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:  
 >> 
 >> > In order for the sslh version to match what is given by
 >> > release-monitoring.org, the 'v' prefix should be encoded in
 >> > SSLH_SOURCE and not SSLH_VERSION.  
 >> 
 >> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 >> > ---
 >> >  package/sslh/sslh.mk | 3 ++-  
 >> 
 >> You don't seem to change sslh.hash?

 > The tarball name doesn't change:

 > -SSLH_VERSION = v1.20
 > +SSLH_VERSION = 1.20
 > +SSLH_SOURCE = sslh-v$(SSLH_VERSION).tar.gz

 > This package is not fetched from Github, so it's not us who control the
 > tarball name. Here the tarball name is the one from upstream, and it
 > doesn't change, so the .hash file doesn't change.

 > After applying this patch:

 > sslh-v1.20.tar.gz: OK (sha256: a7f49b0a1cfcb7bb9d97f5ffa932bff11c5f65d9a9bd8fe1812481dee5855116)
 >>>> sslh 1.20 Extracting
 > gzip -d -c /home/thomas/dl/sslh/sslh-v1.20.tar.gz | tar --strip-components=1 -C /home/thomas/projets/buildroot/output/build/sslh-1.20   -xf -

Ahh yes, indeed - Sorry for the noise.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-09-15  8:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-11 17:46 [Buildroot] [PATCH 1/1] package/sslh: fixup the 'v' prefix in the version Fabrice Fontaine
2019-09-15  7:17 ` Peter Korsgaard
2019-09-15  7:58   ` Thomas Petazzoni
2019-09-15  8:14     ` Peter Korsgaard
2019-09-15  7:58 ` Thomas Petazzoni

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