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>
7 years ago
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>
7 years ago
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>
7 years ago
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>
7 years ago
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>
7 years ago
Hannu Nyman
55f946f41e
Merge pull request #5977 from micmac1/collectd-enable-mysql-plugin
collectd: enable mysql plugin
7 years ago
Hannu Nyman
f76a50e7a8
Merge pull request #5976 from micmac1/mariadb-fix-sporadic-libevent-fail
mariadb: fix sporadic build failure
7 years ago
Sebastian Kemper
511868f004
collectd: enable mysql plugin
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
7 years ago
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>
7 years ago
Hannu Nyman
db0bdd6124
Merge pull request #5975 from hauke/zlib
python/python3: remove zlib/host dependency
7 years ago
Michael Heimpold
d0057d5eb4
php7: update to 7.2.5
Also drop obsolete patches.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
7 years ago
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>
7 years ago
Jo-Philipp Wich
19ba0551a8
Merge pull request #5851 from micmac1/mariadb
mysql: switch from MySQL to Mariadb
7 years ago
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>
7 years ago
Daniel Golle
9859871c03
Merge pull request #5945 from aparcar/inotify-fixup
bmx7-dnsupdate: wait 10 secs if bmx7 ins't running
7 years ago
Hans Dedecker
916b2f7cb7
Merge pull request #5931 from dedeckeh/pr-xtables-addons-rtsp
xtables-addons: rtsp helper improvements
7 years ago
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>
7 years ago
Marko Ratkaj
3f5bef3b4d
Merge pull request #5972 from sartura/libyang_patch
libyang: add patch
7 years ago
Mislav Novakovic
771f6b1263
libyang: add patch
The patch fixes a netopeer2-cli issue on musl.
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
7 years ago
Hannu Nyman
2e66f97ff1
Merge pull request #5969 from nxhack/support_newer_nodejs
swig: support latest versions of node.js
7 years ago
Hannu Nyman
0cc28022b2
Merge pull request #5970 from jemyzhang/master
net/https-dns-proxy: Update to 2018-04-23
7 years ago
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>
7 years ago
Hirokazu MORIKAWA
9924301f42
swig: support latest versions of node.js
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
7 years ago
champtar
68a3d3d6ee
Merge pull request #5916 from aparcar/prom-bmx7v2
prometheus-node-exporter-lua: extend bmx7 plugin
7 years ago
Hannu Nyman
1955fdfb87
Merge pull request #5802 from VincentRiou/lighttpd_with_wstunnel
lighttpd: add mod-wstunnel
7 years ago
Hannu Nyman
bb143ce0b4
Merge pull request #5938 from nxhack/bump_3_0_12
swig: bump to 3.0.12
7 years ago
Hirokazu MORIKAWA
2f3b30ab13
swig: bump to 3.0.12
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
7 years ago
champtar
dff805e148
Merge pull request #5963 from hnyman/htop220
htop: update to 2.2.0
7 years ago
Hannu Nyman
998ef40632
htop: update to 2.2.0
Update htop to 2.2.0
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
7 years ago
Hannu Nyman
2e7bac83f2
Merge pull request #5960 from MikePetullo/snort
snort: depend on libnghttp2
7 years ago
W. Michael Petullo
ee61fd6d53
snort: depend on libnghttp2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
Ted Hess
aea4c43d2f
Merge pull request #5902 from antonlacon/libvorbis
libvorbis: update to 1.3.6
7 years ago
Hannu Nyman
75dc2dda21
Merge pull request #5959 from DocLM/gphoto2
libgphoto2 and gphoto2: Update to 2.5.17
7 years ago
Leonardo Medici
101fe59635
gphoto2: update package 2.5.17
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
7 years ago
Leonardo Medici
ff5fa3f52d
libgphoto2: update package 2.5.17
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
7 years ago
Hannu Nyman
7bdc5214e4
Merge pull request #5958 from MikePetullo/libdaq
libdaq: update hash and change maintainer
7 years ago
W. Michael Petullo
feb1873125
libdaq: update hash and change maintainer
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
Hannu Nyman
5bb0a8b2cb
Merge pull request #5879 from neheb/transmission
transmission: Add rpc_host_whitelist support.
7 years ago
Magnus Kroken
812ce161f3
libdaq: update to 2.0.6
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
7 years ago
Hannu Nyman
04f787781a
Merge pull request #5957 from MikePetullo/snort
snort: set configuration file path in init script
7 years ago
W. Michael Petullo
5acb617137
snort: set configuration file path in init script
Signed-off-by: W. Michael Petullo <mike@flyn.org>
7 years ago
Hannu Nyman
ba53019418
Merge pull request #5702 from MikePetullo/snort2
snort: update to 2.9.11.1
7 years ago
Hannu Nyman
94b743fb2b
Merge pull request #5927 from MikePetullo/snort3
snort: set W. Michael Petullo as maintainer
7 years ago
Hannu Nyman
d9c5440adc
Merge pull request #5863 from p-wassi/gpsd
utils/gpsd: update to 3.17
7 years ago
Ted Hess
47d18a0d08
Merge pull request #5955 from antonlacon/ffmpeg
ffmpeg: libffmpeg-full to lgpl; include fdk-aac support
7 years ago
Hans Dedecker
caed4b5132
Merge pull request #5933 from alinnastac/rp-pppoe-improved-init-scripts
rp-pppoe: improve init scripts
7 years ago
Alin Nastac
b8e6e7f0e8
rp-pppoe: add support for logical interface names and fix interface triggers
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
7 years ago
Jaehoon You
82b67e3363
coova-chilli: change PKG_MAINTAINER
Signed-off-by: Jaehoon You <teslamint@gmail.com>
7 years ago
Jaehoon You
258cbcdb89
coova-chilli: switch to procd
Signed-off-by: Jaehoon You <teslamint@gmail.com>
8 years ago
Ian Leonard
a70227e578
ffmpeg: libffmpeg-full to lgpl; include fdk-aac support
Change libffmpeg-full to, by default, use the LGPL license. This
allows libffmpeg-full to gain support for libfdk-aac.
When libx264 is selected, this changes to GPL, and libfdk-aac
support is lost. Libx264 support is prioritized when both are
selected, which maintains the status quo of what happens now.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
7 years ago