feed/packages.git
4 years agoopenocd: fix compilation with GCC10 12667/head
Rosen Penev [Wed, 1 Jul 2020 02:19:15 +0000 (19:19 -0700)]
openocd: fix compilation with GCC10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #11517 from jmarcet/nfs-kernel-server
Rosen Penev [Mon, 29 Jun 2020 21:16:34 +0000 (14:16 -0700)]
Merge pull request #11517 from jmarcet/nfs-kernel-server

nfs-kernel-server: update to 2.4.3

4 years agoMerge pull request #12645 from Andy2244/libtirpc-pkgconfig_fix
Rosen Penev [Mon, 29 Jun 2020 21:15:17 +0000 (14:15 -0700)]
Merge pull request #12645 from Andy2244/libtirpc-pkgconfig_fix

libtirpc: remove pkgconfig hack

4 years agoMerge pull request #12644 from jefferyto/python-idna-2.10
Rosen Penev [Mon, 29 Jun 2020 21:14:55 +0000 (14:14 -0700)]
Merge pull request #12644 from jefferyto/python-idna-2.10

python-idna: Update to 2.10

4 years agolibtirpc: remove pkgconfig hack 12645/head
Andy Walsh [Mon, 29 Jun 2020 17:03:23 +0000 (19:03 +0200)]
libtirpc: remove pkgconfig hack

* the pkgconfig hack is no longer needed

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agonfs-kernel-server: update to 2.5.1 11517/head
Javier Marcet [Mon, 29 Jun 2020 15:36:21 +0000 (17:36 +0200)]
nfs-kernel-server: update to 2.5.1

Signed-off-by: Javier Marcet <javier@marcet.info>
4 years agoMerge pull request #12601 from neheb/pam2
Nikos Mavrogiannopoulos [Mon, 29 Jun 2020 06:01:22 +0000 (08:01 +0200)]
Merge pull request #12601 from neheb/pam2

libpam: update to 1.4.0

4 years agoMerge pull request #12086 from aleksander0m/aleksander/mm-auth
Rosen Penev [Mon, 29 Jun 2020 03:01:26 +0000 (20:01 -0700)]
Merge pull request #12086 from aleksander0m/aleksander/mm-auth

Authentication protocol setup in ModemManager

4 years agoMerge pull request #12277 from xjboss/master
Rosen Penev [Mon, 29 Jun 2020 02:59:05 +0000 (19:59 -0700)]
Merge pull request #12277 from xjboss/master

ddns-scripts: Added api token method for cloudflare ddns script v4

4 years agoMerge pull request #12583 from zhanhb/kcptun
Rosen Penev [Mon, 29 Jun 2020 02:55:25 +0000 (19:55 -0700)]
Merge pull request #12583 from zhanhb/kcptun

kcptun: update to 20200409

4 years agoMerge pull request #12627 from jonathanunderwood/stubby-fix-tls-port
Rosen Penev [Mon, 29 Jun 2020 02:54:41 +0000 (19:54 -0700)]
Merge pull request #12627 from jonathanunderwood/stubby-fix-tls-port

stubby: fix handling of tls_port config option

4 years agoMerge pull request #12630 from Andy2244/samba4-uci-tuning
Rosen Penev [Mon, 29 Jun 2020 02:53:56 +0000 (19:53 -0700)]
Merge pull request #12630 from Andy2244/samba4-uci-tuning

samba4: add new UCI option "enable_extra_tuning"

4 years agoMerge pull request #12643 from jefferyto/golang-package-recursively-expand-variables
Rosen Penev [Mon, 29 Jun 2020 02:53:27 +0000 (19:53 -0700)]
Merge pull request #12643 from jefferyto/golang-package-recursively-expand-variables

golang: Evaluate "go install" arguments during Build/Compile

4 years agopython-idna: Update to 2.10 12644/head
Jeffery To [Sun, 28 Jun 2020 22:52:44 +0000 (06:52 +0800)]
python-idna: Update to 2.10

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #12634 from neheb/porta
Rosen Penev [Sun, 28 Jun 2020 22:12:03 +0000 (15:12 -0700)]
Merge pull request #12634 from neheb/porta

portaudio: convert to CMake

4 years agoportaudio: convert to CMake 12634/head
Rosen Penev [Sun, 28 Jun 2020 04:34:16 +0000 (21:34 -0700)]
portaudio: convert to CMake

Allows simplifying the Makefile.

Replaced InstallDev with CMAKE_INSTALL.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed inactive maintainer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12605 from neheb/rsy
Rosen Penev [Sun, 28 Jun 2020 21:06:48 +0000 (14:06 -0700)]
Merge pull request #12605 from neheb/rsy

rsync: update to 3.2.0

4 years agorsync: fix ipv6 detection 12605/head
Maxim Storchak [Sun, 28 Jun 2020 11:54:18 +0000 (14:54 +0300)]
rsync: fix ipv6 detection

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
4 years agolibpam: update to 1.4.0 12601/head
Rosen Penev [Fri, 26 Jun 2020 00:29:54 +0000 (17:29 -0700)]
libpam: update to 1.4.0

Remove upstreamed patch and add a new one to fix compilation.

Add some more configure options.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogolang: Evaluate "go install" arguments during Build/Compile 12643/head
Jeffery To [Sun, 28 Jun 2020 18:18:34 +0000 (02:18 +0800)]
golang: Evaluate "go install" arguments during Build/Compile

This evaluates the arguments passed to "go install" during Build/Compile
rather than when golang-package.mk is included.

This also changes build directory-related variables to be recursively
expanded, because PKG_BUILD_DIR depends on BUILD_VARIANT and so can
change during different runs of Build/Compile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agojool: downgrade to v4.0.9
David Bauer [Sun, 28 Jun 2020 10:53:59 +0000 (12:53 +0200)]
jool: downgrade to v4.0.9

Jool v4.1.0 suffers from bad offload management as well as broken
stateful NAT64 translation. See upstream issues #331 as well as #332 for
more information.

Downgrade to v4.0.9 until these are ironed out.

Tested on: ipq40xx-generic

Fixes commit 0a6891feaca4 ("jool: update to v4.1.0")
Signed-off-by: David Bauer <mail@david-bauer.net>
4 years agoMerge pull request #12602 from neheb/ffmpeg2
Rosen Penev [Sun, 28 Jun 2020 03:37:03 +0000 (20:37 -0700)]
Merge pull request #12602 from neheb/ffmpeg2

ffmpeg: update to 4.3

4 years agoMerge pull request #12631 from neheb/upnn
Rosen Penev [Sat, 27 Jun 2020 22:34:26 +0000 (15:34 -0700)]
Merge pull request #12631 from neheb/upnn

miniupnpd: remove libcap(-ng) dependency

4 years agominiupnpd: added libcap-ng dependency 12631/head
Rosen Penev [Sat, 27 Jun 2020 22:00:13 +0000 (15:00 -0700)]
miniupnpd: added libcap-ng dependency

As miniupnpd is running as root, libcap(-ng) can be used to limit its
capabilities.

libcap-ng is very small, so this isn't a problem.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12581 from EricLuehrsen/unbound_20200623
Rosen Penev [Sat, 27 Jun 2020 21:40:56 +0000 (14:40 -0700)]
Merge pull request #12581 from EricLuehrsen/unbound_20200623

unbound: reduced to one package with selectable options

4 years agounbound: add dns assistants on local host 12581/head
Eric Luehrsen [Wed, 24 Jun 2020 04:48:21 +0000 (00:48 -0400)]
unbound: add dns assistants on local host

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
4 years agounbound: refactor build options to select switches
Eric Luehrsen [Tue, 23 Jun 2020 04:58:38 +0000 (00:58 -0400)]
unbound: refactor build options to select switches

The two unique packages "Unbound light" and "Unbound heavy"
were not working well due to the fact that Unbound is mostly
its library. Tools and helpers would crash. Instead a reasonable
default Unbound is built. Also up select options like python
are added. libevent and libpthreads are options to down select.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
4 years agorsync: update to 3.2.1
Rosen Penev [Thu, 25 Jun 2020 23:01:34 +0000 (16:01 -0700)]
rsync: update to 3.2.1

Disable several options to enable compilation.

Simplified several configure options.

Remove pointless configure var.

Added ssh hinting patch. Some SSH incompatibility.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agosamba4: add new UCI option "enable_extra_tuning" 12630/head
Andy Walsh [Sat, 27 Jun 2020 20:47:30 +0000 (22:47 +0200)]
samba4: add new UCI option "enable_extra_tuning"

* add new UCI option "enable_extra_tuning"
* update template
* add config examples for options
* fix some access warnings on samba /var dirs

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agosyncthing: Fix GO_PKG_LDFLAGS_X position
Paul Spooren [Sat, 27 Jun 2020 08:52:16 +0000 (22:52 -1000)]
syncthing: Fix GO_PKG_LDFLAGS_X position

Setting the GO_PKG_LDFLAGS_X after including golang-package does not
include them anymore after commit 25a7f00. By adding flags before they
are correctly loaded and included in `syncthing` binary.

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agostubby: fix handling of tls_port config option 12627/head
Jonathan G. Underwood [Sat, 27 Jun 2020 15:43:53 +0000 (16:43 +0100)]
stubby: fix handling of tls_port config option

Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
4 years agoMerge pull request #12342 from PolynomialDivision/feature/add_dawn_node_exporter
Etienne Champetier [Sat, 27 Jun 2020 15:36:52 +0000 (11:36 -0400)]
Merge pull request #12342 from PolynomialDivision/feature/add_dawn_node_exporter

prometheus-node-exporter-lua: add dawn exporter

4 years agoMerge pull request #12622 from ejurgensen/libplist_2.2_pkgconfig
Rosen Penev [Sat, 27 Jun 2020 08:29:19 +0000 (01:29 -0700)]
Merge pull request #12622 from ejurgensen/libplist_2.2_pkgconfig

libplist: add missing pkgconfig files in libplist 2.2

4 years agolibplist: add missing pkgconfig files in libplist 2.2 12622/head
Espen Jürgensen [Fri, 26 Jun 2020 21:55:39 +0000 (23:55 +0200)]
libplist: add missing pkgconfig files in libplist 2.2

Closes #12571.

Same fix as Debian, see:
https://github.com/libimobiledevice/libplist/commit/137716df3f197a7184c1fba88fcb30480dafd6e0#commitcomment-40099153

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
4 years agoMerge pull request #12611 from neheb/upn
Rosen Penev [Fri, 26 Jun 2020 21:08:00 +0000 (14:08 -0700)]
Merge pull request #12611 from neheb/upn

miniupnpd: update to 2.1.20200510

4 years agoMerge pull request #12620 from blocktrron/jool-v410
Rosen Penev [Fri, 26 Jun 2020 21:02:49 +0000 (14:02 -0700)]
Merge pull request #12620 from blocktrron/jool-v410

jool: update to v4.1.0

4 years agoMerge pull request #12610 from neheb/yamll
Rosen Penev [Fri, 26 Jun 2020 21:01:35 +0000 (14:01 -0700)]
Merge pull request #12610 from neheb/yamll

yaml: update to 0.2.5

4 years agoMerge pull request #12618 from G-M0N3Y-2503/cgroupfs-mount-git-version-update
Rosen Penev [Fri, 26 Jun 2020 21:01:04 +0000 (14:01 -0700)]
Merge pull request #12618 from G-M0N3Y-2503/cgroupfs-mount-git-version-update

cgroupfs-mount: Updated with git version

4 years agoprometheus-node-exporter-lua: add dawn exporter 12342/head
Nick Hainke [Wed, 27 May 2020 10:31:51 +0000 (12:31 +0200)]
prometheus-node-exporter-lua: add dawn exporter

DAWN is a decentralized WiFi Controller.
https://github.com/berlin-open-wireless-lab/DAWN

The node exporter allows to gather statistics about your network:
- Infos about AP (Channel Utilization, Station Count, ...)
- Connected Clients (Signal, Capabilities)

Signed-off-by: Nick Hainke <vincent@systemli.org>
4 years agocgroupfs-mount: Updated with git version 12618/head
Gerard Ryan [Fri, 26 Jun 2020 07:56:20 +0000 (17:56 +1000)]
cgroupfs-mount: Updated with git version
* People seem to be dependent on this specific version so we switched to git versioning

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agoMerge pull request #12613 from stangri/master-https-dns-proxy
Rosen Penev [Fri, 26 Jun 2020 05:17:59 +0000 (22:17 -0700)]
Merge pull request #12613 from stangri/master-https-dns-proxy

https-dns-proxy: re-add conffiles and add description to Makefile

4 years agohttps-dns-proxy: re-add conffiles and add description to Makefile 12613/head
Stan Grishin [Fri, 26 Jun 2020 03:09:26 +0000 (03:09 +0000)]
https-dns-proxy: re-add conffiles and add description to Makefile

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #12600 from neheb/file
Rosen Penev [Fri, 26 Jun 2020 01:37:45 +0000 (18:37 -0700)]
Merge pull request #12600 from neheb/file

file: update to 5.39

4 years agoMerge pull request #12608 from neheb/upmp
Rosen Penev [Fri, 26 Jun 2020 01:37:26 +0000 (18:37 -0700)]
Merge pull request #12608 from neheb/upmp

upmpdcli: update to 1.4.12

4 years agoMerge pull request #12609 from neheb/upnpppppppppp
Rosen Penev [Fri, 26 Jun 2020 01:37:10 +0000 (18:37 -0700)]
Merge pull request #12609 from neheb/upnpppppppppp

libupnpp: update to 0.19.2

4 years agoMerge pull request #12612 from neheb/xfsp
Rosen Penev [Fri, 26 Jun 2020 01:36:54 +0000 (18:36 -0700)]
Merge pull request #12612 from neheb/xfsp

xfsprogs: fix compilation with uClibc-ng

4 years agoxfsprogs: fix compilation with uClibc-ng 12612/head
Rosen Penev [Thu, 25 Jun 2020 00:01:36 +0000 (17:01 -0700)]
xfsprogs: fix compilation with uClibc-ng

MAP_SHARED_VALIDATE is completely missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agominiupnpd: update to 2.1.20200510 12611/head
Rosen Penev [Thu, 25 Jun 2020 21:18:35 +0000 (14:18 -0700)]
miniupnpd: update to 2.1.20200510

Use the newly introduced configure script.

Use PKG_INSTALL for consistency between packages.

Use PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoyaml: update to 0.2.5 12610/head
Rosen Penev [Thu, 25 Jun 2020 22:20:28 +0000 (15:20 -0700)]
yaml: update to 0.2.5

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibupnpp: update to 0.19.2 12609/head
Rosen Penev [Thu, 25 Jun 2020 22:29:37 +0000 (15:29 -0700)]
libupnpp: update to 0.19.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoupmpdcli: update to 1.4.12 12608/head
Rosen Penev [Thu, 25 Jun 2020 22:30:43 +0000 (15:30 -0700)]
upmpdcli: update to 1.4.12

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agojool: update to v4.1.0 12620/head
David Bauer [Fri, 26 Jun 2020 00:39:58 +0000 (02:39 +0200)]
jool: update to v4.1.0

Compile-tested: ipq40xx-generic
Run-tested: ipq40xx-generic

Signed-off-by: David Bauer <mail@david-bauer.net>
4 years agoffmpeg: update to 4.3 12602/head
Rosen Penev [Fri, 26 Jun 2020 00:17:12 +0000 (17:17 -0700)]
ffmpeg: update to 4.3

Remove upstreamed patches. Refreshed other ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agofile: update to 5.39 12600/head
Rosen Penev [Fri, 26 Jun 2020 00:34:15 +0000 (17:34 -0700)]
file: update to 5.39

Remove fedora mirror as it delivers a different file that doesn't work.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12595 from Andy2244/ksmbd-3-2-2
Rosen Penev [Thu, 25 Jun 2020 21:23:07 +0000 (14:23 -0700)]
Merge pull request #12595 from Andy2244/ksmbd-3-2-2

ksmbd: update to 3.2.2

4 years agoMerge pull request #12596 from stangri/master-https-dns-proxy
Rosen Penev [Thu, 25 Jun 2020 21:22:02 +0000 (14:22 -0700)]
Merge pull request #12596 from stangri/master-https-dns-proxy

https-dns-proxy: bugfix: remove eDNS support

4 years agohttps-dns-proxy: bugfix: remove eDNS support 12596/head
Stan Grishin [Thu, 25 Jun 2020 19:40:38 +0000 (19:40 +0000)]
https-dns-proxy: bugfix: remove eDNS support

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoksmbd: update to 3.2.2 12595/head
Andy Walsh [Thu, 25 Jun 2020 19:29:46 +0000 (21:29 +0200)]
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>
4 years agoMerge pull request #12589 from Grommish/master
Hannu Nyman [Thu, 25 Jun 2020 16:52:57 +0000 (19:52 +0300)]
Merge pull request #12589 from Grommish/master

[OpenConnect] Update to version 8.10 to address CVE-2020-12823

4 years agopython-requests: bump to version 2.24.0
Alexandru Ardelean [Thu, 25 Jun 2020 13:41:46 +0000 (16:41 +0300)]
python-requests: bump to version 2.24.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agotcpreplay: bump to version 4.3.3
Alexandru Ardelean [Thu, 25 Jun 2020 11:16:27 +0000 (14:16 +0300)]
tcpreplay: bump to version 4.3.3

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agoMerge pull request #12355 from kuoruan/open-vm-tools
Rosen Penev [Thu, 25 Jun 2020 14:00:20 +0000 (07:00 -0700)]
Merge pull request #12355 from kuoruan/open-vm-tools

open-vm-tools: add new package open-vm-tools-fuse

4 years ago[OpenConnect] Update to version 8.10 to address CVE-2020-12823 12589/head
Donald Hoskins [Thu, 25 Jun 2020 06:44:31 +0000 (02:44 -0400)]
[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>
4 years agoopen-vm-tools: add new package open-vm-tools-fuse 12355/head
Xingwang Liao [Fri, 29 May 2020 03:39:22 +0000 (11:39 +0800)]
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>
4 years agoMerge pull request #12587 from rs/nextdns-1.7.0-master
Rosen Penev [Thu, 25 Jun 2020 05:05:03 +0000 (22:05 -0700)]
Merge pull request #12587 from rs/nextdns-1.7.0-master

nextdns: Update to version 1.7.0

4 years agoMerge pull request #12430 from neheb/sane
Luiz Angelo Daros de Luca [Thu, 25 Jun 2020 03:10:40 +0000 (00:10 -0300)]
Merge pull request #12430 from neheb/sane

sane-backends: update to 1.0.30

4 years agonextdns: Update to version 1.7.0 12587/head
Olivier Poitrey [Thu, 25 Jun 2020 00:22:33 +0000 (00:22 +0000)]
nextdns: Update to version 1.7.0

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
4 years agoMerge pull request #12404 from commodo/numpy-new
Rosen Penev [Thu, 25 Jun 2020 00:17:00 +0000 (17:17 -0700)]
Merge pull request #12404 from commodo/numpy-new

numpy: add new package

4 years agoMerge pull request #12516 from rozhuk-im/fbsd_build
Rosen Penev [Wed, 24 Jun 2020 19:58:23 +0000 (12:58 -0700)]
Merge pull request #12516 from rozhuk-im/fbsd_build

FreeBSD build fix

4 years agoMerge pull request #12585 from TDT-AG/pr/20200624-collectd-fix-issues
Florian Eckert [Wed, 24 Jun 2020 18:11:06 +0000 (20:11 +0200)]
Merge pull request #12585 from TDT-AG/pr/20200624-collectd-fix-issues

collectd fix: init uci issues

4 years agocollectd: update PKG_RELEASE 12585/head
Florian Eckert [Wed, 24 Jun 2020 18:10:07 +0000 (20:10 +0200)]
collectd: update PKG_RELEASE

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agocollectd: remove quotation on interval this is an number
Florian Eckert [Wed, 24 Jun 2020 14:13:32 +0000 (16:13 +0200)]
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>
4 years agocollectd: move include line
Florian Eckert [Wed, 24 Jun 2020 14:09:56 +0000 (16:09 +0200)]
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>
4 years agoMerge pull request #12584 from TDT-AG/pr/20200624-collectd
Hannu Nyman [Wed, 24 Jun 2020 15:09:38 +0000 (18:09 +0300)]
Merge pull request #12584 from TDT-AG/pr/20200624-collectd

collectd: enable ubi plugin

4 years agoxtables-addons: FreeBSD build fix 12516/head
Rozhuk Ivan [Sun, 14 Jun 2020 03:41:39 +0000 (06:41 +0300)]
xtables-addons: FreeBSD build fix

Signed-off-by: Rozhuk Ivan <rozhuk.im@gmail.com>
4 years agocollectd: update PKG_RELEASE 12584/head
Florian Eckert [Wed, 24 Jun 2020 11:20:59 +0000 (13:20 +0200)]
collectd: update PKG_RELEASE

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agocollectd: fix ubi data source type
Florian Eckert [Wed, 24 Jun 2020 09:04:13 +0000 (11:04 +0200)]
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>
4 years agocollectd: add ubi uci and plugin info
Florian Eckert [Wed, 17 Jun 2020 13:17:32 +0000 (15:17 +0200)]
collectd: add ubi uci and plugin info

Add uci binding for ubi plugin.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agocollectd: enable ubi plugin
Florian Eckert [Wed, 17 Jun 2020 12:59:18 +0000 (14:59 +0200)]
collectd: enable ubi plugin

Enable ubi plugin.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agokcptun: update to 20200409 12583/head
Huangbin Zhan [Wed, 24 Jun 2020 05:52:41 +0000 (13:52 +0800)]
kcptun: update to 20200409

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
4 years agoMerge pull request #12559 from zhaojh329/wifidog-ng
Rosen Penev [Tue, 23 Jun 2020 22:05:04 +0000 (15:05 -0700)]
Merge pull request #12559 from zhaojh329/wifidog-ng

wifidog-ng: remove package

4 years agoMerge pull request #12547 from neheb/torr
Rosen Penev [Tue, 23 Jun 2020 22:03:51 +0000 (15:03 -0700)]
Merge pull request #12547 from neheb/torr

tor: remove libssp hack

4 years agoMerge pull request #12542 from neheb/opens
Rosen Penev [Tue, 23 Jun 2020 22:03:23 +0000 (15:03 -0700)]
Merge pull request #12542 from neheb/opens

openssh: always enable stackprotect option

4 years agoMerge pull request #12539 from neheb/revperl
Rosen Penev [Tue, 23 Jun 2020 22:03:02 +0000 (15:03 -0700)]
Merge pull request #12539 from neheb/revperl

Revert "perl: fix compilation on x86_64 with glibc and ssp"

4 years agoMerge pull request #12577 from neheb/shado
Rosen Penev [Tue, 23 Jun 2020 22:02:37 +0000 (15:02 -0700)]
Merge pull request #12577 from neheb/shado

added libxcrypt and used for shadow-utils

4 years agoMerge pull request #12548 from neheb/power
Rosen Penev [Tue, 23 Jun 2020 20:50:28 +0000 (13:50 -0700)]
Merge pull request #12548 from neheb/power

powertop: fix compilation with glibc

4 years agoMerge pull request #12533 from TDT-AG/pr/20200617-mwan3
Florian Eckert [Tue, 23 Jun 2020 11:18:04 +0000 (13:18 +0200)]
Merge pull request #12533 from TDT-AG/pr/20200617-mwan3

mwan3: improvements

4 years agoMerge pull request #12531 from zhanhb/overture
Rosen Penev [Tue, 23 Jun 2020 10:18:43 +0000 (03:18 -0700)]
Merge pull request #12531 from zhanhb/overture

overture: update to 1.6.1

4 years agooverture: update to 1.6.1 12531/head
Huangbin Zhan [Tue, 16 Jun 2020 22:41:33 +0000 (06:41 +0800)]
overture: update to 1.6.1

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
4 years agoshadow: use libxcrypt 12577/head
Rosen Penev [Wed, 17 Jun 2020 00:46:33 +0000 (17:46 -0700)]
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>
4 years agolibxcrypt: add
Rosen Penev [Tue, 16 Jun 2020 23:18:38 +0000 (16:18 -0700)]
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>
4 years agoMerge pull request #12575 from neheb/alp
Rosen Penev [Tue, 23 Jun 2020 01:06:26 +0000 (18:06 -0700)]
Merge pull request #12575 from neheb/alp

alpine: update to 2.23

4 years agoMerge pull request #12566 from zhanhb/which
Rosen Penev [Tue, 23 Jun 2020 01:00:39 +0000 (18:00 -0700)]
Merge pull request #12566 from zhanhb/which

which: new package

4 years agoMerge pull request #12574 from neheb/npupnp-gerbera
Rosen Penev [Tue, 23 Jun 2020 00:59:49 +0000 (17:59 -0700)]
Merge pull request #12574 from neheb/npupnp-gerbera

Npupnp gerbera

4 years agoalpine: update to 2.23 12575/head
Rosen Penev [Mon, 22 Jun 2020 05:27:28 +0000 (22:27 -0700)]
alpine: update to 2.23

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogerbera: use npupnp 12574/head
Rosen Penev [Mon, 22 Jun 2020 04:05:43 +0000 (21:05 -0700)]
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>
4 years agolibnpupnp: update to 4.0.7
Rosen Penev [Mon, 22 Jun 2020 20:28:17 +0000 (13:28 -0700)]
libnpupnp: update to 4.0.7

Fixes CVE-2020-12695.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12572 from jow-/minidlna-fix-reload
Rosen Penev [Mon, 22 Jun 2020 18:46:13 +0000 (11:46 -0700)]
Merge pull request #12572 from jow-/minidlna-fix-reload

minidlna: restore service triggers

4 years agoMerge pull request #12573 from miska/lighttpd
Rosen Penev [Mon, 22 Jun 2020 18:40:43 +0000 (11:40 -0700)]
Merge pull request #12573 from miska/lighttpd

lighttpd: Add subpackage containing authn_pam module

4 years agolighttpd: Add subpackage containing authn_pam module 12573/head
Michal Hrusecky [Mon, 15 Jun 2020 09:47:41 +0000 (11:47 +0200)]
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>