Commit graph

14718 commits

Author SHA1 Message Date
Rosen Penev
870a71d05b
Merge pull request #8959 from brunompena/package-tac_plus-libpam_variant
tac_plus: Disabled PAM by default and added a PAM variant
2019-05-13 00:08:56 -07:00
Rosen Penev
2d17e9b935
Merge pull request #8946 from neheb/xer
libxerces-c: Switch to using -fPIC
2019-05-12 15:17:45 -07:00
Peter Wagner
7b062f478d rpcinfo: add upstream commit to fix stack buffer overflow
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-05-12 21:14:31 +02:00
Peter Wagner
c01f3bf0ba nfs-kernel-server: update to 2.3.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-05-12 21:12:55 +02:00
Daniel Engberg
6ad3d1c98a
Merge pull request #8967 from BKPepe/ytdl
youtube-dl: update to version 2019.5.11
2019-05-12 20:07:44 +02:00
Rosen Penev
d0d93cfb00
Merge pull request #8964 from neheb/loud
loudmouth: Fix compilation with uClibc-ng
2019-05-12 10:45:11 -07:00
Rosen Penev
fc2c51e648
Merge pull request #8960 from neheb/fl
flent-tools: Update to 1.2.2
2019-05-12 10:44:52 -07:00
Josef Schlehofer
5a606149f5
youtube-dl: update to version 2019.5.11
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-05-12 11:47:37 +02:00
Rosen Penev
e69d5dc1d5 loudmouth: Fix compilation with uClibc-ng
nls.mk must be included.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-12 00:43:07 -07:00
Rosen Penev
9cd01fd1c5 flent-tools: Update to 1.2.2
Simplified the Makefile and fixed compilation with uClibc-ng by including
nls.mk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-12 00:32:38 -07:00
Hannu Nyman
6d6bceed8c
Merge pull request #8607 from mmaraya/port-mirroring-1.4.4
Port mirroring 1.4.4
2019-05-12 10:24:13 +03:00
Bruno Pena
394b90e9d1 tac_plus: Disabled PAM by default and added a PAM variant
Signed-off-by: Bruno Pena <brunompena@gmail.com>
2019-05-12 09:21:51 +02:00
Rosen Penev
3e520d2ba9
Merge pull request #8952 from ammubhave/add_boost_host_build
boost: add host library build for boost
2019-05-11 18:22:02 -07:00
Rosen Penev
d2f02a14b6
Merge pull request #8867 from neheb/iod
iodine: Fix compilation with uClibc-ng
2019-05-11 14:07:00 -07:00
Rosen Penev
3226673a48 iodine: Fix compilation with uClibc-ng
daemon is supported now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-11 14:00:44 -07:00
Rosen Penev
61cfd69327
Merge pull request #8933 from commodo/readme-ext-feeds
lang/python/README.md: add note about use in other packages feeds
2019-05-11 12:29:32 -07:00
Rosen Penev
5b742358b6
Merge pull request #8907 from neheb/hfs
hfsprogs: Fix compilation with uClibc-ng
2019-05-11 12:12:26 -07:00
Rosen Penev
77bdda3e03
Merge pull request #8899 from neheb/post
postfix: Fix compilation with uClibc-ng
2019-05-11 12:11:22 -07:00
Rosen Penev
ba0c98be0a
Merge pull request #8861 from neheb/tv
tvheadend: Fix compilation on GCC8
2019-05-11 12:09:08 -07:00
Rosen Penev
caa57759fa
Merge pull request #8908 from neheb/art
libartnet: Fix compilation with GCC8
2019-05-11 12:08:41 -07:00
Rosen Penev
544ae9a44f
Merge pull request #8910 from neheb/rs
rsyslog: Remove unnecessary depends
2019-05-11 12:07:48 -07:00
Rosen Penev
dcc243ce87
Merge pull request #8832 from neheb/libssh
libssh: Fix compilation without deprecated OpenSSL APIs
2019-05-11 12:05:22 -07:00
Rosen Penev
9d85d1b4a8
Merge pull request #8947 from jonathanunderwood/stubby-0.2.6
stubby: update to 0.2.6
2019-05-11 12:04:07 -07:00
Rosen Penev
fba228705f
Merge pull request #8955 from ammubhave/fixfollydeps
libfolly: Fix folly missing deps
2019-05-11 11:57:44 -07:00
Amol Bhave
59cfd9007c libfolly: Fix folly missing deps
Description: folly automatically picks up lz4 and unwind if they are found
by its cmake build script. This is causing buildbot failure.
Include these libraries in DEPENDS as well.

Test Plan:
 - build packages liblz4 and libunwind
 - build folly, and check that it throws an error
 - add this patch, and rebuild
 - verify that it succeeds this time around

Compile Tested: nbg6817, openwrt master

Maintainer: me
Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-05-11 06:52:09 -07:00
Rosen Penev
fc47511909
Merge pull request #8941 from ammubhave/add_libwangle
libwangle: Add new package libwangle
2019-05-10 21:43:58 -07:00
Rosen Penev
f681ca8bf2
Merge pull request #8948 from micmac1/maria10224
mariadb: security bump + init script brush-up
2019-05-10 21:37:35 -07:00
Amol Bhave
7c42ddf9ff boost: add host library build for boost
Summary: Currently, boost host build doesn't actually compile boost
libraries for the host arch. If there are host tools that would want
to link against boost, it can't right now.

This diff adds support for compiling host boost library as well.
Any packages that need to depend on a host boost library can depend on
CONFIG_boost-host-build-<lib>.

Test Plan: Compiled fbthrift and verified that it works.
used openwrt master using nbg6817

Maintainer: @ClaymorePT

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-05-10 18:42:30 -07:00
Daniel Golle
8199a4b8ab gawk: update to version 5.0.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-10 23:40:36 +02:00
Daniel Golle
8849bf6fa4 Werkzeug: update to version 0.15.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-10 23:36:49 +02:00
Daniel Golle
00175b4fa4 pcsc-tools: update to version 1.5.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-10 23:36:49 +02:00
Daniel Golle
9cd172336d pcsc-lite: update to version 1.8.25
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-10 23:36:49 +02:00
Daniel Golle
b21fa2ef5b libp11: update to version 0.4.10
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-10 23:15:36 +02:00
Jonathan G. Underwood
53a4edf7d3 stubby: set PKG_SOURCE_VERSION using PKG_VERSION
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-10 21:50:58 +01:00
Jonathan G. Underwood
780d5e6898 stubby: remove PKG_SOURCE from Makefile
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-10 21:45:51 +01:00
Jonathan G. Underwood
1a0df27ed2 stubby: add support for TLS configuration options
- tls_cipher_list
  - tls_ciphersuites
  - tls_min_version
  - tls_max_version

Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-10 21:45:51 +01:00
Sebastian Kemper
65036add44 mariadb: init script update
- added trailing '--' to logger to make it foolproof
- user is extracted from config instead of using hard-coded value
- log directory is now also extracted from config (if set)
- directory creation is now done via awk script (more robust)
- improved log messages

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-05-10 22:42:40 +02:00
Daniel Golle
ce32209685 gnurl: update to version 7.64.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-10 22:36:51 +02:00
Sebastian Kemper
498ccc192c mariadb: bump to 10.2.24
From Release Notes:

  Security

    MDEV-18686 - Add option to PAM authentication plugin to allow case insensitive username matching
    bugfix - multi-update checked privileges on views incorrectly (commit 5057d4637525eadad438d25ee6a4870a4e6b384c)
    MDEV-19276 - during connect, write error log warning for ER_DBACCESS_DENIED_ERROR, if log_warnings > 1
    MDEV-17456 - Malicious SUPER user can possibly change audit log configuration without leaving traces.

    Fixes for the following security vulnerabilities:
        CVE-2019-2614
        CVE-2019-2627
        CVE-2019-2628

OpenWrt changes:

  - added PKG_CPE_ID
  - shortened default description to make "opkg info" output easier on the eyes
  - refreshed patches

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-05-10 22:27:07 +02:00
Amol Bhave
08a805c476 libwangle: Add new package libwangle
Wangle is a framework providing a set of common client/server
abstractions for building services in a consistent, modular, and
composable way.

tested with: master on nbg6817 and arc700.

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-05-10 12:31:49 -07:00
Jonathan G. Underwood
b0cc47b143 stubby: add support for tls_port resolver config option (#8889)
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-10 20:24:38 +01:00
Jonathan G. Underwood
2391c91afe stubby: update to 0.2.6
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-10 19:58:48 +01:00
Rosen Penev
148e921279
Merge pull request #8928 from neheb/evh
libevhtp: Update to 1.2.0
2019-05-10 11:58:13 -07:00
Rosen Penev
8a69e0e0e0
Merge pull request #8940 from ammubhave/add_libfizz
libfizz: Add libfizz package
2019-05-10 11:56:52 -07:00
Rosen Penev
c27ec1b17d
Merge pull request #8942 from ammubhave/add_rsocket
librsocket-cpp: Add new package librsocket-cpp
2019-05-10 11:55:53 -07:00
Rosen Penev
3974410579
Merge pull request #8945 from jonathanunderwood/getdns-1.5.2
getdns: update to version 1.5.2
2019-05-10 11:54:34 -07:00
Rosen Penev
4adc2b453d libxerces-c: Switch to using -fPIC
-fpic is failing on AArch64.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-10 11:40:47 -07:00
Jonathan G. Underwood
a07ca474ad getdns: update to version 1.5.2
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-05-10 19:32:10 +01:00
Amol Bhave
6bb4e3014c librsocket-cpp: Add new package librsocket-cpp
C++ implementation of RSocket
RSocket is a binary protocol for use on byte stream transports such as
TCP, WebSockets, and Aeron. (https://rsocket.io/)

This ships with two separte libraries, yarpl and rsocket

Patch 100 is already upstream
(862202c6e9).
Patch 101 in process of upstreaming as it needs to made compatible with
using both gold and ld.

[Dependency of https://github.com/facebook/openr]

Compile tested: openwrt master - nbg6817, arc700

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-05-10 11:12:19 -07:00
Amol Bhave
b59acfd358 libfizz: Add libfizz package
Fizz is a TLS 1.3 implementation.
Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with
the final specification), and 23. All major handshake modes are
supported, including PSK resumption, early data, client authentication,
and HelloRetryRequest.

Compile tested: nbg6817 and arc700, openwrt master

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-05-10 11:12:10 -07:00