aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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
| * | libarchive: update to version 3.4.0Jan Pavlinec2019-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: remove backported patches add bsdtar libopenssl variant switch to github codeload polish tab/spaces Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | gnutls: updated to 3.6.9Nikos Mavrogiannopoulos2019-08-02
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | libglog: Replace deprecated usleep with nanosleepRosen Penev2019-07-31
| | | | | | | | | | | | | | | | | | Optionally fixes compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libglog: Switch to CMakeRosen Penev2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows removal of InstallDev as well as further simplification. Also 100KB smaller package. Added some C/LDFLAGS to further reduce the size. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9615 from neheb/sigRosen Penev2019-07-31
|\ \ \ | | | | | | | | libsigar: Remove deprecated rindex function
| * | | libsigar: Remove deprecated rindex functionRosen Penev2019-07-31
| | |/ | |/| | | | | | | | | | | | | | | | | | | Optionally unavailable with uClibc-ng. Switched to local tarballs. .xz is smaller. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9610 from neheb/tirpRosen Penev2019-07-31
|\ \ \ | | | | | | | | libtirpc: Remove deprecated b functions
| * | | libtirpc: Remove deprecated b functionsRosen Penev2019-07-30
| |/ / | | | | | | | | | | | | | | | Optionally fixes compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / libtasn1: Update to 4.14Rosen Penev2019-07-30
|/ / | | | | | | | | | | | | | | Fixes CVE-2018-1000654 Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9598 from nxhack/libhttp-parser_for_macosRosen Penev2019-07-29
|\ \ | | | | | | libhttp-parser: fix build error on macos
| * | libhttp-parser: fix build error on macosHirokazu MORIKAWA2019-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @ageekymonk, me Compile tested: head r10622-e09da01,ath79,arm_cortex-a9+vfpv3,mipsel Run tested: mipsel Description: fix build error on macos https://github.com/openwrt/packages/issues/9587 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | yajl: Update to modern standardsRosen Penev2019-07-28
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced git:// link with https:// which gets through firewalls easier. Replaced archive with .xz. The one currently in the mirrors has the wrong hash. .xz is also smaller than .gz. Eliminated already default CMake option. Eliminated Build/InstallDev with CMAKE_INSTALL. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libgpiod: update to 1.4Michael Heimpold2019-07-28
| | | | | | | | | | | | While at, update SPDX identifier. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #9569 from neheb/zmqRosen Penev2019-07-27
|\ \ | | | | | | libzmq: Remove uClibc++ support
| * | libzmq: Remove uClibc++ supportRosen Penev2019-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libzmq is used by fbzmq, which absolutely requires libstdcpp since it's a C++14 project. There's no point in using two libc++. Cleaned up Makefile for consistency between packages. Added nanosleep patch for platforms that are missing usleep. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9551 from neheb/elekRosen Penev2019-07-25
|\ \ \ | | | | | | | | elektra: Switch to Lua 5.3
| * | | elektra: Switch to Lua 5.3Rosen Penev2019-07-25
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | After the introduction of Lua 5.3 to OpenWrt, elektra picks it up instead of 5.1. Since 5.1 is unsupported anyway, switch to 5.3. Added liblua to PKG_BUILD_DEPENDS as the FindLua script is broken. Having it here allows compilation to continue. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #8680 from lucize/intltool-perlRosen Penev2019-07-25
|\ \ \ | |_|/ |/| | intltool: depend on hostpkg first
| * | intltool: depend on hostpkg firstLucian Cristian2019-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The scripts will use the $(STAGING_DIR)/bin/perl which is a simlink to native perl, using $(STAGING_DIR_HOSTPKG) first will use the "perl/host" that has multiple modules availabe to be built as host like perl-xml-parser Using the $(STAGING_DIR)/bin/perl pakages that depend on "perl-xml-parser/host" will fail with: You must have XML::Parser installed to run [...]/staging_dir/hostpkg/bin/intltool-merge Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #9507 from ja-pa/lmdbRosen Penev2019-07-25
|\ \ \ | | | | | | | | lmdb: add new package
| * | | lmdb: add new packageJan Pavlinec2019-07-19
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #9441 from ja-pa/zmq-security-fixRosen Penev2019-07-25
|\ \ \ \ | | | | | | | | | | zeromq: update to version 4.1.7 (security fix)
| * | | | zeromq: update to version 4.1.7 (security fix)Jan Pavlinec2019-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2019-13132 Added CPE ID Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #9444 from ja-pa/expat-security-fixRosen Penev2019-07-25
|\ \ \ \ \ | | | | | | | | | | | | expat: update to version 2.2.7 (security fix)
| * | | | | expat: update to version 2.2.7 (security fix)Jan Pavlinec2019-07-18
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2018-20843 Changes: add PKG_CPE_ID switch to xz remove maintainer Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #9535 from dengqf6/pcreRosen Penev2019-07-25
|\ \ \ \ \ | | | | | | | | | | | | pcre: remove unnecessary dependency on C++ lib
| * | | | | pcre: remove unnecessary dependency on C++ libDENG Qingfang2019-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add libpcrecpp to PKG_CONFIG_DEPENDS to properly trigger reconfiguration, avoiding unnecessary dependency. This reverts commit 17090fecf18c795f5bfa5e1ea375ccd65d24f227. This reverts commit ec138f51ab54873252bbe3e848f5fa9c20de78b9. Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | treewide: Capitalize submenusEneas U de Queiroz2019-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | libxslt: patch security issuesJan Pavlinec2019-07-24
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2019-13117 CVE-2019-13118 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>