summaryrefslogtreecommitdiff
path: root/package/libstrophe
AgeCommit message (Collapse)Author
2016-06-18libstrophe: add .hash filePeter Korsgaard
Fixes: http://autobuild.buildroot.org/results/847/847813211e29bdf8b986696ba5fd5d561e66ca2c/ http://autobuild.buildroot.org/results/b42/b420d52c49ab228f9599f9e03bb55ad3e4dd0fda/ Similar to jquery-keyboard, it seems the libstrophe tarball on the autobuilder is corrupt. Fix it by adding a .hash file so it falls back to our s.b.o mirror. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-09-28libstrophe: add a patch to fix static buildsVicente Olivert Riera
libstrophe.a and libcrypto.a have symbols with equal names, so executables can't be statically linked with libstrophe and openssl: sha1dgst.c:(.text+0x1b4c): multiple definition of `SHA1_Update' sha1dgst.c:(.text+0x1cc0): multiple definition of `SHA1_Final' sha1dgst.c:(.text+0x1e78): multiple definition of `SHA1_Init Renaming the internal SHA functions fixes the problem. Issue reported upstream: https://github.com/strophe/libstrophe/issues/40 Fixes: http://autobuild.buildroot.net/results/047/047e319b9d7bf0cdaabc007326a6d67de2c1ee52/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-09-24libstrophe: bump to version 0.8.8Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-05-27libstrophe: install into targetPeter Korsgaard
Since a7134ce6745 (libstrophe: bump version), the package does in fact build and install a shared library, so ensure it also ends up in target so it can be found at runtime. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-02-03package/*: rename patches according to the new policyPeter Korsgaard
Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-11-01libstrophe: bump versionMaxime Hadjinlian
Remove patch that was accepted upstream. The other one was never sent before. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-10-04packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire
To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-10-02package: indentation cleanupJerzy Grzegorek
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-04-20libstrophe: fix detection of libxml2Thomas Petazzoni
This commit adds a patch to libstrophe to fix a typo that prevented a proper detection of libxml2. This patch has been submitted upstream, see https://github.com/metajack/libstrophe/pull/46. Fixes: http://autobuild.buildroot.org/results/499/499ffd50ec58b54343d6606c0f1bf7cd04f14e1c/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-03-29libstrophe: needs thread support in toolchainThomas Petazzoni
Fixes: http://autobuild.buildroot.org/results/210/21072a847ecc682594ed06897fa45f888b562123/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-03-29libstrophe: new packageDenis Bodor
[Thomas: allow compilation with either expat or libxml2, reword the license description to indicate that it's MIT *or* GPLv3. ] Signed-off-by: Denis Bodor <lefinnois@lefinnois.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>