aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #12256 from neheb/xfsRosen Penev2020-06-03
|\ | | | | xfsprogs: import from base
| * xfsprogs: update to 5.5Rosen Penev2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reworked Makefile for consistency between packages. Removed librt dependency. clock_gettime does not need it anymore. Updated URL. Add MAP_SYNC workaround as musl undefines MAP_SYNC for MIPS and PPC. Refreshed patches and removed upstream ones Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * xfsprogs: import from baseRosen Penev2020-05-22
| | | | | | | | | | | | Does not seem to be appropriate there. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12255 from neheb/libconfigRosen Penev2020-06-03
|\ \ | | | | | | libconfig: import from base
| * | libconfig: cleanup MakefileRosen Penev2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed license information. Fixed URL. Removed autoreconf as nothing is being patched. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | libconfig: import from baseRosen Penev2020-05-22
| |/ | | | | | | | | | | All of the packages that depend on this live here, not in base. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12386 from neheb/kismeRosen Penev2020-06-03
|\ \ | | | | | | kismet: fix compilation with libcxx 10
| * | kismet: fix compilation with libcxx 10Rosen Penev2020-06-02
| | | | | | | | | | | | | | | | | | Seems a bind call is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | unbound: expose interface-auto to UCIDavid Bauer2020-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This exposes the interface-auto option to UCI. By default, interface-auto is disabled. This leads to the DNS reply possibly originating from a different address then the request was sent to. Devices with a packet filter might not receive the reply in this case. Enabling interface-auto ensures the reply is sent with the source-address the request was sent to. Signed-off-by: David Bauer <mail@david-bauer.net>
* | | nmap: fix compilation with libcxx 10Rosen Penev2020-06-03
| | | | | | | | | | | | | | | | | | Seems nmap's time header logic is broken. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12385 from neheb/gerbbRosen Penev2020-06-02
|\ \ \ | |/ / |/| | gerbera: fix compilation with libcxx 10
| * | gerbera: fix compilation with libcxx 10Rosen Penev2020-06-02
|/ / | | | | | | | | | | Missing header for pid_t. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12372 from neheb/pkgcRosen Penev2020-06-02
|\ \ | | | | | | pkgconf: update to 0.7.3
| * | pkgconf: update to 0.7.3Rosen Penev2020-06-02
|/ / | | | | | | | | | | | | | | Switched to building with meson. Faster. Add missing InstallDev section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libnpupnp: update to 4.0.5Rosen Penev2020-06-02
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | net/mosquitto: bump to 1.6.10Karl Palsson2020-06-02
| | | | | | | | | | | | | | | | | | Full changelog at: https://mosquitto.org/blog/2020/05/version-1-6-10-released/ Fixes openssl 3.0 support, Minor fixes, nothing standout as applicable specifically to OpenWrt. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | Merge pull request #12373 from dengqf6/ksmbdHannu Nyman2020-06-01
|\ \ | | | | | | ksmbd: update
| * | ksmbd-tools: update to 3.2.6DENG Qingfang2020-06-01
| | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
| * | ksmbd: update to 3.2.0DENG Qingfang2020-06-01
| | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | Merge pull request #12337 from commodo/lxml-bump-4-5-1Jiri Slachta2020-06-01
|\ \ \ | | | | | | | | Lxml bump 4 5 1
| * | | python-lxml: bump to version 4.5.1Alexandru Ardelean2020-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took a while to get running. It turns out, the fix is mostly in libxslt. lxml uses the xsltGetProfileInformation() function, which is disabled from libxslt via --without-profiler. This causes a runtime error, since it cannot find the symbol. So, libxslt is also updated to re-enable the profiler. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | libs: libxslt: allow profiler to be enabledAlexandru Ardelean2020-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lxml package depends on the xsltGetProfileInformation() symbol to be available. Without it, the library is unusable at newer versions. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #12374 from tru7/knxdRosen Penev2020-06-01
|\ \ \ \ | |_|/ / |/| | | knxd: bump to upstream version 0.14.38
| * | | knxd: bump to upstream version 0.14.38Othmar Truniger2020-06-01
|/ / / | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | Merge pull request #12370 from lucize/nssupRosen Penev2020-05-31
|\ \ \ | | | | | | | | nss: update to 3.53
| * | | nss: update to 3.53Lucian Cristian2020-06-01
| | | | | | | | | | | | | | | | | | | | | | | | also enable parallel build as now is safe Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | Merge pull request #12281 from dl12345/bindRosen Penev2020-05-31
|\ \ \ \ | | | | | | | | | | bind: add nslookup alternative to busybox nslookup
| * | | | bind: add nslookup alternative to busybox nslookupIan Cooper2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add alternative to busybox nslookup. Busybox throws an error when the host does not have an AAAA record. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* | | | | Merge pull request #12368 from clehner/ncduRosen Penev2020-05-31
|\ \ \ \ \ | |_|/ / / |/| | | | ncdu: update to 1.15
| * | | | ncdu: update to 1.15Charles E. Lehner2020-05-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Charles E. Lehner <cel@celehner.com>
* | | | | ola: fix compilation with GCC4Rosen Penev2020-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script confusingly sets CXXFLAGS to gnu++11 but does not use that to check the important stuff. Fix that. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12303 from hammer-is/masterRosen Penev2020-05-31
|\ \ \ \ \ | | | | | | | | | | | | lxc: start() during boot()
| * | | | | lxc: bump versionMartin Hammer2020-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Hammer <34623636+hammer-is@users.noreply.github.com> Signed-off-by: martin <martin@DESKTOP-C822DHJ.lan>
| * | | | | lxc: start() during boot()Martin Hammer2020-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Hammer <34623636+hammer-is@users.noreply.github.com> Signed-off-by: martin <martin@DESKTOP-C822DHJ.lan>
* | | | | | Merge pull request #12369 from gladiac1337/haproxy-2.1.5Rosen Penev2020-05-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.1.5
| * | | | | | haproxy: Update HAProxy to v2.1.5Christian Lachner2020-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - This version introduces backtrace-support via backtrace(), however, it must be disabled because neither MUSL nor UCLIBC support it (build fails because of missing execinfo.h) - Our previous UCLIBC patch is now obsolete and has been removed. We now only disable libcrypt support. - A new patch was backported from the haproxy dev-branch which fixes an IFDEF which should only allow GLIBC to use dladdr1 and make builds fall back to dladdr when using other c-libs. The previous logic was bogus and broke the build on UCLIBC. Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | Merge pull request #12359 from ja-pa/dovecot-security-fix-2.3.10.1Rosen Penev2020-05-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dovecot: update to version 2.3.10.1 (security fix)
| * | | | | | | dovecot: update to version 2.3.10.1 (security fix)Jan Pavlinec2020-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2020-10957 CVE-2020-10958 CVE-2020-10967 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | adblock: update 4.0.5-4Dirk Brenken2020-05-31
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove dumb list cache * start adblock processing after adding/removing list sources via CLI * add regional list source for france Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #12346 from wt/acme_cron_improvementToke Høiland-Jørgensen2020-05-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | acme: remove cron entry on package removal
| * | | | | | | acme: remove cron entry on package removalWren Turkal2020-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the cron config was not removed on uninstall. This change fixes that. Signed-off-by: Wren Turkal <wt@penguintechs.org>
* | | | | | | | Merge pull request #12363 from aleksander0m/aleksander/qmi-1-24-14Rosen Penev2020-05-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libqmi: update version to 1.24.14
| * | | | | | | | libqmi: update version to 1.24.14Aleksander Morgado2020-05-30
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://lists.freedesktop.org/archives/libqmi-devel/2020-May/003321.html Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | | | Merge pull request #12357 from wt/uacme_cron_improvementRosen Penev2020-05-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | uacme: remove cron entry on package removal
| * | | | | | | | uacme: remove cron entry on package removalWren Turkal2020-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the cron config was not removed on uninstall. This change fixes that. Signed-off-by: Wren Turkal <wt@penguintechs.org>
* | | | | | | | | Merge pull request #12351 from neheb/syssRosen Penev2020-05-30
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | sysstat: update to 12.2.2
| * | | | | | | | sysstat: update to 12.2.2Rosen Penev2020-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed default log path as it interferes with the configuration setting. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | adblock: update 4.0.5-3Dirk Brenken2020-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix oisd_nl source parser (format has been changed) * enable safesearch support for kresd (ip based) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | Merge pull request #12225 from neheb/swigggRosen Penev2020-05-29
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | libmraa: disable swig
| * | | | | | | | libmraa: disable swigRosen Penev2020-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swig as used in libmraa is not compatible with node 12. This is causing build failures on all platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>