Commit graph

18737 commits

Author SHA1 Message Date
Rosen Penev
46c88779b2
Merge pull request #11651 from neheb/nbmfghhf
libcap: apply pkgconfig fix to libpsx.pc as well
2020-03-24 16:11:09 -07:00
Marc Benoit
a9443eb0eb syncthing: configuration cleanup & hardening
Run the service under an unprivileged
user account

The following parameters are now configurable
  niceness
  max concurrency (defaults to number of CPUs)
  user

Added flags "-no-browser"
Disabled in-place upgrades (disabled in the
build already)

Redirected stderr/stdout to syslog

Added support for "reload_config"

Increased "term_timeout" to 15s to give it
plenty of time to shut down gracefully

Properly handled non-existing directories

Removed a softlink that assumes a specific naming
convention in syncthing

Added a comment that using external storage is a
recommend configration

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
[increased package release]
Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-03-24 10:36:51 -10:00
Karl Palsson
36f350c582 net/pagekitec: support status reporting json file
Allows luci webapp to report health more dynamically.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-03-24 13:17:53 +00:00
Karl Palsson
c549596b62 net/pagekitec: Update to newest version
Drops a patch, adds support for a status file for health tracking.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2020-03-24 13:17:53 +00:00
Rosen Penev
eef3d14af7
Merge pull request #11655 from nxhack/node_follow_icu_version
node: Change icu version specification
2020-03-24 03:20:34 -07:00
Rosen Penev
e592c06b08
Merge pull request #11657 from jefferyto/newt-remove-patch
newt: Remove python_init_once.patch
2020-03-24 03:20:16 -07:00
Daniel Engberg
b827691a62
Merge pull request #11656 from BKPepe/youtubedl
youtube-dl: update to version 2020.3.24
2020-03-24 10:05:17 +01:00
Jeffery To
cf1579a75c newt: Remove python_init_once.patch
It was pointed out in #11504 that the code in python_init_once.patch is
incorrect; the patch does not prevent newtInit() from being called more
than once (in fact it is called twice the first time initScreen() is
called).

Testing without the patch, using the example code from the corresponding
Debian bug report[1], did not result in any segfaults.

This removes the patch from the package build.

Supersedes #11504.

[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557960#5

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-24 15:51:55 +08:00
Josef Schlehofer
0085b928f7
youtube-dl: update to version 2020.3.24
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-03-24 08:15:43 +01:00
Rosen Penev
192bbbc8d2
Merge pull request #11650 from neheb/ksmb
ksmbd update
2020-03-23 23:36:35 -07:00
Hirokazu MORIKAWA
a0a18df42c node: Change icu version specification
modify host icu library path

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-03-24 13:26:34 +09:00
Paul Spooren
3a651638ce syncthing: bump to 1.4.0
Release information:
https://github.com/syncthing/syncthing/releases/tag/v1.4.0

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-03-23 17:18:01 -10:00
Yousong Zhou
0fa07ed578 openvswitch: openvswitch.mk: add ovs_common_depends variable
This is to address the need that openvswitch starting with 2.13 now
depends on libunwind for handling SIGSEGV (upstream commit e2ed6fbeb18
("fatal-signal: Catch SIGSEGV and print backtrace"))

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-24 10:45:57 +08:00
Paul Spooren
b85e387cc2 syncthing: fixup version detection
Since upstream commit dc92994 the LDFLAGS used for settings the version
(and build host and user) changed resulting in "unknown" versions in
syncthing.

Correct version detection is important for syncthing to assure
compatibility with other running instances. The "unknown" version fails
to communicate and sync with correctly compiled instances.

This patch updates the syncthing Makefile to inject the correct
variables and thereby fixes the version detection in syncthing.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-03-23 16:37:36 -10:00
Rosen Penev
a0a1f058e5
libcap: apply pkgconfig fix to libpsx.pc as well
Made a bunch of libraries explicit for clarity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-23 16:54:00 -07:00
Rosen Penev
dd85d0a35c
ksmbd-tools: update to 3.2.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-23 16:42:12 -07:00
Rosen Penev
ffa184cc17
ksmbd: update to 3.1.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-23 16:42:12 -07:00
Rosen Penev
8e065c147f
libupnp: enable reuseaddr
Helps applications restart safely.

Disabled optssdp. Not used by anything.

Disabled scriptsupport. Not used by anything.

Made all configure options explicit.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-23 16:40:48 -07:00
Stijn Tintel
43d0e07789 domoticz: bump to 2020.1
Drop upstreamed patches.

The file appversion.default was removed from Domoticz, causing the hacks
to inject APPVERSION, APPDATE and APPHASH to fail. As the appversion.h
is generated during compile time, implementing a new way to inject these
defines is non-trivial, so simply drop them.

As the minor version for this release is no longer based on the number
of commits, the package versioning needs to be revised if we want to
build a git snapshot instead of stable release. Leave this for another
day and drop that logic for now.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2020-03-23 22:37:36 +02:00
Stijn Tintel
5b2d98284b openzwave: bump to 1.6.1063
Replace all patches with Make options or sed to improve maintainability.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2020-03-23 21:32:34 +02:00
Rosen Penev
73b75ed106
Merge pull request #11630 from neheb/nbmv
ffmpeg: add dependency to fdk-aac for ffmpeg-full
2020-03-23 12:19:03 -07:00
Hannu Nyman
3ca125971d
Merge pull request #11642 from jefferyto/python-zope-interface-5.0.1
python-zope-interface: Update to 5.0.1, refresh patch
2020-03-23 21:08:44 +02:00
Hannu Nyman
b4c303f88f
Merge pull request #11638 from jefferyto/twisted-20.3.0
python-twisted: Update to 20.3.0, refresh patches
2020-03-23 21:07:47 +02:00
Hannu Nyman
74ff77bb65
Merge pull request #11635 from jefferyto/golang-1.14.1
golang: Update to 1.14.1
2020-03-23 21:04:39 +02:00
Hannu Nyman
ebe4165d1e
Merge pull request #11634 from ja-pa/python-zipp-3.1.0
python-zipp: update to version 3.1.0
2020-03-23 21:04:17 +02:00
Hannu Nyman
0a885042da
Merge pull request #11633 from ja-pa/redis-5.0.8
redis: update to version 5.0.8 (security fix)
2020-03-23 21:03:56 +02:00
Jeffery To
7662e1ea9b python-zope-interface: Update to 5.0.1, refresh patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-24 01:18:33 +08:00
Jeffery To
633c81e7a9 python-twisted: Update to 20.3.0, refresh patches
This update includes fixes for:
* CVE-2020-10108
* CVE-2020-10109

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-23 23:17:45 +08:00
Jeffery To
5f392c62a5 golang: Update to 1.14.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-23 21:25:52 +08:00
Jan Pavlinec
7fb8beee7c
python-zipp: update to version 3.1.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-03-23 14:19:48 +01:00
Jan Pavlinec
cb80a00099
redis: update to version 5.0.8 (security fix)
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-03-23 13:42:28 +01:00
Daniel Engberg
6408a0c585
Merge pull request #10599 from ja-pa/jsoncpp-1.9.2
jsoncpp: update to version 1.9.2
2020-03-23 12:45:12 +01:00
Jan Pavlinec
5bc5bd27f1
jsoncpp: update to version 1.9.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-03-23 12:09:10 +01:00
Yousong Zhou
f31a9349ea ovn: initial version 20.03.0
Compared to original packaging scheme within openvswitch, we removed
ovn-trace, ovn-detrace from openvswitch-ovn-common package.  ovn-detrace
requires python libs to run, so it does not actually work out of box in
previous builds anyway.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-23 16:07:24 +08:00
Yousong Zhou
bf4f584e75 openvswitch: bump to version 2.13.0
python2 library is now removed as the transition has been done by the
upstream project

OVN is now a separate project released with its own release plan and
it's not included within openvswitch starting with ovs 2.13.

openvswitch.mk is split out from the main Makefile for adding ovn
packages back in following commits.

The following two patches are already included in 2.13

 - ovsdb-idlc-fix-dict-change-during-iteration.patch
 - compat-Include-confirm_neigh-parameter-if-needed.patch

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-23 16:07:24 +08:00
Florian Eckert
f426ad6acc
Merge pull request #11593 from TDT-AG/pr/20200319-prometheus-statsd-exporter
prometheus-statsd-exporter: update PGK_VERSION to v0.15.0
2020-03-23 09:02:13 +01:00
Dirk Brenken
f491e56bb2
Merge pull request #11613 from dibdot/mc
mc: update to 4.8.24
2020-03-23 07:48:10 +01:00
Hannu Nyman
7e687eac18
Merge pull request #11631 from hnyman/colfix
collectd: disable dpdk_telemetry module
2020-03-23 08:31:02 +02:00
Hannu Nyman
b936fc4e0d collectd: disable dpdk_telemetry module
Explicitly disable the new dpdk_telemetry module to fix
compilation in buildbot.
(other dpdk modules are aleady disabled)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-03-23 07:58:25 +02:00
Rosen Penev
78b7bbbfa6
ffmpeg: add dependency to fdk-aac for ffmpeg-full
Since getting rid of the patented line, it seems fdk-aac is now getting
enabled for -full, causing a missing dependency. OTOH, fdk-aac can only be
enabled if x264 is not. So add a ! dependency for it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-22 18:07:04 -07:00
Rosen Penev
81c3e2dfa4
Merge pull request #11628 from neheb/mpdd
mpd: allow AAC decoding with mini variant
2020-03-22 17:20:29 -07:00
Rosen Penev
fb12840581
fdk-aac: add BUILD_PATENTED to CONFIG_DEPENDS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-22 16:36:45 -07:00
Rosen Penev
845f7fc2bb
fdk-aac: fix wrong if condition
It must be reversed to work properly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-22 16:33:03 -07:00
Rosen Penev
c7d98c3626
mpd: allow AAC decoding with mini variant
This is possible as libfaad no longer has patented functionality based on
BUILD_PATENTED.

AAC is a very popular format, so it makes sense to have some kind of
version included.

The ffmpeg package does not provide and cannot provide AAC decoding
without BUILD_PATENTED, therefore enabled FAAD for all variants.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-22 16:22:07 -07:00
Hannu Nyman
1d11a0c892 collectd: update to 5.11.0
* Update collectd to version 5.11.0
* Refresh patches

Release notes:
https://github.com/collectd/collectd/releases/tag/collectd-5.11.0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-03-22 22:48:31 +02:00
Rosen Penev
2a77fe8b1a
Merge pull request #11467 from wosk/add-miredo
miredo: Initial version 1.2.6
2020-03-22 11:57:20 -07:00
Hannu Nyman
097b1a9c74
Merge pull request #11629 from PolynomialDivision/feature/libuwifiupdate
libuwifi: update to latest version
2020-03-22 15:57:03 +02:00
Nikita Vostokov
5db9091a17 miredo: Makefile fixes
* Move CONFIGURE blocks after description
* Fix build with libcap

Signed-off-by: Nikita Vostokov <yawosk@yandex.com>
2020-03-22 15:48:28 +03:00
Nick Hainke
0223a7a0ef libuwifi: update to latest version
Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-03-22 12:42:49 +01:00
Rosen Penev
ea11132fb7
Merge pull request #11624 from AuroraRAS/ddns-append-cnkuai
ddns-scripts: Append ddns script for cnkuai.cn
2020-03-22 02:22:57 -07:00