aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #17161 from stangri/master-nebulaStan Grishin2021-11-19
|\ | | | | nebula: update to 1.5.0
| * nebula: update to 1.5.0Stan Grishin2021-11-19
| | | | | | | | | | | | | | * update binaries to version 1.5.0 (thanks @jefferyto) * update maintainer's email address Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #17160 from rs/nextdns-1.37.4-masterStan Grishin2021-11-19
|\ \ | |/ |/| nextdns: Update to version 1.37.4
| * nextdns: Update to version 1.37.4Olivier Poitrey2021-11-19
|/ | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* telegraf: Update package to version 1.20.4Jonathan Pagel2021-11-19
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* Merge pull request #17151 from jefferyto/golang-1.17.3Alexandru Ardelean2021-11-19
|\ | | | | golang: Update to 1.17.3
| * golang: Update to 1.17.3Jeffery To2021-11-19
| | | | | | | | | | | | | | | | | | | | | | | | Contains fixes for: * CVE-2021-41771: ImportedSymbols in debug/macho (for Open or OpenFat) accesses a memory location after the end of a buffer * CVE-2021-41772: archive/zip Reader.Open panic via a crafted ZIP archive containing an invalid name or an empty filename field Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #17143 from commodo/py-greenletAlexandru Ardelean2021-11-19
|\ \ | | | | | | python-greenlet: bump to version 1.1.2
| * | python-greenlet: bump to version 1.1.2Alexandru Ardelean2021-11-17
| | | | | | | | | | | | | | | | | | The older version won't build with Python 3.10.0 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | openvswitch: bring up member portsStijn Tintel2021-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Open vSwitch does not bring up ports automatically. This is not a problem for wireless ports, or for ports configured in /etc/config/network, but other ports will be down, and require manual interaction to be brought up. Configuring them with proto none will cause netifd to do some actions on them, which might cause undefined results, and will also bloat the UCI config file. The cleanest solution is to bring all member ports up as part of the init script. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | parted: update MakefileOskari Rauta2021-11-18
| |/ |/| | | | | | | | | | | | | - updated Makefile fields license (GPL3) and COPYING as license file - fix config directive - split package to shared library and application (another package, fatresize has dependency to libparted) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | Merge pull request #17146 from eglooca/masterStan Grishin2021-11-17
|\ \ | | | | | | netifyd: update to 3.09
| * | netifyd: update to 3.09Darryl Sokoloski2021-11-17
|/ / | | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | Merge pull request #17123 from commodo/python-updates1Alexandru Ardelean2021-11-17
|\ \ | | | | | | python-lxml,django,numpy: bump versions
| * | django: bump to version 3.2.9Alexandru Ardelean2021-11-14
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | numpy: bump to version 1.21.4Alexandru Ardelean2021-11-14
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-lxml: bump to 4.6.4Alexandru Ardelean2021-11-14
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #17144 from commodo/ruamel.yamlAlexandru Ardelean2021-11-17
|\ \ \ | | | | | | | | ruamel.yaml: bump to version 0.17.17
| * | | ruamel-yaml: bump to version 0.17.17Alexandru Ardelean2021-11-17
| | |/ | |/| | | | | | | | | | | | | The older one won't build with Python 3.10.0 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #17120 from giannoug/ddns-scripts-digitaloceanFlorian Eckert2021-11-17
|\ \ \ | |/ / |/| | ddns-scripts: Rework DigitalOcean update script
| * | ddns-scripts: Rework DigitalOcean update scriptGeorge Giannou2021-11-15
| | | | | | | | | | | | Signed-off-by: George Giannou <giannoug@gmail.com>
* | | Merge pull request #17037 from pprindeville/named-create-run-dirPhilip Prindeville2021-11-16
|\ \ \ | | | | | | | | bind: created /var/run/named directory
| * | | bind: created /var/run/named directoryPhilip Prindeville2021-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Side-effect of dropping capabilities(7) with last commit is now we need the `/var/run/named/` directory created for us at startup. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | syslog-ng: update to version 3.35.1Josef Schlehofer2021-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also bump the version in syslog-ng config file. Removes this warning: Nov 16 14:19:41 turris syslog-ng[15159]: WARNING: Configuration file format is too old, syslog-ng is running in compatibility mode. Please update it to use the syslog-ng 3.35 format at your time of convenience. To upgrade the configuration, please review the warnings about incompatible changes printed by syslog-ng, and once completed change the @version header at the top of the configuration file; config-version='3.33' Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | pdns: Update to 4.5.2Wout Bertrums2021-11-16
| | | | | | | | | | | | | | | | Signed-off-by: Wout Bertrums <wout@wbnet.eu>
* | | | rsyslog: update to 8.2110.0Matthew Hagan2021-11-16
| | | | | | | | | | | | | | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | rsyslog: add additonal support modulesMatthew Hagan2021-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add configurables via a menu to enable support for various features: - GSSAPI Kerberos support - mysql - postgresql - libdbi - elasticsearch - HTTP output module - openssl - gnutls - mail output - json parsing module - MaxMind DB support - input file Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | rsyslog: move from net to adminMatthew Hagan2021-11-16
| | | | | | | | | | | | | | | | Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | smcroute: update to 2.5.4Moritz Warning2021-11-15
| | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | zerotier: update to 1.8.2Moritz Warning2021-11-15
| | | | | | | | | | | | | | | | | | | | | | | | Update und switch back to release source package. Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | Merge pull request #17125 from Atema/ddns-route53-typofixFlorian Eckert2021-11-15
|\ \ \ \ | | | | | | | | | | ddns-scripts: Fix typo in route53 update script
| * | | | ddns-scripts: Fix typo in route53 update scriptMartijn Atema2021-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Martijn Atema <martijn@atema.one>
* | | | | Merge pull request #17126 from ejurgensen/mxml_update_33Florian Eckert2021-11-15
|\ \ \ \ \ | | | | | | | | | | | | mxml: update to 3.3
| * | | | | mxml: update to 3.3Espen Jürgensen2021-11-14
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | hiredis: update to version 1.0.2Daniel Golle2021-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | postgresql: update to version 14.1Daniel Golle2021-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libinput: update to version 1.19.2Daniel Golle2021-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libevdev: update to version 1.12.0Daniel Golle2021-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | lvm2: update to version 2.03.14Daniel Golle2021-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop two local patches which were replaced by upstream commits. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | gawk: update to version 5.1.1Daniel Golle2021-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | debootstrap: update to version 1.0.126Daniel Golle2021-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Flask: update to version 2.0.2Daniel Golle2021-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Werkzeug: update to version 2.0.2Daniel Golle2021-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Jinja2: update to version 3.0.3Daniel Golle2021-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | click: update to version 8.0.3Daniel Golle2021-11-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | yq: Update to 4.14.2Tianling Shen2021-11-15
|/ / / / | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #17119 from thg2k/pr/master_php80_ini_1Michael Heimpold2021-11-14
|\ \ \ \ | |_|_|/ |/| | | php8: Clean up and update distributed php.ini for php 8.0.12
| * | | php8: Clean up and update distributed php.ini for php 8.0.12Giovanni Giacobbi2021-11-13
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Details: - Cleaned up whitespace and removed comments (refer to official PHP documentation for that) - Removed directives that no longer exist as of PHP 8.0.12 - Added newly existing directives commented out - Added '~E_DEPRECATED' to 'error_reporting' Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
* | | Merge pull request #17108 from commodo/ovs-no-python-sixAlexandru Ardelean2021-11-14
|\ \ \ | |/ / |/| | ovs,ovn: remove python-six dep
| * | python-six: remove host-buildAlexandru Ardelean2021-11-10
| | | | | | | | | | | | | | | | | | | | | There are no more users left in this tree. So, remove it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>