- Apr 04, 2021
-
-
Rafał Dzięgiel authored
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>
-
Rosen Penev authored
python-eventlet & python-greenlet: add new packages
-
Rosen Penev authored
python-flask-socketio: add new package
-
Rosen Penev authored
python-pysocks: add new package
-
Huangbin Zhan authored
Signed-off-by:
Huangbin Zhan <zhanhb88@gmail.com>
-
Kevin Darbyshire-Bryant authored
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>
-
Jan Pavlinec authored
Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Anton Ryzhov authored
Signed-off-by:
Anton Ryzhov <anton@ryzhov.me>
-
George Iv authored
Signed-off-by:
George Iv <zhoreeq@users.noreply.github.com>
-
Jianhui Zhao authored
Signed-off-by:
Jianhui Zhao <zhaojh329@gmail.com>
-
Sven Roederer authored
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>
-
- Apr 03, 2021
-
-
Dirk Brenken authored
* fix housekeeping of external list sources Signed-off-by:
Dirk Brenken <dev@brenken.org>
-
- Apr 02, 2021
-
-
Rosen Penev authored
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>
-
Rosen Penev authored
Switch to AUTORELEASE for simplicity. Move MAINTAINER line up for consistency. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- Apr 01, 2021
-
-
Josef Schlehofer authored
git-lfs: update to version 2.13.3
-
Philip Prindeville authored
strongswan: move ipsec conf files to subpackage
-
Jo-Philipp Wich authored
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>
-
Rosen Penev authored
curl: update to version 7.76.0 (security fix)
-
Paul Spooren authored
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>
-
Jan Pavlinec authored
Fixes CVE-2021-22876 and CVE-2021-22890 Signed-off-by:
Jan Pavlinec <jan.pavlinec@nic.cz>
-
Tianling Shen authored
Updated geodata to latest version. Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org>
-
Tianling Shen authored
- Re-assigned myself as the maintainer - Used $(AUTORELEASE) for PKG_RELEASE Signed-off-by:
Tianling Shen <cnsztl@immortalwrt.org>
-
Philip Prindeville authored
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>
-
- Mar 31, 2021
-
-
Daniel Golle authored
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>
-
Daniel Golle authored
Add Open vSwtich configuration daemon for netifd. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
- Mar 30, 2021
-
-
Oskari Rauta authored
* 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>
-
Martin Matějek authored
Signed-off-by:
Martin Matějek <martin.matejek@gmx.com>
-
Rosen Penev authored
stress-ng: bump to version 0.12.06
-
- Mar 29, 2021
-
-
Daniel Golle authored
Download static busybox to provide rootfs-amd64.tar.gz for test-suite. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Now that 'crun' has been packaged, add support for it in podman. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Oskari Rauta authored
crun is the prefered container run-time of podman, it's faster than runc and has a much lower memory footprint. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> Signed-off-by:
Oskari Rauta <oskari.rauta@gmail.com>
-
Daniel Golle authored
cni-plugins makes use of veth, make sure kernel module is installed. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
ARC architecture is not yet supported by libseccomp. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Rosen Penev authored
Python updates1
-
Rosen Penev authored
icecast: fix whitespace in init file
-
Rosen Penev authored
mpd: run mpd as a non-root user
-
Josef Schlehofer authored
knot: update to version 3.0.5
-
Oskari Rauta authored
Signed-off-by:
Oskari Rauta <oskari.rauta@gmail.com>
-
Jan Hak authored
Signed-off-by:
Jan Hak <jan.hak@nic.cz>
-
Alexandru Ardelean authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-