aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | | | | | | | Merge pull request #12352 from BKPepe/youtubedlRosen Penev2020-05-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | youtube-dl: update to version 2020.5.29
| * | | | | | | | youtube-dl: update to version 2020.5.29Josef Schlehofer2020-05-29
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #12350 from neheb/makeRosen Penev2020-05-28
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | make: update to 4.3
| * | | | | | | make: update to 4.3Rosen Penev2020-05-28
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to gz tarball. bz2 one went away. Add PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12349 from ja-pa/pytest-update-5.4.2Rosen Penev2020-05-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-pytest: update to version 5.4.2
| * | | | | | | python-pytest: update to version 5.4.2Jan Pavlinec2020-05-28
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | Merge pull request #12347 from ja-pa/python-packaging-updateHannu Nyman2020-05-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-packaging: update to version 20.4
| * | | | | | | python-packaging: update to version 20.4Jan Pavlinec2020-05-28
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | / / / / bcm27xx-eeprom: update to latest versionÁlvaro Fernández Rojas2020-05-28
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provides a new stable firmware. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | Merge pull request #12344 from James-TR/pdns-4.2.2-bumpRosen Penev2020-05-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | pdns: update to 4.2.2
| * | | | | | pdns: update to 4.2.2James Taylor2020-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates pdns to latest release in the 4.2 series. Full change log for this release is available at: https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.2 Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | | Merge pull request #12343 from James-TR/pdns-recursor-4.2.2-bumpRosen Penev2020-05-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pdns-recursor: update to 4.2.2
| * | | | | | | pdns-recursor: update to 4.2.2James Taylor2020-05-26
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates pdns-recursor to latest release in the 4.2 series. Includes backported fixes for CVE-2020-10995, CVE-2020-12244 and CVE-2020-10030, plus avoid a crash when loading an invalid RPZ. Full change log for this release is available at: https://doc.powerdns.com/recursor/changelog/4.2.html#change-4.2.2 Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | | Merge pull request #12345 from PolynomialDivision/feature/bump_dawn_prometheusHannu Nyman2020-05-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dawn: bump to latest version