Rosen Penev
547c27aa7a
freetype: update to 2.10.2
...
Switched to CMake to simplify the Makefile and to remove autotools
hacks.
Replaced InstallDev with CMAKE_INSTALL.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-28 20:56:55 -07:00
Rosen Penev
0304dcea72
Merge pull request #12631 from neheb/upnn
...
miniupnpd: remove libcap(-ng) dependency
2020-06-27 15:34:26 -07:00
Rosen Penev
ba49c96808
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>
2020-06-27 15:15:14 -07:00
Rosen Penev
96c5b83b64
Merge pull request #12581 from EricLuehrsen/unbound_20200623
...
unbound: reduced to one package with selectable options
2020-06-27 14:40:56 -07:00
Eric Luehrsen
9c655aed3a
unbound: add dns assistants on local host
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-06-27 17:17:41 -04:00
Eric Luehrsen
8e0b2d344e
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>
2020-06-27 17:17:41 -04:00
Paul Spooren
e2fe9bda3d
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>
2020-06-27 10:30:29 -10:00
Etienne Champetier
ab5bbd9b25
Merge pull request #12342 from PolynomialDivision/feature/add_dawn_node_exporter
...
prometheus-node-exporter-lua: add dawn exporter
2020-06-27 11:36:52 -04:00
Rosen Penev
e678c3a54d
Merge pull request #12622 from ejurgensen/libplist_2.2_pkgconfig
...
libplist: add missing pkgconfig files in libplist 2.2
2020-06-27 01:29:19 -07:00
Espen Jürgensen
ca1bbd228f
libplist: add missing pkgconfig files in libplist 2.2
...
Closes #12571 .
Same fix as Debian, see:
137716df3f (commitcomment-40099153)
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2020-06-27 09:02:39 +02:00
Rosen Penev
65af93279d
Merge pull request #12611 from neheb/upn
...
miniupnpd: update to 2.1.20200510
2020-06-26 14:08:00 -07:00
Rosen Penev
6d3e7bef65
Merge pull request #12620 from blocktrron/jool-v410
...
jool: update to v4.1.0
2020-06-26 14:02:49 -07:00
Rosen Penev
61b143064b
Merge pull request #12610 from neheb/yamll
...
yaml: update to 0.2.5
2020-06-26 14:01:35 -07:00
Rosen Penev
6eb2b52d02
Merge pull request #12618 from G-M0N3Y-2503/cgroupfs-mount-git-version-update
...
cgroupfs-mount: Updated with git version
2020-06-26 14:01:04 -07:00
Nick Hainke
c8d1a3b60c
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>
2020-06-26 15:20:03 +02:00
Gerard Ryan
e3150a5854
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>
2020-06-26 20:22:57 +10:00
Rosen Penev
c7dca50f11
Merge pull request #12613 from stangri/master-https-dns-proxy
...
https-dns-proxy: re-add conffiles and add description to Makefile
2020-06-25 22:17:59 -07:00
Stan Grishin
d2f4454fe6
https-dns-proxy: re-add conffiles and add description to Makefile
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-06-26 03:09:26 +00:00
Rosen Penev
b867631f7c
Merge pull request #12600 from neheb/file
...
file: update to 5.39
2020-06-25 18:37:45 -07:00
Rosen Penev
91f04a50bd
Merge pull request #12608 from neheb/upmp
...
upmpdcli: update to 1.4.12
2020-06-25 18:37:26 -07:00
Rosen Penev
1ba707b17c
Merge pull request #12609 from neheb/upnpppppppppp
...
libupnpp: update to 0.19.2
2020-06-25 18:37:10 -07:00
Rosen Penev
1f813be5df
Merge pull request #12612 from neheb/xfsp
...
xfsprogs: fix compilation with uClibc-ng
2020-06-25 18:36:54 -07:00
Rosen Penev
2491bcf81b
xfsprogs: fix compilation with uClibc-ng
...
MAP_SHARED_VALIDATE is completely missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:45:15 -07:00
Rosen Penev
2b5028458e
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>
2020-06-25 17:44:23 -07:00
Rosen Penev
07a1493e32
yaml: update to 0.2.5
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:43:44 -07:00
Rosen Penev
4ac1339dbc
libupnpp: update to 0.19.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:43:09 -07:00
Rosen Penev
f553112e43
upmpdcli: update to 1.4.12
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:42:30 -07:00
David Bauer
0a6891feac
jool: update to v4.1.0
...
Compile-tested: ipq40xx-generic
Run-tested: ipq40xx-generic
Signed-off-by: David Bauer <mail@david-bauer.net>
2020-06-26 02:39:58 +02:00
Rosen Penev
ea07a18d2f
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>
2020-06-25 17:36:42 -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