aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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>
* 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>
* | | | liburcu: Update to 0.11.1Rosen Penev2019-07-08
| | | | | | | | | | | | | | | | | | | | | | | | Cleanup Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9344 from neheb/shoRosen Penev2019-07-08
|\ \ \ \ | | | | | | | | | | libshout: Update to 2.4.3
| * | | | libshout: Update to 2.4.3Rosen Penev2019-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed inactive maintainer. Rearranged Makefile for consistency between packages. Added --without-pic to avoid both -fPIC and -fpic. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9381 from neheb/gdbRosen Penev2019-07-08
|\ \ \ \ \ | | | | | | | | | | | | gdbm: Update to 1.18.1
| * | | | | gdbm: Update to 1.18.1Rosen Penev2019-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with -Werror=implicit-function-declaration This has received no version updates for over 5 years. Cleaned up Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9360 from neheb/frr3geRosen Penev2019-07-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | libprotobuf-c: Update to 1.32
| * | | | | | libprotobuf-c: Update to 1.32Rosen Penev2019-06-30
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Updated License information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9253 from dddaniel/masterDaniel Golle2019-07-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | postgresql: Update to version 11.3
| * | | | | | postgresql: Update to version 11.3Daniel Danzberger2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 11.3 is the current stable relase. Changes between 9.3 and 11.3: - pg_receivexlog, pg_resetxlog and pg_xlogdump have been replaced with pg_resetwal - ZIC config variable must be set when cross compiling - disable systemd support - ecpg is no longer needed for building - MAKELEVEL must be set to 0 when called from another makefile - Setting AC_CONFIG_AUX_DIR([config]) is no longer requried - Decrease build time by removing unnecessary configure checks Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | | | | | | libextractor: Add missing headerRosen Penev2019-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with -Wimplicit-function-declaration Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9387 from neheb/v4l23Rosen Penev2019-07-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libv4l: Add missing INTL dependency
| * | | | | | | libv4l: Add missing INTL dependencyRosen Penev2019-07-03
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for FULL NLS. Not bumping PKG_RELEASE as this is no-op. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9377 from zhaojh329/libuwscRosen Penev2019-07-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libuwsc: update to 3.3.2
| * | | | | | | libuwsc: update to 3.3.2Jianhui Zhao2019-07-04
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | | Merge pull request #9299 from neheb/hgfhghRosen Penev2019-07-04
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | protobuf: Update to 3.8.0
| * | | | | | protobuf: Update to 3.8.0Rosen Penev2019-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9368 from neheb/torrRosen Penev2019-07-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | RTorrent updates