aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* hplip: update to 3.21.6Rosen Penev2021-08-15
| | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #16372 from dibdot/travelmateDirk Brenken2021-08-15
|\ | | | | travelmate: update to 2.0.5-3
| * travelmate: update to 2.0.5-3Dirk Brenken2021-08-15
| | | | | | | | | | | | | | | | * simplify the scan logic, to get rid of nifty IFS tricks * limit the nearby scan results to process only the strongest uplinks, set 'trm_maxscan' accordingly (default '10') * update the readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | ksmbd: use hostname only as nameFritz D. Ansel2021-08-15
| | | | | | | | | | | | even if a fqdn (with domain) is set by user Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | uvol: update to version 0.4Daniel Golle2021-08-15
|/ | | | | | | | | | Create UCI fstab mount sections for existing volumes on firstboot. Introduce special handling for volumes with non-[:alnum:] prefix: - do not create UCI sections for these 'hidden' volumes - create UCI section for '.uxc' special volume with target /var/state/uxc to be used for uxc config. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ksmbd: set stoplevelFritz D. Ansel2021-08-15
| | | | | | to allow graceful stop of the daemon Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* samba4: allow disabling wsdd2 in menuconfigFritz D. Ansel2021-08-15
| | | | | | | | but keep it selected by default as before so it could be selected if nmbd and/or wssd2 should be used Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* samba4: use hostname only as nameFritz D. Ansel2021-08-15
| | | | | | even if a fqdn (with domain) is set by user Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* samba4: set stoplevelFritz D. Ansel2021-08-15
| | | | | | to allow graceful stop of the daemon Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* wsdd2: dont use fqdnFritz D. Ansel2021-08-15
| | | | | | workgroups use the name of the host without domain Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* collectd-mod-cpufreq: enable for ipq807xMatthew Hagan2021-08-15
| | | | | | Tested on AX3600 Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* Merge pull request #16365 from stintel/fishStijn Tintel2021-08-15
|\ | | | | fish: don't build docs
| * fish: don't build docsStijn Tintel2021-08-15
| | | | | | | | | | | | | | Building docs fails due to fish_indent not being available. As we don't install docs anyway, simply disable docs build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | collectd-mod-ping: add support for MaxMissedJohn Kohl2021-08-15
| | | | | | | | Signed-off-by: John Kohl <jtk.git@bostonpog.org>
* | auc: update to version 0.2.0Daniel Golle2021-08-15
|/ | | | | | * support for ASU server post commit aparcar/asu@bac6de18 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* 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