aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | prometheus-node-exporter-lua: handle empty lines in all_sta output correctlyMartin Weinelt2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An empty line has a name and value that is nil and setting a table index to nil breaks metrics for every vif after the first one. Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* | | | | | | | | | | prometheus-node-exporter-lua: increase label density in hostapd_stationsMartin Weinelt2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correlating data is only possible when we have more metadata, this adds a bunch of labels for each client, that will increase the depth of dashboards yet to come. In particular the changes in this commit are: - renames the `ifname` label to `vif` - adds `frequency`, `channel`, `bssid`, `ssid`, `encryption` and `mode` Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* | | | | | | | | | | python3: do a simple ls on pip & setuptools if not selected for buildAlexandru Ardelean2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I seem to forget to check/select setuptools and pip (that come bundled with Python). This change will do a simple 'ls' on the 2 wheel files, so that the build fails even if just building Python. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | python3: update to version 3.9.6Alexandru Ardelean2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Bumped pip to 21.1.3. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | Merge pull request #16047 from oskarirauta/apparmor_utilsFlorian Eckert2021-07-06
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | apparmor: add missing parser.conf
| * | | | | | | | | | apparmor: add missing parser.confOskari Rauta2021-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | | | | | | | Merge pull request #16029 from dangowrt/mwan3-rttablesFlorian Eckert2021-07-06
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | mwan3: use default routes from additional tables
| * | | | | | | | | | mwan3: use default routes from additional tablesDaniel Golle2021-07-05
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now the additional tables listed in gobal 'rt_table_lookup' were not considered for interfaces. In order to be able to also use interface-defined routes from tables other than main, consider also tables listed in 'rt_table_lookup'. Update version to 2.10.10 as requested by maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | uvol: fix units with lvm backendDaniel Golle2021-07-06
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Free and total bytes are now properly returned as bytes by LVM2 as requested. No longer multiply values. Fix parameter order of 'create' command in usage output while at it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | Merge pull request #16038 from mhei/php7-updateMichael Heimpold2021-07-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | php7: update to 7.4.21
| * | | | | | | | | php7: update to 7.4.21Michael Heimpold2021-07-05
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2021-21704 - CVE-2021-21705 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | Merge pull request #16037 from mhei/php8-updateMichael Heimpold2021-07-05
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | php8: update to 8.0.8
| * | | | | | | | php8: update to 8.0.8Michael Heimpold2021-07-05
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2021-21704 - CVE-2021-21705 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #16043 from commodo/pillowRosen Penev2021-07-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pillow: bump to version 8.3.0
| * | | | | | | | pillow: bump to version 8.3.0Alexandru Ardelean2021-07-05
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #16041 from commodo/django-bumpRosen Penev2021-07-05
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | django: bump to version 3.2.5
| * | | | | | | django: bump to version 3.2.5Alexandru Ardelean2021-07-05
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several bug-fixes. Fix CVE-2021-35042 Release notes: https://docs.djangoproject.com/en/3.2/releases/3.2.5/ Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #16012 from commodo/python-dateutilRosen Penev2021-07-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-dateutil: add setuptools-scm build dep
| * | | | | | | python-dateutil: add setuptools-scm build depAlexandru Ardelean2021-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following: https://github.com/openwrt/packages/pull/16004 https://github.com/openwrt/packages/pull/15995 https://github.com/openwrt/packages/issues/15988 It seems that dateutil requires setuptools-scm to be installed. As such, this is being added as a dependency. Also, bump setuptools-scm to version 6.0.1 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #16025 from rs/nextdns-1.34.2-masterRosen Penev2021-07-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nextdns: Update to version 1.34.2
| * | | | | | | | nextdns: Update to version 1.34.2Olivier Poitrey2021-07-02
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* / / / / / / / libzip: fix typo in patch (fixes #15992)Michael Heimpold2021-07-02
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevented expansion of libdir in pkgconfig. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #16010 from pprindeville/strongswan-simplify-stroke-installPhilip Prindeville2021-07-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | strongswan: trivial improvement in 'stroke' packaging
| * | | | | | | strongswan: trivial improvement in 'stroke' packagingPhilip Prindeville2021-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | Merge pull request #14716 from mhei/libgpiod-updateMichael Heimpold2021-07-01
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | libgpiod: update to 1.6.3
| * | | | | | | libgpiod: update to 1.6.3Michael Heimpold2021-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #16003 from zorun/tessdata_speed_buildRosen Penev2021-06-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | tessdata: uncompress tarball only once to speed up builds
| * | | | | | | | tessdata: uncompress tarball only once to speed up buildsBaptiste Jonglez2021-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous approach was to uncompress N times a big tarball (638 MB) where N=130 is the number of supported languages. Each iteration would only extract a single file, but it still needs to uncompress the whole tarball. This is of course completely inefficient. Now, we uncompress the tarball only once to extract all relevant files, and then iterate N times to copy the file needed for each language. This massively speeds up builds, at the expense of temporarily requiring more build space (about 1 GB more) Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
* | | | | | | | | Merge pull request #16000 from dibdot/adblockDirk Brenken2021-06-30
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | adblock: update 4.1.3-2
| * | | | | | | | adblock: update 4.1.3-2Dirk Brenken2021-06-29
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add a tcpdump option to resolve IPs in adblock reporting, set 'adb_represolve' accordingly (disabled by default). If enabled tcpdump will perform a reverse DNS (PTR) lookup for each IP address * add 'stalkerware' source (provided by @astryzia) * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | auc: update to version 0.1.8Daniel Golle2021-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes support for x86, auc now selects the right combined image depending on the system being booted in EFI mode or not. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #15979 from G-M0N3Y-2503/cache-domains-fix-wildcardRosen Penev2021-06-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cache-domains: Fixed missing wildcard entries
| * | | | | | | | cache-domains: Fixed missing wildcard entriesGerard Ryan2021-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix requires the use of the generated dnsmasq `lancache.conf` file. So I moved configuration of the hosts directory out of the UCI and into the generated dnsmasq configuration file to simplify the script. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | | | Merge pull request #15950 from rsalvaterra/lolcatRosen Penev2021-06-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | lolcat: add package
| * | | | | | | | | lolcat: add packageRui Salvaterra2021-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A pure C implementation of lolcat, probably the lightest out there. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | | | | | | | | Merge pull request #15797 from lnslbrty/update/libulfius-2.7.3Rosen Penev2021-06-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libulfius: update to 2.7.3
| * | | | | | | | | | libulfius: update to 2.7.3Toni Uhlig2021-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | | | | | | | Merge pull request #15877 from neheb/exfatpRosen Penev2021-06-29
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | exfatprogs: update to 1.1.2
| * | | | | | | | | | | exfatprogs: update to 1.1.2Rosen Penev2021-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #15996 from PowerDNS/dnsdist-recursor-option-checkingRosen Penev2021-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | dnsdist, pdns-recursor: remove --enable-option-checking=fatal
| * | | | | | | | | | | pdns-recursor: remove --enable-option-checking=fatalPeter van Dijk2021-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
| * | | | | | | | | | | dnsdist: remove --enable-option-checking=fatalPeter van Dijk2021-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | | | | | | | | Merge pull request #15998 from blocktrron/pr-udhcpsnoopDavid Bauer2021-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | udhcpsnoop: import package from TIP
| * | | | | | | | | | | | udhcpsnoop: import package from TIPDavid Bauer2021-06-29
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import the udhcpsnoop package from the TIP feed. The original Makefile in TIP repo spcifies GPL-2.0 as the PKG_LICENSE. However this is a mistake, as the SPDX headers of the repos source files all specify BSD-3-Clause as their license. See https://github.com/Telecominfraproject/wlan-ap/blob/uCentral-trunk/feeds/ucentral/udhcpsnoop/Makefile Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | | | | | | | | Merge pull request #15992 from mhei/libzip-fix-pkgconfigMichael Heimpold2021-06-29
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | libzip: fix pkgconfig paths (fixes #15943)
| * | | | | | | | | | | libzip: fix pkgconfig paths (fixes #15943)Michael Heimpold2021-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should use upstream patch here, which can be removed later, instead of maintaining our own one. Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | Revert "uci2: update revision"Josef Schlehofer2021-06-29
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm reverting this commit, because it is pulling newer source code, but without doing a new version bump. This results that users who already installed this library on their router will have different package content than users who installed it after the commit. The another small reason is that commit subject - update revision is cryptic itself and should be more bulletproof like saying update to version 1.1 More details: https://github.com/openwrt/packages/pull/15990#issuecomment-870333695 This reverts commit e7793234815ae53cbf05f87ce36309af5956c399. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | Merge pull request #15889 from flyn-org/podmanRosen Penev2021-06-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | podman: change permissions on /usr/share/containers/seccomp.json
| * | | | | | | | | | | podman: change permissions on /usr/share/containers/seccomp.jsonW. Michael Petullo2021-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running podman as users other than root seems to require that those users can read /usr/share/containers/seccomp.json. This change sets the permissions on that file to match those used on Fedora. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | | | Merge pull request #15851 from brvphoenix/ariangRosen Penev2021-06-28
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ariang: update to 1.2.2