Rosen Penev [Mon, 9 Jul 2018 02:46:18 +0000 (19:46 -0700)]
libhttp-parser: Update to 2.8.1
Switched to codeload instead of git for downloads. Should be faster and more reliable.
Re-organized the Makefile slightly
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Ted Hess [Mon, 9 Jul 2018 00:17:12 +0000 (20:17 -0400)]
Merge pull request #6429 from MikePetullo/gst1-plugins-ugly
gst1-plugins-ugly: update to 1.14.1
W. Michael Petullo [Sun, 8 Jul 2018 22:28:28 +0000 (18:28 -0400)]
gst1-plugins-ugly: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Daniel Golle [Sun, 8 Jul 2018 15:29:11 +0000 (17:29 +0200)]
Merge pull request #6421 from micmac1/gnunet-uclibc-iconv
gnunet: fix uclibc build issue
Hannu Nyman [Sun, 8 Jul 2018 14:59:23 +0000 (17:59 +0300)]
Merge pull request #6422 from micmac1/libzdb-uclibc-iconv
libzdb: fix uclibc build issue
Sebastian Kemper [Sun, 8 Jul 2018 09:45:24 +0000 (11:45 +0200)]
gnunet: fix uclibc build issue
libmariadb 10.2.x needs to be linked in together with iconv. On glibc
and musl iconv is part of libc. But on uclibc libiconv-full needs to be
used.
gnunet only has access to iconv on uclibc when BUILD_NLS is selected.
This commit adds hidden symbol GNUNET_HAS_ICONV_SUPPORT which sorts this
out.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Hannu Nyman [Sun, 8 Jul 2018 10:38:42 +0000 (13:38 +0300)]
Merge pull request #6419 from micmac1/python-mysql-404
python-mysql: fix 404 and uclibc build failures
Hannu Nyman [Sun, 8 Jul 2018 10:38:30 +0000 (13:38 +0300)]
Merge pull request #6418 from micmac1/mariadb-uclibc
mariadb: fix uclibc builds
Sebastian Kemper [Sun, 8 Jul 2018 10:02:48 +0000 (12:02 +0200)]
libzdb: fix uclibc build issue
libmariadb 10.2 needs to be linked in together with iconv. On musl and
glibc iconv is part of libc. That's not the case for uclibc, where
libiconv-full needs to be used. This commit adds -liconv to the linker
flags and aids libzdb in finding libiconv.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 8 Jul 2018 08:43:02 +0000 (10:43 +0200)]
python-mysql: fix uclibc build failure
libmariadb 10.2.x needs to be linked in together with iconv. On uclibc
iconv is not included in libc and libiconv-full needs to be used. This
commit helps python-mysql find the shared library.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 8 Jul 2018 08:39:37 +0000 (10:39 +0200)]
python-mysql: fix download URL
During a previous pull request the PKG_NAME was first changed and then
reverted back. But the download URL was not changed accordingly.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 8 Jul 2018 07:59:15 +0000 (09:59 +0200)]
mariadb: fix uClibc builds
mariadb 10.2.x depends on iconv. glibc and musl include iconv, uclibc
does not. So for uclibc builds a depend on libiconv-full is required.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 8 Jul 2018 07:54:28 +0000 (09:54 +0200)]
mariadb: fix CPPFLAGS handling
The mariadb build system ignores CPPFLAGS. Add them to CFLAGS as a
workaround.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Marc Benoit [Thu, 5 Apr 2018 21:56:10 +0000 (17:56 -0400)]
utils/collectd: run with low priority
Even on a powerful platform a collectd process'
activities are sometimes affecting throoughput and
latency. This is a backgroud process, that should not
be running with default priority.
Even if it is a little deplayed, that is not a worry in
this case. The routing should be the main priority,
stats collection can wait a bit.
Tested on Netgear R7800
Signed-off-by: Marc Benoit <marcb62185@gmail.com>
Make niceness more moderate, bump version.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sun, 8 Jul 2018 05:46:37 +0000 (08:46 +0300)]
Merge pull request #6417 from MikePetullo/gst1-plugins-good
gst1-plugins-good: update to 1.14.1
Hannu Nyman [Sun, 8 Jul 2018 05:46:13 +0000 (08:46 +0300)]
Merge pull request #6416 from MikePetullo/gst1-plugins-base
gst1-plugins-base: update to 1.14.1
Hannu Nyman [Sun, 8 Jul 2018 05:45:50 +0000 (08:45 +0300)]
Merge pull request #6415 from MikePetullo/gstreamer1
gstreamer1: update to 1.14.1
W. Michael Petullo [Sat, 7 Jul 2018 23:09:04 +0000 (19:09 -0400)]
gst1-plugins-good: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sat, 7 Jul 2018 22:23:58 +0000 (18:23 -0400)]
gst1-plugins-base: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sat, 7 Jul 2018 21:43:48 +0000 (17:43 -0400)]
gstreamer1: update to 1.14.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hannu Nyman [Sat, 7 Jul 2018 20:55:04 +0000 (23:55 +0300)]
Merge pull request #6414 from tru7/libfmt
libfmt: bump to new release 5.1.0
Othmar Truniger [Sat, 7 Jul 2018 19:49:42 +0000 (21:49 +0200)]
libfmt: bump to new release 5.1.0
Signed-off-by: Othmar Truniger <github@truniger.ch>
Hannu Nyman [Sat, 7 Jul 2018 17:36:52 +0000 (20:36 +0300)]
Merge pull request #6229 from sartura/dhcpcd_bump_to_7.0.5
dhcpcd: bump to 7.0.5
Hannu Nyman [Sat, 7 Jul 2018 17:32:41 +0000 (20:32 +0300)]
Merge pull request #5646 from neheb/libnet
libnet: Change PKG_SOURCE_URL to use @SF macro.
Hannu Nyman [Sat, 7 Jul 2018 17:32:11 +0000 (20:32 +0300)]
Merge pull request #6313 from neheb/sispmctl
sispmctl: Update to 4.0
Hannu Nyman [Sat, 7 Jul 2018 17:30:50 +0000 (20:30 +0300)]
Merge pull request #6365 from neheb/patch-3
fdm: Switch to GitHub releases.
Hannu Nyman [Sat, 7 Jul 2018 17:29:21 +0000 (20:29 +0300)]
Merge pull request #6202 from cotequeiroz/seafile_openssl-1.1
seafile: upgrade to 6.3.0
Rosen Penev [Tue, 20 Feb 2018 21:52:58 +0000 (13:52 -0800)]
libnet: Change PKG_SOURCE_URL to use @SF macro.
More flexible with more mirrors.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Sat, 7 Jul 2018 17:28:39 +0000 (20:28 +0300)]
Merge pull request #6279 from neheb/patch-19
lzmq: Update to 0.4.4
Hannu Nyman [Sat, 7 Jul 2018 17:28:14 +0000 (20:28 +0300)]
Merge pull request #6270 from neheb/patch-24
yunbridge: Swich to 1.6.0
Rosen Penev [Sun, 17 Jun 2018 23:02:53 +0000 (16:02 -0700)]
sispmctl: Update to 4.0
Switched from git to tarball. There seems to be no activity since release
4.0.
Removed unneeded patches.
Added a library package since it seems to be required now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Sat, 7 Jul 2018 17:23:47 +0000 (20:23 +0300)]
Merge pull request #6251 from neheb/patch-12
esniper: Update to 2.33.0
Hannu Nyman [Sat, 7 Jul 2018 17:23:18 +0000 (20:23 +0300)]
Merge pull request #6249 from neheb/patch-10
apr-util: Update to 1.6.1
Rosen Penev [Mon, 26 Mar 2018 02:26:01 +0000 (19:26 -0700)]
fdm: Switch to GitHub releases.
Sourceforge link went away. The GitHub mirror also has the wrong path.
Replaced compatibility patches with upstream solution.
Also added an OpenSSL 1.1.0 compile fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Sat, 7 Jul 2018 17:22:57 +0000 (20:22 +0300)]
Merge pull request #6230 from sartura/sysstat_bump_to_11.6.4
sysstat: bump to 11.6.4
Hannu Nyman [Sat, 7 Jul 2018 17:21:08 +0000 (20:21 +0300)]
Merge pull request #6221 from neheb/patch-5
zsh: Update to 5.5.1
Hannu Nyman [Sat, 7 Jul 2018 17:20:47 +0000 (20:20 +0300)]
Merge pull request #6218 from neheb/patch-2
apr: Update to 1.6.3
Hannu Nyman [Sat, 7 Jul 2018 17:20:27 +0000 (20:20 +0300)]
Merge pull request #6216 from neheb/patch-7
acpid: Update to 2.0.29
Hannu Nyman [Sat, 7 Jul 2018 10:02:56 +0000 (13:02 +0300)]
Merge pull request #6407 from lucize/doveup
dovecot: update to 2.3.2
Lucian Cristian [Fri, 6 Jul 2018 20:58:38 +0000 (23:58 +0300)]
dovecot: update to 2.3.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Michael Heimpold [Tue, 3 Jul 2018 20:58:42 +0000 (22:58 +0200)]
php7: fix load order of mysqli extension
This problem was reported by Teun Lubberhuizen, thanks!
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Fri, 6 Jul 2018 20:38:26 +0000 (23:38 +0300)]
Merge pull request #6245 from neheb/patch-9
hdparm: Update to 9.56
Hannu Nyman [Fri, 6 Jul 2018 20:37:59 +0000 (23:37 +0300)]
Merge pull request #6280 from neheb/zmq
zmq: Update to 4.1.6
Hannu Nyman [Fri, 6 Jul 2018 20:26:55 +0000 (23:26 +0300)]
Merge pull request #6332 from micmac1/mysql-python-up
python-mysql: upgrade to 1.3.12
Hannu Nyman [Fri, 6 Jul 2018 20:26:18 +0000 (23:26 +0300)]
Merge pull request #6393 from yangfl/master
i2pd: Update to 2.19.0
Hannu Nyman [Fri, 6 Jul 2018 20:22:28 +0000 (23:22 +0300)]
Merge pull request #6406 from MikePetullo/krb5
krb5: update to 1.16.1
Ted Hess [Fri, 6 Jul 2018 16:31:45 +0000 (12:31 -0400)]
Merge pull request #6383 from thess/add-nasm
ffmpeg/libx264: Replacing YASM with NASM and fixing ffmpeg/x264 module dependency
Hannu Nyman [Fri, 6 Jul 2018 15:12:55 +0000 (18:12 +0300)]
Merge pull request #6328 from Ansuel/reworknginx
nginx: bump and add build variant and other fix
Ansuel Smith [Thu, 21 Jun 2018 17:33:55 +0000 (19:33 +0200)]
nginx: bump and add build variant and other fix
This add 2 variant of nginx so we can have package with SSL config flag preselected. This also add support for 2 more module and upgrade gninx to latest version. Also add myself as secondary maintainer to apply luci modification quickly.
Use of autoreconf to fix problems with recompilation on every new build (even if the version is the same). Add a patch to ignore on invalid configure option instead of trow error.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
W. Michael Petullo [Fri, 6 Jul 2018 12:45:36 +0000 (08:45 -0400)]
krb5: update to 1.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Simon Tretter [Fri, 6 Jul 2018 08:50:10 +0000 (16:50 +0800)]
rsync: Add IPv6 functionality
Signed-off-by: Simon Tretter <simon@mediaarchitectu.re>
W. Michael Petullo [Sat, 12 May 2018 05:43:21 +0000 (01:43 -0400)]
dmapd: update to 0.0.75
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Sat, 12 May 2018 05:42:10 +0000 (01:42 -0400)]
libdmapsharing: update to 3.9.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Eneas U de Queiroz [Wed, 13 Jun 2018 13:44:58 +0000 (10:44 -0300)]
protobuf-c: bump to 1.3.0
Version 1.2.1 does not currently compile without a patch.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Sebastian Kemper [Mon, 25 Jun 2018 18:56:36 +0000 (20:56 +0200)]
luasql: fix compile with mariadb-10.2.x
This is in anticipation of the mariadb upgrade to 10.2.x. luasql compile
fails:
In file included from src/ls_mysql.c:21:0:
src/ls_mysql.c: In function 'luaopen_luasql_mysql':
src/ls_mysql.c:605:25: error: expected ')' before 'MYSQL_SERVER_VERSION'
lua_pushliteral (L, MYSQL_SERVER_VERSION);
^
src/ls_mysql.c:605:5: error: too few arguments to function 'lua_pushlstring'
lua_pushliteral (L, MYSQL_SERVER_VERSION);
^
/home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/lua.h:175:16: note: declared here
LUA_API void (lua_pushlstring) (lua_State *L, const char *s, size_t l);
^~~~~~~~~~~~~~~
To fix this cherry-pick upstream commit
6df3f672313f8dbca219199c8ec8d20c0247347f.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Sun, 17 Jun 2018 03:21:44 +0000 (20:21 -0700)]
libwebsockets: Update to 3.0.0
Removed upstreamed patch.
Also added a patch to fix Travis.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Karl Palsson <karlp@etactica.com>
Yousong Zhou [Thu, 5 Jul 2018 09:05:31 +0000 (17:05 +0800)]
i2c-tools: fix stale PKG_SOURCE_URL
Fixes openwrt/packages#5075
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Marko Ratkaj [Thu, 5 Jul 2018 07:55:38 +0000 (09:55 +0200)]
Merge pull request #6358 from sartura/sysrepo-release-0.7.4
Sysrepo release 0.7.4
Hannu Nyman [Thu, 5 Jul 2018 06:42:12 +0000 (09:42 +0300)]
Merge pull request #6400 from cshoredaniel/pr-cshoredaniel-maintainer-changes
cshoredaniel maintainer changes
Daniel F. Dickinson [Thu, 5 Jul 2018 03:54:49 +0000 (23:54 -0400)]
gnupg: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Daniel F. Dickinson [Thu, 5 Jul 2018 03:53:23 +0000 (23:53 -0400)]
findutils: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Daniel F. Dickinson [Thu, 5 Jul 2018 03:52:40 +0000 (23:52 -0400)]
msmtp-scripts: Update my email
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Daniel F. Dickinson [Thu, 5 Jul 2018 03:51:28 +0000 (23:51 -0400)]
nut: Update my email
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Daniel F. Dickinson [Thu, 5 Jul 2018 03:50:43 +0000 (23:50 -0400)]
gitolite: Update my email
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Daniel F. Dickinson [Thu, 5 Jul 2018 03:49:35 +0000 (23:49 -0400)]
rp-pppoe: Remove myself as maintainer
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Hannu Nyman [Wed, 4 Jul 2018 17:18:26 +0000 (20:18 +0300)]
Merge pull request #6288 from sdelafond/diffutils_x86
diffutils: fix 'compilation error on x86_64
Hannu Nyman [Tue, 3 Jul 2018 16:28:49 +0000 (19:28 +0300)]
Merge pull request #6301 from micmac1/mariadb-up-102
mariadb: bump to 10.2 release series
Hannu Nyman [Tue, 3 Jul 2018 16:22:43 +0000 (19:22 +0300)]
Merge pull request #6309 from diizzyy/patch-2
tmux: Add path to global conf file
Hannu Nyman [Tue, 3 Jul 2018 16:22:23 +0000 (19:22 +0300)]
Merge pull request #6340 from gladiac1337/feature-haproxy-v1.8.10
haproxy: Update HAProxy to v1.8.12
David Yang [Mon, 2 Jul 2018 14:48:51 +0000 (22:48 +0800)]
i2pd: Update to 2.19.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
David Yang [Sun, 4 Mar 2018 16:58:43 +0000 (00:58 +0800)]
i2pd: Move DATADIR to /var/lib/i2pd, fix #5693
Original author: dartraiden <wowemuh@gmail.com>
Signed-off-by: David Yang <mmyangfl@gmail.com>
Hirokazu MORIKAWA [Thu, 21 Jun 2018 07:34:48 +0000 (16:34 +0900)]
node: bump to 8.11.3
Update to v8.11.3 Several security fixes:
CVE-2018-7167, CVE-2018-7161, CVE-2018-
1000168,CVE-2018-7158, CVE-2018-7159, CVE-2018-7160
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Philip Prindeville [Mon, 2 Jul 2018 00:57:09 +0000 (18:57 -0600)]
travis: don't need git cloning progress
Since Travis runs as a batch job and logs are typically looked at
after-the-fact (if at all), there's not any point to seeing progress
when cloning git repos.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Philip Prindeville [Mon, 2 Jul 2018 22:22:57 +0000 (16:22 -0600)]
Merge pull request #6389 from pprindeville/perl-text-csv_xs-update-1.36
perl-text-csv_xs: update to 1.36
Michael Heimpold [Mon, 2 Jul 2018 20:42:26 +0000 (22:42 +0200)]
php7: update to 7.2.7
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Felix Fietkau [Mon, 2 Jul 2018 14:59:45 +0000 (16:59 +0200)]
vim: disable darwin support
Fixes build on Mac OS X hosts
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Matija Amidzic [Tue, 26 Jun 2018 10:48:02 +0000 (12:48 +0200)]
sysrepo: update to 0.7.4
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
Matija Amidzic [Tue, 26 Jun 2018 10:44:30 +0000 (12:44 +0200)]
netopeer2: update to 0.5.26
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
Matija Amidzic [Tue, 26 Jun 2018 10:17:35 +0000 (12:17 +0200)]
libnetconf2: update to 0.11.37
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
Matija Amidzic [Tue, 26 Jun 2018 10:14:25 +0000 (12:14 +0200)]
libyang: update to 0.15.130
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
Yousong Zhou [Fri, 29 Jun 2018 07:24:01 +0000 (15:24 +0800)]
treewide: fix missing/wrong MIRROR_HASH for sources from github
Some of them forgot to update MIRROR_HASH on version change, others
updated with wrong hash value. The new values were generated from
tarballs prepared by the newly introduced github-tarball download
methoded and confirmed consistent with those from sources.openwrt.org
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Fri, 29 Jun 2018 02:05:36 +0000 (10:05 +0800)]
luai2c: remove it for missing sources
The github repo is gone
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Philip Prindeville [Mon, 2 Jul 2018 00:10:54 +0000 (18:10 -0600)]
perl-text-csv_xs: update to 1.36
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Hannu Nyman [Sun, 1 Jul 2018 16:49:46 +0000 (19:49 +0300)]
Merge pull request #6368 from neheb/patch-15
unrar: Update to 5.6.5
Hannu Nyman [Sun, 1 Jul 2018 16:45:45 +0000 (19:45 +0300)]
Merge pull request #6276 from diizzyy/utils-dbus
dbus: Update to 1.12.8
Sebastian Kemper [Sat, 30 Jun 2018 08:12:42 +0000 (10:12 +0200)]
gammu: update lazy depend
libmariadbclient is now libmariadb. Update gammu depend to reflect that.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Michael Heimpold [Fri, 29 Jun 2018 20:53:02 +0000 (22:53 +0200)]
Merge pull request #6333 from micmac1/php7-mysqlnd
php7: use mysqlnd
Hannu Nyman [Fri, 29 Jun 2018 15:11:48 +0000 (18:11 +0300)]
Merge pull request #6366 from neheb/patch-14
gnupg: Update to 1.4.23
Hannu Nyman [Fri, 29 Jun 2018 15:10:58 +0000 (18:10 +0300)]
Merge pull request #6372 from jefferyto/golang-compile-arguments
golang: Makefile improvements
David Woodhouse [Thu, 28 Jun 2018 15:23:24 +0000 (16:23 +0100)]
rtl-sdr: fix build when GCC decides not to emit inlines
Maybe we should use something other than -Os for this code anyway; it's
generally quite CPU-intensive.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Jeffery To [Fri, 29 Jun 2018 06:57:50 +0000 (14:57 +0800)]
golang: Download bootstrap source directly, use golang-specific mirrors
These changes are a result of this conversation:
https://github.com/openwrt/packages/commit/
19292650241de44b4f12fb02f0e11127f069d2b4#r29531922
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
champtar [Fri, 29 Jun 2018 06:48:43 +0000 (08:48 +0200)]
Merge pull request #6356 from aparcar/prom-0.16
prometheus-node-exporter-lua: adapt 0.16 metrics
Ted Hess [Thu, 28 Jun 2018 23:53:19 +0000 (19:53 -0400)]
ffmpeg/libx264: Replacing YASM with NASM and fixing ffmpeg/x264 module dependency
Both libraries on X86 platforms require NASM instead of YASM going forward.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Sebastian Kemper [Thu, 28 Jun 2018 19:31:40 +0000 (21:31 +0200)]
mariadb: convert init script to procd
Also create a user "mariadb" and use it for running the server. And
add possibility to easily add command line args.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 28 Jun 2018 19:28:23 +0000 (21:28 +0200)]
mariadb: add convenience symlinks
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 28 Jun 2018 19:26:54 +0000 (21:26 +0200)]
mariadb: fix mysql_config
Correct the socket info in mysql_config.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 28 Jun 2018 19:25:16 +0000 (21:25 +0200)]
mariadb: add plugins
- ha_sequence: formerly builtin, now a plugin
- ha_sphinx: formerly disabled
- ha_example: was missing in the eval lines
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 28 Jun 2018 19:22:35 +0000 (21:22 +0200)]
mariadb: bump to 10.2.x release
Bump to 10.2.x release series which has support for OpenSSL 1.1.x.
- libmariadbclient was replaced by libmaria
- libmaria uses LGPL, hence license info updated
- upstream disabled xtradb engine, innodb is now default (cannot be
built as plugin anymore)
- complex charsets are now all included (size increase), as otherwise
compile fails
- patches adapted/refreshed
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Wed, 27 Jun 2018 00:11:14 +0000 (17:11 -0700)]
unrar: Update to 5.6.5
Fixes a few CVEs.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Noah Meyerhans [Thu, 28 Jun 2018 15:23:58 +0000 (08:23 -0700)]
bind: Explicitly disable libatomic support (#6375)
By default, libatomic is conditionally enabled on some platforms, but it's not
strictly necessary. We'll disable it here globally rather than introduce an
unnecessary dependency.
Signed-off-by: Noah Meyerhans <frodo@morgul.net>