feed/packages.git
2 years agoyggdrasil: bump to 0.4.2
George Iv [Fri, 19 Nov 2021 10:25:57 +0000 (10:25 +0000)]
yggdrasil: bump to 0.4.2

Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
2 years agohaproxy: Update HAProxy to v2.4.9
Christian Lachner [Fri, 26 Nov 2021 11:00:44 +0000 (12:00 +0100)]
haproxy: Update HAProxy to v2.4.9

- Update haproxy download URL and hash
- Switched over to using USE_LIBATOMIC in favor of -latomic
- Added a patch which fixes nossl builds

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2 years agousteer: update to latest git head
David Bauer [Thu, 25 Nov 2021 23:01:33 +0000 (00:01 +0100)]
usteer: update to latest git head

7bf79a2 ubus: set scan duration to roam scan interval
b4eb49e policy: only select nodes with better signal when roaming
5d5a0be ubus: don't request measurement from unsupported STAs
abc6fe0 local-node: update STA RRM capabilites
5ec713b node: determine roamability when selecting neighbors
d0cd65b node: save created time for node
a5c21ae ubus: prioritize neighbor reports on bss transition
532a48d local-node: prioritize neighbor candidates
4862080 node: keep track of roam-sources and roam-destinations
6a20591 sta-info: add last_connected field

Signed-off-by: David Bauer <mail@david-bauer.net>
2 years agoMerge pull request #17064 from cotequeiroz/mariadb
Eneas U de Queiroz [Thu, 25 Nov 2021 23:52:26 +0000 (20:52 -0300)]
Merge pull request #17064 from cotequeiroz/mariadb

mariadb, liburing: fix liburing dependency failure (use liburing if kernel supports it)

2 years agodnsproxy: Update to 0.39.12
Tianling Shen [Thu, 25 Nov 2021 13:52:39 +0000 (21:52 +0800)]
dnsproxy: Update to 0.39.12

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoyq: Update to 4.15.1
Tianling Shen [Thu, 25 Nov 2021 11:34:03 +0000 (19:34 +0800)]
yq: Update to 4.15.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agoopenvswitch: document missing options
Stijn Tintel [Wed, 24 Nov 2021 12:39:31 +0000 (14:39 +0200)]
openvswitch: document missing options

Commit 1038ac123558 ("openvswitch: add support for definining bridge ports...")
added two new options:
- drop_unknown_ports
- ports
They are missing from the README, so add them.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agocrun: update to 1.3
Oskari Rauta [Wed, 24 Nov 2021 23:28:25 +0000 (01:28 +0200)]
crun: update to 1.3

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
3 years agopodman: update to 3.4.2
Oskari Rauta [Wed, 24 Nov 2021 23:14:07 +0000 (01:14 +0200)]
podman: update to 3.4.2

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
3 years agolibxml2: build host static lib with -fPIC
Daniel Golle [Wed, 24 Nov 2021 01:31:23 +0000 (01:31 +0000)]
libxml2: build host static lib with -fPIC

libxslt/host is complaing that static libxml2 should be with -fPIC.
Unconditionally enable -fPIC for for host build of libxml2.

Fixes: dc701d61b ("libxml2: don't build host shared libraries")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoexpat: add host build
Daniel Golle [Wed, 24 Nov 2021 01:33:20 +0000 (01:33 +0000)]
expat: add host build

mesa in the video feed requires expat/host. Provide host build to
allow mesa to build.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agosmcroute: update to 2.5.5
Moritz Warning [Tue, 23 Nov 2021 20:19:57 +0000 (21:19 +0100)]
smcroute: update to 2.5.5

Signed-off-by: Moritz Warning <moritzwarning@web.de>
3 years agozerotier: update to 1.8.3
Moritz Warning [Tue, 23 Nov 2021 20:11:50 +0000 (21:11 +0100)]
zerotier: update to 1.8.3

Signed-off-by: Moritz Warning <moritzwarning@web.de>
3 years agoMerge pull request #17154 from jefferyto/python-pycparser-2.21
Alexandru Ardelean [Tue, 23 Nov 2021 11:35:19 +0000 (13:35 +0200)]
Merge pull request #17154 from jefferyto/python-pycparser-2.21

python-pycparser: Update to 2.21, update patch

3 years agoMerge pull request #17184 from commodo/python-reorg
Alexandru Ardelean [Tue, 23 Nov 2021 11:16:55 +0000 (13:16 +0200)]
Merge pull request #17184 from commodo/python-reorg

python-packages: remove myself as maintainer

3 years agopython-packages: remove myself as maintainer 17184/head
Alexandru Ardelean [Tue, 23 Nov 2021 11:14:42 +0000 (13:14 +0200)]
python-packages: remove myself as maintainer

There's been a bit of overlapping opinions on some of these packages.
The best thing to do here is to reduce ownership and relinquish my
control.

This patch does that.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agolibvpx: update to 1.11.0
Luiz Angelo Daros de Luca [Tue, 12 Oct 2021 06:38:01 +0000 (03:38 -0300)]
libvpx: update to 1.11.0

2021-09-27 v1.11.0 "Smew Duck"
  This maintenance release adds support for VBR mode in VP9 rate control
  interface, new codec controls to get quantization parameters and loop filter
  levels, and includes several improvements to NEON and numerous bug fixes.

  - Upgrading:
    New codec control is added to get quantization parameters and loop filter
    levels.

    VBR mode is supported in VP9 rate control library.

  - Enhancement:
    Numerous improvements for Neon optimizations.
    Code clean-up and refactoring.
    Calculation of rd multiplier is changed with BDRATE gains.

  - Bug fixes:
    Fix to overflow on duration.
    Fix to several instances of -Wunused-but-set-variable.
    Fix to avoid chroma resampling for 420mpeg2 input.
    Fix to overflow in calc_iframe_target_size.
    Fix to disallow skipping transform and quantization.
    Fix some -Wsign-compare warnings in simple_encode.
    Fix input file path in simple_encode_test.
    Fix valid range for under/over_shoot pct.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
3 years agobind: bump to 9.17.20
Noah Meyerhans [Thu, 18 Nov 2021 23:55:57 +0000 (15:55 -0800)]
bind: bump to 9.17.20

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
3 years agocrowdsec: update to 1.2.1
Kerma Gérald [Mon, 22 Nov 2021 18:10:41 +0000 (19:10 +0100)]
crowdsec: update to 1.2.1
crowdsec-firewall-boucer: update to 0.0.16

Signed-off-by: Kerma Gérald <gandalf@gk2.net>
3 years agoclocate: update to latest HEAD
David Bauer [Sun, 21 Nov 2021 21:19:50 +0000 (22:19 +0100)]
clocate: update to latest HEAD

4a4c0c0 nl80211: fix IE loop
d83e572 nl80211: fix potential oob read

Signed-off-by: David Bauer <mail@david-bauer.net>
3 years agodocker: Update to 20.10.11
Gerard Ryan [Mon, 22 Nov 2021 11:20:55 +0000 (21:20 +1000)]
docker: Update to 20.10.11

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agodockerd: Update to 20.10.11
Gerard Ryan [Mon, 22 Nov 2021 11:20:35 +0000 (21:20 +1000)]
dockerd: Update to 20.10.11

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agocontainerd: Update to 1.4.12
Gerard Ryan [Mon, 22 Nov 2021 11:19:40 +0000 (21:19 +1000)]
containerd: Update to 1.4.12

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
3 years agoMerge pull request #17142 from commodo/python-yaml
Alexandru Ardelean [Mon, 22 Nov 2021 08:29:24 +0000 (10:29 +0200)]
Merge pull request #17142 from commodo/python-yaml

python-yaml: bump to version 6.0

3 years agoMerge pull request #17121 from commodo/python3-bump
Alexandru Ardelean [Mon, 22 Nov 2021 08:28:29 +0000 (10:28 +0200)]
Merge pull request #17121 from commodo/python3-bump

python3: bump to version 3.10.0

3 years agozabbix: fix 6in4 network interface discovery
Jacek Konieczny [Fri, 19 Nov 2021 16:55:19 +0000 (17:55 +0100)]
zabbix: fix 6in4 network interface discovery

Those devices don't have 'device' propery, only 'l3_device', which
causes 'attempt to concatenate field 'device' (a nil value)' lua error.

Use 'l3_device' as a fallback in this case.

Signed-off-by: Jacek Konieczny <jajcus@jajcus.net>
3 years agopython-yaml: bump to version 6.0 17142/head
Alexandru Ardelean [Wed, 17 Nov 2021 08:49:33 +0000 (10:49 +0200)]
python-yaml: bump to version 6.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoMerge pull request #17168 from garikello3d/libpqxx-version-7.6.0
Michael Heimpold [Sat, 20 Nov 2021 22:50:30 +0000 (23:50 +0100)]
Merge pull request #17168 from garikello3d/libpqxx-version-7.6.0

libpqxx: update to version 7.6.0

3 years agoMerge pull request #17167 from mhei/php8-update
Michael Heimpold [Sat, 20 Nov 2021 22:27:57 +0000 (23:27 +0100)]
Merge pull request #17167 from mhei/php8-update

php8: update to 8.0.13

3 years agoMerge pull request #17166 from mhei/php7-update
Michael Heimpold [Sat, 20 Nov 2021 22:27:44 +0000 (23:27 +0100)]
Merge pull request #17166 from mhei/php7-update

php7: update to 7.4.26

3 years agotransmission: include default 'web_home' dir in jail
Daniel Golle [Sat, 20 Nov 2021 15:57:58 +0000 (15:57 +0000)]
transmission: include default 'web_home' dir in jail

Fixes 'transmission-web' for users which didn't manually configure the
'web_home' option.
Assume transmission's default in case 'web_home' isn't defined and
mount the directory so it can be accessed from inside the jail.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agolibpqxx: update to version 7.6.0 17168/head
Igor Bezzubchenko [Sat, 20 Nov 2021 15:39:40 +0000 (18:39 +0300)]
libpqxx: update to version 7.6.0

Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
3 years agophp8: update to 8.0.13 17167/head
Michael Heimpold [Sat, 20 Nov 2021 11:57:08 +0000 (12:57 +0100)]
php8: update to 8.0.13

This fixes:
    - CVE-2021-21707

Also drop upstream patch which is included in the release now.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
3 years agophp7: update to 7.4.26 17166/head
Michael Heimpold [Sat, 20 Nov 2021 11:55:27 +0000 (12:55 +0100)]
php7: update to 7.4.26

This fixes:
    - CVE-2021-21707

Also drop upstream patch which is included in the release now.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
3 years agotransmission: add a bunch of syscalls to seccomp filter
Daniel Golle [Sat, 20 Nov 2021 11:55:01 +0000 (11:55 +0000)]
transmission: add a bunch of syscalls to seccomp filter

Add missing "inotify_add_watch", "inotify_init1" and "inotify_rm_watch"
syscalls to seccomp filter which are needed in case watch_dir feature
of transmission is used.

Fixes #16972
Reported-by: @siwind
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoconntrack-tools: import patch to fix cache
Nick Hainke [Thu, 18 Nov 2021 06:44:32 +0000 (07:44 +0100)]
conntrack-tools: import patch to fix cache

As written in the commit message:

Depending on your conntrackd configuration, events might get lost,
leaving stuck entries in the cache forever. Skip checking the conntrack
ID to allow for lazy cleanup by when a new entry that is represented by
the same tuple is added.

Signed-off-by: Nick Hainke <vincent@systemli.org>
3 years agoMerge pull request #17161 from stangri/master-nebula
Stan Grishin [Fri, 19 Nov 2021 21:53:20 +0000 (13:53 -0800)]
Merge pull request #17161 from stangri/master-nebula

nebula: update to 1.5.0

3 years agoMerge pull request #17160 from rs/nextdns-1.37.4-master
Stan Grishin [Fri, 19 Nov 2021 17:49:42 +0000 (09:49 -0800)]
Merge pull request #17160 from rs/nextdns-1.37.4-master

nextdns: Update to version 1.37.4

3 years agonebula: update to 1.5.0 17161/head
Stan Grishin [Fri, 19 Nov 2021 17:30:58 +0000 (17:30 +0000)]
nebula: update to 1.5.0

* update binaries to version 1.5.0 (thanks @jefferyto)
* update maintainer's email address

Signed-off-by: Stan Grishin <stangri@melmac.ca>
3 years agonextdns: Update to version 1.37.4 17160/head
Olivier Poitrey [Fri, 19 Nov 2021 17:34:53 +0000 (17:34 +0000)]
nextdns: Update to version 1.37.4

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
3 years agotelegraf: Update package to version 1.20.4
Jonathan Pagel [Fri, 19 Nov 2021 15:40:34 +0000 (16:40 +0100)]
telegraf: Update package to version 1.20.4

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
3 years agopython-pycparser: Update to 2.21, update patch 17154/head
Jeffery To [Fri, 19 Nov 2021 13:46:57 +0000 (21:46 +0800)]
python-pycparser: Update to 2.21, update patch

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
3 years agopython3: bump to version 3.10.0 17121/head
Alexandru Ardelean [Wed, 27 Oct 2021 09:10:02 +0000 (12:10 +0300)]
python3: bump to version 3.10.0

Manually re-applied:
  008-distutils-use-python-sysroot.patch
  016-adjust-config-paths.patch

Drop patch: 003-do-not-run-distutils-tests.patch
There is now a configure option '--disable-test-modules'
And seems we left the '_ctypes_test' around for quite some time.
Dropped now.
Refs:
  https://bugs.python.org/issue27640
  https://bugs.python.org/issue43282

Drop patch: 013-getbuildinfo-date-time-source-date-epoch.patch
Python build honors SOURCE_DATE_EPOCH pretty well now.

Drop setuptools patches. Setuptools should be reproducible with Python 3.6+
according to a mention here:
  https://github.com/pypa/setuptools/pull/1690#issuecomment-536517456
It's time to let upstream fix Setuptools reproduce-ability.

Drop patch: 010-do-not-add-rt-lib-dirs-when-cross-compiling.patch
I can't seem to fully remember why it's there.
And it seem to build fine without it.

Drop patch: 015-abort-on-failed-modules.patch
Python build supports a similar PYTHONSTRICTEXTENSIONBUILD=1 env-var
option.

Add patch: 026-openssl-feature-flags.patch
We need to keep this in our tree for a while.
See:
  https://bugs.python.org/issue45627

Backport patch: 027-bpo-43158-Use-configure-values-for-building-_uuid-ex.patch
Link: https://github.com/python/cpython/pull/29353
Fixes the build for uuid C module.

Add patch: 028-host-python-support-ssl-with-libressl.patch
We need the _ssl module working on the host-side with LibreSSL for pip to
work to download from https://pypi.org
Refs: https://github.com/openwrt/openwrt/pull/4749

Add patch: 029-disable-deprecation-warning.patch
Fixes apparmor build. The warning causes a configure error.

Refreshed the rest of patches.

Some old build-flags were removed. They don't seem to be necessary anymore.

Split python3-uuid from python3-light. To better manage the libuuid library
(if needed). Also, fixing the uuid C module build. Seems this was failing,
and was falling back to using hashlib.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoMerge pull request #17151 from jefferyto/golang-1.17.3
Alexandru Ardelean [Fri, 19 Nov 2021 08:28:28 +0000 (10:28 +0200)]
Merge pull request #17151 from jefferyto/golang-1.17.3

golang: Update to 1.17.3

3 years agoMerge pull request #17143 from commodo/py-greenlet
Alexandru Ardelean [Fri, 19 Nov 2021 08:27:14 +0000 (10:27 +0200)]
Merge pull request #17143 from commodo/py-greenlet

python-greenlet: bump to version 1.1.2

3 years agoopenvswitch: bring up member ports
Stijn Tintel [Fri, 29 Oct 2021 18:27:56 +0000 (20:27 +0200)]
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>
3 years agoparted: update Makefile
Oskari Rauta [Sat, 6 Nov 2021 20:05:46 +0000 (22:05 +0200)]
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>
3 years agogolang: Update to 1.17.3 17151/head
Jeffery To [Thu, 18 Nov 2021 19:40:17 +0000 (03:40 +0800)]
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>
3 years agoMerge pull request #17146 from eglooca/master
Stan Grishin [Wed, 17 Nov 2021 23:52:26 +0000 (15:52 -0800)]
Merge pull request #17146 from eglooca/master

netifyd: update to 3.09

3 years agonetifyd: update to 3.09 17146/head
Darryl Sokoloski [Wed, 17 Nov 2021 20:34:35 +0000 (15:34 -0500)]
netifyd: update to 3.09

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
3 years agoMerge pull request #17123 from commodo/python-updates1
Alexandru Ardelean [Wed, 17 Nov 2021 13:35:22 +0000 (15:35 +0200)]
Merge pull request #17123 from commodo/python-updates1

python-lxml,django,numpy: bump versions

3 years agoMerge pull request #17144 from commodo/ruamel.yaml
Alexandru Ardelean [Wed, 17 Nov 2021 13:34:40 +0000 (15:34 +0200)]
Merge pull request #17144 from commodo/ruamel.yaml

ruamel.yaml: bump to version 0.17.17

3 years agoruamel-yaml: bump to version 0.17.17 17144/head
Alexandru Ardelean [Wed, 17 Nov 2021 09:02:23 +0000 (11:02 +0200)]
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>
3 years agoMerge pull request #17120 from giannoug/ddns-scripts-digitalocean
Florian Eckert [Wed, 17 Nov 2021 10:02:01 +0000 (11:02 +0100)]
Merge pull request #17120 from giannoug/ddns-scripts-digitalocean

ddns-scripts: Rework DigitalOcean update script

3 years agopython-greenlet: bump to version 1.1.2 17143/head
Alexandru Ardelean [Wed, 17 Nov 2021 08:55:15 +0000 (10:55 +0200)]
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>
3 years agoMerge pull request #17037 from pprindeville/named-create-run-dir
Philip Prindeville [Wed, 17 Nov 2021 00:05:02 +0000 (17:05 -0700)]
Merge pull request #17037 from pprindeville/named-create-run-dir

bind: created /var/run/named directory

3 years agosyslog-ng: update to version 3.35.1
Josef Schlehofer [Tue, 16 Nov 2021 13:22:44 +0000 (14:22 +0100)]
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>
3 years agopdns: Update to 4.5.2
Wout Bertrums [Tue, 16 Nov 2021 14:51:12 +0000 (15:51 +0100)]
pdns: Update to 4.5.2

Signed-off-by: Wout Bertrums <wout@wbnet.eu>
3 years agorsyslog: update to 8.2110.0
Matthew Hagan [Tue, 16 Nov 2021 12:26:22 +0000 (12:26 +0000)]
rsyslog: update to 8.2110.0

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
3 years agorsyslog: add additonal support modules
Matthew Hagan [Mon, 15 Nov 2021 13:11:38 +0000 (13:11 +0000)]
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>
3 years agorsyslog: move from net to admin
Matthew Hagan [Mon, 15 Nov 2021 09:58:54 +0000 (09:58 +0000)]
rsyslog: move from net to admin

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
3 years agosmcroute: update to 2.5.4
Moritz Warning [Sun, 14 Nov 2021 23:53:40 +0000 (00:53 +0100)]
smcroute: update to 2.5.4

Signed-off-by: Moritz Warning <moritzwarning@web.de>
3 years agozerotier: update to 1.8.2
Moritz Warning [Sun, 14 Nov 2021 23:52:10 +0000 (00:52 +0100)]
zerotier: update to 1.8.2

Update und switch back to release source package.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
3 years agoddns-scripts: Rework DigitalOcean update script 17120/head
George Giannou [Sat, 13 Nov 2021 23:54:11 +0000 (01:54 +0200)]
ddns-scripts: Rework DigitalOcean update script

Signed-off-by: George Giannou <giannoug@gmail.com>
3 years agoMerge pull request #17125 from Atema/ddns-route53-typofix
Florian Eckert [Mon, 15 Nov 2021 14:00:15 +0000 (15:00 +0100)]
Merge pull request #17125 from Atema/ddns-route53-typofix

ddns-scripts: Fix typo in route53 update script

3 years agoddns-scripts: Fix typo in route53 update script 17125/head
Martijn Atema [Sun, 14 Nov 2021 20:17:27 +0000 (21:17 +0100)]
ddns-scripts: Fix typo in route53 update script

Signed-off-by: Martijn Atema <martijn@atema.one>
3 years agoMerge pull request #17126 from ejurgensen/mxml_update_33
Florian Eckert [Mon, 15 Nov 2021 08:07:12 +0000 (09:07 +0100)]
Merge pull request #17126 from ejurgensen/mxml_update_33

mxml: update to 3.3

3 years agohiredis: update to version 1.0.2
Daniel Golle [Mon, 15 Nov 2021 02:00:35 +0000 (02:00 +0000)]
hiredis: update to version 1.0.2

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agopostgresql: update to version 14.1
Daniel Golle [Mon, 15 Nov 2021 00:55:05 +0000 (00:55 +0000)]
postgresql: update to version 14.1

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agolibinput: update to version 1.19.2
Daniel Golle [Mon, 15 Nov 2021 00:40:33 +0000 (00:40 +0000)]
libinput: update to version 1.19.2

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agolibevdev: update to version 1.12.0
Daniel Golle [Mon, 15 Nov 2021 00:39:52 +0000 (00:39 +0000)]
libevdev: update to version 1.12.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agolvm2: update to version 2.03.14
Daniel Golle [Mon, 15 Nov 2021 00:39:04 +0000 (00:39 +0000)]
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>
3 years agogawk: update to version 5.1.1
Daniel Golle [Mon, 15 Nov 2021 00:20:58 +0000 (00:20 +0000)]
gawk: update to version 5.1.1

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agodebootstrap: update to version 1.0.126
Daniel Golle [Mon, 15 Nov 2021 00:13:35 +0000 (00:13 +0000)]
debootstrap: update to version 1.0.126

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoFlask: update to version 2.0.2
Daniel Golle [Mon, 15 Nov 2021 00:13:02 +0000 (00:13 +0000)]
Flask: update to version 2.0.2

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoWerkzeug: update to version 2.0.2
Daniel Golle [Mon, 15 Nov 2021 00:18:35 +0000 (00:18 +0000)]
Werkzeug: update to version 2.0.2

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoJinja2: update to version 3.0.3
Daniel Golle [Mon, 15 Nov 2021 00:12:37 +0000 (00:12 +0000)]
Jinja2: update to version 3.0.3

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoclick: update to version 8.0.3
Daniel Golle [Mon, 15 Nov 2021 00:12:15 +0000 (00:12 +0000)]
click: update to version 8.0.3

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 years agoyq: Update to 4.14.2
Tianling Shen [Sun, 14 Nov 2021 07:21:06 +0000 (15:21 +0800)]
yq: Update to 4.14.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 years agomxml: update to 3.3 17126/head
Espen Jürgensen [Sun, 14 Nov 2021 22:05:35 +0000 (23:05 +0100)]
mxml: update to 3.3

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
3 years agoMerge pull request #17119 from thg2k/pr/master_php80_ini_1
Michael Heimpold [Sun, 14 Nov 2021 07:48:19 +0000 (08:48 +0100)]
Merge pull request #17119 from thg2k/pr/master_php80_ini_1

php8: Clean up and update distributed php.ini for php 8.0.12

3 years agodjango: bump to version 3.2.9 17123/head
Alexandru Ardelean [Sun, 14 Nov 2021 07:26:33 +0000 (09:26 +0200)]
django: bump to version 3.2.9

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agonumpy: bump to version 1.21.4
Alexandru Ardelean [Sun, 14 Nov 2021 07:24:39 +0000 (09:24 +0200)]
numpy: bump to version 1.21.4

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agopython-lxml: bump to 4.6.4
Alexandru Ardelean [Sun, 14 Nov 2021 07:23:07 +0000 (09:23 +0200)]
python-lxml: bump to 4.6.4

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
3 years agoMerge pull request #17108 from commodo/ovs-no-python-six
Alexandru Ardelean [Sun, 14 Nov 2021 03:08:47 +0000 (05:08 +0200)]
Merge pull request #17108 from commodo/ovs-no-python-six

ovs,ovn: remove python-six dep

3 years agophp8: Clean up and update distributed php.ini for php 8.0.12 17119/head
Giovanni Giacobbi [Sat, 13 Nov 2021 21:28:43 +0000 (21:28 +0000)]
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>
3 years agoocserv: updated to 1.1.4
Nikos Mavrogiannopoulos [Sat, 13 Nov 2021 08:28:17 +0000 (09:28 +0100)]
ocserv: updated to 1.1.4

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
3 years agocyrus-sasl: patch CVE-2019-19906
Michal Vasilek [Fri, 12 Nov 2021 17:09:39 +0000 (18:09 +0100)]
cyrus-sasl: patch CVE-2019-19906

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
3 years agofrr: update to 8.1.0
Lucian Cristian [Fri, 12 Nov 2021 19:15:54 +0000 (21:15 +0200)]
frr: update to 8.1.0

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
3 years agonfs-kernel-server: move hardcoded /run to /tmp/run
Daniel Golle [Fri, 29 Oct 2021 23:38:00 +0000 (00:38 +0100)]
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>
3 years agoMerge pull request #17116 from stangri/master-curl
Stan Grishin [Fri, 12 Nov 2021 20:34:36 +0000 (12:34 -0800)]
Merge pull request #17116 from stangri/master-curl

curl: update to 7.80.0

3 years agocurl: update to 7.80.0 17116/head
Stan Grishin [Fri, 12 Nov 2021 19:49:36 +0000 (19:49 +0000)]
curl: update to 7.80.0

* bump version to 7.80.0
* update maintainer email address

Signed-off-by: Stan Grishin <stangri@melmac.net>
3 years agoopenssh-server-pam: add key files as conffiles
Huangbin Zhan [Tue, 2 Nov 2021 13:06:46 +0000 (21:06 +0800)]
openssh-server-pam: add key files as conffiles

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
3 years agoopenssh: keep same permission for /etc/ssh
Huangbin Zhan [Tue, 2 Nov 2021 12:56:29 +0000 (20:56 +0800)]
openssh: keep same permission for /etc/ssh

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
3 years agonetopeer2: update to 2.0.35
Lucian Cristian [Fri, 12 Nov 2021 03:17:59 +0000 (05:17 +0200)]
netopeer2: update to 2.0.35

needed after libyang update

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
3 years agosysrepo: update to 2.0.53
Lucian Cristian [Fri, 12 Nov 2021 03:17:01 +0000 (05:17 +0200)]
sysrepo: update to 2.0.53

needed after libyang update
also drop python3-sysrepo as now is standalone

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
3 years agolibnetconf2: update to 2.0.24
Lucian Cristian [Fri, 12 Nov 2021 03:15:44 +0000 (05:15 +0200)]
libnetconf2: update to 2.0.24

needed after libyang update

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
3 years agolibyang: update to 2.0.112
Lucian Cristian [Fri, 12 Nov 2021 03:14:30 +0000 (05:14 +0200)]
libyang: update to 2.0.112

needed by frr 8+

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
3 years agoovpn-dco: Add package
Jianhui Zhao [Sat, 23 Oct 2021 13:51:14 +0000 (13:51 +0000)]
ovpn-dco: Add package

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
3 years agobcm27xx-eeprom: Update to the latest master branch(47976e440)
Ren Zongjia [Wed, 3 Nov 2021 16:55:55 +0000 (00:55 +0800)]
bcm27xx-eeprom: Update to the latest master branch(47976e440)

Signed-off-by: Ren Zongjia <acooler15@foxmail.com>