Rosen Penev
420396fba7
Merge pull request #8869 from neheb/boo
boost: Fix compilation with uClibc-ng
6 years ago
Rosen Penev
9b3f4d6e94
Merge pull request #8865 from neheb/dev
device-observatory: Fix compilation with uClibc-ng
6 years ago
Rosen Penev
053faa31e5
boost: Fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
bae0448263
device-observatory: Fix compilation with uClibc-ng
Two protocol definitions are missing. Took values from Musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Florian Eckert
4072e78dbe
Merge pull request #8859 from lnslbrty/bugfix/atop
atop: fix build error
6 years ago
Josef Schlehofer
ed165932e0
Merge pull request #8856 from BKPepe/youtube
youtube-dl: update to version 2019.4.30
6 years ago
Toni Uhlig
3cdf09f705
atop: fix build error
Some Makefile targets did not honor CFLAGS.
This can lead to a SIGSEGV atop exeuctable.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
6 years ago
Hannu Nyman
55fd28142f
Merge pull request #8857 from neheb/lic
treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
6 years ago
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>
6 years ago
Rosen Penev
30e10c07d3
Merge pull request #8848 from ammubhave/bump_re2
libre2: bump version to 2019-04-01
6 years ago
Amol Bhave
70d4a9a3b2
libre2: bump version to 2019-04-01
compile tested on nbg6817
Signed-off-by: Amol Bhave <ambhave@fb.com>
6 years ago
Rosen Penev
aa920879d1
Merge pull request #7877 from ammubhave/add_gflags_to_glog_stacked
libglog: Add gflags as a dependency for glog
6 years ago
Rosen Penev
3d3cd5d394
Merge pull request #7906 from Mathieu-Coupe/patch-2
[packages] tinyproxy: handling of option XTinyproxy
6 years ago
Rosen Penev
d544a6ba24
Merge pull request #8758 from cotequeiroz/noddos_fixes
noddos: add libipset-7, uclient-fetch compatiblity
6 years ago
Rosen Penev
d31b23b343
Merge pull request #8658 from jose1711/mjpg_streamer-file_output
Make mjpg-streamer init script recognize file output plugin
6 years ago
Rosen Penev
aa06af37a1
Merge pull request #8775 from neheb/sumo
sumo: Update to 1.1.0
6 years ago
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>
6 years ago
Rosen Penev
90c8e9d684
Merge pull request #8849 from EricLuehrsen/unbound_dhcp_master
unbound: fix local dns synthesis corner cases
6 years ago
Josef Schlehofer
0a042326c7
youtube-dl: update to version 2019.4.30
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 years ago
Rosen Penev
4cb5d63ae6
Merge pull request #8834 from dengqf6/ariang
ariang: update to 1.1.0
6 years ago
Rosen Penev
c8b3fa3b20
Merge pull request #8814 from val-kulkov/subversion-package
subversion: update to the latest stable release
6 years ago
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>
6 years ago
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>
6 years ago
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>
6 years ago
Eric Luehrsen
1077a04b76
unbound: fix local dns synthesis corner cases
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
6 years ago
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>
6 years ago
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>
6 years ago
Rosen Penev
57c8837af1
Merge pull request #8847 from MikePetullo/gstreamer1
gstreamer1: revert addition of --disable-option-parsing
6 years ago
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>
6 years ago
Rosen Penev
56b0626180
Merge pull request #7098 from ammubhave/add_libgflags
libgflags: add gflags package
6 years ago
Rosen Penev
95072a4cc1
Merge pull request #8804 from neheb/cif
cifs-utils: Update to 6.9
6 years ago
Rosen Penev
9335895251
Merge pull request #8813 from neheb/miniup
miniupnpd: Fix compilation under glibc
6 years ago
Rosen Penev
7fc5ef0705
Merge pull request #8818 from MikePetullo/gstreamer1
gstreamer1: update to 1.16.0
6 years ago
Rosen Penev
1ced157ea4
Merge pull request #7102 from ammubhave/add_libre2
libre2: add re2 package
6 years ago
Hannu Nyman
90a8aa6780
Merge pull request #8841 from lnslbrty/update/ptunnel-ng
ptunnel-ng: update to 1.42
6 years ago
Hannu Nyman
ac5048f4c4
Merge pull request #8833 from lucize/doveup
dovecot: update to 2.3.5.2
6 years ago
Toni Uhlig
d2f8dbda8c
ptunnel-ng: update to 1.42
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
6 years ago
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>
6 years ago
Rosen Penev
62eebff668
Merge pull request #7641 from marcin1j/pr/20181211-owfs-remove-avahi-dependency
owfs: disable avahi dependency
6 years ago
Rosen Penev
d264fe002c
Merge pull request #8835 from dengqf6/ngx
nginx: update to 1.16.0
6 years ago
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>
6 years ago
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>
6 years ago
Lucian Cristian
7aae4eed85
dovecot: update to 2.3.5.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years ago
W. Michael Petullo
1960c56f29
gst1-libav: update to 1.16.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 years ago
Rosen Penev
0038d6e971
Merge pull request #8830 from cshoredaniel/pr-nut-nutmon+fsd-fixes
nut: nutmon+fsd fixes
6 years ago
Rosen Penev
65f2802609
Merge pull request #8782 from neheb/sys
sysrepo: Fix compilation with bindings enabled
6 years ago
Rosen Penev
9ab8e5e2d3
Merge pull request #8810 from zhaojh329/lua-ev
lua-ev: Add package
6 years ago
Rosen Penev
dba9ffbc19
Merge pull request #8798 from ja-pa/libpng-security-update
libpng: update to version 1.6.37
6 years ago
Rosen Penev
0d0564b02b
Merge pull request #8694 from neheb/inl
perl-inline: Update to 0.82
6 years ago
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>
6 years ago