aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libsndfile: update to 2019-03-08Peter Wagner2019-03-20
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Merge pull request #8418 from cotequeiroz/libv4l_no-bpfTed Hess2019-03-17
|\ | | | | libv4l: avoid libelf dependency
| * libv4l: avoid libelf dependencyEneas U de Queiroz2019-03-15
| | | | | | | | | | | | Explicitly disable bpf support to avoid picking up libelf dependency. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | postgresql: Revert adding build dependency to zlib/hostHannu Nyman2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert the addition of build dependency in commit 2d1694ff7 to a non-existent host build of zlib. The host build of zlib was removed already in April 2018 by https://github.com/openwrt/openwrt/commit/8dcd941d8b934891676a8d4bbef1ee78e89a4bf7#diff-1ed408c61d79f9c6c5d197333e94ce8d which made zlib a build tool defined in /tools The newly introduced build dependency causes always a warning like: WARNING: Makefile 'package/feeds/packages/postgresql/Makefile' has a build dependency on 'zlib/host', which does not exist Not sure what was the error that 2d1694ff7 tried to fix, but reference to a non-existent host build is not the solution. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #8415 from val-kulkov/libfreetype-packageHannu Nyman2019-03-16
|\ \ | |/ |/| libfreetype: update to v2.10.0
| * libfreetype: update to v2.10.0Val Kulkov2019-03-15
| | | | | | | | | | | | Update to the latest upstream version. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | Merge pull request #8414 from ja-pa/libseccompNikos Mavrogiannopoulos2019-03-15
|\ \ | |/ |/| libseccomp: update to version 2.4.0
| * libseccomp: update to version 2.4.0Jan Pavlinec2019-03-15
| | | | | | | | | | | | | | Changes: add scmp_sys_resolver utility for syscall resolving Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | dtc: bump to version 1.5.0Yousong Zhou2019-03-15
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #8398 from ja-pa/czmq-4.2.0Hannu Nyman2019-03-13
|\ \ | | | | | | czmq: update to version 4.2.0
| * | czmq: update to version 4.2.0Jan Pavlinec2019-03-13
| |/ | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* / measurement-kit: update to version 0.9.4Jan Pavlinec2019-03-11
|/ | | | | | Added patches for fixing autogen script. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #8014 from ja-pa/czmqHannu Nyman2019-03-10
|\ | | | | czmq: add new package
| * czmq: add new packageJan Pavlinec2019-01-30
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #7967 from ja-pa/measurement-kitHannu Nyman2019-03-10
|\ \ | | | | | | measurement-kit: add new package
| * | measurement-kit: add new packageJan Pavlinec2019-01-31
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | libmaxminddb: add new package (dependency for measurement-kit)Jan Pavlinec2019-01-23
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #8203 from neheb/libinHannu Nyman2019-03-10
|\ \ \ | | | | | | | | libinput: Add missing header to fix compilation
| * | | libinput: Add missing header to fix compilationRosen Penev2019-02-12
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | vips: Add Debian's reproducible build patchRosen Penev2019-03-07
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | postgresql: add HOST_BUILD_DEPENDS:=zlib/hostDaniel Golle2019-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spotted on buildbot trying postgresql/host build: configure: error: zlib library not found Fix this by adding zlib/host to HOST_BUILD_DEPENDS. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | libgabe: update to shared library versionDaniel Golle2019-03-06
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #8341 from neheb/patch-6Jo-Philipp Wich2019-03-06
|\ \ \ \ | | | | | | | | | | libp11: Fix dependency breakage
| * | | | libp11: Fix dependency breakageRosen Penev2019-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | This requires a +. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8060 from neheb/soTed Hess2019-03-04
|\ \ \ \ \ | |/ / / / |/| | | | libsoup: Disable debug and introspection
| * | | | libsoup: Disable debug and introspectionRosen Penev2019-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces package size 175705 to 162704 bytes on mt7621 Also removed NTLM auth support. Brings size down to 161433 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7868 from neheb/p11Daniel Golle2019-03-04
|\ \ \ \ \ | | | | | | | | | | | | libp11: Mandate ENGINE support
| * | | | | libp11: Mandate ENGINE supportRosen Penev2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libp11 uses OpenSSL's ENGINE quite extensively with seemingly no simple way to disable it. Add it as a dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | libextractor: update to version 1.9Daniel Golle2019-03-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | postgresql: update to version 9.6.12Daniel Golle2019-03-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | libsndfile: fix PKG_MIRROR_HASHPeter Wagner2019-03-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | 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>