[Buildroot] [git commit] package/sslh: fixup the 'v' prefix in the version

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Sep 15 07:50:36 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=70edac1bc0bfcdf36d593f1d8660cdfc65c95d54
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.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


More information about the buildroot mailing list