Commit graph

11917 commits

Author SHA1 Message Date
Ted Hess
32d55a2715 portaudio: Update to 19060_20161030 stable release
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-29 11:45:54 -04:00
Ted Hess
308a058e5f espeak: Fix build issues. Cleanup patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-29 11:27:51 -04:00
Chen Minqiang
9e75edcf2c mwan3: fix missing device in mwan3_set_policy()
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2018-08-29 22:54:42 +08:00
Jorik Jonker
aac517d287 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>
2018-08-29 21:23:13 +08:00
Lucian Cristian
405bb186a3 postfix: add mysql support
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-08-29 15:45:17 +03:00
Lucian Cristian
f8d6b64f7b clamav: enable clamav-milter
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-08-29 15:04:45 +03:00
Daniel F. Dickinson
2e624f9833 nut: bump PKG_RELEASE
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:35:05 -04:00
Daniel F. Dickinson
1b6dbe7a7b nut: Remove duplicate/extraneous lines
Removes a duplicate directory creation and a stray newline.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:35:05 -04:00
Daniel F. Dickinson
df6beaa2ea nut: Makefile: Fix typo in description
Cosmetic edit.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-08-29 00:35:05 -04:00
Daniel F. Dickinson
461393810d 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>
2018-08-29 00:35:01 -04:00
Daniel F. Dickinson
01b7ea91a1 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>
2018-08-29 00:17:23 -04:00
Daniel F. Dickinson
b72c739e9e 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>
2018-08-29 00:17:23 -04:00
Daniel F. Dickinson
39250c08db 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>
2018-08-29 00:17:23 -04:00
Daniel F. Dickinson
a2f64b3bac 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>
2018-08-29 00:17:19 -04:00
Daniel F. Dickinson
cf446c7c47 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>
2018-08-29 00:16:34 -04:00
Daniel F. Dickinson
56c1bc51a9 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>
2018-08-29 00:16:33 -04:00
Daniel F. Dickinson
2fca922cf0 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>
2018-08-29 00:15:18 -04:00
Daniel F. Dickinson
918a62f919 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>
2018-08-29 00:15:14 -04:00
Daniel F. Dickinson
f6a2a97d2f 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>
2018-08-29 00:14:20 -04:00
Daniel F. Dickinson
1cd4dcfa99 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>
2018-08-29 00:12:53 -04:00
Daniel F. Dickinson
ceff68837d 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>
2018-08-29 00:12:53 -04:00
Ted Hess
604901bea8
Merge pull request #6895 from miska/socat
socat: Do not use libbsd
2018-08-28 19:00:09 -04:00
Ted Hess
fc7fd0ebe2
Merge pull request #6901 from thess/talloc-work
libtalloc: Remove libbsd dependencies. Add myself as maintainer
2018-08-28 18:57:46 -04:00
Ted Hess
72a46ce355 libtalloc: Remove libbsd dependencies. Add myself as maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-28 18:21:14 -04:00
Daniel Engberg
499f964f0f
libs/sqlite: Update to 3.24.0
Update sqlite to 3.24.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-08-28 22:44:54 +02:00
Daniel Engberg
305fa09524
lib/expat: Update to 2.2.6
Update (lib)expat to 2.2.6

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-08-28 22:42:05 +02:00
Daniel F. Dickinson
5790053eba 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>
2018-08-28 15:19:39 -04:00
Ted Hess
864fd2bfee mpd: Update to 0.20.21. Enable WebDAV storage support.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-28 09:39:40 -04:00
Michal Hrusecky
6345dfc74d
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>
2018-08-28 13:57:26 +02:00
Toke Høiland-Jørgensen
b91dafd14b sqm-scripts: Bump to v1.2.4
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-08-28 12:12:57 +02:00
Ted Hess
11cf24d560 pianod: Update to 174.09 release (removes BSD dependencies)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-27 16:28:53 -04:00
Peter Wagner
eacb9464e9 openssh: update to 7.8p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-08-27 21:30:14 +02:00
Jacek Politowski
dee7740968 ddns-scripts: Respect config option 'ip_source'
Option 'ip_source' was silently ignored during public IP discovery.

Discovery (in spite of chosen 'ip_source') was based only on
'ip_network', 'ip_interface', 'ip_script' or 'ip_url' options (in this
order) if they were set. This could lead to misleading log entries
"Detect local IP on '$ip_source'" pointing to source that wasn't really
used.

Now only option relevant to configured 'ip_source' is taken into
account.

Signed-off-by: Jacek Politowski <dev@jpol.net.pl>
2018-08-27 19:47:41 +02:00
Dirk Brenken
6042445ad3
Merge pull request #6864 from neheb/patch-31
bluelog: Adjust source name to try to fix buildbot
2018-08-27 15:18:17 +02:00
Yousong Zhou
585e8e8572 shadowsocks-libev: README.md: reword text about REDIRECT
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-08-27 08:38:12 +00:00
Dirk Brenken
86148df740
Merge pull request #6855 from neheb/patch-21
msmtp: Update to 1.6.8
2018-08-27 10:09:21 +02:00
Dirk Brenken
2e54c41a24
Merge pull request #6798 from MikePetullo/vips
vips: update to 8.6.5
2018-08-27 09:59:45 +02:00
Dirk Brenken
e38ca52ac6
Merge pull request #6779 from diizzyy/patch-8
utils/dbus: Update to 1.12.10
2018-08-27 09:49:00 +02:00
Dirk Brenken
fd28123001
Merge pull request #6846 from jsiverskog/protobuf_c_change_maintainer
protobuf-c: Change maintainer
2018-08-27 09:41:21 +02:00
Dirk Brenken
1fcc9ef17a
Merge pull request #6868 from dibdot/ddns-fix
ddns-scripts: revert latest noglob/subshell changes
2018-08-27 09:29:22 +02:00
Hannu Nyman
4bbf3e24c8
Merge pull request #6766 from cshoredaniel/pr-fix-dovecot-pigeonhole-managesieve
dovecot & pigeonhole: Fix managesieve-login needs libdovecot-login
2018-08-27 08:25:37 +03:00
Rosen Penev
a430500ffb tiff: Fix CVE-2017-17095
Fedora does not have a fix for this but Debian does. Took fix from there.

There are two more CVEs as reported by uscan but I can't seem to find
patches for those.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-26 21:23:50 -07:00
Rosen Penev
7f561b97c3 ldns: Fix two CVEs
CVE-2017-1000231 and CVE-2017-1000232.

Taken from Fedora.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-26 21:05:49 -07:00
Moritz Warning
8938517832 kadnode: update to version 2.2.5
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-08-26 23:04:45 +02:00
Hannu Nyman
d2e615324d
Merge pull request #6850 from Ansuel/ariangnginx
ariang: add nginx support
2018-08-26 19:48:22 +03:00
Rosen Penev
087983a97e clamsmtp: Fix compile under musl
sys/socket already includes the needed socket stuff. Including the second
header causes the build to fail.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-26 08:20:21 -07:00
Ansuel Smith
aad05bff5a
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>
2018-08-26 11:59:02 +02:00
W. Michael Petullo
d71da004d9 keyutils: add new package
This is based on earlier work by Tobias Waldvogel.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-08-26 02:37:40 -04:00
Luiz Angelo Daros de Luca
945b0d46ad
Merge pull request #6875 from luizluca/cpe-id 2018-08-26 02:56:47 -03:00
Luiz Angelo Daros de Luca
82fa9f35c5 sane-backends: add PKG_CPE_ID id
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-08-26 02:29:03 -03:00