aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | podman: update to version 2.2.1Daniel Golle2020-12-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | cni-plugins: update to version 0.9.0Daniel Golle2020-12-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #14184 from pprindeville/issue#14183Philip Prindeville2020-12-15
|\ \ \ \ \ | | | | | | | | | | | | bind: add support for the 'rndc' utility
| * | | | | bind: add support for the 'rndc' utilityPhilip Prindeville2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable the control port on named that rncd uses to talk to it. Use rndc to allow for lightweight reloads of some (per-zone) or all of the database without an interruption of service. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #14230 from neheb/p11kNikos Mavrogiannopoulos2020-12-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | p11-kit: update to 0.23.22
| * | | | | | p11-kit: update to 0.23.22Rosen Penev2020-12-14
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport upstream patch that fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | docker-compose: Updated `docker-ce` -> `docker`Gerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | dockerd: Updated to 20.10.0Gerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * SELinux and Seccomp are now enabled via the kernel options themselves * Config.in now uses CGroupsV2 by default but optionally allows V1 Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | docker: Split from dockerd and update to v20.10.0Gerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | libnetwork: Updated to 2020-11-25 for dockerdGerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source Version: a543cbc4871f904b0efe205708eb45d72e65fd8b Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | tini: Updated to v0.19.0 for dockerdGerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed obsolete workaround * Set Git source hash for executables to display Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | containerd: Updated to v1.4.3 for dockerdGerard Ryan2020-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SELinux and Seccomp are now enabled via the kernel options themselves Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | docker-ce: docker-ce -> dockerdGerard Ryan2020-12-15
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The source is being deprecated and split into the CLI and engine/daemon repositories, So `docker-ce` will now be the `dockerd` and a separate package will be made for the `docker` CLI. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | libpng: properly fix zlib issueRosen Penev2020-12-14
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous commit meant to avoid adding an LDFLAG but it just avoided the issue. The real issue is PNG_BUILD_ZLIB being turned to ON. This variable is for specifying a custom zlib location, which is not necessary. Switching it to OFF calls find_package and links properly. Backported two zlib related patches. The latter is a somewhat impoarant fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #14228 from neheb/vRosen Penev2020-12-14
|\ \ \ \ | | | | | | | | | | vips: do not install libvips-cpp
| * | | | vips: do not install libvips-cppRosen Penev2020-12-14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nothing uses it. Allows to slim the package down. Also made the InstallDev section more explicit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #14229 from neheb/pcrRosen Penev2020-12-14
|\ \ \ \ | |/ / / |/| | | pcre2: update to 10.36
| * | | pcre2: update to 10.36Rosen Penev2020-12-14
|/ / / | | | | | | | | | | | | | | | Mostly JIT fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #14217 from ClaymorePT/boost_1.75.0Rosen Penev2020-12-14
|\ \ \ | | | | | | | | boost: Updates package to version 1.75
| * | | boost: Adds json libraryCarlos Miguel Ferreira2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | json library can work as header-only, but adding for the cases where it is necessary. Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
| * | | boost: Removes unecessary patchCarlos Miguel Ferreira2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | Fixed in upstream Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
| * | | boost: Updates package to version 1.75Carlos Miguel Ferreira2020-12-13
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates boost to version 1.75 This release brings three new packages * JSON parsing, serialization, and DOM in C++11, from Vinnie Falco and Krystian Stasiowski. [1] * LEAF: A lightweight error-handling library for C++11, from Emil Dotchevski. [2] * PFR: Basic reflection without macro or boilerplate code for user defined types, from Antony Polukhin. [3] More info about Boost 1.75.0 can be found at the usual place [4]. [1]: https://www.boost.org/libs/json/ [2]: https://www.boost.org/libs/leaf/ [3]: https://www.boost.org/libs/pfr/ [4]: https://www.boost.org/users/history/version_1_75_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | keyutils: update to 1.6.3 and improve packagingDaniel Golle2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch to kernel.org upstream (most recent versions seem to be available only there) * package request-key, key.dns_resolver and their config file into new package 'keyutils' * refresh patches Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #14212 from stangri/master-simple-adblockRosen Penev2020-12-14
|\ \ \ | | | | | | | | simple-adblock: bugfix - config update
| * | | simple-adblock: bugfix - config updateStan Grishin2020-12-12
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #14196 from pprindeville/issue#14195Rosen Penev2020-12-14
|\ \ \ \ | | | | | | | | | | isc-dhcp: seeing crashes when attempting to update dynamic dns
| * | | | isc-dhcp: seeing crashes when attempting to update dynamic dnsPhilip Prindeville2020-12-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #14158 from PolynomialDivision/snmpv6-collectorRosen Penev2020-12-14
|\ \ \ \ \ | | | | | | | | | | | | prometheus-node-exporter-lua: add snmp6 exporter
| * | | | | prometheus-node-exporter-lua: add snmp6 exporterNick Hainke2020-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you want statistics about IPv6 you can use snmpv6 exporter. Currently, the "/proc/net/snmp6" is existing but all values are just "0". To use this plugin you have to set CONFIG_PROC_STRIPPED=n I will find a way to enable the important ipv6 statistics by default. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | Merge pull request #14162 from Cynerd/rpcd-mod-lxc-postinstRosen Penev2020-12-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | rpcd-mod-lxc: add postinst to reload rpcd on update/installation
| * | | | | | rpcd-mod-lxc: add postinst to reload rpcd on update/installationKarel Kočí2020-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is dependency of luci-app-lxc and when users install that package it is no way clear that they have to reload rpcd to get it working correctly. Without it container listing does not work. In general this reload should be in this package simply because other rpcd-mod-* packages reload rpcd as well. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | Merge pull request #14224 from commodo/python-bumpJosef Schlehofer2020-12-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3: bump to version 3.9.1
| * | | | | | | python3: bump to version 3.9.1Alexandru Ardelean2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | mosquitto: bump to 2.0.2Karl Palsson2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog: https://mosquitto.org/blog/2020/12/version-2-0-2-released/ * Enables DHE ciphers * Improved response time with http_dir and websockets Drops a patch no longer required due to upstream fixes. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | libs: cjson: correctly install to named include pathsKarl Palsson2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supports the more traditional "#include <cjson/cJSON.h>" instead of dropping them in the root. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | Merge pull request #14222 from neheb/pnggRosen Penev2020-12-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libpng: disable building of executables
| * | | | | | | | libpng: disable building of executablesRosen Penev2020-12-13
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are not packaged here. Upstream backport. Speeds up compilation and avoids a zlib hack. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #14210 from lucize/libreupRosen Penev2020-12-13
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | librswan: add xfrm interface depends
| * | | | | | | libreswan: add xfrm interface dependsLucian Cristian2020-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipsec needs xfrmi support Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | Merge pull request #14221 from neheb/geRosen Penev2020-12-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gerbera update
| * | | | | | | | gerbera: bump as static libraries were updatedRosen Penev2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | spdlog: update to 1.8.2Rosen Penev2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | pugixml: update to 1.11.1Rosen Penev2020-12-13
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #14220 from neheb/autocRosen Penev2020-12-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | autoconf: update to 2.70
| * | | | | | | | autoconf: update to 2.70Rosen Penev2020-12-13
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #14218 from neheb/alppRosen Penev2020-12-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | alpine: update to 2.24
| * | | | | | | | alpine: update to 2.24Rosen Penev2020-12-13
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add BROKEN to nossl. Upstream broke it by requiring OpenSSL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #14219 from neheb/archiRosen Penev2020-12-13
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | libarchive: update to 2.5.0
| * | | | | | | libarchive: update to 2.5.0Rosen Penev2020-12-13
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14211 from neheb/glbbbbbbRosen Penev2020-12-12
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | glib2: use normal format functions