aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | gnuplot: fix host lib leakageStijn Tintel2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package does not build due to host lib leakage, as evidenced by config.log: X_CFLAGS=' -I/usr/include' X_LIBS=' -L/usr/lib' Fix this by disabling X with a configure var. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | Merge pull request #16380 from EricLuehrsen/unbound_132Rosen Penev2021-08-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | unbound: update to 1.3.2
| * | | | | | | unbound: update to 1.3.2Eric Luehrsen2021-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | | Merge pull request #16382 from cotequeiroz/perl_flockRosen Penev2021-08-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | perl: perlmod.mk: wrap hostpkg perl usage around flock
| * | | | | | | | perl: perlmod.mk: use flock when hostpkg/perl usedEneas U de Queiroz2021-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid parallel relinking and usage of the host perl binary by wrapping its usage around flock calls. Sometimes, two packages will try to relink the static host perl binary at the same time. Neither of them will have the other's module linked in, and one of them will unavoidably clobber the other one's binary. This will lead to errors when a package will not be able to find a module that was supposed to be installed. To fix that, an exclusive flock is used when relinking, with a 900 seconds timeout to avoid locking up the build process forever. This is not enough because the binary may be concurrently used to build another module package; perl is used in Configure, Compile, and Install procedures. If timing is right, a package will fail with a "permission denied" error. So a shared flock call is added in Configure, Compile, and Install definitions for host and target, with a shorter, 300 seconds timeout. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | | | Merge pull request #16377 from neheb/mjpggRosen Penev2021-08-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | mjpg-streamer: remove outdated musl patch
| * | | | | | | | | mjpg-streamer: remove outdated musl patchRosen Penev2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems to not be needed anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #16378 from neheb/hplpRosen Penev2021-08-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | hplip: update to 3.21.6
| * | | | | | | | | | hplip: update to 3.21.6Rosen Penev2021-08-15
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | / tvheadend: update to v4.2.8, remove static ffmpegMarius Dinu2021-08-17
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - refresh patches - add missing dependency: libffi Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro> [edited commit message and the maintainer line]
* | | | | | | | | 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>