| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
Move maintainer line up for consistency between packages.
Remove CMAKE_INSTALL as there is an explicit InstallDev section.
Add PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
libjpeg-turbo: update to 2.0.6
|
| |
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Full changelog available at:
* https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.0
* https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.104.1
* Change path to packr resources as some of source files were moved.
Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Bruno Randolf <br1@einfach.org>
|
|/
|
|
| |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\
| |
| | |
libseccomp: update to 2.5.1
|
| |
| |
| |
| |
| |
| | |
Add license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
ola: update to 0.10.8
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Removed upstreamed patches.
Refreshed other ones.
Removed Makefile hacks.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
nextdns: Update to version 1.9.4
|
| |/
| |
| |
| | |
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
|
|\ \
| | |
| | | |
grep: update to 3.6
|
| |/
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
lz4: update to 1.9.3
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Remove upstreamed patches.
Switch PKG_NAME to lz4 to get rid of PKG_BUILD_DIR.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
oath-toolkit: update to 2.6.4
|
| |/
| |
| |
| |
| |
| | |
remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
sysstat: update to 12.4.1
|
| |/
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| |/
|/| |
xfsprogs: update to 5.9.0
|
|/
|
|
|
|
| |
Add license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
ooniprobe: udpate to version 3.0.11
|
| |
| |
| |
| | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \
| | |
| | | |
nextdns: Update to version 1.9.3
|
|/ /
| |
| |
| | |
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
|
|\ \
| |/
|/| |
xtables-addons: update to 3.13
|
| |
| |
| |
| | |
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
|
|\ \
| |/
|/| |
docker-ce: disable docker iptables changes
|
| |
| |
| |
| | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Deleting rules that docker has created is error-prone, because with
every update docker we have to check if anything has changed.
Cleaning up the firewall rules is part of the docker and should and must be
cleaned up and handeled by them when the service is terminated.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If docker-ce handles the firewall and fw3 is not envolved because the
rules get not proceed, then not only docker0 should be handled but also
other interfaces and therefore other docker networks.
This commit extends the handling and introduces a new uci option
`device` in the docker config firewall section. This can be used to specify
which device is allowed to access the container. Up to now only docker0
is covert.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| |
| |
| |
| | |
As the protocol is set to none, this makes no sense here, as it cannot
be controlled and thus processed by the netifd.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| |
| |
| |
| | |
Set proto from `static` to `none`. This makes it clear that this
interface is not handled by the netifd.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Openwrt has a own firewall service called fw3, that supports firewall zones.
Docker can bypass the handling of the zone rules in openwrt via custom
tables. These are "always" processed before the openwrt firewall.
Which is prone to errors!
Since not everyone is aware that the firewall of openwrt will
not be passed. And this is a security problem because a mapped port is
visible on all interfaces and so also on the WAN side.
If the firewall handling in docker is switched off, then the port in
fw3 must be explicitly released and it cannot happen that the
port is accidentally exported to the outside world via the interfaces on
the WAN zone.
So all rules for the containers should and so must be made in fw3.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Up to now only the docker0 interface and bridge is created by default.
In order to create other interfaces and to integrate them into the
openwrt these functions can now be called with arguments.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \
| | |
| | | |
luafilesystem: update to 1.8.0
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \
| | | |
| | | | |
hwinfo: update to version 21.71
|
| | | |
| | | |
| | | |
| | | |
| | | | |
update to upstream version 21.71
Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
nfdump: update to 1.6.22
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Provide both libdaq 2.2.2 and 3.0.0-beta1 to satisfy Snort 2 and 3.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Snort 3.0.3-1 requires libdaq 3.0.0-beta1, but this version is no longer
compatible with Snort 2. Thus OpenWrt now provides both a libdaq and
libdaq3 package. This modifies the snort3 package to require the latter.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Snort 3.0.3-1 requires libdaq 3.0.0-beta1, but this version is no longer
compatible with Snort 2. This reverts libdaq to 2.2.2 so that Snort 2
can compile. A separate libdaq3 package with allow Snort 3 to compile.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Now that runc builds according to available kernel features and there
is no longer a sub-menu to select them manually, also drop the MENU:=1
statement from the package Makefile.
Fixes: 3a06ce559 ("runc: Updated to v1.0.0-rc92 for dockerd")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|