Commit Graph

13 Commits

Author SHA1 Message Date
krant b9836b0151 libstrophe: update to 0.13.1
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-03-22 16:08:34 +08:00
Andreas Gnau ccb4632c57
libstrophe: Specify correct PKG_LICENSE
libstrophe is dual-licensed as MIT OR GPL-3.0-only, which is also
reflected by the SPDX-License-Identifier lines in the source files.
Correct PKG_LICENSE in the Makefile accordingly.

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2024-02-14 18:39:54 +01:00
krant b8d0f8b142 libstrophe: update 0.13.0
- Use common Github URL
- Add missing zlib dependency

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:29:09 -08:00
Michael Heimpold 59a8bb10d4 libstrophe: fix build with full language support enabled
After d18692c, we need to include nls.mk to setup correct
environment variables so that linking succeeds.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-03-07 11:25:43 +01:00
Rosen Penev 5b0b9f4fb1
libstrophe: update to 0.10.0
Clean up Makefile to modern standards.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-20 17:33:31 -07:00
Chih-Wei Chen 258a3901d8 libstrophe: Update to 0.9.3
Release 0.9.3:
-PLAIN mechanism is used only when no other mechanisms are supported
-Legacy authentication is disabled by default, can be enabled with connection flag
 XMPP_CONN_FLAG_LEGACY_AUTH
-Session is not established if it is optional
-Fixed a bug causing a reused connection not to cleanup properly
-Improved debug logging in OpenSSL module
-Few memory leaks fixed

Also fix some build flag

Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
2019-10-16 13:35:45 +08:00
Enrico Mioso c1b4531c84 libs/libstrophe: install pkg-config .pc file
This helps packages depending on libs/libstrophe in finding the library via pkg-config or CMake's PKG_SEARCH_MODULE

Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
2019-04-08 10:24:41 +02:00
Rosen Penev cd38fe4285
libstrophe: Update to 0.9.2
Switched from direct git to codeload. Should make it more reliable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-10 12:27:55 -07:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Daniel Engberg b2bd7b4251 libs/libstrophe: Fix source tarball filename
Switch to git repo to properly set tarball filename

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-08 10:50:18 +01:00
Chih-Wei Chen 38b9f65e37 libstrophe : Update to version 0.9.1
Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
2016-09-27 16:59:22 +08:00
Chih-Wei Chen 02fa2b7160 libstrophe : Update to version 0.8.8
Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
2015-08-24 22:51:06 +08:00
changeway ce13ffa1d6 Add libstrophe : XMPP client library
Config.in for libxml2/expat XML library choice

Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
2015-08-03 09:40:24 +08:00