aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libs/libstrophe: install pkg-config .pc fileEnrico Mioso2019-04-08
| | | | | | This helps packages depending on libs/libstrophe in finding the library via pkg-config or CMake's PKG_SEARCH_MODULE Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
* Revert "protobuf-c: Disable protoc for host build"Rosen Penev2019-04-07
|
* protobuf-c: Disable protoc for host buildRosen Penev2019-04-06
| | | | | | | On some platforms, the host build is failing as the tests fail. protoc is not used anyway. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #5043 from lucize/libnssRosen Penev2019-04-06
|\ | | | | libnss: add nss-tools 3.43 a prereq for libreswan
| * nss: add nss-toolsLucian Cristian2019-04-06
| | | | | | | | | | | | | | | | | | | | Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards. Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | Merge pull request #7824 from neheb/protoRosen Penev2019-04-06
|\ \ | |/ |/| protobuf: Update to 3.6.1
| * protobuf: Update to 3.7.1Rosen Penev2019-04-05
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #8524 from ja-pa/libssh2-cpe-idFlorian Eckert2019-04-06
|\ \ | | | | | | libssh2: Add PKG_CPE_ID for proper CVE tracking
| * | libssh2: Add PKG_CPE_ID for proper CVE trackingJan Pavlinec2019-03-28
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #8561 from lucize/libnsprRosen Penev2019-04-06
|\ \ \ | | | | | | | | nspr: add nspr libs
| * | | nspr: add nspr libsLucian Cristian2019-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc-like functions. The API is used in the Mozilla clients, many of Red Hat's and Oracle's server applications, and other software offerings. this is needed for nss libraries Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | pcre: Depending on C++ nowBjørn Mork2019-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Must depend on cpp for the unconditional --enable-cpp, or the build can fail when CONFIG_PACKAGE_libpcrecpp is unset and nothing else has built the c++ toolchain: configure: error: Invalid C++ compiler or C++ compiler flags Makefile:97: recipe for target '/usr/local/src/lede/build_dir/target-mipsel_24kc_musl/pcre-8.42/.configured_68b329da9893e34099c7d8ad5cb9c940' failed make[3]: *** [/usr/local/src/lede/build_dir/target-mipsel_24kc_musl/pcre-8.42/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1 make[3]: Leaving directory '/usr/local/src/lede/feeds/packages/libs/pcre' time: package/feeds/packages/pcre/compile#4.48#0.30#6.88 package/Makefile:107: recipe for target 'package/feeds/packages/pcre/compile' failed Fixes: 17090fecf18c ("pcre: Fix compile of libpcrecpp") Signed-off-by: Bjørn Mork <bjorn@mork.no>
* | | | libssh2: update to version 1.8.2Jan Pavlinec2019-04-04
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #7803 from ammubhave/add_libdoubleconversion_hostbuildRosen Penev2019-04-03
|\ \ \ \ | | | | | | | | | | libdouble-conversion: Add host build to libdouble-conversion
| * | | | libdouble-conversion: Add host build to libdouble-conversionAmol Bhave2019-04-02
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the ability to produce host static build for the libdouble-conversion library. Other host build tools can now depend on this library if they need it. Tested on a x86_64 host build machine. make package/libdouble-conversion/host/compile produces staging_dir/hostpkg/lib/libdouble-conversion.a file Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | Merge pull request #4334 from Tiboris/joseRosen Penev2019-04-03
|\ \ \ \ | | | | | | | | | | jose: Add Makefile for jose v10
| * | | | jose: Add Makefile for v10Tibor Dudlák2019-04-03
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jose is acommand line utility for performing various tasks on JSON Object Signing and Encryption (JOSE) objects. José provides a full crypto stack including key generation, signing and encryption. Added: https://github.com/latchset/jose/commit/198f7207427ad7f569aa3592ea16e2bb400db040 Signed-off-by: Tibor Dudlák <tibor.dudlak@gmail.com>
* | | | Merge pull request #8583 from ammubhave/bump_glogRosen Penev2019-04-03
|\ \ \ \ | | | | | | | | | | glog: Bump version to 0.4.0
| * | | | glog: Bump version to 0.4.0Amol Bhave2019-04-03
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump glog version from 0.3.5 to 0.4.0 Tested by building another package which depends on glog and verify that it builds successfully. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | Merge pull request #8570 from nxhack/icu_64_1Daniel Engberg2019-04-03
|\ \ \ \ | |/ / / |/| | | icu: update to 64.1
| * | | icu: update to 64.1Hirokazu MORIKAWA2019-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ICU 64 updates to Unicode 12 and to CLDR 35 locale data with many additions and corrections And Workaround for ICU-20531 : https://unicode-org.atlassian.net/browse/ICU-20531 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | Merge pull request #8021 from val-kulkov/openldap-packageRosen Penev2019-04-02
|\ \ \ \ | | | | | | | | | | openldap-server: enable crypt(3) passwords
| * | | | openldap-server: enable crypt(3) passwordsVal Kulkov2019-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With crypt(3) password storage scheme enabled, OpenLDAP can receive and store SHA-256 and SHA-512 password hashes from Samba AD-DC. Without crypt(3), synchronization of passwords between Samba AD-DC (v4.5 and above) and OpenLDAP requires use of cleartext passwords. To use password hashes from Samba, OpenLDAP must be compiled with --enable-crypt switch. This patch introduces a new configuration parameter to enable the use of crypt(3) function by OpenLDAP. Enabling crypt(3) increases the size of slapd binary by 12 bytes on the x86_64 target and by only 4 bytes on the ipq806x target. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | Merge pull request #4932 from hbl0307106015/log4cplusRosen Penev2019-04-02
|\ \ \ \ \ | | | | | | | | | | | | log4cplus: add new package
| * | | | | log4cplus: add new packageBangLang Huang2019-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | log4cplus is a simple to use C++11 logging API providing thread--safe, flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Java log4j API. wiki: https://sourceforge.net/p/log4cplus/wiki/Home/ github: https://github.com/log4cplus/log4cplus Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
* | | | | | Merge pull request #4930 from hbl0307106015/botanRosen Penev2019-04-02
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | botan: add new package
| * | | | | botan: add new packageBangLang Huang2019-04-02
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Botan (Japanese for peony) is a cryptography library written in C++11 and released under the permissive Simplified BSD license. Botan's goal is to be the best option for cryptography in new C++ code by offering the tools necessary to implement a range of practical systems, such as TLS/DTLS, PKIX certificate handling, PKCS#11 and TPM hardware support, password hashing, and post quantum crypto schemes. In addition to the C++, botan has a C89 API specifically designed to be easy to call from other languages. A Python binding using ctypes calling the C89 API is included. github: https://github.com/randombit/botan Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
* | | | | Merge pull request #8564 from ammubhave/bump_boostRosen Penev2019-04-01
|\ \ \ \ \ | | | | | | | | | | | | boost: bump pkg release
| * | | | | boost: bump pkg releaseAmol Bhave2019-04-01
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | PR #7126 updated the Makefile but didn't bump the pkg release version Signed-off-by: Amol Bhave <ambhave@fb.com>
* / | | | libdouble-conversion: Update to 3.1.4Rosen Penev2019-03-31
|/ / / / | | | | | | | | | | | | | | | | | | | | Added patch to fix compilation on big endian ARM. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8549 from neheb/gpgRosen Penev2019-03-31
|\ \ \ \ | | | | | | | | | | libgpg-error: Update to 1.36
| * | | | libgpg-error: Update to 1.36Rosen Penev2019-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated patch to fix compilation on mips64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7879 from ammubhave/add_zstd_to_boostRosen Penev2019-03-31
|\ \ \ \ \ | | | | | | | | | | | | boost: Add zstd as a dependency to boost-iostream
| * | | | | boost: Add zstd as a dependency to boostAmol Bhave2019-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends on PR #7126 With this change: https://github.com/boostorg/iostreams/commit/eb03aa43b9373137a51775ab63867152ff72fa00 boost iostreams supports zstd compression. If the zstd package is built before boost, then the packaging step complains that libzstd.so is not packaged. Build Tested: PR #7876 used to fail CI without this, now it passes. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | Merge pull request #8373 from jan-kardell/TQ_fix_pcreRosen Penev2019-03-31
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [pcre] Fix compile of libpcrecpp
| * | | | | pcre: Fix compile of libpcrecppJan Kardell2019-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the cpp lib is added after pcre is first compiled, pcre will not be reconfigured and the build will fail. Fix this by always building the cpp parts. Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
* | | | | | Merge pull request #8494 from neheb/fcgRosen Penev2019-03-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | fcgi: Update to 2.4.2
| * | | | | | fcgi: Update to 2.4.2Rosen Penev2019-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed most patches as they are no longer necessary for compilation. Added some compiler and linker flags to reduce size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #8542 from neheb/zTed Hess2019-03-30
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | v4l-utils: Update to 1.16.5
| * | | | | | v4l-utils: Update to 1.16.5Rosen Penev2019-03-30
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Alpine Linux patch that fixes a crash under Musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | libdaq: update to 2.2.2W. Michael Petullo2019-03-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #8225 from dddaniel/libcgRosen Penev2019-03-28
|\ \ \ \ \ \ | |/ / / / / |/| | | | | libcgroup: Added new package.
| * | | | | libcgroup: Added new package.Daniel Danzberger2019-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libcgroup also contains cgroup-utils, which make it very handy to work with user defined cgroups settings. It let's you define cgroups in a json like config file and execute them on the cmdline. Example: /etc/cgroup.conf: ---------------- group lowbob { cpu { cpu.shares="1"; } cpuacct { cpuset.cpu = "0" } memory { memory.limit_in_bytes = 10m; } blkio { ... } ... } ---------------- cgconfigparser -l /etc/cgroup.conf cgexec -g cpu,memory,blkio:/lowbob cpuintense-task Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | | | | | Merge pull request #8507 from ja-pa/czmq-fixJosef Schlehofer2019-03-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | czmq: polishing of Makefile
| * | | | | | czmq: polishing of MakefileJan Pavlinec2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -Add URL -Fix Description and Title -Add ABI Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | Merge pull request #8447 from micmac1/ssh2-181Jiri Slachta2019-03-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libssh2 (master): version bump/ CVE fixes
| * | | | | | | libssh2: version bump/ CVE fixesSebastian Kemper2019-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - CVE-2019-3855 Possible integer overflow in transport read allows out-of-bounds write - CVE-2019-3856 Possible integer overflow in keyboard interactive handling allows out-of-bounds write - CVE-2019-3857 Possible integer overflow leading to zero-byte allocation and out-of-bounds write - CVE-2019-3858 Possible zero-byte allocation leading to an out-of-bounds read - CVE-2019-3859 Out-of-bounds reads with specially crafted payloads due to unchecked use of `_libssh2_packet_require` and `_libssh2_packet_requirev` - CVE-2019-3860 Out-of-bounds reads with specially crafted SFTP packets - CVE-2019-3861 Out-of-bounds reads with specially crafted SSH packets - CVE-2019-3862 Out-of-bounds memory comparison - CVE-2019-3863 Integer overflow in user authenicate keyboard interactive allows out-of-bounds writes Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | gnutls: Update to 3.6.7Rosen Penev2019-03-27
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up configure arguments (alphabetized and sorted) and added some new ones to help speed up compilation. Disabled SSL support by default. SSLv2 and 3 have long been deprecated as they are both insecure variants that currently hold less than 10% of total encrypted traffic on the web. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #8499 from ja-pa/measurement-kit-0.10.0Hannu Nyman2019-03-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | measurement-kit: update to version 0.10.0
| * | | | | | | measurement-kit: update to version 0.10.0Jan Pavlinec2019-03-25
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>