aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | python-cachelib: update to version 0.3.0Stepan Henek2021-08-17
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stepan Henek <stepan.henek@nic.cz>
* | | | | | | | Merge pull request #16273 from pprindeville/strongswan-sysupgradePhilip Prindeville2021-08-16
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | strongswan: add /etc/config/ipsec to sysupgrade list
| * | | | | | | strongswan: add /etc/config/ipsec to sysupgrade listPhilip Prindeville2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | Merge pull request #16375 from neheb/jpggRosen Penev2021-08-16
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | libjpeg-turbo: update to 2.1.1
| * | | | | | | libjpeg-turbo: update to 2.1.1Rosen Penev2021-08-15
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #16296 from stintel/keaStijn Tintel2021-08-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kea: add init script and hooks to support HA
| * | | | | | | kea: add kea-uci package with basic init scriptStijn Tintel2021-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This init script allows to start the Kea Control Agent, the DHCPv4 server, the DHCPv6 server, and the DHCP-DDNS server. It expects the config files to be where the packages install them. As this is a single init script that can start 4 different binaries that are each in their own package, these files cannot be included in any of these other package, so create a dedicated package for it. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | | | | kea: add conffilesStijn Tintel2021-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the /etc/kea directory to conffiles, so configuration will not be lost during sysupgrade. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | | | | kea: add package for high availability hookStijn Tintel2021-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows running multiple kea instances in load balancing or hot-standby mode, minimizing risk of downtime. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | | | | | | kea: add package for lease commands hookStijn Tintel2021-08-16
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required for the HA hook. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | Merge pull request #16376 from neheb/watRosen Penev2021-08-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | watchcat: run through shfmt
| * | | | | | | watchcat: run through shfmtRosen Penev2021-08-15
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cosmetic fixes mainly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | opensc: update to version 0.22.0Daniel Golle2021-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | lvm2: update to version 2.03.13Daniel Golle2021-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | cni-plugins: update to version 1.0.0Daniel Golle2021-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | postgresql: update to version 13.4Daniel Golle2021-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #16363 from stintel/tcpreplayAlexandru Ardelean2021-08-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tcpreplay: avoid host lib leakage
| * | | | | | | tcpreplay: avoid host lib leakageStijn Tintel2021-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On hosts that have pcapnav-config installed, there is host lib leakage. From config.log: LNAVLIB='-L/usr/lib64 -lpcapnav -lpcap' LNAV_CFLAGS='-I/usr/include' Fix this by disabling pcapnav-config, which isn't available anyway. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | Merge pull request #16301 from stintel/libffiAlexandru Ardelean2021-08-16
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | libffi: bump to 3.4.2
| * | | | | | | libffi: bump to 3.4.2Stijn Tintel2021-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove both patches as they have been upstreamed. This new release is only available on Github and does not ship configure or Makefile, so autoreconf is needed. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | 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