aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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>
* / | | | | | libcups: update to 2.2.11Luiz Angelo Daros de Luca2019-03-25
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | libsigc++: Fix URLRosen Penev2019-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old URL is dead. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | yubico-pam: Initial checkin of makefileStuart B. Wilkins2019-03-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart B. Wilkins <stuwilkins@mac.com>
* | | | | | libyubikey: Initial checkin of makefileStuart B. Wilkins2019-03-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stuart B. Wilkins <stuwilkins@mac.com>
* | | | | | Merge pull request #8438 from lucize/2passauthHannu Nyman2019-03-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | libpam-google-authenticator: add package
| * | | | | | google-authenticator-libpam: add packageLucian Cristian2019-03-19
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add pam 2 pass authentication support Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* / / / / / libsndfile: update to 2019-03-08Peter Wagner2019-03-20
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #8418 from cotequeiroz/libv4l_no-bpfTed Hess2019-03-17
|\ \ \ \ \ | | | | | | | | | | | | libv4l: avoid libelf dependency
| * | | | | libv4l: avoid libelf dependencyEneas U de Queiroz2019-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly disable bpf support to avoid picking up libelf dependency. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | postgresql: Revert adding build dependency to zlib/hostHannu Nyman2019-03-17
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert the addition of build dependency in commit 2d1694ff7 to a non-existent host build of zlib. The host build of zlib was removed already in April 2018 by https://github.com/openwrt/openwrt/commit/8dcd941d8b934891676a8d4bbef1ee78e89a4bf7#diff-1ed408c61d79f9c6c5d197333e94ce8d which made zlib a build tool defined in /tools The newly introduced build dependency causes always a warning like: WARNING: Makefile 'package/feeds/packages/postgresql/Makefile' has a build dependency on 'zlib/host', which does not exist Not sure what was the error that 2d1694ff7 tried to fix, but reference to a non-existent host build is not the solution. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #8415 from val-kulkov/libfreetype-packageHannu Nyman2019-03-16
|\ \ \ \ \ | |/ / / / |/| | | | libfreetype: update to v2.10.0
| * | | | libfreetype: update to v2.10.0Val Kulkov2019-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest upstream version. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | Merge pull request #8414 from ja-pa/libseccompNikos Mavrogiannopoulos2019-03-15
|\ \ \ \ \ | |/ / / / |/| | | | libseccomp: update to version 2.4.0
| * | | | libseccomp: update to version 2.4.0Jan Pavlinec2019-03-15
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Changes: add scmp_sys_resolver utility for syscall resolving Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | dtc: bump to version 1.5.0Yousong Zhou2019-03-15
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #8398 from ja-pa/czmq-4.2.0Hannu Nyman2019-03-13
|\ \ \ \ | | | | | | | | | | czmq: update to version 4.2.0
| * | | | czmq: update to version 4.2.0Jan Pavlinec2019-03-13
| |/ / / | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* / / / measurement-kit: update to version 0.9.4Jan Pavlinec2019-03-11
|/ / / | | | | | | | | | | | | | | | Added patches for fixing autogen script. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #8014 from ja-pa/czmqHannu Nyman2019-03-10
|\ \ \ | | | | | | | | czmq: add new package
| * | | czmq: add new packageJan Pavlinec2019-01-30
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #7967 from ja-pa/measurement-kitHannu Nyman2019-03-10
|\ \ \ \ | | | | | | | | | | measurement-kit: add new package