Commit graph

14812 commits

Author SHA1 Message Date
James Taylor
5ee9364eaf dnsdist: add package
Maintainer: me
Compile tested: armv7l, OpenWRT SDK
Run tested: armv7l  Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 -
confirmed dnsdist links correctly against dependencies and doesn't experience
errors at run-time when enabling features.

Description:
dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its goal in life is
to route traffic to the best server, delivering top performance to legitimate
users while shunting or blocking abusive traffic.

dnsdist is dynamic, its configuration language is Lua and it can be changed at
runtime, and its statistics can be queried from a console-like interface or an
HTTP API.

https://dnsdist.org/

Closes: PowerDNS/pdns#3294

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-05-21 01:38:56 +10:00
Rosen Penev
bdec22047e
Merge pull request #9027 from James-TR/patch-2
libfstrm: fix formality issues
2019-05-19 02:16:44 -07:00
James Taylor
edcb87877e libfstrm: fix formality issues
Maintainer: me

Correct issues with TITLE and add URL pointing to the fstrm GitHub Page. Reformat the description so it renders correctly in menuconfig.

Fixes #9022

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-05-19 18:24:14 +10:00
Rosen Penev
a8d5480e1e
Merge pull request #8641 from dengqf6/bind9.14
[RFC/RFT] bind: update to 9.14.2
2019-05-18 22:15:00 -07:00
Rosen Penev
011d5d89dd
Merge pull request #9010 from neheb/quu
quassel-irssi: Fix compilation with GCC8
2019-05-18 13:15:05 -07:00
Daniel Golle
6a8bf63004 postgresql: update ot version 9.6.13
Fixes CVE-2019-10129: Memory disclosure in partition routing
Does **NOT** fix CVE-2019-9193 which PostgreSQL doesn't consider a
security issue, see [1].

[1]: https://www.postgresql.org/about/news/1935/

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-05-18 19:09:21 +02:00
Deng Qingfang
cc66a24a4e bind: update to 9.14.2
BIND now requires POSIX thread and IPv6 support to build

Add filter-AAAA plugin

Remove unrecognized options

Remove patch that no longer needed
- 002-autoconf-ar-fix.patch

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-05-19 00:16:41 +08:00
Rosen Penev
717168e074
Merge pull request #8901 from neheb/mem
memcached: Update to 1.5.14
2019-05-18 07:07:45 -07:00
Rosen Penev
e2e5eaf678
Merge pull request #9018 from cotequeiroz/bluez-usb
bluez: install kmod-bluetooth only w/ USB_SUPPORT
2019-05-18 07:03:20 -07:00
Dirk Brenken
59b2178e59
Merge pull request #9019 from BKPepe/syslog-ng
syslog-ng: update to version 3.21.1
2019-05-18 14:33:34 +02:00
Dirk Brenken
bbb60d7131
Merge pull request #9026 from dibdot/travelmate
travelmate: update 1.4.6
2019-05-18 14:32:17 +02:00
Dirk Brenken
65d69b9606
travelmate: update 1.4.6
* fix connection to uplinks with special char '/' in essid
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-05-18 11:42:39 +02:00
champtar
211d3d1a3e
Merge pull request #9024 from neheb/ath79
CircleCI: Switch to ath79 SDK
2019-05-18 10:50:41 +02:00
Rosen Penev
f96446cb9b CircleCI: Switch to ath79 SDK
The default target in OpenWrt has been switched to ath79. Match it here.
No functional difference.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-17 21:40:10 -07:00
Rosen Penev
2e819110e7
Merge pull request #8981 from ja-pa/yara-3.10.0
yara: update to version 3.10.0
2019-05-17 16:40:52 -07:00
Rosen Penev
118926c852
Merge pull request #8999 from neheb/lx
lxc: Backport uClibc patch
2019-05-17 13:22:20 -07:00
Rosen Penev
a3db883bf3
Merge pull request #9013 from nxhack/homebridge_0_4_49
node-homebridge: update to 0.4.49
2019-05-17 13:01:22 -07:00
Rosen Penev
a006820b8a
Merge pull request #9014 from nxhack/node_hid_0_7_8
node-hid: update to 0.7.8
2019-05-17 13:01:12 -07:00
Rosen Penev
e45008f6a7
Merge pull request #9015 from nxhack/node_serialport_7_1_5
node-serialport: update to 7.1.5
2019-05-17 13:01:01 -07:00
Rosen Penev
009ca06c9f
Merge pull request #9011 from nxhack/swig_4.0.0
swig: update to 4.0.0
2019-05-17 13:00:20 -07:00
Rosen Penev
50fc3e27b3
Merge pull request #8900 from neheb/por
port-mirroring: Update to 1.4.4
2019-05-17 11:36:50 -07:00
Eneas U de Queiroz
e9d68ca60e
bluez: install kmod-bluetooth only w/ USB_SUPPORT
kmod-bluetooth depends on USB_SUPPORT.  If the dependency is not
checked here, it will cause recursive dependency in python packages.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-17 12:07:44 -03:00
Josef Schlehofer
675fab7c43
Merge pull request #9008 from BKPepe/python-requests
python-requests: update to version 2.22.0
2019-05-17 16:34:41 +02:00
Rosen Penev
a81f47272a
Merge pull request #8983 from James-TR/libfstrm
libfstrm: add package
2019-05-16 21:26:35 -07:00
James Taylor
2db9fc16ed libfstrm: add package
fstrm is an optimized C implementation of Frame Streams that includes a fast, lockless circular queue implementation and exposes library interfaces for setting up a dedicated Frame Streams I/O thread and asynchronously submitting data frames for transport from worker threads. It was originally written to facilitate the addition of high speed binary logging to DNS servers written in C using the dnstap log format.

Maintainer: me
Compile Tested: armv7l, SNAPSHOT 655fff1571 SDK
Run Tested: armv7l, Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-05-17 14:15:20 +10:00
Hirokazu MORIKAWA
b2d9e27147 node-serialport: update to 7.1.5
Node.js 12 support

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-05-17 12:56:27 +09:00
Hirokazu MORIKAWA
5277ffa303 node-hid: update to 0.7.8
Node.js 12 support

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-05-17 12:52:49 +09:00
Hirokazu MORIKAWA
89eba2d04c node-homebridge: update to 0.4.49
Node.js 12 support

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-05-17 12:02:30 +09:00
Hirokazu MORIKAWA
2811ca0f25 swig: update to 4.0.0
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-05-17 11:17:49 +09:00
Rosen Penev
623d25a86b quassel-irssi: Fix compilation with GCC8
It throws new warnings which triggers -Werror. Remove it.

Added support for full NLS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-16 19:08:17 -07:00
Rosen Penev
7f2adfd7cc
Merge pull request #8990 from cotequeiroz/lxc_recursive
lxc, libsseccomp: workaround recursive dependency
2019-05-16 14:38:16 -07:00
Josef Schlehofer
70be46618d
python-requests: update to version 2.22.0
Remove patch, which is included in this release

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-05-16 23:26:33 +02:00
Rosen Penev
ec2c2b6961
Merge pull request #8970 from neheb/get
geth: Fix compilation under AArch64
2019-05-16 13:42:33 -07:00
Rosen Penev
2adf9d5d3d
Merge pull request #8961 from neheb/oath
oath-toolkit: Fix compilation with uClibc-ng
2019-05-16 13:38:00 -07:00
Rosen Penev
9771707421
Merge pull request #8962 from neheb/qua
quasselc: Fix compilation with uClibc-ng
2019-05-16 13:37:31 -07:00
Rosen Penev
aac457998d
Merge pull request #8997 from neheb/fd1
libftdi1: Fix compilation with most recent CMake
2019-05-16 13:36:18 -07:00
Rosen Penev
cdbde98aca
Merge pull request #8996 from neheb/ft
libftdi: Fix compilation with most recent CMake
2019-05-16 13:35:57 -07:00
Rosen Penev
208dc4defa
Merge pull request #8898 from neheb/rtl
rtl_433: Update to 18.12
2019-05-16 13:35:16 -07:00
Rosen Penev
4108353ec1 port-mirroring: Fix compilation with GCC8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-16 13:32:54 -07:00
Rosen Penev
fc6b32c7d9
Merge pull request #9000 from zhaojh329/libuwsc
libuwsc: update to 3.3.1
2019-05-16 13:29:44 -07:00
Daniel Engberg
43b7610492
Merge pull request #9002 from Andy2244/samab4-update-4-9-8
samba4: update to 4.9.8
2019-05-16 21:30:51 +02:00
Rosen Penev
6adfd66f42
Merge pull request #8887 from neheb/ib
ibrdtnd: Fix compilation with uClibc-ng
2019-05-16 08:43:35 -07:00
Rosen Penev
867e41ce86
Merge pull request #8949 from ammubhave/add_fbthrift
fbthrift: Add fbthrift package
2019-05-16 08:43:18 -07:00
Rosen Penev
28c2071fd2
Merge pull request #8986 from neheb/on
libevhtp: Add onigiruma.h to install
2019-05-16 08:41:57 -07:00
Rosen Penev
bde99c3b5b
Merge pull request #8872 from neheb/apr
apr: Enable DSO and add several configure vars
2019-05-16 08:40:37 -07:00
Dirk Brenken
79a48ce391
Merge pull request #9003 from dibdot/banip
banip: update 0.1.1
2019-05-16 17:08:07 +02:00
Eneas U de Queiroz
d3f8d69711 python-defusedxml: add new package
The defusedxml package contains several Python-only workarounds and
fixes for denial of service and other vulnerabilities in Python's XML
libraries. In order to benefit from the protection you just have to
import and use the listed functions / classes from the right defusedxml
module instead of the original module.

Currently, openpyxl detects, and uses defusedxml, if installed.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-16 08:48:38 -03:00
Dirk Brenken
f3ece9653d
banip: update 0.1.1
* remove needless sort step to reduce system load
* change maxqueue default in backend and LuCI frontend
  to '4' to reduce (default) system load
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-05-16 11:16:03 +02:00
Jianhui Zhao
560c20f36b libuwsc: update to 3.3.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-05-16 16:35:21 +08:00
Andy Walsh
fd74d9f4ea samba4: update to 4.9.8
* fixes CVE-2018-16860

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-05-16 10:26:15 +02:00