aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libjpeg: Install pkg-config metadata file in Build/InstallDevJeffery To2019-05-02
| | | | | | Some programs use pkg-config to discover installed libraries. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #8860 from neheb/uwRosen Penev2019-05-02
|\ | | | | uwsgi-cgi: Fix compilation under uClibc-ng
| * uwsgi-cgi: Fix compilation under uClibc-ngRosen Penev2019-05-01
| | | | | | | | | | | | execinfo.h is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #8873 from gladiac1337/feature-haproxy-v1.8.20Rosen Penev2019-05-02
|\ \ | | | | | | haproxy: Update HAProxy to v1.8.20
| * | haproxy: Update HAProxy to v1.8.20Christian Lachner2019-05-02
| | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Add new patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #8851 from luizluca/sane-usblpRosen Penev2019-05-02
|\ \ \ | | | | | | | | sane-backends: rebind printers to usblp after scan
| * | | sane-backends: rebind printers to usblp after scanLuiz Angelo Daros de Luca2019-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While scanning, sane unbinds usb device from usblp module. This patch creates a saned wrapper that keep track of all usb devices binded to usblp before saned is launched and rebind them back if not still bound after saned exits. This workaround is only effective if saned is launched by a super daemon like xinetd as it needs to exit after scan job finish. If not, printing will not be available while saned service is running. Write access to /sys/bus/usb/drivers/usblp/bind is required. So, normally it would require root access. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | Merge pull request #8869 from neheb/booRosen Penev2019-05-01
|\ \ \ \ | | | | | | | | | | boost: Fix compilation with uClibc-ng
| * | | | boost: Fix compilation with uClibc-ngRosen Penev2019-05-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #8865 from neheb/devRosen Penev2019-05-01
|\ \ \ \ \ | |/ / / / |/| | | | device-observatory: Fix compilation with uClibc-ng
| * | | | device-observatory: Fix compilation with uClibc-ngRosen Penev2019-05-01
|/ / / / | | | | | | | | | | | | | | | | | | | | Two protocol definitions are missing. Took values from Musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8859 from lnslbrty/bugfix/atopFlorian Eckert2019-05-01
|\ \ \ \ | |_|_|/ |/| | | atop: fix build error
| * | | atop: fix build errorToni Uhlig2019-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some Makefile targets did not honor CFLAGS. This can lead to a SIGSEGV atop exeuctable. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | Merge pull request #8856 from BKPepe/youtubeJosef Schlehofer2019-05-01
|\ \ \ \ | | | | | | | | | | youtube-dl: update to version 2019.4.30
| * | | | youtube-dl: update to version 2019.4.30Josef Schlehofer2019-04-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #8857 from neheb/licHannu Nyman2019-05-01
|\ \ \ \ \ | | | | | | | | | | | | treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
| * | | | | treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILESRosen Penev2019-04-30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #8848 from ammubhave/bump_re2Rosen Penev2019-04-30
|\ \ \ \ \ | | | | | | | | | | | | libre2: bump version to 2019-04-01
| * | | | | libre2: bump version to 2019-04-01Amol Bhave2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compile tested on nbg6817 Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | Merge pull request #7877 from ammubhave/add_gflags_to_glog_stackedRosen Penev2019-04-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | libglog: Add gflags as a dependency for glog
| * | | | | | libglog: Add gflags a dependency for libglogAmol Bhave2019-04-29
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #7906 from Mathieu-Coupe/patch-2Rosen Penev2019-04-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | [packages] tinyproxy: handling of option XTinyproxy
| * | | | | | tinyproxy: update makefile to increment PKG_RELEASEMathieu Coupe2019-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increment PKG_RELEASE from 2 to 3 Signed-off-by: Mathieu Coupe <eagle.pounains@gmail.com>
| * | | | | | tinyproxy: handling of option XTinyproxyMathieu Coupe2019-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.) Fix the handling of XTinyproxy option to avoid syntax error when starting tinyproxy: example: Syntax error on line 15 Unable to parse config file. Not starting. Signed-off-by: Mathieu Coupe <eagle.pounains@gmail.com>
* | | | | | | Merge pull request #8758 from cotequeiroz/noddos_fixesRosen Penev2019-04-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | noddos: add libipset-7, uclient-fetch compatiblity
| * | | | | | | noddos: add libipset-7, uclient-fetch compatiblityEneas U de Queiroz2019-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old API compatibility was kept with a compatiblity shim. Detect wget --timestamping support to make it compatible with uclient-fetch implementation of wget. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | Merge pull request #8658 from jose1711/mjpg_streamer-file_outputRosen Penev2019-04-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make mjpg-streamer init script recognize file output plugin
| * | | | | | | | mjpg-streamer: make init script recognize file output pluginJose Riha2019-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose Riha <jose1711@gmail.com>
* | | | | | | | | Merge pull request #8775 from neheb/sumoRosen Penev2019-04-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | sumo: Update to 1.1.0
| * | | | | | | | | sumo: Update to 1.1.0Rosen Penev2019-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up Makefile slightly. Updated URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | php7-pecl-redis: add new package (fixes #8710)Michael Heimpold2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | Merge pull request #8849 from EricLuehrsen/unbound_dhcp_masterRosen Penev2019-04-30
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | unbound: fix local dns synthesis corner cases
| * | | | | | | | | unbound: fix local dns synthesis corner casesEric Luehrsen2019-04-29
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | | | Merge pull request #8834 from dengqf6/ariangRosen Penev2019-04-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ariang: update to 1.1.0
| * | | | | | | | | ariang: update to 1.1.0Deng Qingfang2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update AriaNg to latest release 1.1.0 Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | | Merge pull request #8814 from val-kulkov/subversion-packageRosen Penev2019-04-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | subversion: update to the latest stable release
| * | | | | | | | | | subversion: revise MakefileVal Kulkov2019-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
| * | | | | | | | | | subversion: update to the latest stable releaseVal Kulkov2019-04-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to version 1.12.0. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | | | | qemu: bump to version 4.0.0Yousong Zhou2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group configure options by the functionality category they roughly belong to Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | | treewide,python: take over maintainership from Gergely KissAlexandru Ardelean2019-04-30
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | hplip: bump to 3.19.3Luiz Angelo Daros de Luca2019-04-30
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | Merge pull request #8847 from MikePetullo/gstreamer1Rosen Penev2019-04-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gstreamer1: revert addition of --disable-option-parsing
| * | | | | | | | | gstreamer1: revert addition of --disable-option-parsingW. Michael Petullo2019-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | Merge pull request #7098 from ammubhave/add_libgflagsRosen Penev2019-04-29
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | libgflags: add gflags package
| * | | | | | | | | libgflags: add gflags packageAmol Bhave2019-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Google's gflags library is a C++ library that implements command line flags processing. Adding the library so that it can used when compiling other C++ programs. Signed-off-by: Amol Bhave <ambhave@fb.com>
* | | | | | | | | | Merge pull request #8804 from neheb/cifRosen Penev2019-04-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | cifs-utils: Update to 6.9
| * | | | | | | | | | cifs-utils: Update to 6.9Rosen Penev2019-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganized and cleaned up Makefile for consistency between packages. Disabled relro and pie. The build system already handles those. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #8813 from neheb/miniupRosen Penev2019-04-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | miniupnpd: Fix compilation under glibc
| * | | | | | | | | | | miniupnpd: Fix compilation under glibcRosen Penev2019-04-27
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #8818 from MikePetullo/gstreamer1Rosen Penev2019-04-29
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | gstreamer1: update to 1.16.0