aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* lmdb: update to version 0.9.24Jan Pavlinec2019-08-12
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* 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>
* | | | | Merge pull request #9531 from neheb/rtoRosen Penev2019-07-22
|\ \ \ \ \ | | | | | | | | | | | | rtorrent bump
| * | | | | libsigc++: Update to 2.10.2Rosen Penev2019-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No actual difference. Just regenerated documentation. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | libtorrent: Update to 0.13.8Rosen Penev2019-07-22
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patches. Small change to IPv6 configure flag. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9523 from micmac1/sqlite329Rosen Penev2019-07-22
|\ \ \ \ \ | |/ / / / |/| | | | sqlite3: bump to 3.29.0
| * | | | sqlite3: bump to 3.29.0Sebastian Kemper2019-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also drops upstreamed patch. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | nss: Replace usleep with nanosleepRosen Penev2019-07-19
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usleep is deprecated and is optionally not available with uClibc-ng. Added PKG_LICENSE_FILES. Added PKG_CPE_ID for proper CVE tracking. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8589 from vk496/tesseractRosen Penev2019-07-18
|\ \ \ \ | | | | | | | | | | tesseract: leptonica: add package
| * | | | leptonica: add packageValentín Kivachuk2019-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. Signed-off-by: Valentín Kivachuk <vk18496@gmail.com>
* | | | | oniguruma: fix CVE-2019-13224 & CVE-2019-13225Eneas U de Queiroz2019-07-17
| |_|/ / |/| | | | | | | | | | | | | | | | | | | The patches were taken from upstream commits. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | Merge pull request #9472 from lucize/nssupRosen Penev2019-07-16
|\ \ \ \ | | | | | | | | | | nss: update to 3.45
| * | | | nss: update to 3.45Lucian Cristian2019-07-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | librouteros: add packageSven Roederer2019-07-15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | librouteros is a library to communicate with RouterOS, the operating system of MikroTik's RouterBoards. It uses the API port provided by those systems to connect and talk to the devices. API connections must be explicitly enabled. To do so, issue the following command: > /ip service enable api Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
* | | | Merge pull request #9371 from neheb/gpgeRosen Penev2019-07-10
|\ \ \ \ | |_|/ / |/| | | libgpg-error: Fix compilation with GAWK 5.0
| * | | libgpg-error: Fix compilation with GAWK 5.0Rosen Penev2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | Patch from Upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | newt: Fix compile with full NLSRosen Penev2019-07-09
| | | | | | | | | | | | | | | | | | | | | | | | Linker flag was missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>