-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apparmor: add new package #15481
apparmor: add new package #15481
Commits on Apr 21, 2021
-
Patches allow lesser depencies, like bash and several python modules. Added functions script that suites nicely for OpenWRT, it's more clear than original and a lot shorter. Also information that is put to system log, is more informative now. I also added init script. Signed-off-by: Oskari Rauta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8068b0a - Browse repository at this point
Copy the full SHA 8068b0aView commit details
Commits on May 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8c62659 - Browse repository at this point
Copy the full SHA 8c62659View commit details
Commits on May 18, 2021
-
Major changes are: clean-up codes using checkpatch --strict option. fix several warning and build failure from linux-next. change the minimum supported kernel version to v5.4. use xarray for tree connect list. fix reviews from lkml. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d82eabc - Browse repository at this point
Copy the full SHA d82eabcView commit details -
ksmbd-tools: Add a mDNS TXT record for the ksmbd service
MacOS ignores Bonjour services for which TXT records are not returned. This changes forces umdns service to return a TXT record (`daemon=ksmbd`) for the ksmbd service. The exact content is unimportant and to the best of my knowledge nothing reads the `daemon` tag. Symptoms of the problem (which are also debugging steps): * Finder refuses to open the OpenWRT "computer" in the Network list. * Discovery.app (Bonjour Browser) lists the _ssh._tcp service, but the submenu for it doesn't unfold and no address is shown. * `dns-sd -L OpenWrt _smb._tcp` doesn't return any address. Signed-off-by: Kirill Nikolaev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d4b396 - Browse repository at this point
Copy the full SHA 6d4b396View commit details -
Major changes are: disable symlink by default. remove smack inherit leftovers. Enable guest access on IPC$ share by default. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d407fe - Browse repository at this point
Copy the full SHA 0d407feView commit details -
knot-resolver: update to version 5.3.1
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a46deec - Browse repository at this point
Copy the full SHA a46deecView commit details -
strongswan: add more crypto plugins
Adds modules for BLISS signature scheme, NTRU and New Hope key exchange algorithms, and dependencies ChaCha20-Poly1305 AEAD, ChaCha20 XOF, MGF1 mask generation function, SHA3 hasher SHAKE XOF, and the Number Theoretic Transform library. Signed-off-by: Derek Yerger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee91dee - Browse repository at this point
Copy the full SHA ee91deeView commit details -
Signed-off-by: Jianhui Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce8bbec - Browse repository at this point
Copy the full SHA ce8bbecView commit details -
autopart: use '-' to separate drive serial in volume name
Instead of just appending the driver serial including the '0x' prefix, use '-' prefix instead to make it more readable. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11c73a8 - Browse repository at this point
Copy the full SHA 11c73a8View commit details -
adblock: fix games_tracking source url
Signed-off-by: Dirk Brenken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 192511f - Browse repository at this point
Copy the full SHA 192511fView commit details -
lvm2: don't use
-normal
suffix for non-SELinux variantsThis was probably a work-around for an issue with dependencies which was fixed by openwrt/openwrt@988ed00 Remove it as all other packages with `-selinux` variants do provide a non-SELinux-variant without any suffix and that works now, see procd vs. procd-selinux busybox vs. busybox-selinux Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39c1992 - Browse repository at this point
Copy the full SHA 39c1992View commit details -
uvol is a wrapper-script which allows automated handling of storage volumes. uvol currently comes with backend support for LVM2 and UBI, covering practically all options for storage large enough to be managed (NAND, SPI-NAND, eMMC, SATA, NVME, virtio-blk, ...). Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67ec4b9 - Browse repository at this point
Copy the full SHA 67ec4b9View commit details -
ap_config: remove accidentally added package
Fixes: 312594f ("uvol: add new package") Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 737c6c5 - Browse repository at this point
Copy the full SHA 737c6c5View commit details -
safe-search: prevent duplicate cron job installation
This patch prevents multiple cron jobs from being created to run the safe-search-maintenance script. To reproduce this bug, perform the following: - Install safe-search - Perform an OpenWRT firmware upgrade (choose to preserve user settings) - Install safe-search again Signed-off-by: Gregory L. Dietsche <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fe4af0 - Browse repository at this point
Copy the full SHA 7fe4af0View commit details -
modbus-utils: remove accidentally added package
modbus-utils was not intended to be added at this stage. Remove it. Fixes: 312594f ("uvol: add new package") Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c756635 - Browse repository at this point
Copy the full SHA c756635View commit details -
ovsd: improve package style and update source
Fix post-merge comments in #15316 and update source. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62f6398 - Browse repository at this point
Copy the full SHA 62f6398View commit details -
Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d57993 - Browse repository at this point
Copy the full SHA 7d57993View commit details -
Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d1480b - Browse repository at this point
Copy the full SHA 8d1480bView commit details -
Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 915865e - Browse repository at this point
Copy the full SHA 915865eView commit details -
Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1727bac - Browse repository at this point
Copy the full SHA 1727bacView commit details -
Gerbera stupidly uses taglib-config to find the paths. Fix them to avoid adding /usr/lib Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cd6537 - Browse repository at this point
Copy the full SHA 9cd6537View commit details -
simple-adblock: update to 1.8.7-3
Signed-off-by: Stan Grishin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81c04de - Browse repository at this point
Copy the full SHA 81c04deView commit details -
* use lvm --reportformat json * add 'list' and 'align' commands * add help output Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f12cf97 - Browse repository at this point
Copy the full SHA f12cf97View commit details -
CI: remove leftover travis files
THe current CI uses both CircleCI and GitHub Action CI, but not Travis. Signed-off-by: Paul Spooren <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab5d99a - Browse repository at this point
Copy the full SHA ab5d99aView commit details -
https-dns-proxy: bugfix: race condition with dnsmasq
Signed-off-by: Stan Grishin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d85f2d2 - Browse repository at this point
Copy the full SHA d85f2d2View commit details -
netdata: disable shared memory totals by default
Fix log spam: daemon.err netdata[2090]: PROCFILE: Cannot open file '/proc/sysvipc/shm' This is caused by a non existant /proc/sysvipc/shm because of the CONFIG_PROC_STRIPPED option that is enabled by default in the kernel generic target config Signed-off-by: Tiago Gaspar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c338008 - Browse repository at this point
Copy the full SHA c338008View commit details -
node: #14983 NODEJS_ICU_SMALL is default
Signed-off-by: Robin Rainton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0ffcc7 - Browse repository at this point
Copy the full SHA e0ffcc7View commit details -
strongswan: libnttft must not select strongswan
The strongswan-libnttfft package should not select the strongswan package, but should depend on it instead. Otherwise a circular dependency is created. Signed-off-by: Eneas U de Queiroz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49f684c - Browse repository at this point
Copy the full SHA 49f684cView commit details -
The package needs libseccomp, which does not currently support arc. In order to avoid a circular dependency, we must avoid arc here as well. Signed-off-by: Eneas U de Queiroz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffb5d97 - Browse repository at this point
Copy the full SHA ffb5d97View commit details -
Revert "libseccomp: don't build on ARC"
This reverts commit b29e609. Adding DEPENDS+=@!arc will cause a circular dependency, because some packages select libseccomp based on a build option. Commit e29483d ("libseccomp: workaround a recursive dependency") added a workaround that was not properly documented, so I'll explain here. The problem arises when libseccomp is selected depending on some config option: define Pakcage/foo DEPENDS=+FOO_SECCOMP:libseccomp Even if the condition is correctly defined, excluding arc, such as: define Package/foo/config config FOO_SECCOMP depends on !arc the config generator will parse libseccomp's DEPENDS variable and generate menuconfig statements like these: config PACKAGE_foo select PACKAGE_libseccomp if FOO_SECCOMP depends on !FOO_SECCOMP || !arc The last condition is always true because FOO_SECCOMP will always be be false when arc is true. The config generator is not able to simplify/optimize the condition. The circular dependecy occurs because FOO_SECCOMP depends on PACKAGE_foo, and the redundant, always true line will make PACKAGE_foo depend on FOO_SECCOMP. As a workaround, we can add the 'depends on !arc' line to Package/libseccomp/config, outside of the DEPENDS variable, so that the redundant depends line line does not get generated. Signed-off-by: Eneas U de Queiroz <[email protected]> Cc: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3469d12 - Browse repository at this point
Copy the full SHA 3469d12View commit details -
April 2021 Security Releases - OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High) (CVE-2021-3450) - OpenSSL - NULL pointer deref in signature_algorithms processing (High) (CVE-2021-3449) - npm upgrade - Update y18n to fix Prototype-Pollution (High) (CVE-2020-7774) OpenSSL-related vulnerabilities do not affect the OpenWrt package. Because OpenWrt's OpenSSL shared library has been updated. Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d08baf3 - Browse repository at this point
Copy the full SHA d08baf3View commit details -
docker-compose: Update to version 1.29.0
Features: - Add profile filter to docker-compose config - Add a depends_on condition to wait for successful service completion Miscellaneous: - Add image scan message on build - Update warning message for --no-ansi to mention --ansi never as alternative - Bump docker-py to 5.0.0 - Bump PyYAML to 5.4.1 - Bump python-dotenv to 0.17.0 Signed-off-by: Javier Marcet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6eee3db - Browse repository at this point
Copy the full SHA 6eee3dbView commit details -
python-docker: Update to 5.0.0
Breaking changes: - Remove support for Python 2.7 - Make Python 3.6 the minimum version supported Features: - Add limit parameter to image search endpoint Bugfixes: - Fix KeyError exception on secret create - Verify TLS keys loaded from docker contexts - Update PORT_SPEC regex to allow square brackets for IPv6 addresses - Fix containers and images documentation examples Signed-off-by: Javier Marcet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88a0804 - Browse repository at this point
Copy the full SHA 88a0804View commit details -
python-babel: update to version 2.9.0
Update copyright Signed-off-by: Josef Schlehofer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80d2f7c - Browse repository at this point
Copy the full SHA 80d2f7cView commit details -
python3-bottle: update to version 0.12.19
Signed-off-by: Josef Schlehofer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d44a005 - Browse repository at this point
Copy the full SHA d44a005View commit details -
Signed-off-by: Alexandru Ardelean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 913fdb5 - Browse repository at this point
Copy the full SHA 913fdb5View commit details -
Remove upstream backport. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ebe784 - Browse repository at this point
Copy the full SHA 5ebe784View commit details -
Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a294915 - Browse repository at this point
Copy the full SHA a294915View commit details -
Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f7dc62 - Browse repository at this point
Copy the full SHA 0f7dc62View commit details -
collectd: enable cpufreq for rockchip target
Enable collectd-mod-cpufreq for rockchip Signed-off-by: Tomas Lara <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acdc698 - Browse repository at this point
Copy the full SHA acdc698View commit details -
bonding: accept list of slaves in uci list notation
Rework the bonding.sh protocol handler to accept slave interface names encoded in uci list notation. Also replace ifconfig up/down with ip link calls while we're at it. Fixes: #11455 Fixes: openwrt/luci#4473 Signed-off-by: Jo-Philipp Wich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 994d73e - Browse repository at this point
Copy the full SHA 994d73eView commit details -
Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b11b48 - Browse repository at this point
Copy the full SHA 4b11b48View commit details -
Fixes two CVEs: CVE-2021-28965: XML round-trip vulnerability in REXML CVE-2021-28966: Path traversal in Tempfile on Windows Signed-off-by: Luiz Angelo Daros de Luca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eee55e1 - Browse repository at this point
Copy the full SHA eee55e1View commit details -
ooniprobe: update to version 3.9.2
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7815e58 - Browse repository at this point
Copy the full SHA 7815e58View commit details -
Removed two now pointless patches as they were added as options. Switch to AUTORELEASE for simplicity. Update MESON_ARGS. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc8feae - Browse repository at this point
Copy the full SHA dc8feaeView commit details -
Add patch fixing compilation without deprecated OpenSSL APIs. Fix installation. This never worked as the section was misnamed. Updated tool names. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 143096a - Browse repository at this point
Copy the full SHA 143096aView commit details -
Fix compilation without deprecated OpenSSL APIs. Backport upstream patch to fix stdout. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9087ef - Browse repository at this point
Copy the full SHA f9087efView commit details -
strongswan: drop subshell when possible
A subshell caused by $(...) can't persistently modify globals as a side-effect. Signed-off-by: Philip Prindeville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36c19f2 - Browse repository at this point
Copy the full SHA 36c19f2View commit details -
strongswan: fail on serious configuration errors
Signed-off-by: Philip Prindeville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b18b315 - Browse repository at this point
Copy the full SHA b18b315View commit details -
strongswan: handle chacha20poly1305 as AEAD
chacha20policy1305 is also an AEAD cipher, and hence does not permit a hash algorithm. Fixes issue #15397. Signed-off-by: Philip Prindeville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6fad3c - Browse repository at this point
Copy the full SHA c6fad3cView commit details -
pulseaudio: fix compilation without doxygen
Meson update makes this error now. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5f1b03 - Browse repository at this point
Copy the full SHA c5f1b03View commit details -
Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ebcf74 - Browse repository at this point
Copy the full SHA 2ebcf74View commit details -
Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a94c37 - Browse repository at this point
Copy the full SHA 3a94c37View commit details -
Switch to compiling with CMake. Faster. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f63a867 - Browse repository at this point
Copy the full SHA f63a867View commit details -
python-greenlet: support MIPS architecture
Fixes: #15370 This is inspired from: https://github.com/wlanslovenija/firmware-packages-opkg/blob/330bc94dccd16a3e92ac2fdde08c81a598e12f94/lang/python-greenlet/Makefile The `PKG_USE_MIPS16:=0` is not taken into consideration when building Python modules. That's because the sysconfig is used. This is only an issue with greenlet (on MIPS) so far. One option is to do `PKG_USE_MIPS16:=0` in the core Python package. But, since we know that the `wlanslovenija` group has successfully used greenlet on MIPS with this construct, we might as well adopt it until GCC10 becomes the main compiler. As noted here: #15370 (comment) GCC10 doesn't have this problem. Signed-off-by: Alexandru Ardelean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0ae201 - Browse repository at this point
Copy the full SHA c0ae201View commit details -
Signed-off-by: Alexander Ryzhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3558c6a - Browse repository at this point
Copy the full SHA 3558c6aView commit details -
Simplify CMake section. Fix pkgconfig paths. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9816bfc - Browse repository at this point
Copy the full SHA 9816bfcView commit details -
libupnp: restore building tools
This enables tools again which has been disabled in commit 498506a ("libupnp: update to 1.14.5"). Disabling tools leads to the header upnptools.h not being installed into /usr/include. But e.g. mpd-full depends on this header. Fixes: 498506a ("libupnp: update to 1.14.5") Signed-off-by: Alexander Egorenkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a7bc74 - Browse repository at this point
Copy the full SHA 7a7bc74View commit details -
docker-compose: Update to version 1.29.1
Bugs: - Fix for invalid handler warning on Windows builds - Fix config hash to trigger container recreation on IPC mode updates - Fix conversion map for placement.max_replicas_per_node - Remove extra scan suggestion on build Signed-off-by: Javier Marcet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64f1c04 - Browse repository at this point
Copy the full SHA 64f1c04View commit details -
ocserv: don't build with libseccomp on ARC
libseccomp can't be built on ARC, so we must disable the option here as well. A different fix was first proposed by @zxlhhyccc in #15377. Fixes: #15313 Signed-off-by: Eneas U de Queiroz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b64b38 - Browse repository at this point
Copy the full SHA 6b64b38View commit details -
uvol: make volume creation atomic
Make sure filesystem is ready when volume becomes available. Use 'write-once' as initial state for read-only volumes, only allow writing to volumes in that state and transision to 'read-only' once write has completed. Also fix a typo which prevented 'list' command from working with LVM. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e5ab18 - Browse repository at this point
Copy the full SHA 6e5ab18View commit details -
Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25ef4d8 - Browse repository at this point
Copy the full SHA 25ef4d8View commit details -
Switch to AUTORELEASE for simplicity. Use autotools build. Remove upstream patch. Minor cleanups for consistency between packages. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b37d6d2 - Browse repository at this point
Copy the full SHA b37d6d2View commit details -
Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cab810a - Browse repository at this point
Copy the full SHA cab810aView commit details -
onionshare-cli: add new package
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 967037f - Browse repository at this point
Copy the full SHA 967037fView commit details -
openvpn-easy-rsa: add missing configfile
/etc/profile.d/50-openvpn-easy-rsa.sh was not listed as configfile and changes were lost during upgrades. Signed-off-by: Luiz Angelo Daros de Luca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2deaa41 - Browse repository at this point
Copy the full SHA 2deaa41View commit details -
strongswan: add deprecation warning to ipsec script
Signed-off-by: Philip Prindeville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for baa97be - Browse repository at this point
Copy the full SHA baa97beView commit details -
clamav: add libiconv dependencies when build with NLS
NLS means Native Language Support and when you have it enabled (it is not default), clamav can not be compiled as it shows following error: Package clamav is missing dependencies for the following libraries: libiconv.so.2 Also, it is required that package libiconv-full is compiled first/before than clamav and then try to compile clamav. Signed-off-by: Josef Schlehofer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69112dd - Browse repository at this point
Copy the full SHA 69112ddView commit details -
netdata: update to version 1.30.1
Signed-off-by: Josef Schlehofer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a985507 - Browse repository at this point
Copy the full SHA a985507View commit details -
strongswan: add certificate generation utility
Signed-off-by: Philip Prindeville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3660147 - Browse repository at this point
Copy the full SHA 3660147View commit details -
atheepmgr: avoid libpciaccess dependency
HAVE_LIBPCIACCESS that is currently passed through MAKE_VARS to disable building with libpciaccess can't be set through the environment. Instead, use CONFIG_CON_PCI, which can be passed through the environment and will disable libpciaccess. Signed-off-by: Eneas U de Queiroz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19d0c49 - Browse repository at this point
Copy the full SHA 19d0c49View commit details -
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26236ba - Browse repository at this point
Copy the full SHA 26236baView commit details -
atlas-sw-probe: add new package
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5bf53c - Browse repository at this point
Copy the full SHA e5bf53cView commit details -
miniupnpd: introduce IGDv1 variant
Microsoft Windows, Xbox and possibly other operating systems do not support IGDv2. With IGDv2 enabled, they send a HTTP GET request for rootDesc.xml and WANIPCn.xml, and then nothing happens. The Microsoft implementation probably doesn't like the WANIPCn.xml response and decides UPnP is not available. When miniupnpd is built without IGDv2 support, after the 2 HTTP GET requests, there is a HTTP POST request to /ctl/IPConn, and miniupnpd configures the port forward as expected. The runtime option force_igd_desc_v1=yes (UCI: igvd1) does not solve this problem. It's possible this was enough in earlier miniupnpd versions, but it does not fix the problem the current version. Since we are a modern distro, we want to support the latest and greatest, so we should default to IGDv2 enabled. Introducing a menuconfig option to disable IGDv2 would only help people who build their own images, so offer a separate package variant for IGDv1. Signed-off-by: Stijn Tintel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f75b701 - Browse repository at this point
Copy the full SHA f75b701View commit details -
* support the RPZ trigger 'RPZ-CLIENT-IP' to always allow/block certain clients based on their IP (currently only supported by bind!) * avoid promiscuous mode in tcpdump setup for adblock reporting * speed up dns report preparation * support dns report mailing (/etc/init.d/adblock report mail) * fix bind autodetection * update LuCI-frontend (separate PR) * update readme Signed-off-by: Dirk Brenken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eff2dcd - Browse repository at this point
Copy the full SHA eff2dcdView commit details -
Signed-off-by: Tianling Shen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2febbe - Browse repository at this point
Copy the full SHA d2febbeView commit details -
uvol: emmit ubus events and bring up volumes on boot
Emmit ubus events when volumes come up/down. Make sure volume state is always well defined by introducing additional state 'write-prepare' (wp) during mkfs. Add init scripts to bring up volumes at boot. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4e151a - Browse repository at this point
Copy the full SHA d4e151aView commit details -
irqbalance: upgrade to version 1.8.0
Upgrade irqbalance to version 1.8.0 Signed-off-by: Hannu Nyman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2633ad8 - Browse repository at this point
Copy the full SHA 2633ad8View commit details -
psmisc: move killall to /usr/libexec and add ALTERNATIVES
Currently, this package can not be installed while using standard path of busybox, because binary killall wants to be installed on the same location as busybox. Collision: • /usr/bin/killall: busybox (new-file), psmisc (existing-file) Many of these binaries, which provides alternatives were moved to folder /usr/libexec like wget, sed, findutils, less. So I moved killall to /usr/libexec and others leave in touch and added ALTERNATIVES for it, because preinstall script is no longer necessary. Signed-off-by: Josef Schlehofer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5641d4e - Browse repository at this point
Copy the full SHA 5641d4eView commit details -
strongswan: change name of config base directory
Signed-off-by: Philip Prindeville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 760e9f2 - Browse repository at this point
Copy the full SHA 760e9f2View commit details -
nextdns: Update to version 1.31.3
Signed-off-by: Olivier Poitrey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44e5d03 - Browse repository at this point
Copy the full SHA 44e5d03View commit details -
nextdns: Update to version 1.12.3
Signed-off-by: Olivier Poitrey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f98aa24 - Browse repository at this point
Copy the full SHA f98aa24View commit details -
nextdns: Update to version 1.12.5
Signed-off-by: Olivier Poitrey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffbdb09 - Browse repository at this point
Copy the full SHA ffbdb09View commit details -
libtalloc: add Python3/host dependency
Otherwise, Package/Configure won't find distutils module from python3/host Signed-off-by: Alexander Ryzhov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dae43a3 - Browse repository at this point
Copy the full SHA dae43a3View commit details -
udp-broadcast-relay-redux: Add package
This commit is largely based on the work from Daniel Dickinson in PR #2096 which was never merged. I tweaked it in a number of ways. All bugs with this package are mine, not his. Signed-off-by: Aaron Curley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4adfbe0 - Browse repository at this point
Copy the full SHA 4adfbe0View commit details -
Signed-off-by: Jakov Petrina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57858ba - Browse repository at this point
Copy the full SHA 57858baView commit details -
generate-ipv6-address: fix PIC compilation
This is a single C file. Don't bother using the Makefile. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c9c59b - Browse repository at this point
Copy the full SHA 3c9c59bView commit details -
cni-plugins-nft: add new package
Signed-off-by: Oskari Rauta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dda4d53 - Browse repository at this point
Copy the full SHA dda4d53View commit details -
This commit updates boost to version 1.76.0 There are no new libraries in this version More info about Boost 1.76.0 can be found at the usual place [1]. Note: This package update includes a fix merged to Boost.Fiber in [2] which did not make into this version but it will be present in the next one. For now, the patch is needed, but it will be removed in version 1.77.0 [1]: https://www.boost.org/users/history/version_1_76_0.html [2]: boostorg/fiber#276 Signed-off-by: Carlos Miguel Ferreira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b87bc38 - Browse repository at this point
Copy the full SHA b87bc38View commit details -
- Add support for AppArmor - Gracefully stop containers and pods on shutdown I found out that If you change location of containers to persistent storage instead of tmpfs, starting them will fail unless they have been stopped. If this is the case that reboot has occurred before pods and containers have been stopped, they cannot be started, they have to be removed and re-created. Change in initscript tries to avoid that. Even if containers are running at tmpfs, this won't hurt. Still, if something happens and system hangs/reboots/etc, script won't save you from that. It's just a attempt to make things better. I also enabled AppArmor support for future possibilities. Signed-off-by: Oskari Rauta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15a5fc9 - Browse repository at this point
Copy the full SHA 15a5fc9View commit details -
nextdns: Update to version 1.32.0
Signed-off-by: Olivier Poitrey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a558091 - Browse repository at this point
Copy the full SHA a558091View commit details -
Signed-off-by: Sibren Vasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef23f50 - Browse repository at this point
Copy the full SHA ef23f50View commit details -
Signed-off-by: Oskari Rauta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb4ee87 - Browse repository at this point
Copy the full SHA fb4ee87View commit details -
Signed-off-by: Florian Eckert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fb4209 - Browse repository at this point
Copy the full SHA 6fb4209View commit details -
containerd: Updated to 1.4.4 for docker 20.10.6
Signed-off-by: Gerard Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49f6eaa - Browse repository at this point
Copy the full SHA 49f6eaaView commit details -
libnetwork: Updated to 2021-01-26 for docker 20.10.6
Signed-off-by: Gerard Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6dd14fd - Browse repository at this point
Copy the full SHA 6dd14fdView commit details -
Signed-off-by: Gerard Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4aaeecc - Browse repository at this point
Copy the full SHA 4aaeeccView commit details -
Signed-off-by: Gerard Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f349d3 - Browse repository at this point
Copy the full SHA 6f349d3View commit details -
Resolve conflicts between OpenWrt's ICU package and the ICU shipped with node.js. #15437 Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f365dd - Browse repository at this point
Copy the full SHA 3f365ddView commit details -
uvol: improve autopart and lvm scripts, fix F2FS volumes
Use sfdisk to get GPT partition by name as partition names are not known by the kernel if added via partx. Make sure physical volume names are unique, if possible correlate with the disks serial number and/or card's cid. mkf2fs apparently returns 134 even in case format succeeded, so don't fail in that case (this fixes rw volumes large enough for F2FS to be selected by the lvm scripts of uvol). Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6b8210 - Browse repository at this point
Copy the full SHA d6b8210View commit details -
Fixes two related security vulnerabilities (CVE-2020-15078) which under very specific circumstances allow tricking a server using delayed authentication (plugin or management) into returning a PUSH_REPLY before the AUTH_FAILED message, which can possibly be used to gather information about a VPN setup. In combination with "--auth-gen-token" or a user-specific token auth solution it can be possible to get access to a VPN with an otherwise-invalid account. OpenVPN 2.5.2 also includes other bug fixes and improvements. Add CI build test script. Signed-off-by: Magnus Kroken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c01e74 - Browse repository at this point
Copy the full SHA 5c01e74View commit details -
- switch to $(AUTORELEASE) - change dependency from libevent2 to libevent2-core Signed-off-by: Maxim Storchak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 089334c - Browse repository at this point
Copy the full SHA 089334cView commit details -
* lots of fixes for many subsystems * new messenger group chat service * 'abd' temporarily removed due to upstream issue Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de4b957 - Browse repository at this point
Copy the full SHA de4b957View commit details -
* add a "whitelist only" mode, this option allows to restrict Internet access from/to a small number of secure websites/IPs, and block access from/to the rest of the Internet. Signed-off-by: Dirk Brenken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7baecf9 - Browse repository at this point
Copy the full SHA 7baecf9View commit details -
atlas-sw-probe: improve key creation
- Exit start if a probe_key is not present - Add create_key command to generate a private_key based on the provided username in the atlas config. - Add registration instruction in /etc/atlas - Rework script to save probe_key on sysupgrade (the key are now adviced to be placed in the /etc/atlas dir and a link is used to make them accessible in the atlas-sw-scripts etc dir) Signed-off-by: Ansuel Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52a0389 - Browse repository at this point
Copy the full SHA 52a0389View commit details -
* fix whitelist housekeeping if you switch between normal- and 'whitelist only' mode Signed-off-by: Dirk Brenken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d470e0 - Browse repository at this point
Copy the full SHA 8d470e0View commit details -
lighttpd: patches from upstream
- ignore Content-Length from backend if 101 Switching Protocols - close HTTP/2 connection after bad password - skip cert chain build for self-issued certs - meson zstd fix - ls-hpack upstream update - discard some HTTP/2 DATA frames received after response Signed-off-by: Glenn Strauss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80c5de7 - Browse repository at this point
Copy the full SHA 80c5de7View commit details -
Signed-off-by: Oskari Rauta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b48d9b - Browse repository at this point
Copy the full SHA 0b48d9bView commit details -
Signed-off-by: Oskari Rauta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31b350b - Browse repository at this point
Copy the full SHA 31b350bView commit details -
fwknop: Remove unnecessary get_bool() function.
The get_bool() functionality was already merged to lib/functions.sh, so it is redundant in the init script. Remove it. Signed-off-by: Oldřich Jedlička <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10ce3f8 - Browse repository at this point
Copy the full SHA 10ce3f8View commit details -
mutt: don't use host mailpath definition
Use configure --with-mailpath=/var/mail instead of letting it guess the value base on the host path. If configure can't find it, the package will fail to build. The path was taken from the current bot build. Signed-off-by: Eneas U de Queiroz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faff84c - Browse repository at this point
Copy the full SHA faff84cView commit details -
uacme: do not override production state dir variable
With this commit, issue_cert() can be called multiple times alternating between staging and production certificates within a script. Before this commit, the production state dir was stored in $STATE_DIR. But in the case of $use_staging=1, this variable was overwritten in issue_cert() with $STAGING_STATE_DIR. This made it impossible to call issue_cert() with $use_staging=0 afterwards. Now the production state dir is stored in $PRODUCTION_STATE_DIR. This way it is not overridden anymore and issue_cert() can be called multiple times alternating with production and staging. Signed-off-by: Leonardo Mörlein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 948b790 - Browse repository at this point
Copy the full SHA 948b790View commit details -
Staging certificates have the advantage that their retry limits are loose. Therefore they can be obtained quickly when automatic retries are used. Unfortunately they can not be used for deployments because their CA is not accepted by clients. Production certificates do not have this limitation, but their retry limits are strict. For production certificates, automatic retries can only be performed a few times per hour. This makes automatic obtainment of certificates tenacious. With use_auto_staging=1, the advantages of the two certificate types are combined. Uacme will first obtain a staging certificate. When the staging certificate is successfully obtained, uacme will switch and obtain a production certificate. Since the staging certificate has already been successfully obtained, we can ensure that the production certificate is successfully obtained in the first attempt. This means that "retries" are performed on the staging certificate and the production certificate is obtained in the first attempt. In summary, this feature enables fast obtaining of production certificates when automatic retries are used. By default, this feature is set to use_auto_staging=0, which means that uacme will behave as before by default. Signed-off-by: Leonardo Mörlein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b337a7b - Browse repository at this point
Copy the full SHA b337a7bView commit details -
Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4f8ddf - Browse repository at this point
Copy the full SHA d4f8ddfView commit details -
Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 922fc71 - Browse repository at this point
Copy the full SHA 922fc71View commit details -
Signed-off-by: Aleksander Jan Bajkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9593e2e - Browse repository at this point
Copy the full SHA 9593e2eView commit details -
conntrack-tools: add a patch to fix endianness issue
Signed-off-by: Tao Gong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4175b9f - Browse repository at this point
Copy the full SHA 4175b9fView commit details -
squid: Enable dynamic SSL certificate generation
Maintainer: @neheb / @BKPepe / @zhanhb Compile tested: ipq806x, generic, netgear_r7800, master Run tested: ipq806x, generic, netgear_r7800, openwrt-19.07 Description: Squid now only support HTTPS proxy in TCP tunnel mode (e.g. `ssl_bump splice all`): https_port 3128 ssl-bump tls-cert=/etc/squid/squid.pem generate-host-certificates=on ssl_bump splice all In order to operate in SSL Bump mode, we need to compile with `--enable-ssl-crtd` for following configuration: https_port 3128 ssl-bump tls-cert=/etc/squid/squid.pem generate-host-certificates=on sslcrtd_program /usr/lib/squid/security_file_certgen -s /car/cache/squid/ssl_db -M 4MB ssl_bump stare all ssl_bump bump all This PR switch the `SQUID_enable-ssl-crtd` into `default y`, therefore default enable SSL Bump mode. Signed-off-by: Wong Hoi Sing Edison <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36e9019 - Browse repository at this point
Copy the full SHA 36e9019View commit details -
unbound: fix typo in assist name of https-dns-proxy
I left the old version in, in case users have configs that already correct for this error. Signed-off-by: Peter van Dijk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63efc9f - Browse repository at this point
Copy the full SHA 63efc9fView commit details -
h2o: remove useless ruby dependency
h2o is the library dnsdist uses to offer DNS over HTTPS to clients. dnsdist is the only user of h2o in this tree. While h2o can depend on Ruby (to build mruby support), this is disabled in the OpenWRT build of h2o. Hence, the Ruby dependency is unnecessary, and removing it saves a few megabytes of disk space. Signed-off-by: Peter van Dijk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52532f7 - Browse repository at this point
Copy the full SHA 52532f7View commit details -
h2o: only install one copy of the .so
I noticed that the package contained 3 identical copies of the lib: root@52170cbc2408:/# ls -ali /usr/lib/libh2o* 162653 -rwxr-xr-x 1 root root 348857 Apr 25 11:50 /usr/lib/libh2o-evloop.so 162660 -rwxr-xr-x 1 root root 348857 Apr 25 11:50 /usr/lib/libh2o-evloop.so.0.13 162661 -rwxr-xr-x 1 root root 348857 Apr 25 11:50 /usr/lib/libh2o-evloop.so.0.13.6 so this commit fixes that: root@472ad3a8404e:/# ls -ali /usr/lib/libh2o* 289858 lrwxrwxrwx 1 root root 21 Apr 25 12:43 /usr/lib/libh2o-evloop.so -> libh2o-evloop.so.0.13 289859 lrwxrwxrwx 1 root root 23 Apr 25 12:43 /usr/lib/libh2o-evloop.so.0.13 -> libh2o-evloop.so.0.13.6 289860 -rw-r--r-- 1 root root 348857 Apr 25 12:41 /usr/lib/libh2o-evloop.so.0.1 Signed-off-by: Peter van Dijk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cab806 - Browse repository at this point
Copy the full SHA 1cab806View commit details -
CMake was using the wrong paths. Fix them up. Signed-off-by: Rosen Penev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8923f8f - Browse repository at this point
Copy the full SHA 8923f8fView commit details -
net/mosquitto: fix log_type conversion in config
As reported in: #15506 Signed-off-by: Karl Palsson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84063db - Browse repository at this point
Copy the full SHA 84063dbView commit details -
net/mosquitto: port is optional in root config
From mosquitto 2.x, port became optional and deprecated in the config, and it was recommended that listeners be used instead. Drop the hard requirement in our config conversion script. Reported in: #15506 Signed-off-by: <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9b3d28 - Browse repository at this point
Copy the full SHA d9b3d28View commit details -
auc: compare versions using dpkg/opkg's verrevcmp
Using strcmp() to compare a version string doesn't work well. Use verrevcmp() function from opkg instead. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eca9159 - Browse repository at this point
Copy the full SHA eca9159View commit details -
uvol: fix emmitting ubus event when removing UBI volume
In case a volume which is down is removed, no ubus event needs to be fired. Don't try. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d07e3c9 - Browse repository at this point
Copy the full SHA d07e3c9View commit details -
redis: update to version 6.2.2
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35b7c20 - Browse repository at this point
Copy the full SHA 35b7c20View commit details -
gitlab-runner: update to version 13.11.0
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94009fd - Browse repository at this point
Copy the full SHA 94009fdView commit details -
Signed-off-by: Tianling Shen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c954ad9 - Browse repository at this point
Copy the full SHA c954ad9View commit details -
Minor ZeroTier update. Refreshed patches. Signed-off-by: Moritz Warning <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c09ddc - Browse repository at this point
Copy the full SHA 6c09ddcView commit details -
libedit: update to version 20210419-3.1
Signed-off-by: Jan Hak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3471c1b - Browse repository at this point
Copy the full SHA 3471c1bView commit details -
Xray now is no longer planning to keep compatibility with original v2ray. Remove PROVIDES before it is totally broken. Signed-off-by: Tianling Shen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 956efd1 - Browse repository at this point
Copy the full SHA 956efd1View commit details -
xray-core: use
$(INSTALL_DATA)
to install configuration filesUsing `$(INSTALL_CONF)` will cause the program has no access to configurations file when someone enabled the selinux support. Signed-off-by: Tianling Shen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb57528 - Browse repository at this point
Copy the full SHA bb57528View commit details -
libmraa: Disable node.js support
Library for node.js will be disabled temporarily due to difficulty in supporting the latest node.js. Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b92396 - Browse repository at this point
Copy the full SHA 4b92396View commit details -
Signed-off-by: Aleksander Jan Bajkowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea31645 - Browse repository at this point
Copy the full SHA ea31645View commit details -
python-engineio: update to version 4.1.0
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e5d9c5 - Browse repository at this point
Copy the full SHA 1e5d9c5View commit details -
python-socketio: update to version 5.2.1
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec0d82c - Browse repository at this point
Copy the full SHA ec0d82cView commit details -
libupm: Disable node.js support
Library for node.js will be disabled temporarily due to difficulty in supporting the latest node.js. Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9581708 - Browse repository at this point
Copy the full SHA 9581708View commit details -
* Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.0 * Add build time LDFLAG introduced in commit [1]. [1]: AdguardTeam/AdGuardHome@1d07afb#diff-82ef468ec5547f1ed424776755a7f87dfec4eba9838d2c2ac02c9881bb67d737R67 Signed-off-by: Dobroslaw Kijowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 649b23c - Browse repository at this point
Copy the full SHA 649b23cView commit details -
knxd: pumb to upstream version 0.14.51
Signed-off-by: Othmar Truniger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d025960 - Browse repository at this point
Copy the full SHA d025960View commit details -
Fixes the following security issues: * CVE-2021-25215 - named crashed when a DNAME record placed in the ANSWER section during DNAME chasing turned out to be the final answer to a client query. * CVE-2021-25214 - Insufficient IXFR checks could result in named serving a zone without an SOA record at the apex, leading to a RUNTIME_CHECK assertion failure when the zone was subsequently refreshed. This has been fixed by adding an owner name check for all SOA records which are included in a zone transfer. Signed-off-by: Noah Meyerhans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35da7ad - Browse repository at this point
Copy the full SHA 35da7adView commit details -
Also update opcache makefile patch. Signed-off-by: Michael Heimpold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3deb2f2 - Browse repository at this point
Copy the full SHA 3deb2f2View commit details -
attendedsysupgrade-common: update to 2021
* Use $(COMMITCOUNT) * Use SPDX * Use CA (ucert) public key * Update repo link * Update maintainer email * Format description Signed-off-by: Paul Spooren <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d4e916 - Browse repository at this point
Copy the full SHA 3d4e916View commit details -
To prevent inconsistencies in the coming version (69.1). Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfdae37 - Browse repository at this point
Copy the full SHA bfdae37View commit details -
* preserve DNS cache after adblock processing (unbound & bind) * fix redirect issue with oisd basic url * cosmetics Signed-off-by: Dirk Brenken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d106904 - Browse repository at this point
Copy the full SHA d106904View commit details -
nextdns: Update to version 1.32.1
Signed-off-by: Olivier Poitrey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee77c55 - Browse repository at this point
Copy the full SHA ee77c55View commit details -
python3: introduce libpython3 with ABI_VERSION flag
Related to discussion: #14060 Every once in a while a version bump will occur that requires an ABI change. Example: Python 3.8 to 3.9. When this happens some Python packages would need to be rebuilt. In setups where everything gets rebuilt, this isn't a problem. It's usually a bigger problem when needing to upgrade something via opkg. To accommodate for this, we add a libpython with it's own ABI_VERSION flag. If this ABI_VERSION changes, then this should propagate forward. Signed-off-by: Alexandru Ardelean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 953362d - Browse repository at this point
Copy the full SHA 953362dView commit details -
haproxy: Update HAProxy to v2.2.14
- Update haproxy download URL and hash Signed-off-by: Christian Lachner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a40051 - Browse repository at this point
Copy the full SHA 7a40051View commit details -
Upgrade nano editor to version 5.7. Signed-off-by: Hannu Nyman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8851947 - Browse repository at this point
Copy the full SHA 8851947View commit details -
exfatprogs: update to version 1.1.1
Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50fc7a3 - Browse repository at this point
Copy the full SHA 50fc7a3View commit details -
debian-archive-keyring: update to 2021.1.1
Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c19a34 - Browse repository at this point
Copy the full SHA 2c19a34View commit details -
gnunet-fuse: update to version 0.14.0
Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e819514 - Browse repository at this point
Copy the full SHA e819514View commit details -
Jinja2: update to version 2.11.3
Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3cad1d - Browse repository at this point
Copy the full SHA b3cad1dView commit details -
libassuan: update to version 2.5.5
Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6c371d - Browse repository at this point
Copy the full SHA d6c371dView commit details -
libextractor: update to version 1.11
Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c224f3 - Browse repository at this point
Copy the full SHA 1c224f3View commit details -
libinput: update to version 1.17.1
Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f570504 - Browse repository at this point
Copy the full SHA f570504View commit details -
libksba: update to version 1.5.1
Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a928733 - Browse repository at this point
Copy the full SHA a928733View commit details -
opentracker: update to git HEAD
Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebd69fb - Browse repository at this point
Copy the full SHA ebd69fbView commit details -
perl-net-dns: update to version 1.30
Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dad6ab - Browse repository at this point
Copy the full SHA 3dad6abView commit details -
perl-mail-spamassassin: update to version 3.4.6
Fixes CVE-2020-1946 Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd798d2 - Browse repository at this point
Copy the full SHA bd798d2View commit details -
python-gnupg: update to version 0.4.7
Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61ed7c3 - Browse repository at this point
Copy the full SHA 61ed7c3View commit details -
python-typing-extensions: update to version 3.10.0.0
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69396b6 - Browse repository at this point
Copy the full SHA 69396b6View commit details -
libmaxminddb: update to version 1.6.0
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5bf978 - Browse repository at this point
Copy the full SHA d5bf978View commit details -
* fix pid file processing of the background monitor plus child processes (bug reported in the forum) * made the enabled/disabled switch of the background monitor functional Signed-off-by: Dirk Brenken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ae4582 - Browse repository at this point
Copy the full SHA 7ae4582View commit details -
hwdata: update to version 0.347
Signed-off-by: Josef Schlehofer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 241e3de - Browse repository at this point
Copy the full SHA 241e3deView commit details -
python-dotenv: update to v0.17.1
Signed-off-by: Javier Marcet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87b60cf - Browse repository at this point
Copy the full SHA 87b60cfView commit details -
stress-ng: bump to version 0.12.07
Refreshed patch. Signed-off-by: Alexandru Ardelean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae14b5b - Browse repository at this point
Copy the full SHA ae14b5bView commit details -
* Create working directory when it is not present. Apparently some recent change made adguardhome fail to start when working directory is missing. * Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.1 Signed-off-by: Dobroslaw Kijowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8cd45c - Browse repository at this point
Copy the full SHA c8cd45cView commit details -
tcpreplay: bump to version 4.3.4
Signed-off-by: Alexandru Ardelean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ecef80 - Browse repository at this point
Copy the full SHA 5ecef80View commit details -
isc-dhcpd: handle extra spaces in routes
Signed-off-by: Philip Prindeville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b4a7de - Browse repository at this point
Copy the full SHA 5b4a7deView commit details -
Signed-off-by: Florian Eckert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6877d4 - Browse repository at this point
Copy the full SHA c6877d4View commit details -
mwan3: update ubus status for not tracked interfaces
Signed-off-by: Florian Eckert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 881c239 - Browse repository at this point
Copy the full SHA 881c239View commit details -
mwan3: allow interfaces with no tracking IPs
In the procd refactor, support for interfaces with no tracking IPs was inadvertentiy removed. This commit restores the previous behavior Signed-off-by: Aaron Goodman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f66c573 - Browse repository at this point
Copy the full SHA f66c573View commit details -
* update to 4.13.8 * remove faulty io_uring kernel detection * fixes CVE's: CVE-2020-27840, CVE-2021-20277, CVE-2020-27840, CVE-2021-20277, CVE-2020-27840, CVE-2021-20277, CVE-2021-20254 * resolves #15512 Signed-off-by: Andy Walsh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b46896 - Browse repository at this point
Copy the full SHA 7b46896View commit details -
vim: install vimdiff symlink for vim-full
vim-full comes with diff feature Signed-off-by: Sergio E. Nemirowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7bd247 - Browse repository at this point
Copy the full SHA e7bd247View commit details -
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aaa0d34 - Browse repository at this point
Copy the full SHA aaa0d34View commit details -
Samplicator receives UDP datagrams on a given port and resends those datagrams to a specified set of receivers. Use Cases: - replicate Flow Samples to multiple receivers - use with conntrackd to synchronize via unicast to multiple targets Signed-off-by: Nick Hainke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74401c3 - Browse repository at this point
Copy the full SHA 74401c3View commit details -
unbound: add cache-max-negative-ttl config option
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66663e7 - Browse repository at this point
Copy the full SHA 66663e7View commit details -
strongswan: swanctl init script doesn't load connections
Fixes issue #15446 Signed-off-by: Philip Prindeville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55b5fa3 - Browse repository at this point
Copy the full SHA 55b5fa3View commit details -
Signed-off-by: Michael Heimpold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fa6282 - Browse repository at this point
Copy the full SHA 4fa6282View commit details -
auc: support queue_position status from server
Display position in queue while waiting for build. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d018e58 - Browse repository at this point
Copy the full SHA d018e58View commit details -
exim: update to version 4.94.2
Several exploitable vulnerabilities in Exim were reported to us and are fixed. Local vulnerabilities - CVE-2020-28007: Link attack in Exim's log directory - CVE-2020-28008: Assorted attacks in Exim's spool directory - CVE-2020-28014: Arbitrary PID file creation - CVE-2020-28011: Heap buffer overflow in queue_run() - CVE-2020-28010: Heap out-of-bounds write in main() - CVE-2020-28013: Heap buffer overflow in parse_fix_phrase() - CVE-2020-28016: Heap out-of-bounds write in parse_fix_phrase() - CVE-2020-28015: New-line injection into spool header file (local) - CVE-2020-28012: Missing close-on-exec flag for privileged pipe - CVE-2020-28009: Integer overflow in get_stdinput() Remote vulnerabilities - CVE-2020-28017: Integer overflow in receive_add_recipient() - CVE-2020-28020: Integer overflow in receive_msg() - CVE-2020-28023: Out-of-bounds read in smtp_setup_msg() - CVE-2020-28021: New-line injection into spool header file (remote) - CVE-2020-28022: Heap out-of-bounds read and write in extract_option() - CVE-2020-28026: Line truncation and injection in spool_read_header() - CVE-2020-28019: Failure to reset function pointer after BDAT error - CVE-2020-28024: Heap buffer underflow in smtp_ungetc() - CVE-2020-28018: Use-after-free in tls-openssl.c - CVE-2020-28025: Heap out-of-bounds read in pdkim_finish_bodyhash() The update to 4.94.2 also integrates a fix for a printf format issue previously addressed by a local patch which is removed. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71f50a8 - Browse repository at this point
Copy the full SHA 71f50a8View commit details -
lvm2: update to version 2.03.12
Two notable changes are devices file and metadata based autoactivation. Signed-off-by: Daniel Golle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0abf0b7 - Browse repository at this point
Copy the full SHA 0abf0b7View commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d13c7ba - Browse repository at this point
Copy the full SHA d13c7baView commit details -
tailscale: update to version 1.8.1
Add readme with simple tailscale howto. Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a30bc8 - Browse repository at this point
Copy the full SHA 5a30bc8View commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec8def7 - Browse repository at this point
Copy the full SHA ec8def7View commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da2f686 - Browse repository at this point
Copy the full SHA da2f686View commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9b8770 - Browse repository at this point
Copy the full SHA f9b8770View commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9af45a7 - Browse repository at this point
Copy the full SHA 9af45a7View commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d82d237 - Browse repository at this point
Copy the full SHA d82d237View commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ceaab33 - Browse repository at this point
Copy the full SHA ceaab33View commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 628989b - Browse repository at this point
Copy the full SHA 628989bView commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ae423e - Browse repository at this point
Copy the full SHA 7ae423eView commit details -
Signed-off-by: Michael Heimpold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdfd236 - Browse repository at this point
Copy the full SHA bdfd236View commit details -
Signed-off-by: Michael Heimpold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d9ace4 - Browse repository at this point
Copy the full SHA 4d9ace4View commit details -
lmbd: update to version 0.9.29
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3346ad8 - Browse repository at this point
Copy the full SHA 3346ad8View commit details -
redis: update to version 6.2.3
Fixes CVE-2021-29477 Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2edb43b - Browse repository at this point
Copy the full SHA 2edb43bView commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7324845 - Browse repository at this point
Copy the full SHA 7324845View commit details -
grilo-plugins: update to 0.3.13
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e55fb37 - Browse repository at this point
Copy the full SHA e55fb37View commit details -
python3: bump version to 3.9.5
Refreshed Python patches. Updated pip & setuptools version. For pip, patch '001-pep517-pyc-fix.patch' was reworked. Also, the current version of the bundled pip (21.1.1) no longer supports Python2, so the 'py2.py3' suffix gets replaced with just py3. For setuptools, there is no longer a script/module: pypa/setuptools#2544 Signed-off-by: Alexandru Ardelean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 433cdff - Browse repository at this point
Copy the full SHA 433cdffView commit details -
Signed-off-by: Tianling Shen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33d3b23 - Browse repository at this point
Copy the full SHA 33d3b23View commit details -
knot-resolver: update to version 5.3.2
Signed-off-by: Jan Pavlinec <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ae8683 - Browse repository at this point
Copy the full SHA 4ae8683View commit details -
* Full changelog available at: * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.106.2 Signed-off-by: Dobroslaw Kijowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d65c7a4 - Browse repository at this point
Copy the full SHA d65c7a4View commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63cda93 - Browse repository at this point
Copy the full SHA 63cda93View commit details -
gst1-plugins-base: update to 1.18.4
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e52676 - Browse repository at this point
Copy the full SHA 5e52676View commit details -
gst1-plugins-good: update to 1.18.4
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e336203 - Browse repository at this point
Copy the full SHA e336203View commit details -
gst1-plugins-bad: update to 1.18.4
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93cc9ba - Browse repository at this point
Copy the full SHA 93cc9baView commit details -
gst1-plugins-ugly: update to 1.18.4
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51f5a99 - Browse repository at this point
Copy the full SHA 51f5a99View commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33059b3 - Browse repository at this point
Copy the full SHA 33059b3View commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a893af - Browse repository at this point
Copy the full SHA 3a893afView commit details -
Signed-off-by: W. Michael Petullo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 144c9ba - Browse repository at this point
Copy the full SHA 144c9baView commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ff0b2b - Browse repository at this point
Copy the full SHA 9ff0b2bView commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f19d456 - Browse repository at this point
Copy the full SHA f19d456View commit details -
Signed-off-by: Jan Hak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9a9a9f - Browse repository at this point
Copy the full SHA e9a9a9fView commit details -
Signed-off-by: Miroslav Lichvar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18bc24c - Browse repository at this point
Copy the full SHA 18bc24cView commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a30c602 - Browse repository at this point
Copy the full SHA a30c602View commit details -
libpqxx: update to version 7.5.2
Signed-off-by: Igor Bezzubchenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 165b1b8 - Browse repository at this point
Copy the full SHA 165b1b8View commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8faffb - Browse repository at this point
Copy the full SHA d8faffbView commit details -
strongswan: make default bundle use swanctl
Signed-off-by: Philip Prindeville <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 177bbf7 - Browse repository at this point
Copy the full SHA 177bbf7View commit details -
Notable Changes: Diagnostics channel (experimental module) UUID support in the crypto module Experimental support for AbortController and AbortSignal Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c47003 - Browse repository at this point
Copy the full SHA 3c47003View commit details -
Merge branch 'feature_apparmor' of https://github.com/oskarirauta/pac…
…kages into feature_apparmor
Configuration menu - View commit details
-
Copy full SHA for 158af25 - Browse repository at this point
Copy the full SHA 158af25View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfc3af2 - Browse repository at this point
Copy the full SHA bfc3af2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6251f1 - Browse repository at this point
Copy the full SHA f6251f1View commit details