feed/packages.git
5 years agoMerge pull request #6909 from neheb/patch-34
Ted Hess [Fri, 31 Aug 2018 19:15:00 +0000 (15:15 -0400)]
Merge pull request #6909 from neheb/patch-34

crelay: Update to 0.13

5 years agoREADME.md - update links to current docs pages
Ted Hess [Fri, 31 Aug 2018 19:08:17 +0000 (15:08 -0400)]
README.md - update links to current docs pages

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agonfs-kernel-server: Switch to xz tarball
Daniel Engberg [Mon, 27 Aug 2018 22:20:58 +0000 (00:20 +0200)]
nfs-kernel-server: Switch to xz tarball

Switch to smaller xz tarball

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
5 years agoMerge pull request #6515 from ptpt52/mwan3
Hannu Nyman [Fri, 31 Aug 2018 08:59:36 +0000 (11:59 +0300)]
Merge pull request #6515 from ptpt52/mwan3

refine mwan3 link selection

5 years agoMerge pull request #6917 from thess/socat-work
Ted Hess [Thu, 30 Aug 2018 19:26:45 +0000 (15:26 -0400)]
Merge pull request #6917 from thess/socat-work

socat: Fix CRDLY, TABDLY and CSIZE shifts for PowerPC

5 years agosocat: Fix CRDLY, TABDLY and CSIZE shifts for PowerPC 6917/head
Ted Hess [Thu, 30 Aug 2018 18:00:05 +0000 (14:00 -0400)]
socat: Fix CRDLY, TABDLY and CSIZE shifts for PowerPC

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agoMerge pull request #6897 from cshoredaniel/pr-nut-fixes
Hannu Nyman [Thu, 30 Aug 2018 16:58:45 +0000 (19:58 +0300)]
Merge pull request #6897 from cshoredaniel/pr-nut-fixes

nut: A number of fixes and enhancements

5 years agoMerge pull request #6911 from cotequeiroz/yunbridge_pkg-build-dir
Hannu Nyman [Thu, 30 Aug 2018 14:27:51 +0000 (17:27 +0300)]
Merge pull request #6911 from cotequeiroz/yunbridge_pkg-build-dir

yunbridge: fix PKG_BUILD_DIR

5 years agoyunbridge: fix PKG_BUILD_DIR 6911/head
Eneas U de Queiroz [Wed, 29 Aug 2018 14:50:48 +0000 (11:50 -0300)]
yunbridge: fix PKG_BUILD_DIR

PKG_BUILD_DIR was set outside of BUILD_DIR.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agocrelay: Update to 0.13 6909/head
Rosen Penev [Wed, 29 Aug 2018 20:33:46 +0000 (13:33 -0700)]
crelay: Update to 0.13

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #6898 from diizzyy/patch-11
Ted Hess [Wed, 29 Aug 2018 17:23:17 +0000 (13:23 -0400)]
Merge pull request #6898 from diizzyy/patch-11

lib/expat: Update to 2.2.6

5 years agomwan3: fix missing device in mwan3_set_policy() 6515/head
Chen Minqiang [Wed, 29 Aug 2018 14:54:42 +0000 (22:54 +0800)]
mwan3: fix missing device in mwan3_set_policy()

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
5 years agomuninlite: fix irqstats plugin
Jorik Jonker [Wed, 29 Aug 2018 08:36:42 +0000 (10:36 +0200)]
muninlite: fix irqstats plugin

The config() function of irqstats seems to contain a superfluous
semicolon, causing munin to choke on this plugin. This simple patch
fixes exactly that.

Signed-off-by: Jorik Jonker <jorik@kippendief.biz>
5 years agonut: bump PKG_RELEASE 6897/head
Daniel F. Dickinson [Tue, 28 Aug 2018 20:38:05 +0000 (16:38 -0400)]
nut: bump PKG_RELEASE

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Remove duplicate/extraneous lines
Daniel F. Dickinson [Mon, 27 Aug 2018 20:36:17 +0000 (16:36 -0400)]
nut: Remove duplicate/extraneous lines

Removes a duplicate directory creation and a stray newline.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Makefile: Fix typo in description
Daniel F. Dickinson [Mon, 27 Aug 2018 20:34:13 +0000 (16:34 -0400)]
nut: Makefile: Fix typo in description

Cosmetic edit.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Use quotes around filenames
Daniel F. Dickinson [Mon, 27 Aug 2018 20:24:30 +0000 (16:24 -0400)]
nut: Use quotes around filenames

Avoid potential issues with space or other strangeness by
quoting filenames through the initscripts.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Fix license information
Daniel F. Dickinson [Mon, 27 Aug 2018 13:38:42 +0000 (09:38 -0400)]
nut: Fix license information

The source code has multiple licenses so update SPD-X header.

NB: The previously unlisted licenses are not applicable to parts
actually built in any configuration for OpenWrt, but rather to
unused (by us) source code.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Avoid building docs
Daniel F. Dickinson [Mon, 27 Aug 2018 20:38:29 +0000 (16:38 -0400)]
nut: Avoid building docs

Reduce compilation time and complexity by not building documentation
we don't use.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Drop unnecessary dependency on libwrap
Daniel F. Dickinson [Tue, 21 Aug 2018 00:08:05 +0000 (20:08 -0400)]
nut: Drop unnecessary dependency on libwrap

We're using --without-wrap unconditionally anyway, so this legacy
dependency needs to be removed.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Reduce user error with POWERDOWNFLAG
Daniel F. Dickinson [Mon, 27 Aug 2018 20:41:17 +0000 (16:41 -0400)]
nut: Reduce user error with POWERDOWNFLAG

Instead of making POWERDOWNFLAG an uci option the user can
only change it via initscript edits.  This avoids chance for users
to miss the required change to nut-driver when setting an UCI option
for nut-monitor which results in failure to do FSD on the UPS.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Use diff non-privileged user for upsmon
Daniel F. Dickinson [Mon, 27 Aug 2018 20:16:12 +0000 (16:16 -0400)]
nut: Use diff non-privileged user for upsmon

By default use a non-privileged user that is different than
the server or driver (when they are running non-privileged).
This is recommended by upstream.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Use 'real' procd for nut-cgi
Daniel F. Dickinson [Tue, 28 Aug 2018 18:55:10 +0000 (14:55 -0400)]
nut: Use 'real' procd for nut-cgi

Even though nut-cgi doesn't run a daemon, using procd triggers
is helpful for updating the generated config file when the
UCI config changes.  So implement this and 'modernize' nut-cgi initscript

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: nut-cgi: Add support for upsset
Daniel F. Dickinson [Mon, 27 Aug 2018 20:10:48 +0000 (16:10 -0400)]
nut: nut-cgi: Add support for upsset

This allows config for setting variables and/or running
commands from the CGI.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Make FSD really work
Daniel F. Dickinson [Mon, 27 Aug 2018 20:33:25 +0000 (16:33 -0400)]
nut: Make FSD really work

Forced shutdown of the UPS was not actually happening before
due to lack of specific commands doing the shutdown.  This
(and the nut-driver initscript) fix that.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Use 'real' procd init for nut-monitor
Daniel F. Dickinson [Mon, 27 Aug 2018 20:28:47 +0000 (16:28 -0400)]
nut: Use 'real' procd init for nut-monitor

This fully procdifies nut-monitor, which fixes some issues with
very slow restarts (due to /lib/functions/procd.sh using a very
long delay for non-native scripts doing restart) as well as gives
respawning, etc.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Add USB hotplug support
Daniel F. Dickinson [Mon, 27 Aug 2018 20:06:58 +0000 (16:06 -0400)]
nut: Add USB hotplug support

usbhid-ups has the necessary information in the source, so
let's support USB hotplugging out of the box.  Takes advantage of
the procd support now in nut-server initscript.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agonut: Reorganize nut-server to clarify nut-driver
Daniel F. Dickinson [Mon, 27 Aug 2018 13:50:34 +0000 (09:50 -0400)]
nut: Reorganize nut-server to clarify nut-driver

Clarify the different between the common nut-driver portions of
nut-server and the nut-server (upsd) proper.  nut-driver can't
be used without nut-server so there is no compelling reason
to split into a separate package, but the reorganization makes
such a move easier and makes it clear what each bit is for.

While we continue to use a single initscript, it's a properly
procdified one which handles the upsd daemon as a different
instance than the driver instances.  This resolves a race
condition in which upsd and drivers fail to start do to
a degree of interdepedence.

Also properly 'procd'ifies the nut-server initscript.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agoMerge pull request #6895 from miska/socat
Ted Hess [Tue, 28 Aug 2018 23:00:09 +0000 (19:00 -0400)]
Merge pull request #6895 from miska/socat

socat: Do not use libbsd

5 years agoMerge pull request #6901 from thess/talloc-work
Ted Hess [Tue, 28 Aug 2018 22:57:46 +0000 (18:57 -0400)]
Merge pull request #6901 from thess/talloc-work

libtalloc: Remove libbsd dependencies. Add myself as maintainer

5 years agolibtalloc: Remove libbsd dependencies. Add myself as maintainer 6901/head
Ted Hess [Tue, 28 Aug 2018 22:21:14 +0000 (18:21 -0400)]
libtalloc: Remove libbsd dependencies. Add myself as maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agolib/expat: Update to 2.2.6 6898/head
Daniel Engberg [Tue, 28 Aug 2018 20:42:05 +0000 (22:42 +0200)]
lib/expat: Update to 2.2.6

Update (lib)expat to 2.2.6

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
5 years agonut: Add missing conffiles
Daniel F. Dickinson [Tue, 21 Aug 2018 00:06:31 +0000 (20:06 -0400)]
nut: Add missing conffiles

We want to include the symlinks to the generated configurations
in conffiles so that if the user replaces them symlinks with
traditional NUT configuration it is preserved across sysupgrade.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agompd: Update to 0.20.21. Enable WebDAV storage support.
Ted Hess [Tue, 28 Aug 2018 13:39:40 +0000 (09:39 -0400)]
mpd: Update to 0.20.21. Enable WebDAV storage support.

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agosocat: Do not use libbsd 6895/head
Michal Hrusecky [Tue, 28 Aug 2018 11:57:26 +0000 (13:57 +0200)]
socat: Do not use libbsd

Make sure that libbsd is not picked up during configuration even if it is
compiled before socat is.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
5 years agosqm-scripts: Bump to v1.2.4
Toke Høiland-Jørgensen [Tue, 28 Aug 2018 10:12:57 +0000 (12:12 +0200)]
sqm-scripts: Bump to v1.2.4

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
5 years agopianod: Update to 174.09 release (removes BSD dependencies)
Ted Hess [Mon, 27 Aug 2018 20:28:11 +0000 (16:28 -0400)]
pianod: Update to 174.09 release (removes BSD dependencies)

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agoopenssh: update to 7.8p1
Peter Wagner [Mon, 27 Aug 2018 19:30:14 +0000 (21:30 +0200)]
openssh: update to 7.8p1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
5 years agoMerge pull request #6864 from neheb/patch-31
Dirk Brenken [Mon, 27 Aug 2018 13:18:17 +0000 (15:18 +0200)]
Merge pull request #6864 from neheb/patch-31

bluelog: Adjust source name to try to fix buildbot

5 years agoshadowsocks-libev: README.md: reword text about REDIRECT
Yousong Zhou [Mon, 27 Aug 2018 08:37:11 +0000 (08:37 +0000)]
shadowsocks-libev: README.md: reword text about REDIRECT

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
5 years agoMerge pull request #6855 from neheb/patch-21
Dirk Brenken [Mon, 27 Aug 2018 08:09:21 +0000 (10:09 +0200)]
Merge pull request #6855 from neheb/patch-21

msmtp: Update to 1.6.8

5 years agoMerge pull request #6798 from MikePetullo/vips
Dirk Brenken [Mon, 27 Aug 2018 07:59:45 +0000 (09:59 +0200)]
Merge pull request #6798 from MikePetullo/vips

vips: update to 8.6.5

5 years agoMerge pull request #6779 from diizzyy/patch-8
Dirk Brenken [Mon, 27 Aug 2018 07:49:00 +0000 (09:49 +0200)]
Merge pull request #6779 from diizzyy/patch-8

utils/dbus: Update to 1.12.10

5 years agoMerge pull request #6846 from jsiverskog/protobuf_c_change_maintainer
Dirk Brenken [Mon, 27 Aug 2018 07:41:21 +0000 (09:41 +0200)]
Merge pull request #6846 from jsiverskog/protobuf_c_change_maintainer

protobuf-c: Change maintainer

5 years agoMerge pull request #6868 from dibdot/ddns-fix
Dirk Brenken [Mon, 27 Aug 2018 07:29:22 +0000 (09:29 +0200)]
Merge pull request #6868 from dibdot/ddns-fix

ddns-scripts: revert latest noglob/subshell changes

5 years agoMerge pull request #6766 from cshoredaniel/pr-fix-dovecot-pigeonhole-managesieve
Hannu Nyman [Mon, 27 Aug 2018 05:25:37 +0000 (08:25 +0300)]
Merge pull request #6766 from cshoredaniel/pr-fix-dovecot-pigeonhole-managesieve

dovecot & pigeonhole: Fix managesieve-login needs libdovecot-login

5 years agokadnode: update to version 2.2.5 6884/head
Moritz Warning [Sun, 26 Aug 2018 18:43:50 +0000 (20:43 +0200)]
kadnode: update to version 2.2.5

Signed-off-by: Moritz Warning <moritzwarning@web.de>
5 years agoMerge pull request #6850 from Ansuel/ariangnginx
Hannu Nyman [Sun, 26 Aug 2018 16:48:22 +0000 (19:48 +0300)]
Merge pull request #6850 from Ansuel/ariangnginx

ariang: add nginx support

5 years agoariang: add nginx support and update 6850/head
Ansuel Smith [Thu, 14 Jun 2018 18:15:15 +0000 (20:15 +0200)]
ariang: add nginx support and update

This adds nginx support for ariang webui and update it to latest commit.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agoMerge pull request #6875 from luizluca/cpe-id
Luiz Angelo Daros de Luca [Sun, 26 Aug 2018 05:56:47 +0000 (02:56 -0300)]
Merge pull request #6875 from luizluca/cpe-id

5 years agosane-backends: add PKG_CPE_ID id 6875/head
Luiz Angelo Daros de Luca [Sun, 26 Aug 2018 05:29:03 +0000 (02:29 -0300)]
sane-backends: add PKG_CPE_ID id

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
5 years agolibvpx: add PKG_CPE_ID id
Luiz Angelo Daros de Luca [Sun, 26 Aug 2018 05:28:37 +0000 (02:28 -0300)]
libvpx: add PKG_CPE_ID id

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
5 years agoruby: add PKG_CPE_ID id
Luiz Angelo Daros de Luca [Sun, 26 Aug 2018 05:27:52 +0000 (02:27 -0300)]
ruby: add PKG_CPE_ID id

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
5 years agoddns-scripts: revert latest noglob/subshell changes 6868/head
Dirk Brenken [Sat, 25 Aug 2018 18:59:40 +0000 (20:59 +0200)]
ddns-scripts: revert latest noglob/subshell changes

* partly revert 9e79e1b to fix #6861
* simplify CURL_SSL detection
* bump package version in Makefile & script library

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agobluelog: Adjust source name to try to fix buildbot 6864/head
Rosen Penev [Sat, 25 Aug 2018 03:14:18 +0000 (20:14 -0700)]
bluelog: Adjust source name to try to fix buildbot

The buildbot is failing on applying the patch:

https://downloads.openwrt.org/snapshots/faillogs/mipsel_24kc/packages/bluelog/compile.txt

Locally, this does not happen. I assume the reason is that it has some special handling for
GitHub's tar archives where it extracts it to the name in PKG_SOURCE. So adjust that.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agomsmtp: Update to 1.6.8 6855/head
Rosen Penev [Fri, 24 Aug 2018 01:20:02 +0000 (18:20 -0700)]
msmtp: Update to 1.6.8

Main URL has changed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agovips: update to 8.6.5 6798/head
W. Michael Petullo [Sat, 18 Aug 2018 20:01:12 +0000 (16:01 -0400)]
vips: update to 8.6.5

Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years agoMerge pull request #6848 from TDT-AG/pr/20180823-libiio-dependency
Michael Heimpold [Thu, 23 Aug 2018 20:17:11 +0000 (22:17 +0200)]
Merge pull request #6848 from TDT-AG/pr/20180823-libiio-dependency

libiio: add missing dependency to zlib

5 years agophp7: update to 7.2.9
Michael Heimpold [Thu, 23 Aug 2018 20:11:24 +0000 (22:11 +0200)]
php7: update to 7.2.9

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years agophp7: add dependency to hash for mysqlnd
Michael Heimpold [Thu, 23 Aug 2018 20:04:31 +0000 (22:04 +0200)]
php7: add dependency to hash for mysqlnd

The following error shows that mysqlnd depends on functions
provided by hash:

root@OpenWrt:/etc/php7# php-cli -m
PHP Warning:  PHP Startup: Unable to load dynamic library
'mysqlnd.so' (tried: /usr/lib/php/mysqlnd.so (Error
relocating /usr/lib/php/mysqlnd.so: PHP_SHA256Final: symbol
not found), /usr/lib/php/mysqlnd.so.so (Error loading shared
library /usr/lib/php/mysqlnd.so.so: No such file or
directory)) in Unknown on line 0

So let's model this dep in package metadata.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years agolibiio: add missing dependency to zlib 6848/head
Martin Schiller [Thu, 23 Aug 2018 06:52:59 +0000 (08:52 +0200)]
libiio: add missing dependency to zlib

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
5 years agoMerge pull request #6828 from neheb/patch-32
Ted Hess [Wed, 22 Aug 2018 22:42:59 +0000 (18:42 -0400)]
Merge pull request #6828 from neheb/patch-32

freetype: Add PKG_CPE_ID for proper CVE tracking

5 years agoMerge pull request #6816 from neheb/patch-4
Ted Hess [Wed, 22 Aug 2018 20:03:41 +0000 (16:03 -0400)]
Merge pull request #6816 from neheb/patch-4

avahi: Add CPE ID to track CVEs

5 years agoMerge pull request #6837 from neheb/patch-33
Ted Hess [Wed, 22 Aug 2018 19:58:48 +0000 (15:58 -0400)]
Merge pull request #6837 from neheb/patch-33

giflib: Add PKG_CPE_ID for proper CVE tracking

5 years agoMerge pull request #6818 from neheb/patch-31
Ted Hess [Wed, 22 Aug 2018 19:57:56 +0000 (15:57 -0400)]
Merge pull request #6818 from neheb/patch-31

ffmpeg: Add CPE ID for proper CVE tracking

5 years agoMerge pull request #6827 from neheb/flac
Ted Hess [Wed, 22 Aug 2018 19:57:16 +0000 (15:57 -0400)]
Merge pull request #6827 from neheb/flac

flac: Fix CVE-2017-6888

5 years agoMerge pull request #6839 from neheb/xml2
Michael Heimpold [Wed, 22 Aug 2018 19:24:38 +0000 (21:24 +0200)]
Merge pull request #6839 from neheb/xml2

libxml2: Fix CVE-2018-14404

5 years agoprotobuf-c: Change maintainer 6846/head
Jacob Siverskog [Wed, 22 Aug 2018 15:47:19 +0000 (17:47 +0200)]
protobuf-c: Change maintainer

Change maintainer to Rosen Penev as agreed upon
(https://github.com/openwrt/packages/pull/6778#issuecomment-414479840).

Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
5 years agoMerge pull request #6822 from ClaymorePT/boost_1.68.0
Hannu Nyman [Wed, 22 Aug 2018 15:02:38 +0000 (18:02 +0300)]
Merge pull request #6822 from ClaymorePT/boost_1.68.0

boost: Package Version Update -> 1.68.0

5 years agoMerge pull request #6840 from micmac1/maria-10217
Dirk Brenken [Wed, 22 Aug 2018 14:54:37 +0000 (16:54 +0200)]
Merge pull request #6840 from micmac1/maria-10217

mariadb: bump to 10.2.17

5 years agoMerge pull request #6825 from neheb/patch-21
Dirk Brenken [Wed, 22 Aug 2018 14:50:48 +0000 (16:50 +0200)]
Merge pull request #6825 from neheb/patch-21

confuse: Update to 3.2.2

5 years agoMerge pull request #6790 from MikePetullo/dmapd
Dirk Brenken [Wed, 22 Aug 2018 14:47:46 +0000 (16:47 +0200)]
Merge pull request #6790 from MikePetullo/dmapd

dmapd: update to 0.0.76

5 years agoMerge pull request #6645 from neheb/patch-16
Dirk Brenken [Wed, 22 Aug 2018 14:47:03 +0000 (16:47 +0200)]
Merge pull request #6645 from neheb/patch-16

libdmapsharing: Update to 3.9.2

5 years agoMerge pull request #6691 from neheb/ola
Dirk Brenken [Wed, 22 Aug 2018 14:43:40 +0000 (16:43 +0200)]
Merge pull request #6691 from neheb/ola

ola: Update to 0.10.7 and switch to codeload

5 years agoMerge pull request #6734 from neheb/shadow
Dirk Brenken [Wed, 22 Aug 2018 14:41:52 +0000 (16:41 +0200)]
Merge pull request #6734 from neheb/shadow

shadow: Update to 4.6

5 years agoMerge pull request #6715 from neheb/patch-25
Dirk Brenken [Wed, 22 Aug 2018 14:38:34 +0000 (16:38 +0200)]
Merge pull request #6715 from neheb/patch-25

grilo: Update to 0.3.6

5 years agoMerge pull request #6770 from diizzyy/patch-7
Dirk Brenken [Wed, 22 Aug 2018 14:35:05 +0000 (16:35 +0200)]
Merge pull request #6770 from diizzyy/patch-7

net/stunnel: Update to 5.48

5 years agoMerge pull request #6778 from neheb/proto
Dirk Brenken [Wed, 22 Aug 2018 14:34:34 +0000 (16:34 +0200)]
Merge pull request #6778 from neheb/proto

protobuf-c: Update to 1.3.1

5 years agoMerge pull request #6845 from wodu/linuxptp_maint
Dirk Brenken [Wed, 22 Aug 2018 14:29:57 +0000 (16:29 +0200)]
Merge pull request #6845 from wodu/linuxptp_maint

linuxptp: Upgrade to v2.0

5 years agoMerge pull request #6829 from zhaojh329/libuwsc
Dirk Brenken [Wed, 22 Aug 2018 14:27:35 +0000 (16:27 +0200)]
Merge pull request #6829 from zhaojh329/libuwsc

libuwsc: Update to 2.0.5

5 years agoacme: Fix bugs from upstream's change to socat
Toke Høiland-Jørgensen [Wed, 22 Aug 2018 14:03:15 +0000 (16:03 +0200)]
acme: Fix bugs from upstream's change to socat

The upstream acme.sh package changed to using socat instead of netcat;
update the dependencies to reflect this, and pass --listen-v6 when running
in standalone mode (since socat only listens on IPv4 by default).

Also add a missing cleanup call when certificate issuance fails.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
5 years agolinuxptp: Upgrade to v2.0 6845/head
Wojciech Dubowik [Wed, 22 Aug 2018 11:03:06 +0000 (13:03 +0200)]
linuxptp: Upgrade to v2.0

Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
5 years agoMerge pull request #6838 from neheb/patch-34
Nikos Mavrogiannopoulos [Wed, 22 Aug 2018 05:42:02 +0000 (07:42 +0200)]
Merge pull request #6838 from neheb/patch-34

gnutls: Add PKG_CPE_ID for proper CVE tracking

5 years agomariadb: bump to 10.2.17 6840/head
Sebastian Kemper [Tue, 21 Aug 2018 21:19:26 +0000 (23:19 +0200)]
mariadb: bump to 10.2.17

From Release Notes:

 - New variable innodb_log_optimize_ddl for avoiding delay due to page flushing and allowing concurrent backup
 - InnoDB updated to 5.7.23
 - ALTER TABLE fixes:
    MDEV-14637 - Fix hang due to DDL with FOREIGN KEY or persistent statistics
    MDEV-15953 - Alter InnoDB Partitioned Table Moves Files (which were originally not in the datadir) to the datadir
    MDEV-16515 - InnoDB: Failing assertion: ++retries < 10000 in file dict0dict.cc line 2737
    MDEV-16809 - Allow full redo logging for ALTER TABLE
 - Temporary tables: MDEV-16713 - InnoDB hang with repeating log entry
 - indexed virtual columns: MDEV-15855 - Deadlock between purge thread and DDL statement
 - locking: MDEV-16664 - Change the default to innodb_lock_schedule_algorithm=fcfs
 - Galera: MDEV-15822 - WSREP: BF lock wait long for trx
 - Fixes for the following security vulnerabilities:
    CVE-2018-3060
    CVE-2018-3064
    CVE-2018-3063
    CVE-2018-3058
    CVE-2018-3066

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
5 years agolibxml2: Fix CVE-2018-14404 6839/head
Rosen Penev [Tue, 21 Aug 2018 20:57:28 +0000 (13:57 -0700)]
libxml2: Fix CVE-2018-14404

Embarrasingly, I missed this one last time.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agognutls: Add PKG_CPE_ID for proper CVE tracking 6838/head
Rosen Penev [Tue, 21 Aug 2018 19:47:25 +0000 (12:47 -0700)]
gnutls: Add PKG_CPE_ID for proper CVE tracking

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agogiflib: Add PKG_CPE_ID for proper CVE tracking 6837/head
Rosen Penev [Tue, 21 Aug 2018 19:44:24 +0000 (12:44 -0700)]
giflib: Add PKG_CPE_ID for proper CVE tracking

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoopenvswitch: bump to version 2.10.0
Yousong Zhou [Tue, 21 Aug 2018 00:39:58 +0000 (00:39 +0000)]
openvswitch: bump to version 2.10.0

 - Rebased the python target/host separation patch
 - Dropped the now-in-upstream openssl-1.1 compat patch
 - Added a patch to disable tests/

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
5 years agoMerge pull request #6819 from tru7/emailrelay
Jo-Philipp Wich [Tue, 21 Aug 2018 13:33:19 +0000 (15:33 +0200)]
Merge pull request #6819 from tru7/emailrelay

emailrelay: add some runtime options

5 years agolibuwsc: Update to 2.0.5 6829/head
Jianhui Zhao [Tue, 21 Aug 2018 09:16:41 +0000 (17:16 +0800)]
libuwsc: Update to 2.0.5

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
5 years agoMerge pull request #6679 from zhouruixi/nginx_dav_master
Hannu Nyman [Tue, 21 Aug 2018 08:50:06 +0000 (11:50 +0300)]
Merge pull request #6679 from zhouruixi/nginx_dav_master

nginx: Add missing WebDAV methods support (PROPFIND & OPTIONS)

5 years agofreetype: Add PKG_CPE_ID for proper CVE tracking 6828/head
Rosen Penev [Tue, 21 Aug 2018 04:40:57 +0000 (21:40 -0700)]
freetype: Add PKG_CPE_ID for proper CVE tracking

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoflac: Fix CVE-2017-6888 6827/head
Rosen Penev [Tue, 21 Aug 2018 04:12:50 +0000 (21:12 -0700)]
flac: Fix CVE-2017-6888

Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoconfuse: Update to 3.2.2 6825/head
Rosen Penev [Tue, 21 Aug 2018 03:48:17 +0000 (20:48 -0700)]
confuse: Update to 3.2.2

Fix for CVE-2018-14447

God rid of pointless autoreconf.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoboost: Package Version Update -> 1.68.0 6822/head
Carlos Miguel Ferreira [Tue, 21 Aug 2018 01:13:59 +0000 (02:13 +0100)]
boost: Package Version Update -> 1.68.0

This package update provides one new library:
 - YAP: An expression template library for C++14 and later, from Zach Laine [1].

More info can be found at the usual place [2].

[1] : https://www.boost.org/libs/yap/
[2] : https://www.boost.org/users/history/version_1_68_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
5 years agonginx: Add missing WebDAV methods support (PROPFIND & OPTIONS) 6679/head
Ruixi Zhou [Sun, 12 Aug 2018 06:23:50 +0000 (14:23 +0800)]
nginx: Add missing WebDAV methods support (PROPFIND & OPTIONS)

Nginx provide WebDAV methods PUT, DELETE, MKCOL, COPY, and MOVE with
http_dav_module. But most WebDAV clients that require additional WebDAV
methods (PROPFIND & OPTIONS) to operate. Add missing methods support
with Arutyunyan Roman (arutyunyan.roman@gmail.com)'s nginx-dav-ext-module.
(see: http://nginx.org/en/docs/http/ngx_http_dav_module.html
https://github.com/arut/nginx-dav-ext-module)

Example config:
location / {
dav_methods PUT DELETE MKCOL COPY MOVE;
dav_ext_methods PROPFIND OPTIONS;

root /var/root/;
}

Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
5 years agoemailrelay: add some runtime options 6819/head
Othmar Truniger [Mon, 20 Aug 2018 17:18:08 +0000 (19:18 +0200)]
emailrelay: add some runtime options

Signed-off-by: Othmar Truniger <github@truniger.ch>
5 years agoMerge pull request #6602 from neheb/patch-17
Hannu Nyman [Mon, 20 Aug 2018 17:08:43 +0000 (20:08 +0300)]
Merge pull request #6602 from neheb/patch-17

evtest: Switch to tarballs

5 years agoMerge pull request #6668 from cotequeiroz/emailrelay_pam
Dirk Brenken [Mon, 20 Aug 2018 16:14:56 +0000 (18:14 +0200)]
Merge pull request #6668 from cotequeiroz/emailrelay_pam

emailrelay: avoind linking with -lpam

5 years agoMerge pull request #6747 from mark0n/fix-curl-variable
Dirk Brenken [Mon, 20 Aug 2018 16:04:16 +0000 (18:04 +0200)]
Merge pull request #6747 from mark0n/fix-curl-variable

ddns-scripts: Fix problems detecting if curl is SSL capable