Alexandru Ardelean
b3237baf63
Merge pull request #17151 from jefferyto/golang-1.17.3
...
golang: Update to 1.17.3
2021-11-19 10:28:28 +02:00
Alexandru Ardelean
7cead5b8e6
Merge pull request #17143 from commodo/py-greenlet
...
python-greenlet: bump to version 1.1.2
2021-11-19 10:27:14 +02:00
Stijn Tintel
596051c77e
openvswitch: bring up member ports
...
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>
2021-11-19 14:15:42 +08:00
Oskari Rauta
df847e1c03
parted: update Makefile
...
- 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>
2021-11-18 14:14:07 -08:00
Jeffery To
901f80aae7
golang: Update to 1.17.3
...
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>
2021-11-19 03:40:17 +08:00
Stan Grishin
8c1d7f0733
Merge pull request #17146 from eglooca/master
...
netifyd: update to 3.09
2021-11-17 15:52:26 -08:00
Darryl Sokoloski
58143f4134
netifyd: update to 3.09
...
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
2021-11-17 15:34:35 -05:00
Alexandru Ardelean
35910b2673
Merge pull request #17123 from commodo/python-updates1
...
python-lxml,django,numpy: bump versions
2021-11-17 15:35:22 +02:00
Alexandru Ardelean
9e3e0ff65c
Merge pull request #17144 from commodo/ruamel.yaml
...
ruamel.yaml: bump to version 0.17.17
2021-11-17 15:34:40 +02:00
Alexandru Ardelean
571e6af347
ruamel-yaml: bump to version 0.17.17
...
The older one won't build with Python 3.10.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-11-17 14:15:10 +02:00
Florian Eckert
fdb471ab9e
Merge pull request #17120 from giannoug/ddns-scripts-digitalocean
...
ddns-scripts: Rework DigitalOcean update script
2021-11-17 11:02:01 +01:00
Alexandru Ardelean
b1009ff543
python-greenlet: bump to version 1.1.2
...
The older version won't build with Python 3.10.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-11-17 10:55:17 +02:00
Philip Prindeville
38b87f4ff9
Merge pull request #17037 from pprindeville/named-create-run-dir
...
bind: created /var/run/named directory
2021-11-16 17:05:02 -07:00
Josef Schlehofer
2d2fd36e28
syslog-ng: update to version 3.35.1
...
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>
2021-11-16 13:28:41 -08:00
Wout Bertrums
e49e145060
pdns: Update to 4.5.2
...
Signed-off-by: Wout Bertrums <wout@wbnet.eu>
2021-11-16 13:27:53 -08:00
Matthew Hagan
2c54c4d093
rsyslog: update to 8.2110.0
...
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-11-16 13:27:24 -08:00
Matthew Hagan
5d6ac9b931
rsyslog: add additonal support modules
...
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>
2021-11-16 13:27:24 -08:00
Matthew Hagan
16a5288206
rsyslog: move from net to admin
...
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-11-16 13:27:24 -08:00
Moritz Warning
8414c29797
smcroute: update to 2.5.4
...
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2021-11-15 19:34:58 +01:00
Moritz Warning
9b2bf0abe3
zerotier: update to 1.8.2
...
Update und switch back to release source package.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2021-11-15 19:30:22 +01:00
George Giannou
550817815e
ddns-scripts: Rework DigitalOcean update script
...
Signed-off-by: George Giannou <giannoug@gmail.com>
2021-11-15 16:24:30 +02:00
Florian Eckert
f309016ba3
Merge pull request #17125 from Atema/ddns-route53-typofix
...
ddns-scripts: Fix typo in route53 update script
2021-11-15 15:00:15 +01:00
Martijn Atema
de2a9d4b13
ddns-scripts: Fix typo in route53 update script
...
Signed-off-by: Martijn Atema <martijn@atema.one>
2021-11-15 12:44:41 +01:00
Florian Eckert
bcd8121ed4
Merge pull request #17126 from ejurgensen/mxml_update_33
...
mxml: update to 3.3
2021-11-15 09:07:12 +01:00
Daniel Golle
c15172f7f7
hiredis: update to version 1.0.2
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:57 +00:00
Daniel Golle
dbae7fda6d
postgresql: update to version 14.1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:52 +00:00
Daniel Golle
23ac7563c2
libinput: update to version 1.19.2
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:47 +00:00
Daniel Golle
60bc9982b4
libevdev: update to version 1.12.0
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:41 +00:00
Daniel Golle
74969337cf
lvm2: update to version 2.03.14
...
Drop two local patches which were replaced by upstream commits.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:36 +00:00
Daniel Golle
be6099fb7e
gawk: update to version 5.1.1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:31 +00:00
Daniel Golle
9aa9b71591
debootstrap: update to version 1.0.126
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:25 +00:00
Daniel Golle
e020b6347a
Flask: update to version 2.0.2
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:20 +00:00
Daniel Golle
e971718892
Werkzeug: update to version 2.0.2
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:14 +00:00
Daniel Golle
7c3d48497f
Jinja2: update to version 3.0.3
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:08 +00:00
Daniel Golle
6ea6c94a48
click: update to version 8.0.3
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-15 02:16:00 +00:00
Tianling Shen
8eab3a2bf2
yq: Update to 4.14.2
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-11-15 00:29:51 +01:00
Espen Jürgensen
2e6eaafa4c
mxml: update to 3.3
...
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2021-11-14 23:05:35 +01:00
Michael Heimpold
89f015ee63
Merge pull request #17119 from thg2k/pr/master_php80_ini_1
...
php8: Clean up and update distributed php.ini for php 8.0.12
2021-11-14 08:48:19 +01:00
Alexandru Ardelean
5ae76d9d60
django: bump to version 3.2.9
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-11-14 09:26:33 +02:00
Alexandru Ardelean
d8b38b1102
numpy: bump to version 1.21.4
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-11-14 09:24:39 +02:00
Alexandru Ardelean
7d1c3560d8
python-lxml: bump to 4.6.4
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-11-14 09:23:07 +02:00
Alexandru Ardelean
84adeaaed3
Merge pull request #17108 from commodo/ovs-no-python-six
...
ovs,ovn: remove python-six dep
2021-11-14 05:08:47 +02:00
Giovanni Giacobbi
f54b987c8f
php8: Clean up and update distributed php.ini for php 8.0.12
...
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>
2021-11-13 21:33:55 +00:00
Nikos Mavrogiannopoulos
0101370e1d
ocserv: updated to 1.1.4
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2021-11-13 09:28:17 +01:00
Michal Vasilek
f7717bd382
cyrus-sasl: patch CVE-2019-19906
...
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2021-11-13 08:00:35 +01:00
Lucian Cristian
e965229a7d
frr: update to 8.1.0
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2021-11-12 17:20:37 -08:00
Daniel Golle
ded4ab79b2
nfs-kernel-server: move hardcoded /run to /tmp/run
...
statd currently fails to start due to missing /run which doesn't exist
on OpenWrt.
Add a patch moving /run to /tmp/run as the path is hardcoded in several
places and cannot be configured neither at buildtime nor at runtime.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-13 01:11:34 +00:00
Stan Grishin
6b73f4036b
Merge pull request #17116 from stangri/master-curl
...
curl: update to 7.80.0
2021-11-12 12:34:36 -08:00
Stan Grishin
80ef61729b
curl: update to 7.80.0
...
* bump version to 7.80.0
* update maintainer email address
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-11-12 20:25:53 +00:00
Huangbin Zhan
2689a0d11d
openssh-server-pam: add key files as conffiles
...
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2021-11-12 11:04:02 -08:00