diff options
author | Sebastian Kemper <sebastian_ml@gmx.net> | 2018-05-13 08:46:16 +0200 |
---|---|---|
committer | Sebastian Kemper <sebastian_ml@gmx.net> | 2018-05-13 08:46:19 +0200 |
commit | 13321a569720ec297b721f925cec6860eac3c478 (patch) | |
tree | ae6ae1cd18ee41002e2e468926c03827d2c6afd7 /utils | |
parent | 3bdaa522df40c467ac6a75425777a306aa081dfa (diff) |
mariadb: bump to 10.1.33
Maintenance release. Fixes the following security vulnerabilities:
CVE-2018-2782
CVE-2018-2784
CVE-2018-2787
CVE-2018-2766
CVE-2018-2755
CVE-2018-2819
CVE-2018-2817
CVE-2018-2761
CVE-2018-2781
CVE-2018-2771
CVE-2018-2813
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/mariadb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/mariadb/Makefile b/utils/mariadb/Makefile index 9fdf85972..8aea0043b 100644 --- a/utils/mariadb/Makefile +++ b/utils/mariadb/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mariadb -PKG_VERSION:=10.1.32 -PKG_RELEASE:=2 +PKG_VERSION:=10.1.33 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.mariadb.org/interstitial/$(PKG_NAME)-$(PKG_VERSION)/source -PKG_HASH:=0e2aae6a6a190d07c8e36e87dd43377057fa82651ca3c583462563f3e9369096 +PKG_HASH:=94312c519f2c0c25e1964c64e22aff0036fb22dfb2685638f43a6b2211395d2d PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net> PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |