aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libsndfile: update to 2019-02-26Peter Wagner2019-02-26
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* libuwsc: update to 3.2.1Jianhui Zhao2019-02-25
| | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* pixman: bump to version 0.38.0Yousong Zhou2019-02-18
| | | | | | | | | | | | | | | | | | | Release 0.37.0 was not actually released. From the git log, there are two functional changes about optimization by using float points directly Bump version to 0.38.0 pixman: Use maximum precision for pixman-bits-image, v2. Implement floating point gradient computation, v2. build: Add meson files to EXTRA_DIST editorconfig: use tabs for Makefiles Merge remote-tracking branch 'origin/master' Post release version bump to 37.1 gitlab-ci: Add meson build to pipeline test meson: Add a meson build system Add .editorconfig file Bump version to 0.36.0 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #8235 from mhei/fix-libupnpTed Hess2019-02-17
|\ | | | | libupnp: add large file defines to CFLAGS
| * libupnp: add large file defines to CFLAGSMichael Heimpold2019-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes compilation with glibc and uClibc for the included sample programs as reported by builtbots for e.g. arc target: -snip- In file included from ../../upnp/inc/upnp.h:402:0, from common/sample_util.h:49, from common/sample_util.c:42: ../../upnp/inc/FileInfo.h:22:2: error: #error libupnp uses large file support, so users must do that, too #error libupnp uses large file support, so users must do that, too ^~~~~ Makefile:577: recipe for target 'common/tv_ctrlpt-sample_util.o' failed -snap- Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | libsndfile: update to 2019-02-07Peter Wagner2019-02-17
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | Merge pull request #8195 from ja-pa/libarchive-security-fixHannu Nyman2019-02-16
|\ \ | | | | | | libarchive: patch security issues
| * | libarchive: patch security issuesJan Pavlinec2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-1000019 CVE-2019-1000020 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #8168 from neheb/tasNikos Mavrogiannopoulos2019-02-13
|\ \ \ | | | | | | | | libtasn1: Optimize compilation for size
| * | | libtasn1: Optimize compilation for sizeRosen Penev2019-02-09
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabled doc and valgrind tests to speed up compilation. Added --disable-ld-version-script to reduce compiled size. Added -Wl,--gc-sections to reduce compiled size. From 28339 to 27700 bytes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #8150 from ClaymorePT/boost_1.69.0_r2Ted Hess2019-02-13
|\ \ \ | | | | | | | | boost: Release update with minor fix
| * | | boost: Release update with minor fixCarlos Miguel Ferreira2019-02-12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the bug described in issue #8146 [1], where the package fails to build if the boost package is selected without selecting any of the internal non-header-only libraries. [1]: https://github.com/openwrt/packages/issues/8146 Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* / / p11-kit: Update to 0.23.15Rosen Penev2019-02-09
|/ / | | | | | | | | | | | | | | | | | | Disable debug to save some space: 163689 vs. 155034 bytes. Add -Wl,--gc-sections. Down to 138627 bytes. Miscellaneous cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #8162 from neheb/keyHannu Nyman2019-02-10
|\ \ | | | | | | keyutils: Make reproducible
| * | keyutils: Make reproducibleRosen Penev2019-02-08
| | | | | | | | | | | | | | | | | | Based on debian patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libudev-fbsd: update to git source as of 2017-12-16Daniel Golle2019-02-09
|/ / | | | | | | | | | | | | | | Remove patches 001-fix-unused.patch and 002-replace-nitems.patch, similar fixes to make libudev-fbsd compile were applied upstream. Refresh remaining patches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | freetype: add host config flagsLucian Cristian2019-02-05
| | | | | | | | | | | | this fixes static linking with mkfontscale/host xorg app Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | libavahi-compat-libdnssd: Fix compilationRosen Penev2019-02-02
|/ | | | | | | | The inline if statement does not work correctly. Moved it to a more proper place. Also changed the install to install the symlinks as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libextractor: fix PKG_HASHDaniel Golle2019-01-31
| | | | | | | | Instead of libextractor-1.8.tar.gz, the SHA-256 sum of libextractor-1.8.tar.gz.sig was entered by accident. Fix that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libs/libmicrohttpd: Fix for install sectionsDaniel Engberg2019-01-30
| | | | | | Install libs for -ssl variant Be a bit more specific about what we're installing... Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* Merge pull request #8047 from diizzyy/libs-libmicrohttpdHannu Nyman2019-01-29
|\ | | | | libmicrohttpd: Update to 0.9.62 and rework Makefile
| * libmicrohttpd: Update to 0.9.62 and rework MakefileDaniel Engberg2019-01-28
| | | | | | | | | | | | | | | | Update to 0.9.62 Various cosmetic changes to Makefile Fix variants and default to no ssl variant Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | libyang: add patch for lyb bugfixMislav Novakovic2019-01-29
| | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | libextractor: update to version 1.8Daniel Golle2019-01-29
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libmad: Some patch renaming for consistencyRosen Penev2019-01-28
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | glib2: update to 2.58.3Peter Wagner2019-01-28
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | Merge pull request #7998 from neheb/patch-20Ted Hess2019-01-28
|\ \ | | | | | | libsodium: Update to 1.0.17
| * | libsodium: Update to 1.0.17Rosen Penev2019-01-19
| | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #8044 from diizzyy/libs-jsoncppTed Hess2019-01-28
|\ \ \ | | | | | | | | jsoncpp: Add to repo
| * | | jsoncpp: Add to repoDaniel Engberg2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | Add (lib)jsoncpp to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | Merge pull request #8045 from diizzyy/libs-libupnppTed Hess2019-01-28
|\ \ \ \ | | | | | | | | | | libs/libupnpp: Update to 0.17.0
| * | | | libs/libupnpp: Update to 0.17.0Daniel Engberg2019-01-26
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Update libupnpp to 0.17.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | libs/libupnp: Update to 1.8.4Daniel Engberg2019-01-28
| |/ / |/| | | | | | | | | | | | | | | | | | | | Update libupnp to 1.8.4 Add PR #104 to fix musl compatibility https://github.com/mrjimenez/pupnp/pull/104 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Merge pull request #7995 from neheb/patch-13Hannu Nyman2019-01-28
|\ \ \ | | | | | | | | hwloc: Update to 2.0.3
| * | | hwloc: Update to 2.0.3Rosen Penev2019-01-19
| | |/ | |/| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7675 from neheb/vipsHannu Nyman2019-01-27
|\ \ \ | | | | | | | | vips: Update to 8.7.2
| * | | vips: Update to 8.7.4Rosen Penev2019-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ability to compile with uclibc++. Refresh Makefile for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8009 from neheb/v4lTed Hess2019-01-26
|\ \ \ \ | | | | | | | | | | libv4l: Update to 1.16.3
| * | | | libv4l: Update to 1.16.3Rosen Penev2019-01-21
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8037 from MikePetullo/libdmapsharingHannu Nyman2019-01-26
|\ \ \ \ | | | | | | | | | | libdmapsharing: Update to 3.9.4
| * | | | libdmapsharing: Update to 3.9.4W. Michael Petullo2019-01-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | Merge pull request #7867 from neheb/ldnHannu Nyman2019-01-26
|\ \ \ \ \ | |/ / / / |/| | | | ldns: Make ENGINE support optional
| * | | | ldns: Make ENGINE support optionalRosen Penev2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ENGINE support is needed for GOST, which is already disabled. However, it is going to be disabled by default in a future update. This fixes the compilation failure. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libgpg-error: Update to 1.34Rosen Penev2019-01-23
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove FPIC as it is already default. Both fPIC and DPIC are passed. Some extra configure arguments to speed up build times. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7977 from neheb/keyuHannu Nyman2019-01-21
|\ \ \ \ | | | | | | | | | | keyutils: Update to 1.6
| * | | | keyutils: Update to 1.6Rosen Penev2019-01-19
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Add keyctl binary, which can be used to add fscrypt support to ext4 and other filesystems that support it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | getdns: update to version 1.5.0Jonathan G. Underwood2019-01-20
|/ / / | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | Merge pull request #7922 from daniel-santos/classpathHannu Nyman2019-01-19
|\ \ \ | | | | | | | | classpath: Fix breakage caused by -Werror=implicit-fallthrough
| * | | classpath: Fix breakage caused by -Werror=implicit-fallthroughDaniel Santos2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | classpath builds with -Wextra and, unless configured with --disable-werror, -Werror. Since GCC 7 added -Wimplicit-fallthrough=3 to -Wextra we need to make it not an error for code that doesn't use __attribute__((fallthrough)) yet. Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
* | | | libyang: update to 0.16-r3Mislav Novakovic2019-01-16
| | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>