aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python-six: bump to version 1.16.0Alexandru Ardelean2021-05-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* haproxy: Update HAProxy to v2.4.0Christian Lachner2021-05-18
| | | | | | | | | | - New upstream major release with tons of new features and LTS (see: https://www.haproxy.com/blog/announcing-haproxy-2-4/) - Update haproxy download URL and hash - Activate promtheus exporter support the new way (using USE_PROMEX=1) - Cleaned up haproxy-specific CFLAGS - Changed the halog build to make use of the new Makefile target (admin/halog/halog) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* Merge pull request #15630 from nxhack/node_14170Rosen Penev2021-05-15
|\ | | | | node: bump to v14.17.0
| * node: bump to v14.17.0Hirokazu MORIKAWA2021-05-13
| | | | | | | | | | | | | | | | | | Notable Changes: Diagnostics channel (experimental module) UUID support in the crypto module Experimental support for AbortController and AbortSignal Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #15601 from pprindeville/strongswan-make-swanctl-defaultPhilip Prindeville2021-05-14
|\ \ | | | | | | strongswan: make default bundle use swanctl
| * | strongswan: make default bundle use swanctlPhilip Prindeville2021-05-10
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | rsync: Add rrsync scriptMatt Reeve2021-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rrsync is a perl script that is supplied as an extra with the rsync program. It must be used in conjunction with openssh-server or openssh-server-pam as it requires ~/.ssh/authorized_keys which is not supported by dropbear. Rrsync allows selective access to subdirectories in either read-only, write-only or read-write, depending on settings in authorized_keys. This allows for safe, restrictive access. It's particularly useful for automated backup purposes. An example usage would be this entry: command="/usr/bin/rrsync -ro /home" <public key here> This would allow a system connecting with this public key to be able to rsync FROM the /home directory tree only. It could not write to this directory, nor read from any other directory. Signed-off-by: Matt Reeve <matt@mreeve.com>
* | | libpqxx: update to version 7.5.2Igor Bezzubchenko2021-05-14
| | | | | | | | | | | | Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
* | | atlas-sw-probe: fix missing link on sysupgradeAnsuel Smith2021-05-14
| | | | | | | | | | | | | | | | | | Recreate symbolic link if it's missing after a sysupgrade with a private and public key present in /etc/atlas/ Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | chrony: update to 4.1Miroslav Lichvar2021-05-14
| | | | | | | | | | | | Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | Merge pull request #15618 from Payne-X6/masterJosef Schlehofer2021-05-13
|\ \ \ | | | | | | | | knot: update to version 3.0.6
| * | | knot: update to version 3.0.6Jan Hak2021-05-13
| | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | Merge pull request #15615 from flyn-org/libgpg-errorStijn Tintel2021-05-13
|\ \ \ \ | |/ / / |/| | | | | | | | | | | libgpg-error: patch to fix cross-compile Fixes #15621
| * | | libgpg-error: patch to fix cross-compileW. Michael Petullo2021-05-12
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Paul Blazejowski discovered that the recent update to this package broke cross-compiling for some OpenWrt platforms. This backports commit 33593864 (March 26, 2021) from the upstream libgpg-error project to fix this problem. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / | docker-compose: Update to version 1.29.2Javier Marcet2021-05-13
|/ / | | | | | | | | | | | | | | | | | | Miscellaneous: - Remove prompt to use docker compose in the up command - Bump py to 1.10.0 in requirements-indirect.txt Signed-off-by: Javier Marcet <javier@marcet.info>
* | Merge pull request #15593 from flyn-org/snort3Rosen Penev2021-05-11
|\ \ | | | | | | Update snort3 and libdaq3 packages
| * | snort3: update to 3.1.4.0W. Michael Petullo2021-05-11
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | libdaq3: update to 3.0.3W. Michael Petullo2021-05-10
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #15590 from flyn-org/gstreamerRosen Penev2021-05-11
|\ \ \ | | | | | | | | Gstreamer: update to 1.18.4
| * | | gst1-libav: update to 1.18.4W. Michael Petullo2021-05-11
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | gst1-plugins-ugly: update to 1.18.4W. Michael Petullo2021-05-11
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | gst1-plugins-bad: update to 1.18.4W. Michael Petullo2021-05-11
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | gst1-plugins-good: update to 1.18.4W. Michael Petullo2021-05-11
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | gst1-plugins-base: update to 1.18.4W. Michael Petullo2021-05-11
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | gstreamer1: update to 1.18.4W. Michael Petullo2021-05-11
| |/ / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #15608 from dobo90/adguardhome_v0.106.2Rosen Penev2021-05-11
|\ \ \ | | | | | | | | adguardhome: bump to 0.106.2
| * | | adguardhome: bump to 0.106.2Dobroslaw Kijowski2021-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.2 Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* | | | Merge pull request #15603 from ja-pa/knot-resolver-5.3.2Rosen Penev2021-05-11
|\ \ \ \ | | | | | | | | | | knot-resolver: update to version 5.3.2
| * | | | knot-resolver: update to version 5.3.2Jan Pavlinec2021-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #15605 from 1715173329/yqRosen Penev2021-05-11
|\ \ \ \ \ | | | | | | | | | | | | yq: Update to 4.8.0
| * | | | | yq: Update to 4.8.0Tianling Shen2021-05-11
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | Merge pull request #15586 from commodo/python3-updateRosen Penev2021-05-11
|\ \ \ \ \ | | | | | | | | | | | | python3: bump version to 3.9.5
| * | | | | python3: bump version to 3.9.5Alexandru Ardelean2021-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed Python patches. Updated pip & setuptools version. For pip, patch '001-pep517-pyc-fix.patch' was reworked. Also, the current version of the bundled pip (21.1.1) no longer supports Python2, so the 'py2.py3' suffix gets replaced with just py3. For setuptools, there is no longer a script/module: https://github.com/pypa/setuptools/pull/2544 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #15591 from flyn-org/grilo-pluginsRosen Penev2021-05-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | grilo-plugins: update to 0.3.13
| * | | | | | grilo-plugins: update to 0.3.13W. Michael Petullo2021-05-10
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | libassuan: fix linking of host's libgpg-errorAlexander Egorenkov2021-05-11
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpgrt-config is trying to use the host's /usr/lib path when looking for libgpg-error. Therefore, disable it and gpg-error-config will be used as a fallback. Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
* | | | | Merge pull request #15602 from ja-pa/redis-6.2.3Josef Schlehofer2021-05-11
|\ \ \ \ \ | | | | | | | | | | | | redis: update to version 6.2.3
| * | | | | redis: update to version 6.2.3Jan Pavlinec2021-05-11
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2021-29477 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #15604 from ja-pa/lmdb-0.9.29Josef Schlehofer2021-05-11
|\ \ \ \ \ | |_|_|/ / |/| | | | lmbd: update to version 0.9.29
| * | | | lmbd: update to version 0.9.29Jan Pavlinec2021-05-11
| |/ / / | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #15599 from mhei/php8-updateMichael Heimpold2021-05-11
|\ \ \ \ | | | | | | | | | | php8: update to 8.0.6
| * | | | php8: update to 8.0.6Michael Heimpold2021-05-10
| | |/ / | |/| | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #15600 from mhei/php7-updateMichael Heimpold2021-05-11
|\ \ \ \ | | | | | | | | | | php7: update to 7.4.19
| * | | | php7: update to 7.4.19Michael Heimpold2021-05-10
| |/ / / | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | syslog-ng: update to 3.32.1W. Michael Petullo2021-05-10
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #15594 from flyn-org/snortRosen Penev2021-05-10
|\ \ \ \ | | | | | | | | | | snort: update 2.9.17.1
| * | | | snort: update 2.9.17.1W. Michael Petullo2021-05-10
| |/ / / | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #15589 from flyn-org/krb5Rosen Penev2021-05-10
|\ \ \ \ | | | | | | | | | | krb5: update to 1.19.1
| * | | | krb5: update to 1.19.1W. Michael Petullo2021-05-10
| |/ / / | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #15595 from flyn-org/libgcryptRosen Penev2021-05-10
|\ \ \ \ | | | | | | | | | | Update libgpg-error and libgcrypt