package/sslh: bump to version 1.20
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 11 Apr 2019 18:10:48 +0000 (20:10 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 17 Apr 2019 06:56:08 +0000 (08:56 +0200)
- Add hash for license file
- Enable parallel build: it has been fixed since version 1.19b and
  https://github.com/yrutschle/sslh/commit/70a2ea926efc8ca455b08d230b90789a57bc29c6

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/sslh/sslh.hash
package/sslh/sslh.mk

index 757005dd38905212a7640be687ac4710d3a858df..c25b37b8ab8811c3535ec58fff625339f9cb0ecf 100644 (file)
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256  1601a5b377dcafc6b47d2fbb8d4d25cceb83053a4adcc5874d501a2d5a7745ad    sslh-v1.18.tar.gz
+sha256  a7f49b0a1cfcb7bb9d97f5ffa932bff11c5f65d9a9bd8fe1812481dee5855116    sslh-v1.20.tar.gz
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643    COPYING
index e8eb5e2b6f8fba6cd4475d1fb41d1a8a539ab8d7..d0a5f82347c4d08a07db15d02a39e47b7d4c8ace 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SSLH_VERSION = v1.18
+SSLH_VERSION = v1.20
 SSLH_SITE = http://www.rutschle.net/tech/sslh
 SSLH_LICENSE = GPL-2.0+
 SSLH_LICENSE_FILES = COPYING
@@ -28,7 +28,7 @@ SSLH_MAKE_OPTS += USELIBPCRE=
 endif
 
 define SSLH_BUILD_CMDS
-       $(TARGET_MAKE_ENV) $(MAKE1) $(SSLH_MAKE_OPTS) -C $(@D)
+       $(TARGET_MAKE_ENV) $(MAKE) $(SSLH_MAKE_OPTS) -C $(@D)
 endef
 
 define SSLH_INSTALL_TARGET_CMDS