Eric Luehrsen
1077a04b76
unbound: fix local dns synthesis corner cases
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2019-04-29 22:34:08 -04:00
Rosen Penev
57c8837af1
Merge pull request #8847 from MikePetullo/gstreamer1
...
gstreamer1: revert addition of --disable-option-parsing
2019-04-29 16:07:06 -07:00
W. Michael Petullo
2fdc722e46
gstreamer1: revert addition of --disable-option-parsing
...
The --disable-option-parsing flag breaks applications (such as dmapd)
that assume gst_init_get_option_group() initializes GStreamer. The
gst_init_get_option_group() function returns NULL and does nothing to
initialize GStreamer in this case. The --disable-option-parsing is meant
only for very specialized instances.
See also https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/388 .
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-29 18:41:51 -04:00
Rosen Penev
56b0626180
Merge pull request #7098 from ammubhave/add_libgflags
...
libgflags: add gflags package
2019-04-29 13:21:43 -07:00
Rosen Penev
95072a4cc1
Merge pull request #8804 from neheb/cif
...
cifs-utils: Update to 6.9
2019-04-29 13:17:19 -07:00
Rosen Penev
9335895251
Merge pull request #8813 from neheb/miniup
...
miniupnpd: Fix compilation under glibc
2019-04-29 13:15:48 -07:00
Rosen Penev
7fc5ef0705
Merge pull request #8818 from MikePetullo/gstreamer1
...
gstreamer1: update to 1.16.0
2019-04-29 12:53:54 -07:00
Rosen Penev
1ced157ea4
Merge pull request #7102 from ammubhave/add_libre2
...
libre2: add re2 package
2019-04-29 12:44:48 -07:00
Hannu Nyman
90a8aa6780
Merge pull request #8841 from lnslbrty/update/ptunnel-ng
...
ptunnel-ng: update to 1.42
2019-04-29 22:23:51 +03:00
Hannu Nyman
ac5048f4c4
Merge pull request #8833 from lucize/doveup
...
dovecot: update to 2.3.5.2
2019-04-29 22:22:44 +03:00
Toni Uhlig
d2f8dbda8c
ptunnel-ng: update to 1.42
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2019-04-29 20:12:56 +02:00
Luiz Angelo Daros de Luca
e1a2057f64
libvpx: cleanup configure/make vars
...
Instead of redefining LD (and duplicating it), it is better to
unset the existing value first.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-04-29 15:05:18 -03:00
Rosen Penev
62eebff668
Merge pull request #7641 from marcin1j/pr/20181211-owfs-remove-avahi-dependency
...
owfs: disable avahi dependency
2019-04-29 10:54:39 -07:00
Rosen Penev
d264fe002c
Merge pull request #8835 from dengqf6/ngx
...
nginx: update to 1.16.0
2019-04-29 09:24:15 -07:00
Luiz Angelo Daros de Luca
cba459f522
libvpx: bump to 1.8.0
...
This release focused on encoding performance for realtime and VOD use cases.
See: https://chromium.googlesource.com/webm/libvpx/+/refs/tags/v1.8.0
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-04-29 03:08:33 -03:00
Deng Qingfang
3d94ecdef0
nginx: update to 1.16.0
...
Update nginx to latest stable release 1.16.0
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-04-29 13:32:12 +08:00
Lucian Cristian
7aae4eed85
dovecot: update to 2.3.5.2
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-04-29 04:29:17 +03:00
W. Michael Petullo
1960c56f29
gst1-libav: update to 1.16.0
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-28 19:58:31 -04:00
Rosen Penev
0038d6e971
Merge pull request #8830 from cshoredaniel/pr-nut-nutmon+fsd-fixes
...
nut: nutmon+fsd fixes
2019-04-28 14:24:31 -07:00
Rosen Penev
65f2802609
Merge pull request #8782 from neheb/sys
...
sysrepo: Fix compilation with bindings enabled
2019-04-28 13:56:02 -07:00
Rosen Penev
9ab8e5e2d3
Merge pull request #8810 from zhaojh329/lua-ev
...
lua-ev: Add package
2019-04-28 13:54:58 -07:00
Rosen Penev
dba9ffbc19
Merge pull request #8798 from ja-pa/libpng-security-update
...
libpng: update to version 1.6.37
2019-04-28 13:54:40 -07:00
Rosen Penev
0d0564b02b
Merge pull request #8694 from neheb/inl
...
perl-inline: Update to 0.82
2019-04-28 13:53:57 -07:00
Daniel F. Dickinson
c25b751041
nut: Actually do FSD when required
...
The code was all there but the call do the function containing it was missing,
so call the function so that forced (UPS) shutdown occurs on a battery critical
or manually requested FSD situation.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-04-28 20:44:15 +00:00
Daniel F. Dickinson
867ea959a2
nut: Fix nutmon issues with init
...
NUT's upsmon is rather peculiar in that it has a child process that runs as
a regular user and a parent process that runs as root (in order to facilitate
shutting down the device if needed). procd doesn't deal well with this and
doing 'normal' procd stop / restart / etc results in the child process still
hanging around but with not parent, which causes undesired behaviour. Therefore,
add the use of 'upsmon -c stop' during process shutdown / restart in order to
ensure that upsmon is actually fully stopped.
Also fixes nut-monitor going into crashloop on network changes (due to
trigger that restarted upsmon but failed due to orphan child from before
restart).
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-04-28 20:17:12 +00:00
champtar
b30fcbb99c
Merge pull request #8657 from klukonin/Prometheus_add_more_metrics
...
prometheus-node-exporter-lua: Add more wifi_station metrics
2019-04-28 12:42:50 -03:00
W. Michael Petullo
14520a445e
gst1-plugins-ugly: update to 1.16.0
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-28 10:14:59 -04:00
W. Michael Petullo
2d9d7d4392
gst1-plugins-bad: update to 1.16.0
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-28 10:14:50 -04:00
W. Michael Petullo
13e168aad0
gst1-plugins-good: update to 1.16.0
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-28 10:14:41 -04:00
W. Michael Petullo
f9cbd31fca
gst1-plugins-base: update to 1.16.0
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-28 10:14:32 -04:00
Hannu Nyman
6c5a86d533
Merge pull request #8825 from MikePetullo/libpsl
...
libpsl: update to 0.21.0
2019-04-28 11:23:55 +03:00
Dirk Brenken
bd061e154d
Merge pull request #8811 from neheb/ssm
...
ssmpt: Fix compilation without deprecated OpenSSL APIs
2019-04-28 06:27:04 +02:00
W. Michael Petullo
bdf60440d1
gstreamer1: update to 1.16.0
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-27 23:36:41 -04:00
W. Michael Petullo
46c16706fd
libpsl: update to 0.21.0
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-27 23:25:59 -04:00
Rosen Penev
2eb46edaa4
gst1-libav: Fix octeonplus hack
...
The proper directive is ifneq, not ifeq.
Tested on mips64 and i386 to make sure it still builds.
Signed-off-by: Rosen Penev <rosenp@gmail.com
2019-04-27 18:06:41 -07:00
Rosen Penev
ee4a1c0c09
miniupnpd: Fix compilation under glibc
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-27 12:01:45 -07:00
Rosen Penev
bba043ee47
ssmpt: Fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-27 11:20:41 -07:00
Tom Sullivan
4bc2371a3f
tcp_wrappers: fix compilation warnings
...
Set `Wall` and address sources of reported warnings.
Signed-off-by: Tom Sullivan <tom@msbit.com.au>
2019-04-27 19:59:59 +02:00
Hannu Nyman
f32f1a314a
Merge pull request #8795 from commodo/python-evdev-bump
...
Python evdev bump
2019-04-27 19:06:21 +03:00
Hannu Nyman
925ac018de
Merge pull request #8796 from cotequeiroz/node_mips64
...
node: don't build on unsupported cpus, remove menu
2019-04-27 19:05:56 +03:00
Michael Heimpold
a56bb088f2
Merge pull request #8737 from neheb/php7
...
php7: Fix compilation without deprecated OpenSSL APIs
2019-04-27 17:48:52 +02:00
Jianhui Zhao
bc046c0c59
lua-ev: Add package
...
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2019-04-27 17:24:45 +08:00
Josef Schlehofer
cbfc396ca6
netdata: update to version 1.14.0
...
- Add @BKPepe and @diizzyy as maintainers
- Add PKG_CPE_ID
- Modify 2nd patch
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-04-27 09:46:40 +02:00
Rosen Penev
87f6e7c46b
Merge pull request #8809 from MikePetullo/bogofilter
...
bogofilter: mark /etc/bogofilter.cf as a configuration file
2019-04-26 23:03:22 -07:00
W. Michael Petullo
d3385ef60b
bogofilter: mark /etc/bogofilter.cf as a configuration file
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-04-26 23:10:15 -04:00
Eneas U de Queiroz
8c1d86baad
node: don't build on unsupported cpus, remove menu
...
Node does not support arc or armeb systems.
Moved i18 option to straight under node instead of on its own menu.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-04-26 21:11:12 -03:00
Luiz Angelo Daros de Luca
ec2b915f9e
ruby: update to 2.6.3
...
Bug fixes and support for New Japanese Era.
See: https://www.ruby-lang.org/en/news/2019/04/17/ruby-2-6-3-released/
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-04-26 18:20:26 -03:00
Rosen Penev
ed4def810e
Merge pull request #8745 from neheb/squ
...
squid: Update to 4.6
2019-04-26 08:44:10 -07:00
Yousong Zhou
92e0bbfbd2
python-six: remove python2 variant of host install
...
The python2 host variant is not needed anymore as openvswitch has now
switch to using python3 for building
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-04-26 21:03:37 +08:00
Yousong Zhou
989ef5d414
openvswitch: switch to using python3 both on build and target machine
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-04-26 21:03:37 +08:00