Commit graph

10747 commits

Author SHA1 Message Date
Hannu Nyman
33f1f6e940 nano: update to 2.9.8
Update nano to version 2.9.8

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-06-04 18:09:44 +03:00
Dirk Brenken
2e54b64b4f
Merge pull request #6186 from dibdot/adblock
adblock: change winspy url
2018-06-04 14:39:20 +02:00
Hannu Nyman
10eb55f580
Merge pull request #6180 from openwrt/unbound-tfo-v2
unbound: Enable TCP fast open
2018-06-04 15:36:02 +03:00
Dirk Brenken
2208e35831
Merge pull request #6183 from dibdot/mc
mc: update 4.8.21
2018-06-04 14:32:14 +02:00
Dirk Brenken
1aa8e8fe14 adblock: change winspy url
* the windows 7/8.1/10 rules has been merged and the blocklist url
  has been changed

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-06-04 14:29:47 +02:00
David Woodhouse
e42d656e81 domoticz: fix Onkyo custom command handling from dzVents
https://github.com/domoticz/domoticz/pull/2386

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-04 11:11:25 +01:00
David Woodhouse
a98239c493 domoticz: update to 3.9571 and clean up FHS handling
Upstream has merged a simplified version of the FHS patch, with a few
changes...

Scripts are actually configuration. There are examples, but the point is
that you write your own.

So they should live in the data directory (e.g. /var/lib/domoticz) not
in /usr/share/domoticz. The only exception is the dzVents runtime.

So.... the upstream patch handles the dzVents runtime bit. Drop the part
of our patch which added -scripts, because it can just be based in the
userdata directory and we don't need to change that.

Ship the default scripts/ directory in /etc/domoticz/scripts, and on
startup make a *symlink* to it from /var/lib/domoticz/scripts.

Symlink from /etc/domoticz/scripts/dzVents{data,generated_scripts} to
temporary directories under /var/lib/domoticz/dzVents so that those
directories (which are written to by Domoticz) don't land on the root
file system. Anyone with a writeable file system who *wants* the data/
directory to be persistent, can change that. Just as they can change
the userdata config option to point to a real file system somewhere.

Also drop the renaming of the OpenZWave Config/ directory. It's purely
cosmetric so there's no need for us to carry that change. It can go
upstream first, if it really offends anyone.

Drop the patches which are now merged upstream, and turn off the newly
added USE_OPENSSL_STATIC. Add -noupdates to the command line.

Finally, gzip the static www files to save space. In the common case,
clients will use "Accept-Encodiong: gzip" and Domoticz will serve them
as-is. It can also decompress on the fly if it really has to, but now we
aren't asking it to *compress* on the fly, which is probably a losing
proposition on an OpenWRT box.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-04 11:11:24 +01:00
David Woodhouse
acb6cf153c domoticz: build with -flto
This makes quite a significant difference to the executable size:

   text    data     bss     dec     hex filename
7921421   87804   31692 8040917  7ab1d5 domoticz
5862321	  86180	  31212	5979713	 5b3e41	domoticz-lto

As an added bonus, it still seems to work.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-04 11:11:23 +01:00
David Woodhouse
a4a5fcc245 domoticz: support -ssldhparam config/command line option
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-04 11:11:23 +01:00
David Woodhouse
94aad53b39 domoticz: use 'ln -sf' in serial hotplug script
Otherwise, stale symlinks don't get replaced

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2018-06-04 11:11:22 +01:00
Hannu Nyman
2c2cc2ec04
Merge pull request #6179 from Ansuel/master
uwsgi-cgi: another missing library
2018-06-04 12:10:53 +03:00
Dirk Brenken
20b6c31544 mc: update 4.8.21
* News see here: http://midnight-commander.org/wiki/NEWS-4.8.21

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-06-04 10:53:26 +02:00
Waldemar Konik
fda40dbb3a python-curl: update to 7.43.0.2
Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
2018-06-04 10:12:26 +02:00
Toke Høiland-Jørgensen
17b2c1a23b unbound: Enable TCP fast open
This can reduce the lookup times for TCP lookups with a full RTT for
supported servers.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-06-04 09:19:23 +02:00
Ansuel Smith
bcc1c9615a
uwsgi-cgi: another missing library
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-04 08:35:18 +02:00
Hannu Nyman
4e4a4a4c74
Merge pull request #6178 from Ansuel/uwsgi-lib
uwsgi-cgi: add missing library
2018-06-04 09:00:04 +03:00
Ansuel Smith
e4917a9bc6
uwsgi-cgi: add missing library
This fix compilation error for the missing library libjansson

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-04 07:58:08 +02:00
Yousong Zhou
932cb25b41 shadowsocks-libev: bump to version 3.2.0
Changes summarized by upstream maintainer

  * Add MinGW support by @linusyang.
  * Refine c-ares integration by @xnoreq.
  * Fix building issues with GCC8 by @FlyingheartCN.
  * Minor bug fixes.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-06-04 11:47:17 +08:00
Yousong Zhou
02fa673f82 openvswitch: bump to version 2.9.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-06-04 11:27:54 +08:00
Yousong Zhou
c2f788f054 openvswitch: rework packaging
New scheme mainly provides three packages: openvswitch,
openvswitch-ovn-north, openvswitch-ovn-controller.  These should fit
most usage scenarios.  Other subpackages like openvswitch-libXXX
etc.  are there for dependency management and are hidden from the
menu.

Many python and shell scripts are removed in this revision.  Most of
them cannot run out of box at all for lack of dependencies.  Others
being legacy ones are not that useful now.  Add them back at later time
when real need appears

Below are a simple listing of additions

 - initscript now incorporate also ovn north and controller support
 - ovn-ctl and ovs-ctl can be invoked directly from within $PATH

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-06-04 11:27:54 +08:00
Hannu Nyman
efa81850f2
Merge pull request #6166 from cotequeiroz/nut_openssl-1.1
nut: added compatibility with openssl-1.1
2018-06-04 00:04:51 +03:00
Hannu Nyman
36c6dd7109
Merge pull request #6173 from roger-/v4l
v4l2rtspserver: update
2018-06-04 00:04:09 +03:00
Hannu Nyman
097288ad8a
Merge pull request #6172 from ldir-EDB0/bumplibidn2
libidn2: bump to v2.0.5
2018-06-04 00:02:50 +03:00
Roger Dammit
63f714bba0 v4l2rtspserver: update
Signed-off-by: Roger Dammit <rogerdammit@gmail.com>

Maintainer: me
Compile tested:  AR71xx snapshot

Update to latest and (hopefully) fix some buildbot issues.
2018-06-03 15:55:55 -04:00
Kevin Darbyshire-Bryant
be9687c369 libidn2: bump to v2.0.5
* Version 2.0.5 (released 2018-05-18)

** Switched the default library behavior to IDNA2008 as amended
   by TR#46 (non-transitional). That default behavior is enabled when
   no flags are specified to function calls. Applications can utilize the
   %IDN2_NO_TR46 flag to switch to the unamended IDNA2008. This is done in
   the interest of interoperability based on the fact that this is what application
   writers care about rather than strict compliance with a particular protocol.

** Fixed memleak in idn2_to_unicode_8zlz().

** Return error (IDN2_ICONV_FAIL) on charset conversion errors.

** Fixed issue with STD3 rules applying in non-transitional
   TR46 mode.

** idn2: added option --usestd3asciirules.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-06-03 19:14:06 +01:00
Hannu Nyman
fefaa2d361
Merge pull request #6171 from Ansuel/master
uwsgi-cgi: fix error
2018-06-03 21:07:08 +03:00
Ansuel Smith
fee38c1cdf
uwsgi-cgi: fix error
Bad makefile, fix missing separator error.
Also add PKG_MIRROR_HASH

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-03 19:58:24 +02:00
Hannu Nyman
408af14f86
Merge pull request #6108 from cotequeiroz/openldap_openssl-1.1
openldap: use /dev/urandom as entropy source
2018-06-03 20:46:03 +03:00
Hannu Nyman
9a7a241209
Merge pull request #5973 from cotequeiroz/gcc5-compilation
gcc: enable compilation with gcc 7.x
2018-06-03 17:21:35 +03:00
Hannu Nyman
f92312d8b2
Merge pull request #6063 from cotequeiroz/tdb-symlinks
tdb: avoid installing duplicate files
2018-06-03 17:18:36 +03:00
Hannu Nyman
83bbfa4270
Merge pull request #6096 from xavifr/master
lighttpd: Auth in version 1.4.48 is broken with musl, fixed in 1.4.49
2018-06-03 17:16:56 +03:00
Hannu Nyman
86195e9904
Merge pull request #6104 from cotequeiroz/libtorrent_openssl-1.1
libtorrent: add support for openssl 1.1
2018-06-03 17:15:38 +03:00
Hannu Nyman
77786f0807
Merge pull request #6099 from cotequeiroz/libmraa-0.9
libmraa: Upgrade to version 0.9.0
2018-06-03 17:14:38 +03:00
Hannu Nyman
967ad04e77
Merge pull request #6083 from Ansuel/master
uwsgi-cgi: New package
2018-06-03 17:09:46 +03:00
Hannu Nyman
fb5736dd1c
Merge pull request #6103 from Ansuel/ddns-fix
ddns-scripts: fix unefficent sh script
2018-06-03 14:53:04 +03:00
Hannu Nyman
7806ab4244
Merge pull request #6046 from lnslbrty/package/netatop
netatop: add new package
2018-06-03 10:07:26 +03:00
Hannu Nyman
1b9b49021a
Merge pull request #6034 from lnslbrty/package/atop
atop: add new package
2018-06-03 10:07:15 +03:00
Hannu Nyman
3c907df25c
Merge pull request #5396 from diizzyy/utils-fio
fio: Add to repo
2018-06-03 10:03:20 +03:00
Hannu Nyman
0954fd2df9
Merge pull request #6112 from cotequeiroz/opendkim_openssl-1.1
opendkim: Added compatibility wiht openssl 1.1
2018-06-03 09:55:27 +03:00
Hannu Nyman
6d6fc48a2b
Merge pull request #6109 from cotequeiroz/fdm_openssl-1.1
fdm: add compatibility with openssl 1.1
2018-06-03 09:54:08 +03:00
Hannu Nyman
362adcbde4
Merge pull request #6116 from cotequeiroz/aircrack-ng_openssl-1.1
aircrack-ng: add openssl 1.1 compatibility
2018-06-03 09:52:15 +03:00
Hannu Nyman
ce37c5fb65
Merge pull request #6117 from cotequeiroz/bitlbee_openssl-1.1
bitlbee: added openssl 1.1 support
2018-06-03 09:50:55 +03:00
Hannu Nyman
6e42b4b129
Merge pull request #6170 from MikePetullo/krb5
krb5: set replay cache directory to /tmp
2018-06-03 09:47:10 +03:00
W. Michael Petullo
536d555456 krb5: set replay cache directory to /tmp
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-06-02 15:54:24 -04:00
Hannu Nyman
70abc9e56b
Merge pull request #6169 from tru7/libfmt
libfmt: bump to version 5.0.0
2018-06-02 21:34:40 +03:00
Othmar Truniger
2f7d6ef03a libfmt: bump to version 5.0.0
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-06-02 18:46:48 +02:00
Ansuel Smith
8bb49eb5ed
ddns-scripts: fix unefficent sh script
Currently this 3 variable are used only 1 time in the sh script and cause 10s of delay for them to load... move them to load only if it's required by the command. This also fix luci-app-ddns delay problem derived by calling dns_lucihelper (that use tdns_functions to load data) for the version.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-02 18:04:16 +02:00
Ansuel Smith
157baf5c65
nginx: Package bump to 1.14.0
This bump nginx package to latest stable.
Also add support for the brotli compression module and head_more module.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-06-02 14:02:37 +02:00
Eneas U de Queiroz
1a9a7cc280 nut: added compatibility with openssl-1.1
Also added a fix in a check for empty string.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-06-01 12:04:32 -03:00
Hannu Nyman
4e32ef723d
Merge pull request #6156 from Ansuel/ariang
ariang: Bump to latest version
2018-05-31 22:07:52 +03:00