aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 #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
| * | dawn: bump to latest versionNick Hainke2020-05-27
| | | | | | | | | | | | | | | | | | | | | Prepare DAWN for prometheus-node-exporter by always showing the whole network overview. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #12341 from notnyt/acpid-fixRosen Penev2020-05-27
|\ \ \ | |/ / |/| | acpid: fix init script
| * | acpid: fix init scriptRob Mosher2020-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | init script would error: procd: /etc/rc.d/S99acpid: /etc/rc.common: /etc/rc.d/S99acpid: line 18: procd_send_signal: not found procd: /etc/rc.d/S99acpid: /etc/rc.common: /etc/rc.d/S99acpid: line 19: syntax error: unexpected "}" Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
* | | Merge pull request #12340 from jefferyto/python-crypto-remove-packageHannu Nyman2020-05-27
|\ \ \ | |/ / |/| | python-crypto: Remove package
| * | python-crypto: Remove packageJeffery To2020-05-27
|/ / | | | | | | | | | | | | | | | | | | The pycrypto package is not maintained; the last stable release was in 2013. This also updates python3-cryptodome, from conflicting with python3-crypto, to providing python3-crypto. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | openvswitch: pass KERNEL_MAKE_FLAGS for reproducible buildYousong Zhou2020-05-27
| | | | | | | | | | Reported-by: Paul Spooren <mail@aparcar.org> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | openvswitch: rework disabling docs buildYousong Zhou2020-05-27
| | | | | | | | | | | | | | | | | | This is needed since openvswitch 2.13 commit 2a97891eb23b ("Documentation: Work with sphinx-build for Python 3 also.") The 4th patch was also reworked to serve as another guard Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #12331 from dl12345/avahiRosen Penev2020-05-26
|\ \ | | | | | | avahi: fix reliance on config symbol SSP_SUPPORT
| * | avahi: fix reliance on config symbol SSP_SUPPORTIan Cooper2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The config symbol SSP_SUPPORT is ambiguous and means different things to different packages: either "toolchain is compiled with ssp support" or "toolchain uses gcc libssp". The use of the symbol should be deprecated and the appropriate symbol used instead. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* | | Merge pull request #12290 from neheb/doubRosen Penev2020-05-26
|\ \ \ | | | | | | | | libdouble-conversion: remove
| * | | libdouble-conversion: removeRosen Penev2020-05-24
| | | | | | | | | | | | | | | | | | | | | | | | Nothing uses this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12323 from peter-stadler/nginx-util-clangRosen Penev2020-05-26
|\ \ \ \ | | | | | | | | | | nginx-util: fix issues and cleanup
| * | | | nginx-util: fix issues and cleanupPeter Stadler2020-05-26
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix regex capture (to conform std) * fix issues for Clang/libcxx (warnings/includes) * fix CONFLICTS in the Makefile * use /bin/sh in host scripts and shellcheck them * add callback for setting arguments in ubus::call Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | Merge pull request #12329 from rs/nextdns-1.6.3-masterRosen Penev2020-05-26
|\ \ \ \ | | | | | | | | | | nextdns: Update to version 1.6.3
| * | | | nextdns: Update to version 1.6.3Olivier Poitrey2020-05-26
|/ / / / | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | Merge pull request #12280 from sgabe/sslh-transparentRosen Penev2020-05-26
|\ \ \ \ | | | | | | | | | | sslh: add transparent proxy support
| * | | | sslh: use tls option instead of deprecated sslGabor Seljan2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream will drop support for the ssl option in the next future version. Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
| * | | | sslh: add capabilities supportGabor Seljan2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile with USELIBCAP=1 to make use of POSIX capabilities. This will save the required capabilities needed for transparent proxying for unprivileged processes. Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
| * | | | sslh: add http probe configGabor Seljan2020-05-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
| * | | | sslh: bump package releaseGabor Seljan2020-05-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
| * | | | sslh: add transparent proxy supportGabor Seljan2020-05-24
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Gabor Seljan <sgabe@users.noreply.github.com>
* | | | Merge pull request #12325 from rs/nextdns-1.6.0-masterHannu Nyman2020-05-26
|\ \ \ \ | | | | | | | | | | nextdns: Update to version 1.6.0
| * | | | nextdns: Update to version 1.6.0Olivier Poitrey2020-05-26
|/ / / / | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | Merge pull request #12315 from sartura/sqlite/security-bumpHannu Nyman2020-05-26
|\ \ \ \ | | | | | | | | | | sqlite3: update to version 3.32.1
| * | | | sqlite3: update to version 3.32.1Robert Marko2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update SQLite to version 3.32.1 to mitigate two security vulnerability CVE-s. This mitigates CVE-s: CVE-2020-13434 and CVE-2020-13435 https://nvd.nist.gov/vuln/detail/CVE-2020-13434 https://nvd.nist.gov/vuln/detail/CVE-2020-13435 Signed-off-by: Robert Marko <robert.marko@sartura.hr>
* | | | | Merge pull request #12321 from ja-pa/transmission-fix-initRosen Penev2020-05-26
|\ \ \ \ \ | | | | | | | | | | | | transmission: init script check syscall list for seccomp
| * | | | | transmission: init script check syscall list for seccompJan Pavlinec2020-05-26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #12298 from pffmachado/issue-linuxptpRosen Penev2020-05-26
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | linuxptp: fix build failure
| * | | | | linuxptp: fix build failurePaulo Machado2020-05-26
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build is failing because HWTSTAMP_TX_ONESTEP_P2P is defined anymore on linux net_tstamp.h. Moreover, the usual way of linuxptp build is looking for system includes unless user defines differently. That also was tried to fix. PKG_RELEASE bumped to 3. Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
* | | | | Merge pull request #12316 from commodo/python3-sixHannu Nyman2020-05-26
|\ \ \ \ \ | | | | | | | | | | | | python-six: bump to version 1.15.0
| * | | | | python-six: bump to version 1.15.0Alexandru Ardelean2020-05-26
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #12314 from Payne-X6/masterJosef Schlehofer2020-05-26
|\ \ \ \ \ | |_|/ / / |/| | | | knot: update to version 2.9.5
| * | | | knot: update to version 2.9.5Jan Hak2020-05-26
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Removed patch `03-configure-allow-to-manually-disable-POSIX-capabiliti.patch` that has been backported into release. Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | Merge pull request #12296 from neheb/transRosen Penev2020-05-26
|\ \ \ \ | | | | | | | | | | transmission: update to 3.0
| * | | | transmission: update to 3.0Rosen Penev2020-05-24
| | |_|/ | |/| | | | | | | | | | | | | | | | | | remove upstreamed patches. Refresh remaining one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12312 from G-M0N3Y-2503/feature_docker-ce_updateRosen Penev2020-05-26
|\ \ \ \ | | | | | | | | | | docker-ce: Updated to 19.03.9 and updated relevant dependencies
| * | | | docker-ce: Updated to 19.03.9Gerard Ryan2020-05-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | libnetwork: Updated to 0941c3f4 for docker 19.03.9Gerard Ryan2020-05-26
| | |/ / | |/| | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | Merge pull request #12305 from peter-stadler/django-cors-headersRosen Penev2020-05-26
|\ \ \ \ | |/ / / |/| | | python3-django-cors-headers: update version to 3.3.0
| * | | python3-django-cors-headers: update version to 3.3.0Peter Stadler2020-05-25
|/ / / | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | miniupnpd: improve hotplug & interface handlingKevin Darbyshire-Bryant2020-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing interface selection/detection code was incomprehensible at worst and convoluted at best. The uci config file suggested it understood an external ipv6 interface but in reality the init script took no notice. Re-work it so it is at least comprehendible and takes notice of ipv6 interface details if specified. Update the hotplug script to use the same interface selection/detection code as the init script and take note of ipv6 interface selection, only restarting miniupnpd on interface up events and only if that interface isn't already known (for that ip class) by miniupnpd. For me this has solved numerous 'flaky' startup problems, especially with regard to ipv6. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | collectd: sqm_collect: tidy interval string handlingKevin Darbyshire-Bryant2020-05-25
| | | | | | | | | | | | Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | Merge pull request #12289 from neheb/GIFRosen Penev2020-05-25
|\ \ \ | | | | | | | | giflib: remove host build
| * | | giflib: remove host buildRosen Penev2020-05-24
| |/ / | | | | | | | | | | | | | | | It's completely unused and breaks under CentOS7. Signed-off-by: Rosen Penev <rosenp@gmail.com>