feed/packages.git
6 years agouwsgi-cgi: remove useless dep 6189/head
Ansuel Smith [Mon, 4 Jun 2018 20:29:02 +0000 (22:29 +0200)]
uwsgi-cgi: remove useless dep

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years agoMerge pull request #6085 from cotequeiroz/lua-openssl_openssl-1.1
Hannu Nyman [Mon, 4 Jun 2018 20:13:08 +0000 (23:13 +0300)]
Merge pull request #6085 from cotequeiroz/lua-openssl_openssl-1.1

lua-openssl: upgrade to version 0.7.1

6 years agoMerge pull request #6091 from dwmw2/domoticz
Stijn Tintel [Mon, 4 Jun 2018 18:30:58 +0000 (21:30 +0300)]
Merge pull request #6091 from dwmw2/domoticz

Domoticz updates and build fixes

6 years agoMerge pull request #6089 from cotequeiroz/ibrcommon_openssl-1.1
Hannu Nyman [Mon, 4 Jun 2018 17:47:34 +0000 (20:47 +0300)]
Merge pull request #6089 from cotequeiroz/ibrcommon_openssl-1.1

ibrcommon: add openssl 1.1 compatibility

6 years agoMerge pull request #6111 from cotequeiroz/nail_openssl-1.1
Hannu Nyman [Mon, 4 Jun 2018 17:47:19 +0000 (20:47 +0300)]
Merge pull request #6111 from cotequeiroz/nail_openssl-1.1

nail: add compatibility with openssl 1.1

6 years agoMerge pull request #6182 from valdi74/update_package_python-curl
Hannu Nyman [Mon, 4 Jun 2018 17:34:30 +0000 (20:34 +0300)]
Merge pull request #6182 from valdi74/update_package_python-curl

python-curl: update to 7.43.0.2

6 years agoMerge pull request #6100 from cotequeiroz/libnopoll_openssl-1.1
Hannu Nyman [Mon, 4 Jun 2018 17:28:43 +0000 (20:28 +0300)]
Merge pull request #6100 from cotequeiroz/libnopoll_openssl-1.1

libnopoll: upgrade to version 0.4.6 for openssl 1.1 support

6 years agoMerge pull request #6093 from cotequeiroz/ldns_openssl-1.1
Hannu Nyman [Mon, 4 Jun 2018 17:27:52 +0000 (20:27 +0300)]
Merge pull request #6093 from cotequeiroz/ldns_openssl-1.1

ldns: Upgrade to version 1.7.0

6 years agonano: update to 2.9.8
Hannu Nyman [Mon, 4 Jun 2018 15:09:44 +0000 (18:09 +0300)]
nano: update to 2.9.8

Update nano to version 2.9.8

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
6 years agoMerge pull request #6186 from dibdot/adblock
Dirk Brenken [Mon, 4 Jun 2018 12:39:20 +0000 (14:39 +0200)]
Merge pull request #6186 from dibdot/adblock

adblock: change winspy url

6 years agoMerge pull request #6180 from openwrt/unbound-tfo-v2
Hannu Nyman [Mon, 4 Jun 2018 12:36:02 +0000 (15:36 +0300)]
Merge pull request #6180 from openwrt/unbound-tfo-v2

unbound: Enable TCP fast open

6 years agoMerge pull request #6183 from dibdot/mc
Dirk Brenken [Mon, 4 Jun 2018 12:32:14 +0000 (14:32 +0200)]
Merge pull request #6183 from dibdot/mc

mc: update 4.8.21

6 years agoadblock: change winspy url 6186/head
Dirk Brenken [Mon, 4 Jun 2018 12:29:47 +0000 (14:29 +0200)]
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>
6 years agodomoticz: fix Onkyo custom command handling from dzVents 6091/head
David Woodhouse [Sun, 13 May 2018 14:54:05 +0000 (15:54 +0100)]
domoticz: fix Onkyo custom command handling from dzVents

https://github.com/domoticz/domoticz/pull/2386

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
6 years agodomoticz: update to 3.9571 and clean up FHS handling
David Woodhouse [Sun, 13 May 2018 14:52:50 +0000 (15:52 +0100)]
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>
6 years agodomoticz: build with -flto
David Woodhouse [Tue, 22 May 2018 12:41:34 +0000 (13:41 +0100)]
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>
6 years agodomoticz: support -ssldhparam config/command line option
David Woodhouse [Tue, 22 May 2018 15:50:27 +0000 (16:50 +0100)]
domoticz: support -ssldhparam config/command line option

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
6 years agodomoticz: use 'ln -sf' in serial hotplug script
David Woodhouse [Sun, 13 May 2018 14:50:34 +0000 (15:50 +0100)]
domoticz: use 'ln -sf' in serial hotplug script

Otherwise, stale symlinks don't get replaced

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
6 years agoMerge pull request #6179 from Ansuel/master
Hannu Nyman [Mon, 4 Jun 2018 09:10:53 +0000 (12:10 +0300)]
Merge pull request #6179 from Ansuel/master

uwsgi-cgi: another missing library

6 years agomc: update 4.8.21 6183/head
Dirk Brenken [Mon, 4 Jun 2018 08:53:26 +0000 (10:53 +0200)]
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>
6 years agopython-curl: update to 7.43.0.2 6182/head
Waldemar Konik [Mon, 4 Jun 2018 08:03:45 +0000 (10:03 +0200)]
python-curl: update to 7.43.0.2

Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
6 years agounbound: Enable TCP fast open 6180/head
Toke Høiland-Jørgensen [Sun, 3 Jun 2018 23:20:49 +0000 (01:20 +0200)]
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>
6 years agouwsgi-cgi: another missing library 6179/head
Ansuel Smith [Mon, 4 Jun 2018 06:35:18 +0000 (08:35 +0200)]
uwsgi-cgi: another missing library

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years agoMerge pull request #6178 from Ansuel/uwsgi-lib
Hannu Nyman [Mon, 4 Jun 2018 06:00:04 +0000 (09:00 +0300)]
Merge pull request #6178 from Ansuel/uwsgi-lib

uwsgi-cgi: add missing library

6 years agouwsgi-cgi: add missing library 6178/head
Ansuel Smith [Mon, 4 Jun 2018 05:58:08 +0000 (07:58 +0200)]
uwsgi-cgi: add missing library

This fix compilation error for the missing library libjansson

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years agoshadowsocks-libev: bump to version 3.2.0
Yousong Zhou [Mon, 4 Jun 2018 03:46:20 +0000 (11:46 +0800)]
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>
6 years agoopenvswitch: bump to version 2.9.2
Yousong Zhou [Fri, 1 Jun 2018 04:13:07 +0000 (12:13 +0800)]
openvswitch: bump to version 2.9.2

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoopenvswitch: rework packaging
Yousong Zhou [Mon, 28 May 2018 10:21:38 +0000 (18:21 +0800)]
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>
6 years agoMerge pull request #6166 from cotequeiroz/nut_openssl-1.1
Hannu Nyman [Sun, 3 Jun 2018 21:04:51 +0000 (00:04 +0300)]
Merge pull request #6166 from cotequeiroz/nut_openssl-1.1

nut: added compatibility with openssl-1.1

6 years agoMerge pull request #6173 from roger-/v4l
Hannu Nyman [Sun, 3 Jun 2018 21:04:09 +0000 (00:04 +0300)]
Merge pull request #6173 from roger-/v4l

v4l2rtspserver: update

6 years agoMerge pull request #6172 from ldir-EDB0/bumplibidn2
Hannu Nyman [Sun, 3 Jun 2018 21:02:50 +0000 (00:02 +0300)]
Merge pull request #6172 from ldir-EDB0/bumplibidn2

libidn2: bump to v2.0.5

6 years agov4l2rtspserver: update 6173/head
Roger Dammit [Sun, 3 Jun 2018 19:55:55 +0000 (15:55 -0400)]
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.

6 years agolibidn2: bump to v2.0.5 6172/head
Kevin Darbyshire-Bryant [Sun, 27 May 2018 18:30:09 +0000 (19:30 +0100)]
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>
6 years agoMerge pull request #6171 from Ansuel/master
Hannu Nyman [Sun, 3 Jun 2018 18:07:08 +0000 (21:07 +0300)]
Merge pull request #6171 from Ansuel/master

uwsgi-cgi: fix error

6 years agouwsgi-cgi: fix error 6171/head
Ansuel Smith [Sun, 3 Jun 2018 17:54:21 +0000 (19:54 +0200)]
uwsgi-cgi: fix error

Bad makefile, fix missing separator error.
Also add PKG_MIRROR_HASH

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years agoMerge pull request #6108 from cotequeiroz/openldap_openssl-1.1
Hannu Nyman [Sun, 3 Jun 2018 17:46:03 +0000 (20:46 +0300)]
Merge pull request #6108 from cotequeiroz/openldap_openssl-1.1

openldap: use /dev/urandom as entropy source

6 years agoMerge pull request #5973 from cotequeiroz/gcc5-compilation
Hannu Nyman [Sun, 3 Jun 2018 14:21:35 +0000 (17:21 +0300)]
Merge pull request #5973 from cotequeiroz/gcc5-compilation

gcc: enable compilation with gcc 7.x

6 years agoMerge pull request #6063 from cotequeiroz/tdb-symlinks
Hannu Nyman [Sun, 3 Jun 2018 14:18:36 +0000 (17:18 +0300)]
Merge pull request #6063 from cotequeiroz/tdb-symlinks

tdb: avoid installing duplicate files

6 years agoMerge pull request #6096 from xavifr/master
Hannu Nyman [Sun, 3 Jun 2018 14:16:56 +0000 (17:16 +0300)]
Merge pull request #6096 from xavifr/master

lighttpd: Auth in version 1.4.48 is broken with musl, fixed in 1.4.49

6 years agoMerge pull request #6104 from cotequeiroz/libtorrent_openssl-1.1
Hannu Nyman [Sun, 3 Jun 2018 14:15:38 +0000 (17:15 +0300)]
Merge pull request #6104 from cotequeiroz/libtorrent_openssl-1.1

libtorrent: add support for openssl 1.1

6 years agoMerge pull request #6099 from cotequeiroz/libmraa-0.9
Hannu Nyman [Sun, 3 Jun 2018 14:14:38 +0000 (17:14 +0300)]
Merge pull request #6099 from cotequeiroz/libmraa-0.9

libmraa: Upgrade to version 0.9.0

6 years agoMerge pull request #6083 from Ansuel/master
Hannu Nyman [Sun, 3 Jun 2018 14:09:46 +0000 (17:09 +0300)]
Merge pull request #6083 from Ansuel/master

uwsgi-cgi: New package

6 years agoMerge pull request #6103 from Ansuel/ddns-fix
Hannu Nyman [Sun, 3 Jun 2018 11:53:04 +0000 (14:53 +0300)]
Merge pull request #6103 from Ansuel/ddns-fix

ddns-scripts: fix unefficent sh script

6 years agoMerge pull request #6046 from lnslbrty/package/netatop
Hannu Nyman [Sun, 3 Jun 2018 07:07:26 +0000 (10:07 +0300)]
Merge pull request #6046 from lnslbrty/package/netatop

netatop: add new package

6 years agoMerge pull request #6034 from lnslbrty/package/atop
Hannu Nyman [Sun, 3 Jun 2018 07:07:15 +0000 (10:07 +0300)]
Merge pull request #6034 from lnslbrty/package/atop

atop: add new package

6 years agoMerge pull request #5396 from diizzyy/utils-fio
Hannu Nyman [Sun, 3 Jun 2018 07:03:20 +0000 (10:03 +0300)]
Merge pull request #5396 from diizzyy/utils-fio

fio: Add to repo

6 years agoMerge pull request #6112 from cotequeiroz/opendkim_openssl-1.1
Hannu Nyman [Sun, 3 Jun 2018 06:55:27 +0000 (09:55 +0300)]
Merge pull request #6112 from cotequeiroz/opendkim_openssl-1.1

opendkim: Added compatibility wiht openssl 1.1

6 years agoMerge pull request #6109 from cotequeiroz/fdm_openssl-1.1
Hannu Nyman [Sun, 3 Jun 2018 06:54:08 +0000 (09:54 +0300)]
Merge pull request #6109 from cotequeiroz/fdm_openssl-1.1

fdm: add compatibility with openssl 1.1

6 years agoMerge pull request #6116 from cotequeiroz/aircrack-ng_openssl-1.1
Hannu Nyman [Sun, 3 Jun 2018 06:52:15 +0000 (09:52 +0300)]
Merge pull request #6116 from cotequeiroz/aircrack-ng_openssl-1.1

aircrack-ng: add openssl 1.1 compatibility

6 years agoMerge pull request #6117 from cotequeiroz/bitlbee_openssl-1.1
Hannu Nyman [Sun, 3 Jun 2018 06:50:55 +0000 (09:50 +0300)]
Merge pull request #6117 from cotequeiroz/bitlbee_openssl-1.1

bitlbee: added openssl 1.1 support

6 years agoMerge pull request #6170 from MikePetullo/krb5
Hannu Nyman [Sun, 3 Jun 2018 06:47:10 +0000 (09:47 +0300)]
Merge pull request #6170 from MikePetullo/krb5

krb5: set replay cache directory to /tmp

6 years agokrb5: set replay cache directory to /tmp 6170/head
W. Michael Petullo [Sat, 2 Jun 2018 19:54:24 +0000 (15:54 -0400)]
krb5: set replay cache directory to /tmp

Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 years agoMerge pull request #6169 from tru7/libfmt
Hannu Nyman [Sat, 2 Jun 2018 18:34:40 +0000 (21:34 +0300)]
Merge pull request #6169 from tru7/libfmt

libfmt: bump to version 5.0.0

6 years agolibfmt: bump to version 5.0.0 6169/head
Othmar Truniger [Sat, 2 Jun 2018 16:16:24 +0000 (18:16 +0200)]
libfmt: bump to version 5.0.0

Signed-off-by: Othmar Truniger <github@truniger.ch>
6 years agoddns-scripts: fix unefficent sh script 6103/head
Ansuel Smith [Thu, 24 May 2018 01:36:38 +0000 (03:36 +0200)]
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>
6 years agonut: added compatibility with openssl-1.1 6166/head
Eneas U de Queiroz [Fri, 1 Jun 2018 15:04:32 +0000 (12:04 -0300)]
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>
6 years agoMerge pull request #6156 from Ansuel/ariang
Hannu Nyman [Thu, 31 May 2018 19:07:52 +0000 (22:07 +0300)]
Merge pull request #6156 from Ansuel/ariang

ariang: Bump to latest version

6 years agoariang: Bump to latest version 6156/head
Ansuel Smith [Thu, 31 May 2018 18:18:40 +0000 (20:18 +0200)]
ariang: Bump to latest version

This upgrade ariang webui to latest version

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years agoMerge pull request #4615 from xdarklight/vnstat-port-init-to-procd
Jo-Philipp Wich [Thu, 31 May 2018 11:15:24 +0000 (13:15 +0200)]
Merge pull request #4615 from xdarklight/vnstat-port-init-to-procd

vnstat: port init-script to procd and enable auto-respawn

6 years agonet/vnstat: enable auto-respawn when vnstatd crashes 4615/head
Martin Blumenstingl [Sun, 23 Jul 2017 10:01:10 +0000 (12:01 +0200)]
net/vnstat: enable auto-respawn when vnstatd crashes

Originally this was indended as a fix for devices without RTC support
which do not have the correct time set after a reboot (until ntp is able
to update the system time). vnstat checks if there is a time difference
between the latest entry in the database and detects that the system time
is incorrect. In this case vnstat does not start (to prevent database
corruption), the following message is reported instead:
'Error: Interface "..." has previous update date too much in the future,
exiting.'
Once we have network connectivity (and ntp has updated the system time)
vnstat starts correctly though.
vnstat 1.18 fixes this by waiting a few minutes (instead of exiting) and
the following message is logged:
"Latest database update is in the future (db: 2018-04-28 08:39:11 > now:
2018-04-28 08:07:18). Giving the system clock up to 5 minutes to sync
before continuing."

This still adds a procd respawn trigger to let procd automatically
restart vnstat in case:
- vnstat it crashes
- no valid system time is received for a long time (no network
  connectivity, broken NTP servers, ...)

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
6 years agonet/vnstat: port the init-script to procd
Martin Blumenstingl [Sun, 23 Jul 2017 09:59:01 +0000 (11:59 +0200)]
net/vnstat: port the init-script to procd

This ports the init-script from the legacy functions to procd. There
should be no functional changes with this patch.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
6 years agoMerge pull request #6146 from neheb/libshout
Ted Hess [Wed, 30 May 2018 17:04:42 +0000 (17:04 +0000)]
Merge pull request #6146 from neheb/libshout

libshout: Fix OpenSSL 1.1.0 without deprecated APIs

6 years agoMerge pull request #6131 from cotequeiroz/conserver_openssl-1.1
Hannu Nyman [Wed, 30 May 2018 14:42:46 +0000 (17:42 +0300)]
Merge pull request #6131 from cotequeiroz/conserver_openssl-1.1

conserver: bump to v8.2.2 - adds openssl 1.1 compatibility

6 years agoMerge pull request #6153 from TDT-AG/pr/20180530-net-mwan3-fix-connected-networks
Hannu Nyman [Wed, 30 May 2018 13:40:51 +0000 (16:40 +0300)]
Merge pull request #6153 from TDT-AG/pr/20180530-net-mwan3-fix-connected-networks

net/mwan3: fix connected networks

6 years agoMerge pull request #6151 from philenotfound/mutt-bump
Hannu Nyman [Wed, 30 May 2018 13:40:05 +0000 (16:40 +0300)]
Merge pull request #6151 from philenotfound/mutt-bump

mutt: bump to version 1.10.0

6 years agonet/mwan3: update version to 2.6.17 6153/head
Florian Eckert [Wed, 30 May 2018 10:57:49 +0000 (12:57 +0200)]
net/mwan3: update version to 2.6.17

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: fix update on connected ip networks
Florian Eckert [Wed, 30 May 2018 10:40:23 +0000 (12:40 +0200)]
net/mwan3: fix update on connected ip networks

If an interface is not tracked by mwan3 or enabled and this interface is
setup by netifd, then the connected ipset is not update by mwan3.
To fix this also call connected ipset update code even if the interface
is not tracked or enabled by mwan3.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agomutt: bump to version 1.10.0 6151/head
Phil Eichinger [Wed, 30 May 2018 04:32:28 +0000 (06:32 +0200)]
mutt: bump to version 1.10.0

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
6 years agolibshout: Fix OpenSSL 1.1.0 without deprecated APIs 6146/head
Rosen Penev [Tue, 29 May 2018 04:14:34 +0000 (21:14 -0700)]
libshout: Fix OpenSSL 1.1.0 without deprecated APIs

Previous patch was incomplete and broke with deprecated APIs
disabled.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agogit: update to 2.17.1
Peter Wagner [Tue, 29 May 2018 23:07:15 +0000 (01:07 +0200)]
git: update to 2.17.1
Fixes CVE-2018-11233 and CVE-2018-11235

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoMerge pull request #6114 from kenkeys/protobuf-lite
Hannu Nyman [Tue, 29 May 2018 18:14:29 +0000 (21:14 +0300)]
Merge pull request #6114 from kenkeys/protobuf-lite

Protobuf lite

6 years agoMerge remote-tracking branch 'upstream/master' 6096/head
Xavier Franquet [Tue, 29 May 2018 07:07:16 +0000 (09:07 +0200)]
Merge remote-tracking branch 'upstream/master'

6 years agoMerge pull request #6145 from EricLuehrsen/unbound_defdoc
Hannu Nyman [Tue, 29 May 2018 05:05:38 +0000 (08:05 +0300)]
Merge pull request #6145 from EricLuehrsen/unbound_defdoc

unbound: add root zone file cache option

6 years agounbound: add root zone file cache option 6145/head
Eric Luehrsen [Tue, 29 May 2018 02:46:07 +0000 (22:46 -0400)]
unbound: add root zone file cache option

Add the possibility to use Unbound auto-zone: clause to
fetch complete root, arpa, in-addr.arpa, and ip6.arpa
zone files. This can speed up recursion when users
access many ccTLD or connection logging hits many PTR.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
6 years agounbound: provide transparent defaults with documentation
Eric Luehrsen [Mon, 28 May 2018 16:50:14 +0000 (12:50 -0400)]
unbound: provide transparent defaults with documentation

Some resource options bundled many Unbound.conf options and
made customizing on top of UCI difficult. Make it easier to
use Unbound built defaults (blank conf sections).

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
6 years agoconserver: update to v8.2.2 6131/head
Eneas U de Queiroz [Tue, 29 May 2018 02:31:54 +0000 (23:31 -0300)]
conserver: update to v8.2.2

Adds openssl compatibility.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
6 years agostrongswan: bump to 5.6.3
Stijn Tintel [Mon, 28 May 2018 20:38:53 +0000 (23:38 +0300)]
strongswan: bump to 5.6.3

Fixes the following CVEs:
- CVE-2018-5388
- CVE-2018-10811

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
6 years agoMerge pull request #6140 from neheb/tr
Hannu Nyman [Wed, 30 May 2018 10:59:07 +0000 (13:59 +0300)]
Merge pull request #6140 from neheb/tr

transmission: Update to 2.94

6 years agoMerge pull request #6144 from Shulyaka/master
Hannu Nyman [Mon, 28 May 2018 19:34:33 +0000 (22:34 +0300)]
Merge pull request #6144 from Shulyaka/master

postfix: version update to 3.3.1

6 years agoMerge pull request #6143 from DocLM/libgphoto2
Hannu Nyman [Mon, 28 May 2018 19:34:09 +0000 (22:34 +0300)]
Merge pull request #6143 from DocLM/libgphoto2

libgphoto2: update package 2.5.18

6 years agonfs-kernel-server: update to 2.3.2
Peter Wagner [Mon, 28 May 2018 18:53:18 +0000 (20:53 +0200)]
nfs-kernel-server: update to 2.3.2

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agopostfix: version update to 3.3.1 6144/head
Denis Shulyaka [Mon, 28 May 2018 18:47:30 +0000 (21:47 +0300)]
postfix: version update to 3.3.1

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
6 years agolibgphoto2: update package 2.5.18 6143/head
Leonardo Medici [Mon, 28 May 2018 18:44:29 +0000 (20:44 +0200)]
libgphoto2: update package 2.5.18

Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
6 years agoopenvswitch: remove ovs-parse-backtrace
Yousong Zhou [Mon, 28 May 2018 10:03:28 +0000 (18:03 +0800)]
openvswitch: remove ovs-parse-backtrace

It's a python script and requires backtrace support when building
openvswitch which requires glibc.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agoopenvswitch: remove docker related utilities
Yousong Zhou [Mon, 28 May 2018 09:41:22 +0000 (17:41 +0800)]
openvswitch: remove docker related utilities

The overlay and underlay driver, and ovs-docker utilities requires setup
and dependencies that are just not available in known maintained state.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years agotransmission: Update to 2.94 6140/head
Rosen Penev [Sun, 20 May 2018 16:20:15 +0000 (09:20 -0700)]
transmission: Update to 2.94

Mainly a bugfix for XSS. Patches have been refreshed.

Added an upstream fix for TLS verification. Now enabled by default.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #6138 from ejurgensen/libunistring_update_0910
Hannu Nyman [Sun, 27 May 2018 21:37:45 +0000 (00:37 +0300)]
Merge pull request #6138 from ejurgensen/libunistring_update_0910

libunistring: update to 0.9.10

6 years agoMerge pull request #5897 from oldium/fwknopd-device-fix
Hannu Nyman [Sun, 27 May 2018 21:37:11 +0000 (00:37 +0300)]
Merge pull request #5897 from oldium/fwknopd-device-fix

fwknopd: More reliable network dependency

6 years agolibunistring: update to 0.9.10 6138/head
Espen Jürgensen [Sun, 27 May 2018 18:21:31 +0000 (20:21 +0200)]
libunistring: update to 0.9.10

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
6 years agophp7: update to 7.2.6
Michael Heimpold [Sun, 27 May 2018 15:04:08 +0000 (17:04 +0200)]
php7: update to 7.2.6

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agoMerge pull request #6134 from MikePetullo/php7-pecl-krb5
Michael Heimpold [Sun, 27 May 2018 12:07:49 +0000 (14:07 +0200)]
Merge pull request #6134 from MikePetullo/php7-pecl-krb5

php7-pecl-krb5: add new package

6 years agoMerge pull request #6135 from MikePetullo/php7-pecl-mcrypt
Michael Heimpold [Sun, 27 May 2018 12:06:49 +0000 (14:06 +0200)]
Merge pull request #6135 from MikePetullo/php7-pecl-mcrypt

php7-pecl-mcrypt: add new package

6 years agoMerge pull request #6097 from cotequeiroz/libevhtp_openssl-1.1
Hannu Nyman [Sun, 27 May 2018 06:44:19 +0000 (09:44 +0300)]
Merge pull request #6097 from cotequeiroz/libevhtp_openssl-1.1

libevhtp: add openssl 1.1 compatibility

6 years agophp7-pecl-mcrypt: add new package 6135/head
W. Michael Petullo [Sat, 26 May 2018 23:51:21 +0000 (19:51 -0400)]
php7-pecl-mcrypt: add new package

PHP 7.2 dropped support for the libmcrypt binding. The binding is now
provided by PECL, and a number of applications still rely on this package.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 years agophp7-pecl-krb5: add new package 6134/head
W. Michael Petullo [Sat, 26 May 2018 23:49:53 +0000 (19:49 -0400)]
php7-pecl-krb5: add new package

Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 years agoMerge pull request #6106 from cotequeiroz/uw-imap_openssl-1.1
Hannu Nyman [Sat, 26 May 2018 17:50:18 +0000 (20:50 +0300)]
Merge pull request #6106 from cotequeiroz/uw-imap_openssl-1.1

uw-imap: add openssl 1.1 compatibility

6 years agoMerge pull request #6130 from MikePetullo/dovecot
Hannu Nyman [Fri, 25 May 2018 16:23:45 +0000 (19:23 +0300)]
Merge pull request #6130 from MikePetullo/dovecot

dovecot: add GSSAPI module

6 years agodovecot: add GSSAPI module 6130/head
W. Michael Petullo [Fri, 25 May 2018 16:00:11 +0000 (12:00 -0400)]
dovecot: add GSSAPI module

Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 years agoMerge pull request #6127 from mwarning/zerotier
Hannu Nyman [Fri, 25 May 2018 12:19:59 +0000 (15:19 +0300)]
Merge pull request #6127 from mwarning/zerotier

zerotier: update to version 1.2.10

6 years agoMerge pull request #6115 from cotequeiroz/crtmpserver_openssl-1.1
Thomas Heil [Fri, 25 May 2018 11:40:36 +0000 (13:40 +0200)]
Merge pull request #6115 from cotequeiroz/crtmpserver_openssl-1.1

crtmpserver: add compatibility with openssl 1.1