aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rtl_433: disable SoapySDRStijn Tintel2021-08-15
| | | | | | | | When building on a host with SoapySDR installed, the package fails to build as CMake picks up the host SoapySDR CMake module. As SoapySDR is not available in OpenWrt, simply disable SoapySDR to fix build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Merge pull request #16326 from cotequeiroz/install_hostRosen Penev2021-08-14
|\ | | | | perlmod.mk, unixodbc: use 'install' instead of 'cp' to install host binaries to avoid "Text file busy" error.
| * unixodbc: use 'install' when copying host binariesEneas U de Queiroz2021-08-11
| | | | | | | | | | | | | | | | 'cp' fails with a text file busy error if it tries to overwrite an executable file that is running. 'install' unlinks the file first, so it will not cause the problem. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * perl: perlmod.mk: use 'install' for host binariesEneas U de Queiroz2021-08-11
| | | | | | | | | | | | | | | | | | When installing a host perl module, the host perl binary in the staging dir is replaced by using 'cp'. However, if the binary is running in a parallel job, cp will fail with a text file busy error. Use $(INSTALL_BIN), which unliks the file first to avoid the error. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | auc: move function to right placeDaniel Golle2021-08-14
| | | | | | | | | | | | Change order of functions defined to fix build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | curl: update to 7.78.0Stan Grishin2021-08-14
| | | | | | | | | | | | | | | | | | * update to 7.78.0 * change maintainer * remove obsolete mirror (curl.mirror.anstey.ca) * update main curl URLs Signed-off-by: Stan Grishin <stangri@melmac.net>
* | auc: improve branch selection logicDaniel Golle2021-08-14
| | | | | | | | | | | | | | | | | | Make sure '-rcX' suffix is recognized as being a lower version than the release. Detect per-branch snapshot version by matching the version name string. Clean up here and there. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #16354 from commodo/django-bumpRosen Penev2021-08-13
|\ \ | | | | | | django: bump to version 3.2.6
| * | django: bump to version 3.2.6Alexandru Ardelean2021-08-13
| | | | | | | | | | | | | | | | | | And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | sqm-scripts: bump to v1.5.1Toke Høiland-Jørgensen2021-08-13
| | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | Merge pull request #16352 from dibdot/travelmateDirk Brenken2021-08-13
|\ \ \ | |/ / |/| | travelmate: update to 2.0.5-2
| * | travelmate: update to 2.0.5-2Dirk Brenken2021-08-13
|/ / | | | | | | | | | | * scan for open uplinks even if no other station has been added/configured Signed-off-by: Dirk Brenken <dev@brenken.org>
* | auc: handle root filesystem typeDaniel Golle2021-08-13
| | | | | | | | | | | | | | Automatically select image root filesystem type and allow the user to override that choice using the new '-F' command line option. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | exim: some clean upsDaniel Golle2021-08-13
| | | | | | | | | | | | | | | | * use username/group 'exim' instead of mail * register configuration file * make sure /usr/lib/exim/lookups exists Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #16351 from turris-cz/sqlalchemyRosen Penev2021-08-12
|\ \ | | | | | | python-sqlalchemy: update to version 1.4.22
| * | python-sqlalchemy: update to version 1.4.22Josef Schlehofer2021-08-13
|/ / | | | | | | | | | | Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #16336 from G-M0N3Y-2503/docker-20.10.8Rosen Penev2021-08-12
|\ \ | | | | | | Docker 20.10.8
| * | dockerd: Updated to 20.10.8Gerard Ryan2021-08-12
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | docker: Updated to 20.10.8Gerard Ryan2021-08-12
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | containerd: Updated to 1.4.9 for docker 20.10.8Gerard Ryan2021-08-12
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | runc: Updated to 1.0.1 for docker 20.10.8Gerard Ryan2021-08-12
| | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | Merge pull request #16341 from Payne-X6/masterRosen Penev2021-08-12
|\ \ \ | | | | | | | | knot: update to version 3.1.1
| * | | knot: update to version 3.1.1Jan Hak2021-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | Merge pull request #16318 from selanf/x2Florian Eckert2021-08-12
|\ \ \ \ | |/ / / |/| | | xinetd: support for anonym configs
| * | | xinetd: fix syntax violationFritz D. Ansel2021-08-12
| | | | | | | | | | | | | | | | | | | | | | | | see https://github.com/openwrt/packages/pull/16318#discussion_r687481110 Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
| * | | xinetd: support for anonym configsFritz D. Ansel2021-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | config by names clashes if a service supports udp and tcp, eg time and daytime Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | | radsecproxy: Bump to v1.9.0Toke Høiland-Jørgensen2021-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove 300-gcc10.patch as that was applied upstream, and refresh the other patch. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | Merge pull request #16315 from selanf/x1Florian Eckert2021-08-12
|\ \ \ \ | | | | | | | | | | collectd: enable cpufreq plugin for mediatek
| * | | | collectd: enable cpufreq plugin for mediatekFritz D. Ansel2021-08-12
| |/ / / | | | | | | | | | | | | | | | | | | | | tested on e8450 ubi+non-ubi Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | | Merge pull request #16328 from turris-cz/hwdataRosen Penev2021-08-12
|\ \ \ \ | |_|/ / |/| | | hwdata: update to version 0.350
| * | | hwdata: update to version 0.350Josef Schlehofer2021-08-11
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #16320 from turris-cz/babelAlexandru Ardelean2021-08-12
|\ \ \ \ | | | | | | | | | | python-babel: update to version 2.9.1
| * | | | python-babel: update to version 2.9.1Josef Schlehofer2021-08-11
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/python-babel/babel/releases/tag/v2.9.1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #16329 from turris-cz/pycurlAlexandru Ardelean2021-08-12
|\ \ \ \ | | | | | | | | | | python-curl: update to version 7.44.0
| * | | | python-curl: update to version 7.44.0Josef Schlehofer2021-08-12
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: PycURL 7.44.0 - 2021-08-08 -------------------------- This release reinstates best effort Python 2 support, adds Python 3.9 and Python 3.10 alpha support and implements support for several libcurl options. Official Windows builds are currently not being produced. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #16325 from egorenar/stress-ng-libkmodAlexandru Ardelean2021-08-12
|\ \ \ \ | | | | | | | | | | stress-ng: add missing libkmod dependency
| * | | | stress-ng: add missing libkmod dependencyAlexander Egorenkov2021-08-11
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes build problem introduced in commit 9a1bb4baf55f ("stress-ng: bump to version 0.13.00"): Package stress-ng is missing dependencies for the following libraries: libkmod.so.2 Fixes: 9a1bb4baf55f ("stress-ng: bump to version 0.13.00") Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
* | | | auc: update to version 0.1.9Daniel Golle2021-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow the @aparcar's withlist: - [x] Print URL of used server when searching for an update - [x] Implement `-y` option which automatically accepts changes - [x] Implement `-r` option which doesn't check for package upgrades but only new releases - [x] Print link or created image to be downloadable by the user from a browser/curl. Also allow selecting branch and version manually. Fixes: #16324 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | exim: add default config and init script, enable lmtpDaniel Golle2021-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ship default configuration /etc/exim/exim.conf as well as a simple procd init script. Enable building with LMTP for better integration with dovecot. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | postgresql: improve init scriptDaniel Golle2021-08-12
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use newly introduced procd_add_restart_mount_trigger to make sure postmaster gets started only once PGDATA becomes available. Relocate socket directory to /var/lib/postgresql to make it possible to run postgresql inside a ujail. Use signal for shutdown, so it works nicely with jail. Allow multiple script in UCI 'config postgres-db' to be a list and run them in order listed. User more silent methods to check for db or role existence and make it easy to create several databases owned by the same user by passing the same credentials multiple times. Remove disfunctional reload handler. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #16314 from ja-pa/redis-6.2.5Josef Schlehofer2021-08-11
|\ \ \ | | | | | | | | redis: update to version 6.2.5
| * | | redis: update to version 6.2.5Jan Pavlinec2021-08-11
| | |/ | |/| | | | | | | | | | | | | Fixes CVE-2021-32761 Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
* | | Merge pull request #16323 from dibdot/travelmateDirk Brenken2021-08-11
|\ \ \ | | | | | | | | travelmate: update to 2.0.5
| * | | travelmate: update to 2.0.5Dirk Brenken2021-08-11
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * support the new travelmate option 'macaddr' to use a pre-defined MAC address (per uplink) * vpn connections are now handled separately for each uplink * The autoadd-feature for adding open uplinks will now be limited by the 'trm_maxautoadd' option. The default is '5', '0' disables this limitation. * more code cleanups und optimizations to reduce the repetitive connection handling workload * bugfixes regarding multiple radio support * refine cp detection (no longer write and parse an error file) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #16112 from dmascord/add_mdio-toolsMichael Heimpold2021-08-11
|\ \ \ | |/ / |/| | mdio-tools: add package plus kernel module
| * | mdio-netlink: fix PKG_MIRROR_HASHMichael Heimpold2021-07-21
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | mdio-tools: upgrade to latest commitMichael Heimpold2021-07-21
| | | | | | | | | | | | | | | | | | Also fix minor style issues. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | mdio-tools: Add package plus kernel moduleDamien Mascord2021-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | mdio is a low-level Linux debug tool for communicating with devices attached an MDIO bus. It improves on existing tools in this space in a few important ways: MDIO buses are directly addressable. Previous solutions relied on at least one Ethernet PHY on the bus being attached to a net device, which is typically not the case when the device is an Ethernet switch for example. Complex operations can be performed atomically. The old API only supported a single read or write of a single register. mdio sends byte code to the mdio-netlink kernel module that can perform multiple operations, store intermediate values, loop etc. As a result, things like read/mask/write operations and accesses to paged PHYs can be performed safely. Signed-off-by: Damien Mascord <tusker@tusker.org>
* | | syncthing: update to version 1.18.1Michal Vasilek2021-08-11
| |/ |/| | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | Merge pull request #16197 from Ansuel/nginx-upRosen Penev2021-08-10
|\ \ | | | | | | nginx: bump to 1.21.1 and improve makefile