package/librelp: bump to version 1.8.0
authorDavid GOUARIN <dgouarin@gmail.com>
Tue, 13 Oct 2020 16:28:45 +0000 (18:28 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 14 Oct 2020 19:28:10 +0000 (21:28 +0200)
1.8.0 adds support for both openssl and gnutls

Signed-off-by: David GOUARIN <dgouarin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/librelp/librelp.hash
package/librelp/librelp.mk

index ac08039b53c62ec07e1c8dc234fe850fe037cdc9..bd66ad7db0a046f7ab21de46490e76aa9e484b40 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  a34c8fc98bf8eef2a5baf635a0f71813cce93b1185aa03648e31b5af60b7393f  librelp-1.2.18.tar.gz
+sha256  cdbf49115fa530247358489864c5971c9f5a6442d19490e38f4c4ef844f1c264  librelp-1.8.0.tar.gz
 sha256  1ed76f935566e93e3c3c0d9f8fad22eb6d8bbe406e2eb8470a4a2764d9fd9685  COPYING
index bcb4fe0ea1d34ec02b5262d95d051f4d0b9476ae..e9e879d1f6cd3e459a33cce27b1f4d3d138fd80c 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBRELP_VERSION = 1.2.18
+LIBRELP_VERSION = 1.8.0
 LIBRELP_SITE = http://download.rsyslog.com/librelp
 LIBRELP_LICENSE = GPL-3.0+
 LIBRELP_LICENSE_FILES = COPYING
@@ -17,4 +17,11 @@ else
 LIBRELP_CONF_OPTS += --disable-tls
 endif
 
+ifeq ($(BR2_PACKAGE_HAS_OPENSSL),y)
+LIBRELP_DEPENDENCIES += openssl host-pkgconf
+LIBRELP_CONF_OPTS += --enable-tls-openssl
+else
+LIBRELP_CONF_OPTS += --disable-tls-openssl
+endif
+
 $(eval $(autotools-package))