summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Oudinet <johan.oudinet@gmail.com>2018-11-26 12:08:00 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-28 22:38:02 +0100
commitd8a1e424bf6227ea1b20b7588a39a3201a94c8c3 (patch)
tree4f4364f6e6640c7c52056041e74726c67a98e953
parentf71d9dae00f865122ba4c921bfcc4efefc62f8a9 (diff)
package/erlang-p1-xmpp: bump to version 1.2.5
This package now depends also on erlang-p1-tls and erlang-p1-zlib. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/erlang-p1-xmpp/Config.in2
-rw-r--r--package/erlang-p1-xmpp/erlang-p1-xmpp.hash2
-rw-r--r--package/erlang-p1-xmpp/erlang-p1-xmpp.mk4
3 files changed, 5 insertions, 3 deletions
diff --git a/package/erlang-p1-xmpp/Config.in b/package/erlang-p1-xmpp/Config.in
index 9b33e0c609..6e40fed10a 100644
--- a/package/erlang-p1-xmpp/Config.in
+++ b/package/erlang-p1-xmpp/Config.in
@@ -6,7 +6,9 @@ config BR2_PACKAGE_ERLANG_P1_XMPP
depends on BR2_INSTALL_LIBSTDCPP # erlang-p1-stringprep
select BR2_PACKAGE_ERLANG_P1_XML
select BR2_PACKAGE_ERLANG_P1_STRINGPREP
+ select BR2_PACKAGE_ERLANG_P1_TLS
select BR2_PACKAGE_ERLANG_P1_UTILS
+ select BR2_PACKAGE_ERLANG_P1_ZLIB
help
XMPP library for Erlang.
diff --git a/package/erlang-p1-xmpp/erlang-p1-xmpp.hash b/package/erlang-p1-xmpp/erlang-p1-xmpp.hash
index d3d2dafb9e..e1c63a6065 100644
--- a/package/erlang-p1-xmpp/erlang-p1-xmpp.hash
+++ b/package/erlang-p1-xmpp/erlang-p1-xmpp.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 558e8d8734052bdbe679cf10165a63944c208940ab84be78c97ba661dfcf3cb2 erlang-p1-xmpp-1.1.16.tar.gz
+sha256 699f50d50850272e67160b022fd27f3ccc46570e48968d8ee30d491bf926794d erlang-p1-xmpp-1.2.5.tar.gz
diff --git a/package/erlang-p1-xmpp/erlang-p1-xmpp.mk b/package/erlang-p1-xmpp/erlang-p1-xmpp.mk
index 096876ca34..e20a84f4a3 100644
--- a/package/erlang-p1-xmpp/erlang-p1-xmpp.mk
+++ b/package/erlang-p1-xmpp/erlang-p1-xmpp.mk
@@ -4,13 +4,13 @@
#
################################################################################
-ERLANG_P1_XMPP_VERSION = 1.1.16
+ERLANG_P1_XMPP_VERSION = 1.2.5
ERLANG_P1_XMPP_SITE = $(call github,processone,xmpp,$(ERLANG_P1_XMPP_VERSION))
ERLANG_P1_XMPP_LICENSE = Apache-2.0
ERLANG_P1_XMPP_LICENSE_FILES = LICENSE.txt
ERLANG_P1_XMPP_INSTALL_STAGING = YES
ERLANG_P1_XMPP_DEPENDENCIES = erlang-p1-xml erlang-p1-stringprep \
- erlang-p1-utils host-erlang-p1-xml
+ erlang-p1-tls erlang-p1-utils erlang-p1-zlib host-erlang-p1-xml
$(eval $(rebar-package))
$(eval $(host-rebar-package))