Commit Graph

11489 Commits

Author SHA1 Message Date
Ted Hess 160bf84ab9 README.md - update links to current docs pages
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-31 15:08:17 -04:00
Daniel Engberg cfba4f0874 nfs-kernel-server: Switch to xz tarball
Switch to smaller xz tarball

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-08-31 19:50:59 +02:00
Hannu Nyman d0668b02fc
Merge pull request #6515 from ptpt52/mwan3
refine mwan3 link selection
2018-08-31 11:59:36 +03:00
Ted Hess 5f254b504d
Merge pull request #6917 from thess/socat-work
socat: Fix CRDLY, TABDLY and CSIZE shifts for PowerPC
2018-08-30 15:26:45 -04:00
Ted Hess 8f56973564 socat: Fix CRDLY, TABDLY and CSIZE shifts for PowerPC
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-30 14:47:43 -04:00
Hannu Nyman 59acb420e4
Merge pull request #6897 from cshoredaniel/pr-nut-fixes
nut: A number of fixes and enhancements
2018-08-30 19:58:45 +03:00
Hannu Nyman e8175de43c
Merge pull request #6911 from cotequeiroz/yunbridge_pkg-build-dir
yunbridge: fix PKG_BUILD_DIR
2018-08-30 17:27:51 +03:00
Eneas U de Queiroz 4b2805d433 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>
2018-08-30 07:57:55 -03:00
Ted Hess 53aa4049a6
Merge pull request #6898 from diizzyy/patch-11
lib/expat: Update to 2.2.6
2018-08-29 13:23:17 -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
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 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
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
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
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
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
Luiz Angelo Daros de Luca 8ea219b03f libvpx: add PKG_CPE_ID id
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-08-26 02:28:37 -03:00