aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ibrdtnd: Fix compilation with uClibc-ng and/or uClibc++Rosen Penev2019-05-03
| | | | | | | | For some reason, several C++ headers are not included. Include them. Also added const fixes to get it to build with uClibc++. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #8863 from neheb/trRosen Penev2019-05-02
|\ | | | | transmission: Fix compilation under uClibc-ng
| * transmission: Fix compilation under uClibc-ngRosen Penev2019-05-01
| | | | | | | | | | | | | | | | Upstream has a patch for this dated 2016. Also ran the init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #8760 from commodo/remove-un-neededHannu Nyman2019-05-02
|\ \ | | | | | | jdcal,et_xmlfile,rcssmin: remove un-needed python packages
| * | jdcal,et_xmlfile,rcssmin: remove un-needed python packagesAlexandru Ardelean2019-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change removes a series of Python packages that are added to seafile-seahub and are not needed. After some investigation into seafile, there are no references for it. These are some of the low-hanging fruits. They're not used [not sure when they were], and these packages were born out of some weird sprints somewhere and forgotten on web and left un-maintained. So, remove them. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #8845 from neheb/msmRosen Penev2019-05-02
|\ \ \ | | | | | | | | msmtp: Update to 1.8.4
| * | | msmtp: Update to 1.8.4Rosen Penev2019-04-29
| | | | | | | | | | | | | | | | | | | | | | | | Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8877 from jefferyto/tiff-pkg-configJiri Slachta2019-05-02
|\ \ \ \ | | | | | | | | | | tiff: Install pkg-config metadata file in Build/InstallDev
| * | | | tiff: 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 #8874 from jefferyto/libjpeg-pkg-configJo-Philipp Wich2019-05-02
|\ \ \ \ \ | |/ / / / |/| | | | libjpeg: Install pkg-config metadata file in Build/InstallDev
| * | | | 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>