update mariadb to 10.3.34
This commit is contained in:
parent
73a6fa123d
commit
ea0de2c8f1
48 changed files with 13 additions and 5 deletions
|
@ -3,7 +3,15 @@ FROM debian/eol:wheezy
|
|||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
software-properties-common \
|
||||
devscripts
|
||||
devscripts \
|
||||
dh-exec \
|
||||
wget
|
||||
RUN wget https://cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz
|
||||
RUN tar xzf cmake-2.8.12.1.tar.gz
|
||||
RUN cd cmake-2.8.12.1 \
|
||||
&& ./bootstrap \
|
||||
&& make \
|
||||
&& make install
|
||||
RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 CBCB082A1BB943DB
|
||||
RUN echo "deb http://mirror2.hs-esslingen.de/mariadb/repo/10.3/debian wheezy main" >> /etc/apt/sources.list
|
||||
RUN echo "deb-src http://mirror2.hs-esslingen.de/mariadb/repo/10.3/debian wheezy main" >> /etc/apt/sources.list
|
||||
|
@ -11,11 +19,11 @@ RUN apt-get update \
|
|||
&& apt-get build-dep -y mariadb-server-10.3
|
||||
RUN git clone https://github.com/MariaDB/server.git
|
||||
RUN cd server \
|
||||
&& echo checkout 10.3.34 \
|
||||
&& git fetch \
|
||||
&& git checkout mariadb-10.4.18
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
dh-exec
|
||||
&& git checkout mariadb-10.3.34 \
|
||||
&& git checkout mariadb-10.3.28 debian/control \
|
||||
&& git checkout mariadb-10.3.30 cmake/submodules.cmake
|
||||
RUN cd server \
|
||||
&& ./debian/autobake-deb.sh
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mariadb-10.3/out/libmariadb-dev_10.3.34+maria~wheezy_amd64.deb
Normal file
BIN
mariadb-10.3/out/libmariadb-dev_10.3.34+maria~wheezy_amd64.deb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mariadb-10.3/out/libmariadb3_10.3.34+maria~wheezy_amd64.deb
Normal file
BIN
mariadb-10.3/out/libmariadb3_10.3.34+maria~wheezy_amd64.deb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mariadb-10.3/out/libmariadbd19_10.3.34+maria~wheezy_amd64.deb
Normal file
BIN
mariadb-10.3/out/libmariadbd19_10.3.34+maria~wheezy_amd64.deb
Normal file
Binary file not shown.
Binary file not shown.
BIN
mariadb-10.3/out/libmysqlclient18_10.3.34+maria~wheezy_amd64.deb
Normal file
BIN
mariadb-10.3/out/libmysqlclient18_10.3.34+maria~wheezy_amd64.deb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mariadb-10.3/out/mariadb-client_10.3.34+maria~wheezy_all.deb
Normal file
BIN
mariadb-10.3/out/mariadb-client_10.3.34+maria~wheezy_all.deb
Normal file
Binary file not shown.
Binary file not shown.
BIN
mariadb-10.3/out/mariadb-common_10.3.34+maria~wheezy_all.deb
Normal file
BIN
mariadb-10.3/out/mariadb-common_10.3.34+maria~wheezy_all.deb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mariadb-10.3/out/mariadb-server_10.3.34+maria~wheezy_all.deb
Normal file
BIN
mariadb-10.3/out/mariadb-server_10.3.34+maria~wheezy_all.deb
Normal file
Binary file not shown.
Binary file not shown.
BIN
mariadb-10.3/out/mariadb-test-data_10.3.34+maria~wheezy_all.deb
Normal file
BIN
mariadb-10.3/out/mariadb-test-data_10.3.34+maria~wheezy_all.deb
Normal file
Binary file not shown.
Binary file not shown.
BIN
mariadb-10.3/out/mariadb-test_10.3.34+maria~wheezy_amd64.deb
Normal file
BIN
mariadb-10.3/out/mariadb-test_10.3.34+maria~wheezy_amd64.deb
Normal file
Binary file not shown.
BIN
mariadb-10.3/out/mysql-common_10.3.34+maria~wheezy_all.deb
Normal file
BIN
mariadb-10.3/out/mysql-common_10.3.34+maria~wheezy_all.deb
Normal file
Binary file not shown.
Loading…
Reference in a new issue