Philip Prindeville
bb24039935
perl-text-csv_xs: update to 1.35
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-29 18:15:17 -06:00
Philip Prindeville
4097c888f5
isc-dhcp: update to 4.4.1
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-29 17:32:30 -06:00
Philip Prindeville
79092d4705
perl: update to 5.26.2
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-29 16:18:14 -06:00
champtar
5800538882
Merge pull request #5894 from aparcar/prom-export
...
prometheus-node-exporter-lua: textfile collector
2018-04-29 12:16:03 -07:00
Hannu Nyman
6a8a087927
nano: update to 2.9.6
...
Nano 2.9.6 release notes:
GNU nano 2.9.6 "Gomance" fixes a crash in word completion,
makes --enable-altrcname work again, improves the fluidity
of scrolling when using the touchpad, tweaks the syntaxes
for shell scripts and PO files, makes a replacing session
go always forward by default, no longer inserts a newline
after an external spell check of a selected region, always
accepts the English Y and N (and A) at a yes-no prompt in
any locale, and solves a few hypothetical bugs.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-29 21:34:36 +03:00
Sebastian Kemper
8290a74c84
gammu: fix mysql depend
...
mysql was replaced by mariadb. The lazy dependency
"+PACKAGE_libmysqlclient:libmysqlclient" does not work anymore as
"PACKAGE_libmysqlclient" no longer exists. This results in:
Package gammu is missing dependencies for the following libraries:
libmysqlclient.so.18
This commit addresses that.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-29 18:57:12 +02:00
Daniel Engberg
b33c7e1ca4
alsa-lib: Update to 1.1.6
...
Update alsa-lib to 1.1.6
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-29 18:27:55 +02:00
Daniel Engberg
3ea5fe2c79
mpg123: Update to 1.25.10
...
Update mpg123 to 1.25.10
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-29 18:19:08 +02:00
Paul Spooren
509f208ee7
prometheus-node-exporter-lua: export static files
...
Print all files from /var/prometheus/*.prom. This behaviour allow users
to add metrics with non-lua scripts.
Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
2018-04-30 01:17:20 +09:00
Daniel Engberg
af51a9aaa2
alsa-utils: Update to 1.1.6
...
Update alsa-utils to 1.1.6
Add missing utils
Change secondary mirror (current is broken)
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-29 18:15:49 +02:00
Hannu Nyman
55f946f41e
Merge pull request #5977 from micmac1/collectd-enable-mysql-plugin
...
collectd: enable mysql plugin
2018-04-29 14:31:20 +03:00
Hannu Nyman
f76a50e7a8
Merge pull request #5976 from micmac1/mariadb-fix-sporadic-libevent-fail
...
mariadb: fix sporadic build failure
2018-04-29 11:51:19 +03:00
Sebastian Kemper
511868f004
collectd: enable mysql plugin
...
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-29 10:25:11 +02:00
Sebastian Kemper
5033e5bb70
mariadb: fix sporadic build failure
...
Observed once in about two dozen builds on the bots:
make[6]: *** No rule to make target '/build/lede-snapshots/arm_cortex-a7_neon-vfpv4/build/sdk/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/usr/lib/libevent.so', needed by 'tests/async_queries'. Stop.
Address this by adding libevent2 to PKG_BUILD_DEPENDS.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-29 09:41:35 +02:00
Hannu Nyman
db0bdd6124
Merge pull request #5975 from hauke/zlib
...
python/python3: remove zlib/host dependency
2018-04-29 10:37:57 +03:00
Michael Heimpold
d0057d5eb4
php7: update to 7.2.5
...
Also drop obsolete patches.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-04-28 23:41:31 +02:00
Hauke Mehrtens
f9016b5977
python/python3: remove zlib/host dependency
...
zlib is now a host tool and the zlib/host package was removed. this
dependency is not needed any more as there will always be a zlib host
library.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2018-04-28 16:20:44 +02:00
Jo-Philipp Wich
19ba0551a8
Merge pull request #5851 from micmac1/mariadb
...
mysql: switch from MySQL to Mariadb
2018-04-28 14:46:29 +02:00
Sebastian Kemper
1b73f267ea
mariadb: new package
...
MariaDB is a drop-in replacement for MySQL. This commit adds a current
and stable version of MariaDB to the tree.
Quite a few ideas/patches were copied from Alpine Linux, Busybox Buildroot
and Debian.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-28 14:41:30 +02:00
Daniel Golle
9859871c03
Merge pull request #5945 from aparcar/inotify-fixup
...
bmx7-dnsupdate: wait 10 secs if bmx7 ins't running
2018-04-28 13:08:02 +02:00
Hans Dedecker
916b2f7cb7
Merge pull request #5931 from dedeckeh/pr-xtables-addons-rtsp
...
xtables-addons: rtsp helper improvements
2018-04-27 14:36:43 +02:00
Hans Dedecker
01692d9e13
xtables-addons: rtsp: update source in expected RTP connection
...
Update source IP of the expected RTP connection according to the SOURCE
attribute value if present in the RTSP SETUP REPLY message.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-04-27 14:07:09 +02:00
Marko Ratkaj
3f5bef3b4d
Merge pull request #5972 from sartura/libyang_patch
...
libyang: add patch
2018-04-27 12:04:38 +00:00
Mislav Novakovic
771f6b1263
libyang: add patch
...
The patch fixes a netopeer2-cli issue on musl.
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-04-27 13:19:04 +02:00
Hannu Nyman
2e66f97ff1
Merge pull request #5969 from nxhack/support_newer_nodejs
...
swig: support latest versions of node.js
2018-04-27 10:38:59 +03:00
Hannu Nyman
0cc28022b2
Merge pull request #5970 from jemyzhang/master
...
net/https-dns-proxy: Update to 2018-04-23
2018-04-27 10:38:44 +03:00
Jemy Zhang
f74f517b9a
net/https-dns-proxy: Update to 2018-04-23
...
+ add option for resolver_url_prefix
Signed-off-by: Jemy Zhang <jemy.zhang@gmail.com>
2018-04-26 18:19:54 +08:00
Hirokazu MORIKAWA
9924301f42
swig: support latest versions of node.js
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-04-26 11:52:48 +09:00
champtar
68a3d3d6ee
Merge pull request #5916 from aparcar/prom-bmx7v2
...
prometheus-node-exporter-lua: extend bmx7 plugin
2018-04-25 10:19:02 -07:00
Hannu Nyman
1955fdfb87
Merge pull request #5802 from VincentRiou/lighttpd_with_wstunnel
...
lighttpd: add mod-wstunnel
2018-04-25 12:25:45 +03:00
Hannu Nyman
bb143ce0b4
Merge pull request #5938 from nxhack/bump_3_0_12
...
swig: bump to 3.0.12
2018-04-25 11:52:45 +03:00
Hirokazu MORIKAWA
2f3b30ab13
swig: bump to 3.0.12
...
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-04-25 17:26:05 +09:00
champtar
dff805e148
Merge pull request #5963 from hnyman/htop220
...
htop: update to 2.2.0
2018-04-24 09:31:47 -07:00
Hannu Nyman
998ef40632
htop: update to 2.2.0
...
Update htop to 2.2.0
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-24 19:01:14 +03:00
Hannu Nyman
2e7bac83f2
Merge pull request #5960 from MikePetullo/snort
...
snort: depend on libnghttp2
2018-04-24 07:36:40 +03:00
W. Michael Petullo
ee61fd6d53
snort: depend on libnghttp2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-04-23 18:04:26 -04:00
Ted Hess
aea4c43d2f
Merge pull request #5902 from antonlacon/libvorbis
...
libvorbis: update to 1.3.6
2018-04-23 21:14:40 +00:00
Hannu Nyman
75dc2dda21
Merge pull request #5959 from DocLM/gphoto2
...
libgphoto2 and gphoto2: Update to 2.5.17
2018-04-23 23:51:06 +03:00
Leonardo Medici
101fe59635
gphoto2: update package 2.5.17
...
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2018-04-23 21:47:00 +02:00
Leonardo Medici
ff5fa3f52d
libgphoto2: update package 2.5.17
...
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2018-04-23 21:46:22 +02:00
Hannu Nyman
7bdc5214e4
Merge pull request #5958 from MikePetullo/libdaq
...
libdaq: update hash and change maintainer
2018-04-23 22:43:48 +03:00
W. Michael Petullo
feb1873125
libdaq: update hash and change maintainer
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-04-23 11:56:44 -04:00
Hannu Nyman
5bb0a8b2cb
Merge pull request #5879 from neheb/transmission
...
transmission: Add rpc_host_whitelist support.
2018-04-23 17:47:41 +03:00
Magnus Kroken
812ce161f3
libdaq: update to 2.0.6
...
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
2018-04-23 17:38:33 +03:00
Hannu Nyman
04f787781a
Merge pull request #5957 from MikePetullo/snort
...
snort: set configuration file path in init script
2018-04-23 17:34:04 +03:00
W. Michael Petullo
5acb617137
snort: set configuration file path in init script
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-04-23 10:11:49 -04:00
Hannu Nyman
ba53019418
Merge pull request #5702 from MikePetullo/snort2
...
snort: update to 2.9.11.1
2018-04-23 16:44:42 +03:00
Hannu Nyman
94b743fb2b
Merge pull request #5927 from MikePetullo/snort3
...
snort: set W. Michael Petullo as maintainer
2018-04-23 16:44:16 +03:00
Hannu Nyman
d9c5440adc
Merge pull request #5863 from p-wassi/gpsd
...
utils/gpsd: update to 3.17
2018-04-23 16:42:40 +03:00
Ted Hess
47d18a0d08
Merge pull request #5955 from antonlacon/ffmpeg
...
ffmpeg: libffmpeg-full to lgpl; include fdk-aac support
2018-04-23 12:55:27 +00:00