aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
| * | | | | | libredblack: Pass CFLAGSRosen Penev2019-08-28
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFLAGS were not being passed. This was breaking builds with ASLR. Pass proper PIC command to gcc with $(fPIC). Don't install static libraries. Keep those for InstallDev only. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9813 from neheb/xmlRosen Penev2019-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | xmlrpc-c: Update to 1.51.03
| * | | | | | xmlrpc-c: Update to 1.51.03Rosen Penev2019-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small Makefile reorganization. Switch BUILD_PARALLEL to 1. Seems to work now. Added nanosleep patch that replaces usleep usage. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | libfmt: bump to version 6.0.0Othmar Truniger2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | Merge pull request #9854 from neheb/ssh2Jiri Slachta2019-08-29
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | libssh2: Don't build tests
| * | | | | | libssh2: Remove old artifacts from autotools platformRosen Penev2019-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed PKG_FIXUP. It has no meaning with CMake. Replaced PKG_INSTALL with CMAKE_INSTALL. Consequentially, removed InstallDev section. Added ABI_VERSION to force package rebuilds when it increases. Added PKG_BUILD_PARALLEL for faster compilation. Fixed license tag. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | libssh2: Don't build testsRosen Penev2019-08-27
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Speeds up build and fixes OpenSSL support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | | | nspr: update to 4.22Lucian Cristian2019-08-28
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | drop upstreamed patches Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | Merge pull request #9700 from ja-pa/libssh2-1.9.0Jiri Slachta2019-08-24
|\ \ \ \ \ | |/ / / / |/| | | | libssh2: update to version 1.9.0 (security fix)
| * | | | libssh2: update to version 1.9.0 (security fix)Jan Pavlinec2019-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: Fix CVE-2019-13115 Remove old patches Switch to cmake Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | measurement-kit: update to version 0.10.5Jan Pavlinec2019-08-23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | libuecc: update URL and PKG_SOURCE_URLMatthias Schiffer2019-08-21
| | | | |
* | | | | Merge pull request #9785 from thess/libv4l-updateTed Hess2019-08-21
|\ \ \ \ \ | | | | | | | | | | | | libv4l: Update to 1.16.6. Fix missing includes patch
| * | | | | libv4l: Update to 1.16.6. Fix missing includes patchTed Hess2019-08-20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #9771 from neheb/gifRosen Penev2019-08-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | giflib: Update to 5.2.1 and add utilities
| * | | | | | giflib: Add utilities packageRosen Penev2019-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As requested in #9756 Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | giflib: Update to 5.2.1Rosen Penev2019-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed now invalid patch. Upstream got rid of autotools. This allows the Makefile to be simplified. Added PKG_BUILD_PARALLEL for faster compilation. Other miscellaneous cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | dtc: backport patch to export fdt_check_full()Yousong Zhou2019-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required for configure script of QEMU to detect presence of system libfdt library Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #9745 from PolynomialDivision/feature/add_uwifiRosen Penev2019-08-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libuwifi: add userspace wifi library
| * | | | | | | libuwifi: add userspace wifi libraryNick Hainke2019-08-18
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add library to parse WiFi frames in userspace. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | libcups: update to 2.2.12Luiz Angelo Daros de Luca2019-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | libvpx: bump to 1.8.1Luiz Angelo Daros de Luca2019-08-19
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | glib2: remove dependency on own host buildRoman Yeryomin2019-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Saves some disk space and build time. Tested by building and running bluez. Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | | | | | Merge pull request #9725 from alinnastac/libcap-pkgconfigRosen Penev2019-08-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | libcap: copy pkgconfig file in staging directory
| * | | | | | libcap: copy pkgconfig file in staging directoryAlin Nastac2019-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This file is needed to enable libcap support in other packages, such as iproute2's ip-full. Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
* | | | | | | Merge pull request #9744 from PolynomialDivision/feature/add_radiotapRosen Penev2019-08-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libradiotap: add radiotap parsing library
| * | | | | | | libradiotap: add radiotap parsing libraryNick Hainke2019-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add library for parsing RadioTap Headers. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | Merge pull request #9726 from cotequeiroz/log4cplus_hostpkgRosen Penev2019-08-17
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | log4cplus: install host libraries into lib
| * | | | | | | log4cplus: install host libraries into libEneas U de Queiroz2019-08-14
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default host build for the package uses lib64, but dependents expect libraries to be in $(STAGING_DIR_HOSTPKG)/lib. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | Merge pull request #9729 from cotequeiroz/onigRosen Penev2019-08-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | oniguruma: update to release 6.9.3
| * | | | | | | oniguruma: update to release 6.9.3Eneas U de Queiroz2019-08-14
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release incorporates fixes for CVE-2019-13224 and CVE-2019-13225, and "fixed many problems (found by libfuzzer programs)." Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | Merge pull request #9687 from neheb/libupRosen Penev2019-08-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libupnpp and upmpdcli
| * | | | | | | libupnpp: Update to 0.17.1Rosen Penev2019-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed up license information. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | redis: fix compilation for uClibcJan Pavlinec2019-08-14
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | Merge pull request #9715 from neheb/flATed Hess2019-08-14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | flac: Update to 1.33
| * | | | | | flac: Update to 1.33Rosen Penev2019-08-14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some adjustments to the configure flags. Removed upstreamed patches. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / / / libgd: Properly disable iconv supportRosen Penev2019-08-14
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HAVE_ICONV and HAVE_ICONV_H are two different headers that both need to evaluate to false. Added the extra CONFIGURE_VARS. This can be verified by passing -Werror=implicit-function-declaration Added PKG_LICENSE_FILES Updated homepage URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9697 from ja-pa/lmdb-0.9.24Daniel Engberg2019-08-12
|\ \ \ \ \ | |_|/ / / |/| | | | lmdb: update to version 0.9.24
| * | | | lmdb: update to version 0.9.24Jan Pavlinec2019-08-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #9673 from Ansuel/path-fixRosen Penev2019-08-09
|\ \ \ \ \ | | | | | | | | | | | | intltool: fix broken compile on WSL
| * | | | | intltool: fix broken compile on WSLAnsuel Smith2019-08-07
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | If PATH contains space, like in WSL where you have also Windows dir, compilation of this package is broken. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | redis: add new packageJan Pavlinec2019-08-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | liblz4: Remove deprecated utime functionRosen Penev2019-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optionally fixes compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9607 from neheb/ldapRosen Penev2019-08-08
|\ \ \ \ \ | |/ / / / |/| | | | openldap: Add static function declaration
| * | | | openldap: Add static function declarationRosen Penev2019-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with -Werror=implicit-function-declaration . Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9634 from neheb/bbbbbRosen Penev2019-08-05
|\ \ \ \ \ | | | | | | | | | | | | libsigar: Add missing header
| * | | | | libsigar: Add missing headerRosen Penev2019-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new version of musl does not include this header internally anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9632 from neheb/rdRosen Penev2019-08-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | libredblack: Update to 1.3
| * | | | | | libredblack: Update to 1.3Rosen Penev2019-08-02
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Technically the same version, but this uses the normal tarball instead of a random GitHub repository. Cleaned up Makefile as a result. Removed Python dependency. rbgen is not used for the package. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9550 from ja-pa/libarchive-3.4.0Rosen Penev2019-08-04
|\ \ \ \ \ \ | |/ / / / / |/| | | | | libarchive: update to version 3.4.0