Skip to content

Commit

Permalink
mariadb: update to 11.4.4
Browse files Browse the repository at this point in the history
Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and BKPepe committed Jan 12, 2025
1 parent cd4c0ac commit f640d92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 37 deletions.
4 changes: 2 additions & 2 deletions utils/mariadb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=mariadb
PKG_VERSION:=11.4.3
PKG_VERSION:=11.4.4
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL := https://archive.mariadb.org/$(PKG_NAME)-$(PKG_VERSION)/source

PKG_HASH:=6f0017b9901bb1897de0eed21caef9ffa9d66ef559345a0d8a6f011308413ece
PKG_HASH:=96fbd2e6e93fb7e8b373eea75d85b6fea57c0e111a02090cbbefed52599dc77b
PKG_MAINTAINER:=Michal Hrusecky <Michal@Hrusecky.net>
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING THIRDPARTY
Expand Down
34 changes: 0 additions & 34 deletions utils/mariadb/patches/170-ppc-remove-glibc-dep.patch

This file was deleted.

2 changes: 1 addition & 1 deletion utils/mariadb/patches/210-no-altivec.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/mysys/CMakeLists.txt
+++ b/mysys/CMakeLists.txt
@@ -137,7 +137,7 @@ ELSEIF(CMAKE_SYSTEM_PROCESSOR MATCHES "a
@@ -138,7 +138,7 @@ ELSEIF(CMAKE_SYSTEM_PROCESSOR MATCHES "a
ENDIF()
ENDIF()

Expand Down

0 comments on commit f640d92

Please sign in to comment.