Commit Graph

25190 Commits

Author SHA1 Message Date
Daniel Golle 2abbf288ed
Flash: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:15:46 +01:00
Daniel Golle 7b5b9b9d11
Jinja2: update to version 3.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:15:41 +01:00
Daniel Golle 65c12b3c2f
Werkzeug: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:15:36 +01:00
Daniel Golle c30b804842
MarkupSafe: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:15:31 +01:00
Daniel Golle 01620b9cfb
click: update to version 8.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:15:27 +01:00
Daniel Golle 6ab3b605cf
itsdangerous: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:15:22 +01:00
Daniel Golle c157522580
pyodbc: update to version 4.0.31
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:15:17 +01:00
Daniel Golle 1b85a30731
postgresql: update to version 13.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:15:12 +01:00
Daniel Golle 0a38cb930a
opentracker: update to git HEAD
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:15:07 +01:00
Daniel Golle 112e5628f4
libinput: update to version 1.18.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:15:03 +01:00
Daniel Golle 50bb46baaa
libudev-zero: update to version 0.5.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:14:57 +01:00
Daniel Golle e0e5dea89e
gpgme: update to version 1.16.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:14:52 +01:00
Daniel Golle 0876a981c2
libksba: update to version 1.6.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:14:47 +01:00
Daniel Golle 4ed7701b78
i2c-tools: update to version 4.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:14:42 +01:00
Daniel Golle 05dcea0289
perl-net-dns: update to version 1.32
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:14:35 +01:00
Rosen Penev 50992fa3be
Merge pull request #16262 from nxhack/node_14174
node: bump to 14.17.4
2021-07-31 18:01:50 -07:00
Andre Heider 7200d1386c libopusenc: cherry-pick post-release crash fixes
Fixes crashes like:
daemon.err asterisk[5087]: Assertion failed: enc->streams == NULL (src/opusenc.c: ope_encoder_drain: 839)

Signed-off-by: Andre Heider <a.heider@gmail.com>
2021-07-31 13:38:28 +02:00
Michael Heimpold 98d5e26d4d
Merge pull request #16248 from mhei/php7-update
php7: update to 7.4.22
2021-07-31 09:11:29 +02:00
Michael Heimpold 2143d536b6
Merge pull request #16247 from mhei/php8-update
php8: update to 8.0.9/add runtime test
2021-07-31 09:11:20 +02:00
Rosen Penev 573f109ee4
Merge pull request #16259 from OpenIoTHub/master
gateway-go: update to 0.2.0
2021-07-30 23:10:46 -07:00
Yu Fang 554b1330a2 gateway-go: update to 0.2.0
Signed-off-by: Yu Fang <yu@iotserv.com>
2021-07-31 10:29:58 +08:00
Hirokazu MORIKAWA cee32c84af node: bump to 14.17.4
July 2021 Security Releases:

Use after free on close http2 on stream canceling (High) (CVE-2021-22930)
Node.js is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior.
You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22930

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-07-31 11:28:02 +09:00
Rosen Penev 5a33d5a7ef
Merge pull request #16246 from neheb/ykk
ykclient: remove pointless PKG_BUILD_DEPENDS
2021-07-30 16:18:44 -07:00
Stan Grishin 83b4d4f89c curl: enable HTTP/2 support by default
Description: Lack of support of HTTP/2 by default starts to hurt,
for example with https-dns-proxy package, some DoH resolvers (like mullvad)
no longer support HTTP/1 and are not usable.

This enables HTTP/2 support by default (which would bring ~68Kb libnghttp).

Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-07-30 23:15:06 +00:00
Stan Grishin 062e8f4fb3 https-dns-proxy: update to 2021-07-29-01
* update binary to the latest commit (2021-07-29) to fix #16222 and #16239
* add hotplug.d/iface file and update Makefile to install it
* use Cloudflare's and Google's bootstrap DNS if bootstrap DNS is missing
* minor improvements in append_bool function
* add append_counter function for verbosity setting
* add append_bootstrap function (and supporting functions) to parse/sanitize bootstrap setting
* move firewall array from 'main' instance to the first proxy instance
* delete useless 'main' instace

Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-07-30 13:10:54 +00:00
Olivier Poitrey d8ac739dab nextdns: Update to version 1.35.0
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2021-07-30 12:39:51 +03:00
Daniel Golle 27c16a70b1
uvol: lvm: make 'up' call reliable
Changing a volume right after activation doesn't work well due to some
caching or race-condition issue.
Perform activation as last lvchange operation as a work-around.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-07-30 02:16:55 +01:00
Michael Heimpold 741d6d6768 php7: update to 7.4.22
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-07-29 22:27:37 +02:00
Michael Heimpold 2dad652446 php8: add CI runtime test
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-07-29 22:20:45 +02:00
Rosen Penev 48ee7f052d ykclient: remove pointless PKG_BUILD_DEPENDS
Also replace dependency with + one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-29 13:08:54 -07:00
Rosen Penev 0162bd3a9f ksmbd-tools: update to 3.4.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-29 13:07:21 -07:00
Rosen Penev 6a0ae4b19d ksmbd: update to 3.4.0
Switch to AUTORELEASE for simplicity. Now that kernel 5.4 is the
minimum, no need to have compatibility with 19.07.

Added new dependencies. Removed some transient ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-29 13:07:21 -07:00
Michael Heimpold 9080dce60f php8: update to 8.0.9
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-07-29 21:46:37 +02:00
Rosen Penev 23023e08f5
Merge pull request #16181 from neheb/Nc
ncdu: udpate to 1.16
2021-07-29 12:40:52 -07:00
Rosen Penev 11b8e17c9a
Merge pull request #16180 from neheb/Al
alsa stuff: update to 12..5.1
2021-07-29 12:40:34 -07:00
Rosen Penev 7c91154b5e
Merge pull request #16175 from neheb/Fi
fish: update to 3.3.1
2021-07-29 12:40:17 -07:00
Rosen Penev ca921200c9
Merge pull request #16174 from neheb/Gf
gptfdisk: update to 1.0.8
2021-07-29 12:39:56 -07:00
Rosen Penev a6cf96588c
Merge pull request #16186 from neheb/Ya
libyaml-cpp: update to 0.7.0
2021-07-29 12:39:37 -07:00
Rosen Penev 181bb8493a
Merge pull request #16183 from neheb/Pc
pcre2: update to 10.37
2021-07-29 12:39:19 -07:00
Rosen Penev 4858affffb
Merge pull request #16187 from neheb/Fu
sshfs: update to 3.7.2
2021-07-29 12:39:00 -07:00
Rosen Penev d2cf0fb6e4
Merge pull request #16200 from neheb/th
triggerhappy: don't build man pages
2021-07-29 12:38:40 -07:00
Rosen Penev 65993eefe1
Merge pull request #16121 from sumpfralle/patch-1
muninlite: update to new upstream release (2.1.2)
2021-07-29 12:37:52 -07:00
Rosen Penev 5ad6bb0a01
Merge pull request #16078 from ja-pa/fix-email
treewide: change email address in PKG_MAINTAINER
2021-07-29 12:37:06 -07:00
Rosen Penev a62ef72402
Merge pull request #16106 from rpoisel/dev-add-lua-curl-v3
Lua-cURLv3: add package
2021-07-29 12:35:20 -07:00
Rosen Penev 6230feb790
Merge pull request #16171 from neheb/glr
gitlab-runner: update to 14.0.1
2021-07-29 05:59:13 -07:00
Alexandru Ardelean 91f3482f7e numpy: fix circular dependency
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-07-29 15:33:34 +03:00
Jan Pavlinec 3ee2a087a3
treewide: change email
Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-07-29 13:21:02 +02:00
Stijn Tintel 8cb5a98086
Merge pull request #16231 from stintel/ovs-controller-ssl
openvswitch: add SSL support
2021-07-29 13:11:06 +03:00
Stijn Tintel 653716eb19 openvswitch: add SSL support
Open vSwitch supports SSL to connect to an OpenFlow controller. This is
recommended for security. Expand the UCI ovs config section to allow
configuring SSL CA, certificate and private key.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-07-29 12:30:39 +03:00
Stijn Tintel 2430c4ef82 openvswitch: add missing basescript variable
The Open vSwitch init script does not set USE_PROCD=1. Instead, it
defines most of the functions and variables that would be set when
USE_PROCD is set to 1, but with some minor changes.

The basescript variable however, which is used when calling
procd_open_service and procd_kill, is not set. As a result, basename of
the contents of the initscript variable is used as the service name. As
the service is automatically started via its symlink in /etc/rc.d,
S15openvswitch, the service name is S15openvswitch.

Set the basescript variable so that the service name is openvswitch.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-07-29 12:30:22 +03:00