aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | strongswan: libnttft must not select strongswanEneas U de Queiroz2021-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <cotequeiroz@gmail.com>
* | | | | | | | node: #14983 NODEJS_ICU_SMALL is defaultRobin Rainton2021-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Rainton <robin@rainton.com>
* | | | | | | | netdata: disable shared memory totals by defaultTiago Gaspar2021-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <tiagogaspar8@gmail.com>
* | | | | | | | https-dns-proxy: bugfix: race condition with dnsmasqStan Grishin2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | CI: remove leftover travis filesPaul Spooren2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | THe current CI uses both CircleCI and GitHub Action CI, but not Travis. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | | uvol: some improvementsDaniel Golle2021-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use lvm --reportformat json * add 'list' and 'align' commands * add help output Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | simple-adblock: update to 1.8.7-3Stan Grishin2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | taglib: fix config file pathsRosen Penev2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gerbera stupidly uses taglib-config to find the paths. Fix them to avoid adding /usr/lib Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | gerbera: update to 1.8.0Rosen Penev2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | libnpupnp: update to 4.1.3Rosen Penev2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | spdlog: update to 1.8.5Rosen Penev2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | file: update to 5.40Rosen Penev2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | ovsd: improve package style and update sourceDaniel Golle2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix post-merge comments in #15316 and update source. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | modbus-utils: remove accidentally added packageDaniel Golle2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modbus-utils was not intended to be added at this stage. Remove it. Fixes: 312594f86 ("uvol: add new package") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | safe-search: prevent duplicate cron job installationGregory L. Dietsche2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <gregory.dietsche@cuw.edu>
* | | | | | | | ap_config: remove accidentally added packageDaniel Golle2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 312594f86 ("uvol: add new package") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | uvol: add new packageDaniel Golle2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <daniel@makrotopia.org>
* | | | | | | | lvm2: don't use `-normal` suffix for non-SELinux variantsDaniel Golle2021-04-10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was probably a work-around for an issue with dependencies which was fixed by https://github.com/openwrt/openwrt/commit/988ed0080284903d1fe4851c5ae8f1238bc61da2 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 <daniel@makrotopia.org>
* / / / / / / adblock: fix games_tracking source urlDirk Brenken2021-04-09
|/ / / / / / | | | | | | | | | | | | Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | autopart: use '-' to separate drive serial in volume nameDaniel Golle2021-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of just appending the driver serial including the '0x' prefix, use '-' prefix instead to make it more readable. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | libuhttpd: Update to 3.11.0Jianhui Zhao2021-04-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | | Merge pull request #6924 from derekyerger/strongswan-lattice-sha3Philip Prindeville2021-04-08
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | strongswan: add more crypto plugins
| * | | | | strongswan: add more crypto pluginsDerek Yerger2021-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <derek@altdevs.net>
* | | | | | Merge pull request #15353 from ja-pa/knot-resolver-5.3.1Josef Schlehofer2021-04-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | knot-resolver: update to version 5.3.1
| * | | | | | knot-resolver: update to version 5.3.1Jan Pavlinec2021-04-06
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | ksmbd-tools: update to 3.3.8Rosen Penev2021-04-07
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: disable symlink by default. remove smack inherit leftovers. Enable guest access on IPC$ share by default. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | ksmbd-tools: Add a mDNS TXT record for the ksmbd serviceKirill Nikolaev2021-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <cyril7@gmail.com>
* | | | | ksmbd: update to 3.3.8Rosen Penev2021-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <rosenp@gmail.com>
* | | | | ooniprobe: update to version 3.9.0Jan Pavlinec2021-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove getrescources call because it is no longer required. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | python-pytest: update to version 6.2.3Jan Pavlinec2021-04-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #15235 from TDT-AG/pr/20210323-collectd-mod-ubiHannu Nyman2021-04-07
|\ \ \ \ \ | | | | | | | | | | | | collectd: add bad blocks percent calculation for ubi plugin
| * | | | | collectd: update PKG_RELEASEFlorian Eckert2021-03-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | collectd: add percent calculation of bad block to ubi pluginFlorian Eckert2021-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patche adds the percent evaluation for the bad blocks. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | collectd: prepare ubi plugin for percent calculationFlorian Eckert2021-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patche change prepares the ubi plugin to add the bad block evaluation in percent. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #15359 from BKPepe/zeroconfJosef Schlehofer2021-04-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | zeroconf: update to version 0.29.0
| * | | | | | zeroconf: update to version 0.29.0Josef Schlehofer2021-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update copyright in Makefile Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #15358 from BKPepe/ytdlJosef Schlehofer2021-04-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | youtube-dl: update to version 2021.4.7
| * | | | | | | youtube-dl: update to version 2021.4.7Josef Schlehofer2021-04-06
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | minisatip: add libdvbcsa supportRosen Penev2021-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unconditionally enable with BUILD_PATENTED. Simplify configure args. Add missing PKG_CONFIG_DEPENDS Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | lualanes: build with CMakeRosen Penev2021-04-06
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Faster to compile. Add license information. Several cleanups for consistency between packages. Small patch fix now that uClibc-ng is gone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | mosquitto: bump to 2.0.10Karl Palsson2021-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a security fix, affecting 2.0.0 through to 2.0.9. Mosquitto instances could be remotely DoS'd by authenticated clients. Release notes at: https://github.com/eclipse/mosquitto/blob/v2.0.10/ChangeLog.txt CVE number has not yet been assigned. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | haproxy: Update HAProxy to v2.2.13Christian Lachner2021-04-06
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | Merge pull request #15337 from SvenRoederer/xinetd-includeFlorian Eckert2021-04-06
|\ \ \ \ \ | | | | | | | | | | | | xinetd: honor ${IPKG_INSTROOT} when sourcing /lib/functions.sh
| * | | | | xinetd: honor ${IPKG_INSTROOT} when sourcing /lib/functions.shSven Roederer2021-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid "file not found"-error when embedding via Imagebuilder. Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
* | | | | | meson: fix compilation with at least spiceRosen Penev2021-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit should also get rid of pointless option warnings. Also removed an extra ) that was causing a bad cpu value. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | pillow: bump to version 8.2.0Alexandru Ardelean2021-04-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | libmaxminddb: build with CMakeRosen Penev2021-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Faster and less error prone. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | strongswan: bump to 5.9.2Philip Prindeville2021-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retire weak algorithms like MD5 and 3DES. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | strongswan: force PIC on all buildsPhilip Prindeville2021-04-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | libcap: drop from feedStijn Tintel2021-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libcap package was moved to OpenWrt base. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>