Commit Graph

20025 Commits

Author SHA1 Message Date
Rosen Penev 1abf4f3884
zsh: update to 5.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:41:09 -07:00
Rosen Penev f10023094e
Merge pull request #12595 from Andy2244/ksmbd-3-2-2
ksmbd: update to 3.2.2
2020-06-25 14:23:07 -07:00
Rosen Penev 2e4c10f98d
Merge pull request #12596 from stangri/master-https-dns-proxy
https-dns-proxy: bugfix: remove eDNS support
2020-06-25 14:22:02 -07:00
Stan Grishin e039bd4da7 https-dns-proxy: bugfix: remove eDNS support
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-06-25 19:40:38 +00:00
Andy Walsh 8efbd0de1d ksmbd: update to 3.2.2
* update to 3.2.2

ksmbd changelog:
* fix kernel oops when using signing and pysmb (SMB1) as client.
* fix signing bugs.
* fix encryption bugs.
* fix build error on linux-5.8-rc1
* fix bugs with read-only=yes
* fix potential stuck issue due to cache buffers exhaustion

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-06-25 21:29:46 +02:00
Hannu Nyman 8fb6748769
Merge pull request #12589 from Grommish/master
[OpenConnect] Update to version 8.10 to address CVE-2020-12823
2020-06-25 19:52:57 +03:00
Alexandru Ardelean c1c1d864f9 python-requests: bump to version 2.24.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-06-25 19:30:14 +03:00
Alexandru Ardelean c7153f22a7 tcpreplay: bump to version 4.3.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-06-25 19:29:52 +03:00
Rosen Penev f8c1cffe07
Merge pull request #12355 from kuoruan/open-vm-tools
open-vm-tools: add new package open-vm-tools-fuse
2020-06-25 07:00:20 -07:00
Donald Hoskins c2d4156086 [OpenConnect] Update to version 8.10 to address CVE-2020-12823
https://nvd.nist.gov/vuln/detail/CVE-2020-12823

Signed-off-by: Donald Hoskins <grommish@gmail.com>
2020-06-25 07:37:13 -04:00
Xingwang Liao 704b68c7d6 open-vm-tools: add new package open-vm-tools-fuse
Link: https://kb.vmware.com/s/article/60262

Add new package to support Shared Folders user mode FUSE client.

Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
2020-06-25 17:43:36 +08:00
Rosen Penev 5f549d7952
Merge pull request #12587 from rs/nextdns-1.7.0-master
nextdns: Update to version 1.7.0
2020-06-24 22:05:03 -07:00
Luiz Angelo Daros de Luca c3c7841ff2
Merge pull request #12430 from neheb/sane
sane-backends: update to 1.0.30
2020-06-25 00:10:40 -03:00
Olivier Poitrey b3bd71e9f4 nextdns: Update to version 1.7.0
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-06-25 00:22:33 +00:00
Rosen Penev d69e77a484
Merge pull request #12404 from commodo/numpy-new
numpy: add new package
2020-06-24 17:17:00 -07:00
Rosen Penev 7594111cf2
Merge pull request #12516 from rozhuk-im/fbsd_build
FreeBSD build fix
2020-06-24 12:58:23 -07:00
Florian Eckert be6312296c
Merge pull request #12585 from TDT-AG/pr/20200624-collectd-fix-issues
collectd fix: init uci issues
2020-06-24 20:11:06 +02:00
Florian Eckert 6d34208c57 collectd: update PKG_RELEASE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 20:10:07 +02:00
Florian Eckert d2d6220476 collectd: remove quotation on interval this is an number
The value is a number and not a string.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 20:09:09 +02:00
Florian Eckert 50f56c2ede collectd: move include line
Currently the init script generates a config file from uci, that has the
include line before the interval line. This means, that anything happening
in the include directory does not yet see the changed Interval.

Moving the include line before the uci generation process fix this issue.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 20:09:09 +02:00
Hannu Nyman a1ea85a184
Merge pull request #12584 from TDT-AG/pr/20200624-collectd
collectd: enable ubi plugin
2020-06-24 18:09:38 +03:00
Rozhuk Ivan c54ddec41d xtables-addons: FreeBSD build fix
Signed-off-by: Rozhuk Ivan <rozhuk.im@gmail.com>
2020-06-24 15:33:22 +03:00
Florian Eckert 5afad91d36 collectd: update PKG_RELEASE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 13:20:59 +02:00
Florian Eckert e7054e7e79 collectd: fix ubi data source type
Currently the values are stored in the ubi plugin as data source type
`counter`. But this makes no sense, because the values change very slowly
and I don't want to know the rate of change. It is better to store the
value as data source type `gauge`. Then I can see the current value.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 13:20:26 +02:00
Florian Eckert a481a2006c collectd: add ubi uci and plugin info
Add uci binding for ubi plugin.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 13:20:11 +02:00
Florian Eckert 46f2476875 collectd: enable ubi plugin
Enable ubi plugin.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-24 13:19:57 +02:00
Rosen Penev ac5a29c189
Merge pull request #12559 from zhaojh329/wifidog-ng
wifidog-ng: remove package
2020-06-23 15:05:04 -07:00
Rosen Penev 81dc2bd6ab
Merge pull request #12547 from neheb/torr
tor: remove libssp hack
2020-06-23 15:03:51 -07:00
Rosen Penev e9abcd7482
Merge pull request #12542 from neheb/opens
openssh: always enable stackprotect option
2020-06-23 15:03:23 -07:00
Rosen Penev 65cba88cdf
Merge pull request #12539 from neheb/revperl
Revert "perl: fix compilation on x86_64 with glibc and ssp"
2020-06-23 15:03:02 -07:00
Rosen Penev 8873f055d4
Merge pull request #12577 from neheb/shado
added libxcrypt and used for shadow-utils
2020-06-23 15:02:37 -07:00
Rosen Penev 9c772c136b
Merge pull request #12548 from neheb/power
powertop: fix compilation with glibc
2020-06-23 13:50:28 -07:00
Florian Eckert 6afcb0d0e0
Merge pull request #12533 from TDT-AG/pr/20200617-mwan3
mwan3: improvements
2020-06-23 13:18:04 +02:00
Rosen Penev f061f17ebf
Merge pull request #12531 from zhanhb/overture
overture: update to 1.6.1
2020-06-23 03:18:43 -07:00
Huangbin Zhan 47c5d7537b overture: update to 1.6.1
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-23 17:09:23 +08:00
Rosen Penev adf9c24949
shadow: use libxcrypt
Since size is not a problem here, use libxcrypt to avoid algorithm
availability. Changed default to bcrypt as that's the strongest
supported by shadow-utils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-22 18:33:17 -07:00
Rosen Penev bd5acfb8e8
libxcrypt: add
libxcrypt is an external version of libc's libcrypt. It allows to use
algorithms now available with the libc. musl in OpenWrt for example
patches out several algorithms for size reasons. But for shadow-utils,
size does not really matter.

The hashes are set to solaris as that default gives a good balance
between compatibility and size. It includes:

bcrypt,
bcrypt_a,
sha512crypt,
sha256crypt,
md5crypt,
descrypt

The STRONG default adds several algorithms not supported by
shadow-utils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-22 18:33:16 -07:00
Rosen Penev b165fc083b
Merge pull request #12575 from neheb/alp
alpine: update to 2.23
2020-06-22 18:06:26 -07:00
Rosen Penev fc7e2dd562
Merge pull request #12566 from zhanhb/which
which: new package
2020-06-22 18:00:39 -07:00
Rosen Penev ae008102c2
Merge pull request #12574 from neheb/npupnp-gerbera
Npupnp gerbera
2020-06-22 17:59:49 -07:00
Rosen Penev 6af49f7579
alpine: update to 2.23
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-22 14:44:14 -07:00
Rosen Penev 1619ec812b
gerbera: use npupnp
This is on track to replace libupnp in the next version. Since libupnp
is not building with GCC10, do this now.

Also backported needed header patch.

Replace other patches with the upstream versions.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-22 14:37:47 -07:00
Rosen Penev e3af01effd
libnpupnp: update to 4.0.7
Fixes CVE-2020-12695.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-22 14:37:47 -07:00
Rosen Penev 77780ea546
Merge pull request #12572 from jow-/minidlna-fix-reload
minidlna: restore service triggers
2020-06-22 11:46:13 -07:00
Rosen Penev fcfdc796fe
Merge pull request #12573 from miska/lighttpd
lighttpd: Add subpackage containing authn_pam module
2020-06-22 11:40:43 -07:00
Michal Hrusecky 8b5f98d989 lighttpd: Add subpackage containing authn_pam module
Add new subpackage containing pam authentication module. Shouldn't
affect dependencies and nothing changes, there is just one more module
enabled for people interested in it.

Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
2020-06-22 17:22:39 +02:00
Florian Eckert 3031fb3670
Merge pull request #12560 from G-M0N3Y-2503/feature_docker-ce_update
docker-ce: Updated to 19.03.11, updated relevant dependencies and script simplification
2020-06-22 13:28:32 +02:00
Jo-Philipp Wich e0a6b7906a minidlna: restore service triggers
Restore service triggers which got wrongly removed in commit
733aae9584 ("fix issues").

Without triggers, changing settings from LuCI or calling reload_config
from the cli won't have any effect.

Also adjust the uci commit call to only commit the minidlna configuration
when setting a UUID, to avoid committing unrelated user changes in other
config files.

Ref: https://github.com/openwrt/luci/issues/4194
Fixes: 733aae958 ("minidlna: fix issues")
Fixes: 37367bdc8 ("minidlna: create UUID in config if it is empty")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-06-22 10:16:06 +02:00
Rosen Penev 3f199b44c5
Merge pull request #12567 from Grommish/master
[LuaJit] Add support for mips64
2020-06-21 23:36:57 -07:00
Donald Hoskins d325fbffbe [LuaJIT] Allow MIPS64 support
Signed-off-by: Donald Hoskins <grommish@gmail.com>
2020-06-22 00:06:24 -04:00