aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | uacme: allow including run-uacmeLeonardo Mörlein2021-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this commit, the run-acme script can be included into other scripts by setting INLCUDE_ONLY=1. Signed-off-by: Leonardo Mörlein <me@irrelefant.net>
* | | | | | jool: Update to 4.1.5Ondřej Caletka2021-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile and run tested on: mvebu (Turris Omnia) Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
* | | | | | python-dotenv: update to v0.17.0Javier Marcet2021-04-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | Merge pull request #14708 from pprindeville/strongswan-add-swanctl-initdPhilip Prindeville2021-04-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | strongswan: migrate to swanctl configs
| * | | | | | strongswan: migrate to swanctl configsPhilip Prindeville2021-04-04
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Derived from the ipsec initd script, with the following changes: (1) various code improvements, corrections (get rid of left/right updown scripts, since there's only one), etc; (2) add reauth and fragmentation parameters; (3) add x.509 certificate-based authentication; and other minor changes. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #15339 from pprindeville/strongswan-reset-ipsec.confPhilip Prindeville2021-04-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | strongswan: remove synthesized ipsec conf files
| * | | | | | strongswan: remove synthesized ipsec conf filesPhilip Prindeville2021-04-01
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you shutdown ipsec service, and it doesn't clean up /var/ipsec/ipsec.conf, then when you start swanctl service it might see an incompatible file on startup. Remedy is to remove unneeded files when shutting down the service. They can always be regenerated when the service starts again. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | dbus: update to 1.13.18Rosen Penev2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to building with CMake for faster compilation. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #15329 from G-M0N3Y-2503/cache-domains-fixRosen Penev2021-04-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | cache-domains: Fixed host files directory
| * | | | | | cache-domains: Fixed host files directoryGerard Ryan2021-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Hid unnecessary output Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | Merge pull request #15330 from 1715173329/xrayRosen Penev2021-04-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | xray-core: Update to 1.4.2
| * | | | | | | xray-core: Update to 1.4.2Tianling Shen2021-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated geo datas to latest version. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
| * | | | | | | xray-core: init: add browser dialer supportTianling Shen2021-04-02
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since v1.4.1, Xray has introduced a new feature to transfer data via browsers, which can disguise itself as a normal browser to cheat network censorship. For more details, see https://github.com/XTLS/Xray-core/pull/421. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | bash: fixing missing PARAMS() macro in strtod.cPhilip Prindeville2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | libdvbcsa: add new packageRafał Dzięgiel2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Libdvbcsa is a free implementation of the DVB Common Scrambling Algorithm DVB/CSA - with encryption and decryption capabilities. OpenWrt packages like `tvheadend` and `minisatip` can benefit from it. Signed-off-by: Rafał Dzięgiel <rafostar.github@gmail.com>
* | | | | | | Merge pull request #15074 from ja-pa/python-greenletRosen Penev2021-04-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-eventlet & python-greenlet: add new packages
| * | | | | | | python-eventlet: add new packageJan Pavlinec2021-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | | | | | | python-greenlet: add new packageJan Pavlinec2021-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: Build is disabled for arc and mips because greenlet isn't ported for these platforms Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #15025 from ja-pa/python-flask-socketioRosen Penev2021-04-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-flask-socketio: add new package
| * | | | | | | | python-flask-socketio: add new packageJan Pavlinec2021-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | | | | | | | python-bidict: add new packageJan Pavlinec2021-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | | | | | | | python-socketio: add new packageJan Pavlinec2021-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | | | | | | | python-engineio: add new packageJan Pavlinec2021-03-23
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #15080 from ja-pa/python-pysocksRosen Penev2021-04-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-pysocks: add new package
| * | | | | | | | python-pysocks: add new packageJan Pavlinec2021-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | overture: update to 1.7Huangbin Zhan2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | | | | netifyd: support filter parameterKevin Darbyshire-Bryant2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netifyd supports a '-F' filter option in 'bpf' notation to filter packets from its consideration. Add support for a uci 'filter' option. eg. filter to exclude SSDP multicasts from a particularly noisy device: option filter 'not (udp and dst 239.255.255.250 and dst port 1900 and src 192.168.1.5)' Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | | python-flask-httpauth: add new packageJan Pavlinec2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | restic-rest-server: fix configuration option namesAnton Ryzhov2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anton Ryzhov <anton@ryzhov.me>
* | | | | | | | | yggdrasil: bump to 0.3.16George Iv2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
* | | | | | | | | rp-pppoe: use pppoe.so instead of rp-pppoe.soJianhui Zhao2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | | | | | nut: fix typo in nutshutdown scriptSven Roederer2021-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even it's only cosmetic and should not affect the function of regular system, fix the name of the IPKG_INSTROOT variable. Typo was added long ago with 8400c9a6ec799. Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
* | | | | | | | | banip: bugfix 0.7.6-2Dirk Brenken2021-04-03
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix housekeeping of external list sources Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | lua-openssl: update to 0.7.8-0Rosen Penev2021-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Swith to building with CMake to avoid huge patching of the stock Makefile. Reorganize Makefile for consistency between packages. Add patch to fix deprecated OpenSSL functions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | poco: update to 1.10.1Rosen Penev2021-04-02
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Move MAINTAINER line up for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #15301 from ja-pa/git-lfs-2.13.3Josef Schlehofer2021-04-02
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | git-lfs: update to version 2.13.3
| * | | | | | git-lfs: update to version 2.13.3Jan Pavlinec2021-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | Merge pull request #15286 from pprindeville/strongswan-move-ipsec.secretsPhilip Prindeville2021-04-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | strongswan: move ipsec conf files to subpackage
| * | | | | | | strongswan: move ipsec conf files to subpackagePhilip Prindeville2021-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These config files are only used by the ipsec interface to charon, and shouldn't be part of the base package. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | openvpn: fix invoking user up & down commands from hotplug wrapperJo-Philipp Wich2021-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a number of fixes to the OpenVPN up/down hotplug command wrapper which currently fails to actually invoke user defined up and down commands for uci configurations not using external native configurations. - Use the `--setenv` to pass the user configured `up` and `down` commands as `user_up` and `user_down` environment variables respectively - Instead of attempting to scrape the `up` and `down` settings from the (possibly generated) native OpenVPN configuration in `/etc/hotplug.d/openvpn/01-user`, read them from the respective environment variables instead - Fix parsing of native configuration values in `get_openvpn_option()`; first try to parse a given setting as single quoted value, then as double quoted and finally as non-quoted, potentially white-space escaped one. This ensures that `up '/bin/foo'` is interpreted as `/bin/foo` and not `'/bin/foo'` Ref: https://forum.openwrt.org/t/openvpn-up-down-configuration-ignored/91126 Supersedes: #15121, #15284 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | Merge pull request #15327 from ja-pa/curl-7.76.0Rosen Penev2021-04-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | curl: update to version 7.76.0 (security fix)
| * | | | | | | | curl: update to version 7.76.0Jan Pavlinec2021-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2021-22876 and CVE-2021-22890 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | tmate-ssh-server: add packagePaul Spooren2021-03-31
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `tmate` tool is a fork of `tmux` which allows remote access to a device without setting up any port forwarding. This commits adds the backend server which handles connections. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | | xray-core: Update to 1.4.1Tianling Shen2021-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated geodata to latest version. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | | yq: Update to 4.6.3Tianling Shen2021-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Re-assigned myself as the maintainer - Used $(AUTORELEASE) for PKG_RELEASE Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | | | autopart: add packageDaniel Golle2021-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'autopart' package is intended for devices with rather large block device storage (ie. SATA or MMC). It automatically allocates the free space on the block device used for booting into an LVM2 physical volume. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | ovsd: add packageDaniel Golle2021-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Open vSwtich configuration daemon for netifd. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | podman: Add selinux variant and several improvementsOskari Rauta2021-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add -selinux variant which depends on libselinux * init script for background service * updated configurations * maintainer change as requested Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | | | python3-pyroute2: update to version 0.5.16Martin Matějek2021-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
* | | | | | | | Merge pull request #15311 from commodo/stress-ngRosen Penev2021-03-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | stress-ng: bump to version 0.12.06