W. Michael Petullo
ddf9c10327
gstreamer1: update to 1.12.4
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-02-10 18:51:31 -05:00
Hannu Nyman
e95edc9142
Merge pull request #5589 from mwarning/kadnode
...
kadnode: update to version 2.1.0
2018-02-10 18:11:17 +02:00
Moritz Warning
428c661a35
kadnode: update to version 2.1.0
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-02-10 16:26:28 +01:00
Ted Hess
287cb874c2
libvorbis: add patch for CVE-2017-14632 and CVE-2017-14633
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-02-10 09:38:59 -05:00
Jonathan McCrohan
d305f1144d
sslh: Update to v1.19b
...
Refresh patches
Update upstream URLs
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2018-02-10 13:16:15 +00:00
Ted Hess
c66296b283
Merge pull request #5506 from neheb/patch-2
...
libmad: Remove BUILD_PATENTED
2018-02-10 07:53:53 -05:00
Ted Hess
3f1814e6b6
Merge pull request #5508 from neheb/patch-4
...
gst1-libav: Remove BUILD_PATENTED for AC3, MP[23]
2018-02-10 07:52:17 -05:00
Ted Hess
11f435adc6
Merge pull request #5507 from neheb/patch-3
...
ffmpeg: Remove BUILD_PATENTED for AC3
2018-02-10 07:51:54 -05:00
Yousong Zhou
ffbdc7e4fd
node: depends on availability of fpu
...
It requires either hardware or software emulated fpu, otherwise program
can fail with SIGILL for fp instructions emitted by the JIT compiler
See #1937 , #2633 , #2442 , FS#1257 for details
From code snippet at deps/v8/src/mips/constants-mips.h
#elif(defined(__mips_soft_float) && __mips_soft_float != 0)
// This flag is raised when -msoft-float is passed to the compiler.
// // Although FPU is a base requirement for v8, soft-float ABI is used
// // on soft-float systems with FPU kernel emulation.
// const bool IsMipsSoftFloatABI = true;
[1] https://bugs.chromium.org/p/v8/issues/detail?id=4704
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-09 15:47:50 +08:00
Hannu Nyman
bbc391c0da
Merge pull request #5575 from zhaojh329/rtty
...
rtty: Update to 3.1.2
2018-02-08 17:15:24 +02:00
Daniel Golle
4cf0f36ca6
gnunet: update sources
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-02-07 20:57:33 +01:00
Philip Prindeville
db74475702
isc-dhcp: update to 4.4.0
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-02-07 07:52:02 -07:00
tripolar
39d110a595
Merge pull request #5577 from jmv2009/patch-11
...
Pulseaudio: variant avahi/bluez
2018-02-07 14:22:24 +01:00
Jianhui Zhao
62e4f714f5
rtty: Update to 3.1.1
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-02-07 17:10:08 +08:00
Johnny Vogels
256905edad
Pulseaudio: variant avahi/bluez
...
Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
2018-02-06 19:42:09 +01:00
Jianhui Zhao
9cd7e4dfe4
libuwsc: Update to 1.2.0
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-02-06 17:12:50 +08:00
Peter Wagner
faa8ce7690
tor: update to 0.3.2.9
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-02-05 22:57:52 +01:00
Michael Heimpold
379f4a9507
php7: update to 7.2.2
...
Also refresh patches to reflect new year.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-02-05 20:50:46 +01:00
Hannu Nyman
be1012d242
Merge pull request #5568 from lucize/clamup
...
clamav: update to 0.99.3
2018-02-05 17:47:22 +02:00
Hannu Nyman
e556e65b91
Merge pull request #5569 from neheb/patch-1
...
btrfs-progs: Update to 4.15
2018-02-05 17:47:04 +02:00
Hannu Nyman
fed12673b2
Merge pull request #5491 from TDT-AG/pr/20180123-mwan3-add-service
...
mwan3: add init script to enable/disable mwan3
2018-02-05 17:43:33 +02:00
Florian Eckert
40f66cf432
net/mwan3: update to version 2.6.10
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:30 +01:00
Florian Eckert
8fa2101ea3
net/mwan3: add mwan3_init function
...
Move all shell commands which are executed during /lib/mwan3/mwan3.sh
sourceing into a seperate init function which must be called at first.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:28 +01:00
Florian Eckert
7cf9d9ec20
net/mwan3: send SIGKILL to mwan3track
...
In some situation it is not enough to send a SIGTERM to mwan3track to
ask service to stop accurate. If this does not work send him a SIGKILL
to prevent mwan3track running more then once per interface.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:25 +01:00
Florian Eckert
f9a787e8df
net/mwan3: add init script to enable/disable mwan3 globally
...
Adding a init script to "/etc/init.d/" introduce the possibility to
enable/disable mwan3 globally.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:23 +01:00
Rosen Penev
cb1ae4a17f
btrfs-progs: Update to 4.15
...
Compile tested on ar71xx
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-04 11:57:35 -08:00
Lucian Cristian
0531bac6da
clamav: update to 0.99.3
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-02-04 19:10:07 +02:00
Hannu Nyman
05cee96008
Merge pull request #5240 from ecsv/ap51-flash
...
ap51-flash: Update to newest "version" and package cleanups
2018-02-04 13:54:23 +02:00
Hannu Nyman
a819724776
Merge pull request #5551 from yangfl/master
...
i2pd: Update to 2.18.0, fix #5511
2018-02-04 13:46:45 +02:00
Jo-Philipp Wich
d8aab3467b
Merge pull request #5557 from pprindeville/xtables-addons-xtgeoip-dir
...
xtables-addons: don't forget database dir
2018-02-04 12:42:57 +01:00
Hannu Nyman
255f4d2f99
Merge pull request #4928 from p-wassi/smstools
...
utils/smstools3: update to 3.1.21
2018-02-04 10:13:35 +02:00
Hannu Nyman
f970e33b49
Merge pull request #5088 from hbl0307106015/libtalloc
...
libtalloc: bump to latest version
2018-02-04 10:11:36 +02:00
Hannu Nyman
69d27a09aa
Merge pull request #5558 from Andy2244/acl-update
...
acl: update to 2018-01-21
2018-02-04 10:04:31 +02:00
Andy Walsh
016094eba8
acl: update to 2018-01-21
...
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-02-04 00:02:20 +01:00
Jiri Slachta
a949b9f0af
Merge pull request #5565 from micmac1/libssh2-master
...
libssh2: Make crypto backends selectable
2018-02-03 17:44:23 +01:00
Hannu Nyman
a0d14534d1
nano: update to 2.9.3
...
update nano to 2.9.3
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-02-03 15:56:31 +02:00
Sebastian Kemper
6b3f140c0c
libssh2: Make crypto backends selectable
...
This adds a choice to menuselect so people can select if they would like
to compile libssh2 against mbedtls (default) or openssl.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-03 13:26:18 +01:00
Hannu Nyman
f85ffb54f1
Merge pull request #5560 from neheb/port-trans
...
transmission: Fix port test + other fixes.
2018-02-02 23:42:53 +02:00
David Yang
b4e06b5805
i2pd: Update to 2.18.0, fix #5511
...
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-02-03 02:50:05 +08:00
Stijn Tintel
8941bd7869
Merge pull request #5272 from dedeckeh/pr-strongswan-1
...
Fix ipsec reload and extend uci
2018-02-02 18:48:02 +01:00
Yousong Zhou
805c6b0ecf
shadowsocks-libev: remove unnecessary curly braces
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-02 17:26:53 +08:00
Yousong Zhou
4d211674ce
shadowsocks-libev: bump to version 3.1.3
...
Notable changes since 3.1.2
afce1b3 eliminate timered delay between handshake and data stream #1572
539bf6e sni in redir removed and no disable_sni option #1876
1d94442..29ff5d3 udprelay fix (no idea what's the problem...) #1883
Now disable_sni=true is the default. Existing uci configs setting it
will be a nop
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-02 17:24:45 +08:00
Hans Dedecker
25757a96fa
sqlite: remove gratuitos empty line
...
Remove gratuitos empty line introduced by accident in commit aac84ff
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-02-02 08:52:12 +01:00
Philip Prindeville
36105be50e
xtables-addons: don't forget database dir
...
Don't /usr/share/xt_geoip/ which is needed to build database into.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-02-01 22:29:22 -07:00
Rosen Penev
e0a5ed9f76
transmission: Fix port test + other fixes.
...
Ran the transmission init script through shellcheck and fixed errors. Also cleaned up a bit.
Removed ionice support. Will reintroduce if procd adds support.
Removed config_overwrite debugging variable. No need for it.
Enabled TLS verify by default. Added a dependancy to ca-bundle as a result. This is a default in current trunk.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-01 20:27:07 -08:00
champtar
367a1c7b89
Merge pull request #5128 from champtar/prometheus
...
prometheus-node-exporter-lua: make it modular and faster
2018-02-01 07:58:55 -08:00
dibdot
5040f5721f
Merge pull request #5547 from dibdot/adblock
...
adblock: update 3.5.0
2018-01-31 20:28:29 +01:00
champtar
4b918475e5
Merge pull request #5543 from dedeckeh/pr-sqlite
...
sqlite3: add config options to disable FTS3 and RTREE
2018-01-31 10:56:33 -08:00
Hans Dedecker
aac84ff03d
sqlite3: add config options to disable FTS3 and RTREE
...
The full-text search engine version 3 (FTS3) and R*Tree (RTREE) modules are
enabled by default in sqlite3; add config options which allow to disable these
sqlite lib modules.
Disabling FTS3 reduces the so file with 475KB while disabling RTREE reduces
the so file with 121KB on x86 architecture.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-01-31 17:19:42 +01:00
champtar
77dc2ad8e5
Merge pull request #4370 from val-kulkov/opendkim-package
...
opendkim: DKIM signing and verifying emails
2018-01-31 07:55:03 -08:00