aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | 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
| * | | | | | libgcrypt: update to 1.9.3W. Michael Petullo2021-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | | | libgpg-error: update to 1.42W. Michael Petullo2021-05-10
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #15596 from flyn-org/openldapRosen Penev2021-05-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | openldap: update to 2.4.58
| * | | | | | openldap: update to 2.4.58W. Michael Petullo2021-05-10
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #15597 from flyn-org/scapyRosen Penev2021-05-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | scapy: update to 2.4.5
| * | | | | | scapy: update to 2.4.5W. Michael Petullo2021-05-10
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #15588 from flyn-org/nfdumpRosen Penev2021-05-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | nfdump: update to 1.6.23
| * | | | | | nfdump: update to 1.6.23W. Michael Petullo2021-05-10
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #15585 from ja-pa/tailscale-1.8.1Rosen Penev2021-05-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | tailscale: update to version 1.8.1
| * | | | | | tailscale: update to version 1.8.1Jan Pavlinec2021-05-10
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add readme with simple tailscale howto. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #15587 from flyn-org/libgeeRosen Penev2021-05-10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | libgee: update to 0.20.4
| * | | | | libgee: update to 0.20.4W. Michael Petullo2021-05-10
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | lvm2: update to version 2.03.12Daniel Golle2021-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two notable changes are devices file and metadata based autoactivation. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | exim: update to version 4.94.2Daniel Golle2021-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several exploitable vulnerabilities in Exim were reported to us and are fixed. Local vulnerabilities - CVE-2020-28007: Link attack in Exim's log directory - CVE-2020-28008: Assorted attacks in Exim's spool directory - CVE-2020-28014: Arbitrary PID file creation - CVE-2020-28011: Heap buffer overflow in queue_run() - CVE-2020-28010: Heap out-of-bounds write in main() - CVE-2020-28013: Heap buffer overflow in parse_fix_phrase() - CVE-2020-28016: Heap out-of-bounds write in parse_fix_phrase() - CVE-2020-28015: New-line injection into spool header file (local) - CVE-2020-28012: Missing close-on-exec flag for privileged pipe - CVE-2020-28009: Integer overflow in get_stdinput() Remote vulnerabilities - CVE-2020-28017: Integer overflow in receive_add_recipient() - CVE-2020-28020: Integer overflow in receive_msg() - CVE-2020-28023: Out-of-bounds read in smtp_setup_msg() - CVE-2020-28021: New-line injection into spool header file (remote) - CVE-2020-28022: Heap out-of-bounds read and write in extract_option() - CVE-2020-28026: Line truncation and injection in spool_read_header() - CVE-2020-28019: Failure to reset function pointer after BDAT error - CVE-2020-28024: Heap buffer underflow in smtp_ungetc() - CVE-2020-28018: Use-after-free in tls-openssl.c - CVE-2020-28025: Heap out-of-bounds read in pdkim_finish_bodyhash() The update to 4.94.2 also integrates a fix for a printf format issue previously addressed by a local patch which is removed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | auc: support queue_position status from serverDaniel Golle2021-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display position in queue while waiting for build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #15552 from mhei/php7-updateMichael Heimpold2021-05-08
|\ \ \ \ \ | | | | | | | | | | | | php7: update to 7.4.18
| * | | | | php7: update to 7.4.18Michael Heimpold2021-04-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #15575 from ↵Philip Prindeville2021-05-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | pprindeville/strongswan-always-generate-var-strongswan strongswan: swanctl init script doesn't load connections
| * | | | | | strongswan: swanctl init script doesn't load connectionsPhilip Prindeville2021-05-05
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #15446 Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #15474 from ja-pa/unbound-ttl-negRosen Penev2021-05-07
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | unbound: add cache-max-negative-ttl config option
| * | | | | unbound: add cache-max-negative-ttl config optionJan Pavlinec2021-04-20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #15553 from PolynomialDivision/add-samplicatorRosen Penev2021-05-06
|\ \ \ \ \ \ | | | | | | | | | | | | | | samplicator: add samplicator
| * | | | | | samplicator: add samplicatorNick Hainke2021-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Samplicator receives UDP datagrams on a given port and resends those datagrams to a specified set of receivers. Use Cases: - replicate Flow Samples to multiple receivers - use with conntrackd to synchronize via unicast to multiple targets Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | Merge pull request #15539 from ja-pa/tailscaleRosen Penev2021-05-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tailscale: add new package
| * | | | | | | tailscale: add new packageJan Pavlinec2021-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | vim: install vimdiff symlink for vim-fullSergio E. Nemirowski2021-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vim-full comes with diff feature Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
* | | | | | | | samba4: update to 4.13.8Andy Walsh2021-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.13.8 * remove faulty io_uring kernel detection * fixes CVE's: CVE-2020-27840, CVE-2021-20277, CVE-2020-27840, CVE-2021-20277, CVE-2020-27840, CVE-2021-20277, CVE-2021-20254 * resolves #15512 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | Merge pull request #15537 from aaronjg/mwan3/notrackFlorian Eckert2021-05-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mwan3: allow interfaces with no tracking IPs
| * | | | | | | | mwan3: allow interfaces with no tracking IPsAaron Goodman2021-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the procd refactor, support for interfaces with no tracking IPs was inadvertentiy removed. This commit restores the previous behavior Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | | | | | | Merge pull request #15562 from TDT-AG/pr/20200503-mwan3Florian Eckert2021-05-06
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | mwan3: update ubus status for no tracked interfaces