aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
| * | | | glib2: fix build when res_nquery is not availableSebastian Kemper2018-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream commit "gio: Port GThreadedResolver to use res_nquery() to fix thread-safety" introduced a bug that causes compile failures on platforms where res_nquery is unavailable. This patch fixes that. Bug 794606 has been opened upstream: https://bugzilla.gnome.org/show_bug.cgi?id=794606 On the OpenWrt buildbots this bug is visible during the arc_archs compile: gthreadedresolver.c: In function 'do_lookup_records': gthreadedresolver.c:875:16: error: 'res' undeclared (first use in this function); did you mean '_res'? res_nclose (&res); ^~~ _res gthreadedresolver.c:875:16: note: each undeclared identifier is reported only once for each function it appears in Makefile:3334: recipe for target 'libgio_2_0_la-gthreadedresolver.lo' failed make[8]: *** [libgio_2_0_la-gthreadedresolver.lo] Error 1 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | p11-kit: Update to 0.23.10 and update URLsRosen Penev2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FreeDesktop link does not work anymore. Switch to new upstream at GitHub. Update the version while we're at it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #5817 from zhaojh329/libuwscHannu Nyman2018-03-25
|\ \ \ \ \ | | | | | | | | | | | | libuwsc: update to 2.0.1
| * | | | | libuwsc: update to 2.0.1Jianhui Zhao2018-03-25
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge branch 'libfmt-knxd'Michael Heimpold2018-03-25
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | libfmt: add new package (closes #5617)Othmar Truniger2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch> Build shared library, add license file hints Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #5766 from thess/faad2-configTed Hess2018-03-22
|\ \ \ \ \ | |_|/ / / |/| | | | faad2: Remove BUILD_PATENTED
| * | | | faad2: Remove BUILD_PATENTEDTed Hess2018-03-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #5783 from zhaojh329/libuhttpdHannu Nyman2018-03-18
|\ \ \ \ \ | | | | | | | | | | | | libuhttpd: update to 2.0.3
| * | | | | libuhttpd: update to 2.0.3Jianhui Zhao2018-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ecb3ea9 Fix compile error on openwrt-x64 d9ef540 mention some code in lua_template.c copied from. Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | glib2: update to 2.56.0Peter Wagner2018-03-18
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #5762 from iamperson347/getdns1.4Hannu Nyman2018-03-15
|\ \ \ \ \ | |/ / / / |/| | | | gettdns: Bump to 1.4.1 plus fixes
| * | | | gettdns: Bump to 1.4.1 plus fixesDavid Mora2018-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile needed to be updated specify ssl dir Signed-off-by: David Mora <iamperson347+public@gmail.com>
* | | | | libs/libmicrohttpd: Update to version 0.9.59Paul Wassi2018-03-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | libuhttpd: Update to 2.0.2Jianhui Zhao2018-03-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #5731 from lnslbrty/feature/libcap-binHannu Nyman2018-03-11
|\ \ \ \ \ | | | | | | | | | | | | libcap: executables
| * | | | | libcap: libcap executablesToni Uhlig2018-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add option to install additional executables - capsh, getcap, getpcaps, setcap * capsh can be configured to execute a different shell rather than /bin/bash Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | libuhttpd: Update to 2.0.1Jianhui Zhao2018-03-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | vips: add giflib dependencyHannu Nyman2018-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dependency to giflib as the buildbot complained about that. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | Merge pull request #5733 from zhaojh329/wifidog-ngHannu Nyman2018-03-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | wifidog-ng: Add package
| * | | | | | wifidog-ng: Add packageJianhui Zhao2018-03-09
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Next generation WifiDog Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* / / / / / libuv: bump to 1.19.2Marko Ratkaj2018-03-10
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | Merge pull request #5446 from Tiboris/libhttp-parserHannu Nyman2018-03-08
|\ \ \ \ \ | | | | | | | | | | | | libhttp-parser: Bump to version 2.8.0
| * | | | | libhttp-parser: Bump package version and update link to GitHubTibor Dudlák2018-02-12
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumped package version. There was an issue with .so file: dependent package wanted lib.so.2.8 but there was only lib.so.2.8.0 there so one more symlink added. http-parser sources are owned by nodejs now. Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
* | | | | libsoxr: Build cleanup.Ted Hess2018-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove automatic inclusion of avutil if ffmpeg libraries present in build. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | libsoxr: Update to version 0.1.3. Use SF package downloadTed Hess2018-03-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | libvorbisidec: Add pkgconfig to STAGING_DIRTed Hess2018-03-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | libxml2: update to 2.9.8Michael Heimpold2018-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also drop obviously dead download mirrors. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | tiff: revert uclibc++ commitSebastian Kemper2018-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts 5b5659850dbaae4d2ac2e3f599015f71e341841e. In hindsight I have to admit I did not correctly understand the implications of the uclibc++.mk include. The include allows a package to follow the user's choice regarding which C++ library should be the standard. Linking against uClibc++ instead of libstd++ is not a problem when running musl (which is what I had incorrectly assumed), as both C++ libs are separate packages. And uClibc++ is a lot smaller than libstd++, which is probably why it is even the default C++ lib on OpenWrt currently. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | libiio: rework backend selection (fixes #5637)Michael Heimpold2018-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide configuration items to select individual backends. This also allows to fine-tune the package dependencies. In order to address #5637, we make this dep unconditionally until upstream allow to opt-in/opt-out libavahi support. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | rtty: Update to latest versionJianhui Zhao2018-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change license to LGPL2 Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | libssh2: add missing PKG_CONFIG_DEPENDSSebastian Kemper2018-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recently added symbols CONFIG_LIBSSH2_MBEDTLS and CONFIG_LIBSSH2_OPENSSL require a rerun of ./configure when their selection changes. So add them to PKG_CONFIG_DEPENDS accordingly. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | dmx_usb_module: fix build against kernel 4.14Matthias Schiffer2018-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change should also work fine with older kernels, as <linux/uaccess.h> has existed for a long time, and it includes <asm/uaccess.h>. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | dmx_usb_module: change source URL to HTTPSMatthias Schiffer2018-03-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | Merge pull request #5669 from micmac1/my-upsJiri Slachta2018-03-01
|\ \ \ \ \ | | | | | | | | | | | | libs/libssh2: Remove $(FPIC), update InstallDev
| * | | | | libssh2: update InstallDev defineSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use $(INSTALL_DATA) for headers and pkgconfig file. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | libssh2: remove $(FPIC) from TARGET_CFLAGSSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libssh2 already makes sure that the compiler emits position-independent code. Adding $(FPIC) makes no difference. In addition the libssh2 build system puts its own flag behind the CFLAGS, overriding whatever was set before. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | Merge pull request #5671 from micmac1/xslt-upJiri Slachta2018-03-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | libxslt: remove $(FPIC), clean up install defines
| * | | | | | libxslt: install all lib symlinksSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes sure that even i.e. libxslt.so symlink gets copied to the target. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | | libxslt: update xsltproc dependsSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libxml2 can be removed as libxslt already depends on it. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | | libxslt: remove $(FPIC) from TARGET_CFLAGSSebastian Kemper2018-02-24
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libxslt already makes sure that the compiler emits position-independent code. Adding $(FPIC) makes no difference. In addition the libxslt build system puts its own flag behind the CFLAGS, overriding whatever was set before. Also with $(FPIC) in CFLAGS even the libxslt utils get compiled with PIC, which us undesirable. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | tiff: install headers of the c++ bindingsSebastian Kemper2018-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that the c++ headers get installed to the staging directory when libtiffxx was selected/built. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | tiff: use CONFIGURE_ARGSSebastian Kemper2018-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify the Makefile. No functional change. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | tiff: switch PKG_SOURCE_URL to HTTPSSebastian Kemper2018-02-25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | tiff: update install definesSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use $(INSTALL_DATA) for headers (and really copy only the headers). - Install _all_ symlinks. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | tiff: remove $(FPIC) from TARGET_CFLAGSSebastian Kemper2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tiff already makes sure that the compiler emits position-independent code. Adding $(FPIC) makes no difference. In addition the tiff build system puts its own flag behind the CFLAGS, overriding whatever was set before. Also with $(FPIC) in CFLAGS even the tiff utils get compiled with PIC, which us undesirable. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | tiff: remove uclibc++.mk includeSebastian Kemper2018-02-24
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The include injects a lib depend on libuClibc++.so.0 into the package, even on musl. Remove it and replace the depend with libstcpp instead. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | pixman: initial version 0.34.0Yousong Zhou2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be required by qemu 2.11. The two patches are copied from packaging of current qemu 2.6 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | libvorbisidec: Change to .xz archive, update mirror and sha256sumTed Hess2018-02-22
| |/ / / |/| | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | libtasn1: Change URL to point to official website instead of download linkRosen Penev2018-02-20
| |_|/ |/| | | | | | | | | | | | | | Cosmetic change. Signed-off-by: Rosen Penev <rosenp@gmail.com>