aboutsummaryrefslogtreecommitdiff
path: root/libs/libstrophe
Commit message (Collapse)AuthorAge
* libstrophe: update to 0.13.1krant2024-03-22
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libstrophe: Specify correct PKG_LICENSEAndreas Gnau2024-02-14
| | | | | | | | 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>
* libstrophe: update 0.13.0krant2024-02-04
| | | | | | | - Use common Github URL - Add missing zlib dependency Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libstrophe: fix build with full language support enabledMichael Heimpold2021-03-07
| | | | | | | 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>
* libstrophe: update to 0.10.0Rosen Penev2020-09-20
| | | | | | Clean up Makefile to modern standards. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libstrophe: Update to 0.9.3Chih-Wei Chen2019-10-16
| | | | | | | | | | | | | | | 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>
* libs/libstrophe: install pkg-config .pc fileEnrico Mioso2019-04-08
| | | | | | 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>
* libstrophe: Update to 0.9.2Rosen Penev2018-06-10
| | | | | Switched from direct git to codeload. Should make it more reliable. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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>
* libs/libstrophe: Fix source tarball filenameDaniel Engberg2017-01-08
| | | | | | Switch to git repo to properly set tarball filename Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libstrophe : Update to version 0.9.1Chih-Wei Chen2016-09-27
| | | | Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
* libstrophe : Update to version 0.8.8Chih-Wei Chen2015-08-24
| | | | Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
* Add libstrophe : XMPP client librarychangeway2015-08-03
Config.in for libxml2/expat XML library choice Signed-off-by: Chih-Wei Chen <changeway@gmail.com>