aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
| * | | | libpbc: Pass CFLAGS properlyRosen Penev2019-08-27
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was breaking ASLR builds. Fixed license tag. Added PKG_BUILD_PARALLEL for faster compilation. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | mxml: update to 3.1Espen Jürgensen2019-09-02
| | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | classpath: Add jamvm/host build dependencyRosen Penev2019-09-01
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for compilation. A Java compiler is also needed but that must be handled elsewhere. Fixed up license information. URLs to HTTPS. Other Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libuhttpd: Update to 3.0.1Jianhui Zhao2019-08-31
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | Merge pull request #9595 from dengqf6/evRosen Penev2019-08-30
|\ \ \ | | | | | | | | libev: update to 4.27
| * | | libev: update to 4.27DENG Qingfang2019-07-30
| | | | | | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | Merge pull request #9848 from neheb/key4Rosen Penev2019-08-30
|\ \ \ \ | | | | | | | | | | keyutils: Add Debian hardening patch
| * | | | keyutils: Pass OpenWrt CFLAGS directly.Rosen Penev2019-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for compilation with PKG_ASLR_PIE. Replaced Build/Compile with PKG_INSTALL. Adjusted install paths for consistency. Added license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9578 from neheb/opnRosen Penev2019-08-30
|\ \ \ \ \ | | | | | | | | | | | | opencv: Update to 4.1.1
| * | | | | opencv: Update to 4.1.1Rosen Penev2019-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Makefile to modern standards. Switched to local tarballs..xz archives are smaller. The .gz archive that codeload comes with is 85MB. Replaced PKG_INSTALL with CMAKE_INSTALL to get rid of Build/InstallDev. Added PKG_BUILD_PARALLEL for faster compilation. Removed inactive maintainer. Added uClibc-ng patches to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | rxtx: Add missing classpath dependencyRosen Penev2019-08-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9852 from neheb/probRosen Penev2019-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | libredblack: Pass CFLAGS
| * | | | | | 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