Commit Graph

14528 Commits

Author SHA1 Message Date
Samuel Progin 4ca726ae02 temperusb: package upgrade
Signed-off-by: Samuel Progin <samuel.progin@gmail.com>
2019-05-02 21:46:30 +02:00
Josef Schlehofer ed165932e0
Merge pull request #8856 from BKPepe/youtube
youtube-dl: update to version 2019.4.30
2019-05-01 17:13:39 +02:00
Hannu Nyman 55fd28142f
Merge pull request #8857 from neheb/lic
treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
2019-05-01 14:18:57 +03:00
Rosen Penev 8e6f049b26
treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
The latter is actually what is used by the build system. Increased
PKG_RELEASE for all packages as this changes the ipk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-04-30 14:52:57 -07:00
Rosen Penev 30e10c07d3
Merge pull request #8848 from ammubhave/bump_re2
libre2: bump version to 2019-04-01
2019-04-30 14:48:12 -07:00
Amol Bhave 70d4a9a3b2 libre2: bump version to 2019-04-01
compile tested on nbg6817

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-04-30 13:08:00 -07:00
Rosen Penev aa920879d1
Merge pull request #7877 from ammubhave/add_gflags_to_glog_stacked
libglog: Add gflags as a dependency for glog
2019-04-30 12:18:09 -07:00
Rosen Penev 3d3cd5d394
Merge pull request #7906 from Mathieu-Coupe/patch-2
[packages] tinyproxy: handling of option XTinyproxy
2019-04-30 12:10:29 -07:00
Rosen Penev d544a6ba24
Merge pull request #8758 from cotequeiroz/noddos_fixes
noddos: add libipset-7, uclient-fetch compatiblity
2019-04-30 12:01:53 -07:00
Rosen Penev d31b23b343
Merge pull request #8658 from jose1711/mjpg_streamer-file_output
Make mjpg-streamer init script recognize file output plugin
2019-04-30 11:59:44 -07:00
Rosen Penev aa06af37a1
Merge pull request #8775 from neheb/sumo
sumo: Update to 1.1.0
2019-04-30 11:52:11 -07:00
Michael Heimpold 22f9b0c926 php7-pecl-redis: add new package (fixes #8710)
This add the pecl package for communicating with redis servers.

Run-tested on mxs platform with a local redis test server.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-04-30 20:50:20 +02:00
Rosen Penev 90c8e9d684
Merge pull request #8849 from EricLuehrsen/unbound_dhcp_master
unbound: fix local dns synthesis corner cases
2019-04-30 11:47:21 -07:00
Josef Schlehofer 0a042326c7
youtube-dl: update to version 2019.4.30
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-04-30 19:42:28 +02:00
Rosen Penev 4cb5d63ae6
Merge pull request #8834 from dengqf6/ariang
ariang: update to 1.1.0
2019-04-30 07:56:24 -07:00
Rosen Penev c8b3fa3b20
Merge pull request #8814 from val-kulkov/subversion-package
subversion: update to the latest stable release
2019-04-30 07:54:54 -07:00
Yousong Zhou 8875e3c513 qemu: bump to version 4.0.0
Group configure options by the functionality category they roughly
belong to

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-04-30 12:46:45 +00:00
Alexandru Ardelean ffb716efb7 treewide,python: take over maintainership from Gergely Kiss
This change changes the maintainer to
 `Alexandru Ardelean <ardeleanalex@gmail.com`
for all Python packages owned by
 `Gergely Kiss <mail.gery@gmail.com>`

No functional changes.
Bumping PKG_RELEASE on each package that is updated.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-04-30 08:12:58 -03:00
Luiz Angelo Daros de Luca fedc5cf5a4 hplip: bump to 3.19.3
040-fix_bool.patch: fixed upstream
060-fix-uclibc.patch: workaround for uclibc build (arc_arc700)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-04-30 00:42:49 -03:00
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
Amol Bhave 44c24203a5 libglog: Add gflags a dependency for libglog
Depends on PR #7098

With gflags available, glog's compilation behaves differently and
includes gflags specific code. This code allows customizing logging in
programs that use glog, using command command line parameters.

Compile tested: openwrt-18.06 for ipq40xx, ipq806x, x86 and ar71xx
Run tested: Tested on devices running on the above architectures.

Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-04-29 18:32:48 -07:00
Deng Qingfang b25c770e89 ariang: update to 1.1.0
Update AriaNg to latest release 1.1.0

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-04-30 08:36:22 +08: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