Alexandru Ardelean
06e70ff8cc
Merge pull request #16363 from stintel/tcpreplay
...
tcpreplay: avoid host lib leakage
2021-08-16 11:20:53 +03:00
Alexandru Ardelean
975f2c77bd
Merge pull request #16301 from stintel/libffi
...
libffi: bump to 3.4.2
2021-08-16 09:52:50 +03:00
Rosen Penev
1f7d8f2c40
hplip: update to 3.21.6
...
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-08-15 18:31:40 -07:00
Rosen Penev
e74cbe7149
mjpg-streamer: remove outdated musl patch
...
It seems to not be needed anymore.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-08-15 18:30:09 -07:00
Rosen Penev
933de68f3f
watchcat: run through shfmt
...
Cosmetic fixes mainly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-08-15 18:29:12 -07:00
Rosen Penev
e2a76c2cfe
libjpeg-turbo: update to 2.1.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-08-15 18:27:52 -07:00
Dirk Brenken
b4a4aab5fa
Merge pull request #16372 from dibdot/travelmate
...
travelmate: update to 2.0.5-3
2021-08-15 20:30:18 +02:00
Fritz D. Ansel
47e87e1b75
ksmbd: use hostname only as name
...
even if a fqdn (with domain) is set by user
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
2021-08-15 18:07:07 +03:00
Daniel Golle
6276e8b2ae
uvol: update to version 0.4
...
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>
2021-08-15 15:48:17 +01:00
Dirk Brenken
58a3cf1f01
travelmate: update to 2.0.5-3
...
* 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>
2021-08-15 15:49:35 +02:00
Fritz D. Ansel
28ed2b82c5
ksmbd: set stoplevel
...
to allow graceful stop of the daemon
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
2021-08-15 14:56:33 +03:00
Fritz D. Ansel
2992e3bb7d
samba4: allow disabling wsdd2 in menuconfig
...
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>
2021-08-15 14:55:31 +03:00
Fritz D. Ansel
6bac8c6275
samba4: use hostname only as name
...
even if a fqdn (with domain) is set by user
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
2021-08-15 14:44:18 +03:00
Fritz D. Ansel
059f622ac9
samba4: set stoplevel
...
to allow graceful stop of the daemon
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
2021-08-15 14:44:09 +03:00
Fritz D. Ansel
3953ff956d
wsdd2: dont use fqdn
...
workgroups use the name of the host without domain
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
2021-08-15 14:42:37 +03:00
Matthew Hagan
6f58e598f4
collectd-mod-cpufreq: enable for ipq807x
...
Tested on AX3600
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2021-08-15 14:41:49 +03:00
Stijn Tintel
583485e9b3
Merge pull request #16365 from stintel/fish
...
fish: don't build docs
2021-08-15 12:13:19 +03:00
John Kohl
b5782a0f0d
collectd-mod-ping: add support for MaxMissed
...
Signed-off-by: John Kohl <jtk.git@bostonpog.org>
2021-08-15 10:38:35 +03:00
Daniel Golle
b1d38e7ab3
auc: update to version 0.2.0
...
* support for ASU server post commit aparcar/asu@bac6de18
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-15 02:33:53 +01:00
Stijn Tintel
190f62ee62
gnuplot: fix host lib leakage
...
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>
2021-08-15 03:25:02 +03:00
Stijn Tintel
4e35ada04f
fish: don't build docs
...
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>
2021-08-15 02:11:31 +03:00
Rosen Penev
51f9a12a54
Merge pull request #16326 from cotequeiroz/install_host
...
perlmod.mk, unixodbc: use 'install' instead of 'cp' to install host binaries to avoid "Text file busy" error.
2021-08-14 13:42:09 -07:00
Stijn Tintel
e4b8fec79c
tcpreplay: avoid host lib leakage
...
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>
2021-08-14 22:50:25 +03:00
Daniel Golle
6c784dff2b
auc: move function to right place
...
Change order of functions defined to fix build.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-14 14:01:34 +01:00
Stan Grishin
243c86ffc8
curl: update to 7.78.0
...
* 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>
2021-08-14 01:24:38 +01:00
Daniel Golle
545c93d45b
auc: improve branch selection logic
...
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>
2021-08-14 01:08:05 +01:00
Rosen Penev
0d637caaf6
Merge pull request #16354 from commodo/django-bump
...
django: bump to version 3.2.6
2021-08-13 13:41:31 -07:00
Toke Høiland-Jørgensen
62c16aacb4
sqm-scripts: bump to v1.5.1
...
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2021-08-13 17:54:46 +02:00
Dirk Brenken
19791a8244
Merge pull request #16352 from dibdot/travelmate
...
travelmate: update to 2.0.5-2
2021-08-13 11:13:12 +02:00
Alexandru Ardelean
2577bb1eda
django: bump to version 3.2.6
...
And switch to AUTORELEASE for PKG_RELEASE.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-08-13 10:04:27 +03:00
Dirk Brenken
e6e3c9481d
travelmate: update to 2.0.5-2
...
* scan for open uplinks even if no other station has been added/configured
Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-08-13 08:28:29 +02:00
Daniel Golle
4d789eac33
auc: handle root filesystem type
...
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>
2021-08-13 04:54:32 +01:00
Daniel Golle
66a62e2fcf
exim: some clean ups
...
* 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>
2021-08-13 04:51:38 +01:00
Rosen Penev
145158a199
Merge pull request #16351 from turris-cz/sqlalchemy
...
python-sqlalchemy: update to version 1.4.22
2021-08-12 19:50:00 -07:00
Josef Schlehofer
5fc396da2e
python-sqlalchemy: update to version 1.4.22
...
Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-08-13 03:08:38 +02:00
Rosen Penev
326d3aa7a2
Merge pull request #16336 from G-M0N3Y-2503/docker-20.10.8
...
Docker 20.10.8
2021-08-12 11:12:20 -07:00
Rosen Penev
d0fcffee78
Merge pull request #16341 from Payne-X6/master
...
knot: update to version 3.1.1
2021-08-12 11:07:51 -07:00
Florian Eckert
4608a73bf0
Merge pull request #16318 from selanf/x2
...
xinetd: support for anonym configs
2021-08-12 14:18:01 +02:00
Fritz D. Ansel
afdc1c2a75
xinetd: fix syntax violation
...
see https://github.com/openwrt/packages/pull/16318#discussion_r687481110
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
2021-08-12 14:05:09 +02:00
Fritz D. Ansel
631e3fa10f
xinetd: support for anonym configs
...
config by names clashes if a service supports
udp and tcp, eg time and daytime
Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
2021-08-12 14:01:48 +02:00
Jan Hak
7aee9d1308
knot: update to version 3.1.1
...
Signed-off-by: Jan Hak <jan.hak@nic.cz>
2021-08-12 13:28:32 +02:00
Toke Høiland-Jørgensen
fac3fe43c7
radsecproxy: Bump to v1.9.0
...
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>
2021-08-12 13:18:38 +02:00
Florian Eckert
d025c3640a
Merge pull request #16315 from selanf/x1
...
collectd: enable cpufreq plugin for mediatek
2021-08-12 12:33:09 +02:00
Rosen Penev
af10238ef8
Merge pull request #16328 from turris-cz/hwdata
...
hwdata: update to version 0.350
2021-08-12 03:29:06 -07:00
Gerard Ryan
dea030d3d7
dockerd: Updated to 20.10.8
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-08-12 18:31:37 +10:00
Gerard Ryan
6992f4824b
docker: Updated to 20.10.8
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-08-12 18:31:37 +10:00
Gerard Ryan
b995e977b7
containerd: Updated to 1.4.9 for docker 20.10.8
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-08-12 18:31:37 +10:00
Gerard Ryan
a8ba5886c2
runc: Updated to 1.0.1 for docker 20.10.8
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2021-08-12 18:31:37 +10:00
Alexandru Ardelean
72ca8bf561
Merge pull request #16320 from turris-cz/babel
...
python-babel: update to version 2.9.1
2021-08-12 11:22:36 +03:00
Alexandru Ardelean
84fa226c4d
Merge pull request #16329 from turris-cz/pycurl
...
python-curl: update to version 7.44.0
2021-08-12 11:21:53 +03:00