Commit graph

18955 commits

Author SHA1 Message Date
W. van den Akker
66f416914a
Shorewall6-lite: Bump to version 5.2.4.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-25 23:02:09 +01:00
W. van den Akker
15c28c40e6
Shorewall-lite: Bump to version 5.2.4.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-25 23:00:00 +01:00
W. van den Akker
8982782027
Shorewall-core: Refresh patch
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-25 22:57:23 +01:00
W. van den Akker
c81b3d4af5
Shorewall-core: Bump to version 5.2.4.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-25 22:57:12 +01:00
Hannu Nyman
ebd4c834e0
Merge pull request #11670 from lucize/nssup
nss: update to 3.51
2020-03-25 23:08:09 +02:00
Hannu Nyman
6b90684e97
Merge pull request #11672 from lucize/clamup
clamav: update to 0.102.2
2020-03-25 23:07:40 +02:00
Hannu Nyman
5ff9618ee5
Merge pull request #11671 from lucize/doveup
dovecot: update to 2.3.10
2020-03-25 23:07:23 +02:00
Hannu Nyman
e3e3e7f752
Merge pull request #11668 from lucize/openfortivpnup
openfortivpn: update to 1.13.2
2020-03-25 23:07:13 +02:00
Hannu Nyman
eb0cf43e55
Merge pull request #11666 from lucize/libreup
libreswan: update to 3.31
2020-03-25 23:06:57 +02:00
Lucian Cristian
24eeea366d clamav: update to 0.102.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-03-25 21:19:01 +02:00
Lucian Cristian
f1fcdf2adb dovecot: update to 2.3.10
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-03-25 20:43:13 +02:00
Lucian Cristian
edd2690815 nss: update to 3.51
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-03-25 19:35:41 +02:00
Lucian Cristian
b18c316cf5 openfortivpn: update to 1.13.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-03-25 18:43:53 +02:00
Lucian Cristian
1c0935bb86 libreswan: update to 3.31
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-03-25 17:34:05 +02:00
Stijn Tintel
ce15a63a9e
Merge pull request #11662 from SvenRoederer/patch-1
strongswan: add conffiles for swanctl util
2020-03-25 15:29:18 +02:00
Sven Roederer
49f298eb74
strongswan: add conffiles for swanctl util
Add a conffiles-section for the /etc/swanctl folder, which is used by the  swanctl util. This will keep the configfiles during an sysupgrade.

Signed-off-by: Sven Roederer <S.Roederer@colvistec.de>
2020-03-25 12:03:48 +01:00
Rosen Penev
15d7a73f19
Merge pull request #11649 from neheb/upnp2
libupnp: enable reuseaddr
2020-03-24 16:11:32 -07:00
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