Commit Graph

24584 Commits

Author SHA1 Message Date
Florian Eckert 8ae2b12d2b
Merge pull request #15664 from looi/fix_ddns_dash
ddns-scripts: Fix for domains with dash
2021-05-20 08:28:21 +02:00
Wenli Looi 9e2aad3fde ddns-scripts: Fix for domains with dash
Signed-off-by: Wenli Looi <wlooi@ucalgary.ca>
2021-05-19 11:43:07 -07:00
Jan Pavlinec 5c9ab1ff67 tor: update to version 0.4.5.8
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-05-19 17:30:40 +03:00
Oskari Rauta 616d867e48 crun: bumb to version 0.19.1
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-05-19 17:30:03 +03:00
Alexandru Ardelean 49faf5d7ca python3: add python3-readline subpackage
Python3 comes with a built-in readline module. It wasn't included up until
now; mostly because it wasn't considered.

This change introduces it as a sub-package of the main Python3 package.
readline support is included in Python.

libreadline pulls libncursesw as a package, so python3-ncurses was
updated to pull libncursesw as well.
It should be the same package; mostly done for consistency.

Resolves the issue reported here:
  https://forum.openwrt.org/t/python3-repl-missing-readline/90039

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-19 14:17:00 +03:00
Florian Eckert 35264e0a2c
Merge pull request #15657 from looi/fix_ddns_wildcard
ddns-scripts: Fix for wildcard subdomain
2021-05-19 08:50:35 +02:00
Wenli Looi 93344aafa0 ddns-scripts: Fix for wildcard subdomain
Signed-off-by: Wenli Looi <wlooi@ucalgary.ca>
2021-05-18 23:24:53 -07:00
Michael Heimpold 6b932d3ff7 libxml2: update to 2.9.12
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2021-05-19 00:12:32 +02:00
Jan Hoffmann 80e6e0bcbe vnstat2: update to version 2.7
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2021-05-18 21:50:53 +03:00
Alexandru Ardelean e580552bca sudo: bump to version 1.9.7
Refresh  patch 010-cross-compile-fixes.patch
Re-apply patch 020-no-owner-change.patch

Also we need to explicitly disable OpenSSL support.
We may enable it later if needed/requested.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-18 21:50:02 +03:00
Oskari Rauta b6299c763a podman: bumb version to 3.1.2
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-05-18 12:30:31 +03:00
Tianling Shen add86cd30a yq: Update to 4.9.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-18 12:29:44 +03:00
Alexandru Ardelean 5a70c9e826 django: bump to version 3.2.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-18 12:29:01 +03:00
Alexandru Ardelean 6185156e69 et_xmlfile: bump to version 1.1.0
Updating Eneas' email as requested on Github:
  https://github.com/openwrt/packages/pull/15622

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-18 12:29:01 +03:00
Alexandru Ardelean cf368395d0 python-six: bump to version 1.16.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-18 12:29:01 +03:00
Christian Lachner 5212a890c6 haproxy: Update HAProxy to v2.4.0
- New upstream major release with tons of new features and LTS (see: https://www.haproxy.com/blog/announcing-haproxy-2-4/)
- Update haproxy download URL and hash
- Activate promtheus exporter support the new way (using USE_PROMEX=1)
- Cleaned up haproxy-specific CFLAGS
- Changed the halog build to make use of the new Makefile target (admin/halog/halog)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2021-05-18 12:28:23 +03:00
Erwan MAS bf292a2cd9 tinc: Add possibility to populate more config variables via uci
Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
2021-05-17 20:16:34 -04:00
Oskari Rauta 5638023c7e gummiboot: fix case in depends..
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2021-05-18 01:56:59 +03:00
Alexandru Ardelean 1e27dd7f8f seafile: remove myself as maintainer of these packages
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-05-17 10:40:56 +03:00
Rosen Penev 0250239caf
Merge pull request #15630 from nxhack/node_14170
node: bump to v14.17.0
2021-05-15 01:22:05 -07:00
Philip Prindeville c6e94656c3
Merge pull request #15601 from pprindeville/strongswan-make-swanctl-default
strongswan: make default bundle use swanctl
2021-05-14 11:49:35 -06:00
Matt Reeve 081229aa09 rsync: Add rrsync script
Rrsync is a perl script that is supplied as an extra with the rsync program.
It must be used in conjunction with openssh-server or openssh-server-pam
as it requires ~/.ssh/authorized_keys which is not supported by dropbear.

Rrsync allows selective access to subdirectories in either read-only, write-only or read-write,
depending on settings in authorized_keys. This allows for safe, restrictive access.
It's particularly useful for automated backup purposes.

An example usage would be this entry:

command="/usr/bin/rrsync -ro /home" <public key here>

This would allow a system connecting with this public key to be able to rsync FROM the
/home directory tree only. It could not write to this directory, nor read from any other directory.

Signed-off-by: Matt Reeve <matt@mreeve.com>
2021-05-14 18:45:03 +02:00
Igor Bezzubchenko 59f8342dae libpqxx: update to version 7.5.2
Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
2021-05-14 16:07:43 +02:00
Jan Pavlinec d6cb4edb4a
python-cryptodomex: update to version 3.10.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-05-14 13:08:13 +02:00
Ansuel Smith 6031330749 atlas-sw-probe: fix missing link on sysupgrade
Recreate symbolic link if it's missing after a sysupgrade with a private and public key present in /etc/atlas/

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2021-05-14 08:10:08 +02:00
Miroslav Lichvar c3433054d3 chrony: update to 4.1
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2021-05-14 08:07:40 +02:00
Josef Schlehofer be36bf4c19
Merge pull request #15618 from Payne-X6/master
knot: update to version 3.0.6
2021-05-13 17:02:23 +02:00
Stijn Tintel cc1cb5eefa
Merge pull request #15615 from flyn-org/libgpg-error
libgpg-error: patch to fix cross-compile

Fixes #15621
2021-05-13 15:25:05 +03:00
Jan Hak d578f60818 knot: update to version 3.0.6
Signed-off-by: Jan Hak <jan.hak@nic.cz>
2021-05-13 10:39:06 +02:00
Javier Marcet 332d64a5bb docker-compose: Update to version 1.29.2
Miscellaneous:

- Remove prompt to use docker compose in the up command

- Bump py to 1.10.0 in requirements-indirect.txt

Signed-off-by: Javier Marcet <javier@marcet.info>
2021-05-13 07:39:16 +02:00
Hirokazu MORIKAWA 74521b2876 node: bump to v14.17.0
Notable Changes:
Diagnostics channel (experimental module)
UUID support in the crypto module
Experimental support for AbortController and AbortSignal

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2021-05-13 13:19:24 +09:00
W. Michael Petullo 71b7f74ff1 libgpg-error: patch to fix cross-compile
Paul Blazejowski discovered that the recent update to this package broke
cross-compiling for some OpenWrt platforms. This backports commit 33593864
(March 26, 2021) from the upstream libgpg-error project to fix this
problem.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-12 22:27:32 -05:00
Rosen Penev 9c7195a756
Merge pull request #15593 from flyn-org/snort3
Update snort3 and libdaq3 packages
2021-05-11 11:25:13 -07:00
Rosen Penev c769d69fd4
Merge pull request #15590 from flyn-org/gstreamer
Gstreamer: update to 1.18.4
2021-05-11 11:24:25 -07:00
W. Michael Petullo 776f318352 snort3: update to 3.1.4.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-11 12:58:24 -05:00
Rosen Penev 28de2690c5
Merge pull request #15608 from dobo90/adguardhome_v0.106.2
adguardhome: bump to 0.106.2
2021-05-11 10:29:24 -07:00
Rosen Penev 3f9a708d0a
Merge pull request #15603 from ja-pa/knot-resolver-5.3.2
knot-resolver: update to version 5.3.2
2021-05-11 10:28:57 -07:00
Rosen Penev a85a7f85ec
Merge pull request #15605 from 1715173329/yq
yq: Update to 4.8.0
2021-05-11 10:28:25 -07:00
Rosen Penev 7fa59f2822
Merge pull request #15586 from commodo/python3-update
python3: bump version to 3.9.5
2021-05-11 10:28:03 -07:00
Rosen Penev 69ba23f3f9
Merge pull request #15591 from flyn-org/grilo-plugins
grilo-plugins: update to 0.3.13
2021-05-11 10:27:40 -07:00
Alexander Egorenkov 63481e619c libassuan: fix linking of host's libgpg-error
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>
2021-05-11 17:02:15 +01:00
Dobroslaw Kijowski b704844658 adguardhome: bump to 0.106.2
* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.2

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
2021-05-11 17:37:24 +02:00
W. Michael Petullo 16986b4055 gst1-libav: update to 1.18.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-11 10:17:20 -05:00
W. Michael Petullo e36f4f9743 gst1-plugins-ugly: update to 1.18.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-11 10:17:09 -05:00
W. Michael Petullo 16e727d94a gst1-plugins-bad: update to 1.18.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-11 10:17:00 -05:00
W. Michael Petullo 1d36ae78c7 gst1-plugins-good: update to 1.18.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-11 10:16:51 -05:00
W. Michael Petullo a9b9f92247 gst1-plugins-base: update to 1.18.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-11 10:16:32 -05:00
W. Michael Petullo 60aaaa8210 gstreamer1: update to 1.18.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-05-11 10:16:18 -05:00
Tianling Shen 915311c3dc
yq: Update to 4.8.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-11 21:38:31 +08:00
Josef Schlehofer 62c48b89de
Merge pull request #15602 from ja-pa/redis-6.2.3
redis: update to version 6.2.3
2021-05-11 15:05:53 +02:00