Skip to content

Commit

Permalink
[feat] Update versions.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bypanelcom committed Nov 4, 2020
1 parent 6c2d5d9 commit 7ffa3df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions include/percona-8.0.sh
Expand Up @@ -23,6 +23,14 @@ Install_Percona80() {
sed -i "s@/usr/local/Percona-Server-${percona80_ver}-Linux.${SYS_BIT_b}.glibc2.12@${percona_install_dir}@g" ${percona_install_dir}/bin/mysqld_safe
sed -i 's@executing mysqld_safe@executing mysqld_safe\nexport LD_PRELOAD=/usr/local/lib/libjemalloc.so@' ${percona_install_dir}/bin/mysqld_safe
elif [ "${dbinstallmethod}" == "2" ]; then
if [ "${PM}" == 'yum' ]; then
yum -y install openldap-devel
[ "${OS_BIT}" == '64' ] && With_libdir='--with-libdir=lib64'
else
apt-get -y install libldap2-dev
ln -s /usr/lib/${SYS_BIT_c}-linux-gnu/libldap.so /usr/lib/
ln -s /usr/lib/${SYS_BIT_c}-linux-gnu/liblber.so /usr/lib/
fi
boostVersion2=$(echo ${boost_percona_ver} | awk -F. '{print $1"_"$2"_"$3}')
tar xzf boost_${boostVersion2}.tar.gz
tar xzf percona-server-${percona80_ver}.tar.gz
Expand Down
24 changes: 12 additions & 12 deletions versions.txt
Expand Up @@ -19,9 +19,9 @@ apr_util_ver=1.6.1
nghttp2_ver=1.41.0

# DB
mysql80_ver=8.0.21
mysql57_ver=5.7.31
mysql56_ver=5.6.49
mysql80_ver=8.0.22
mysql57_ver=5.7.32
mysql56_ver=5.6.50
mysql55_ver=5.5.62

mariadb105_ver=10.5.6
Expand Down Expand Up @@ -54,8 +54,8 @@ php56_ver=5.6.40
php70_ver=7.0.33
php71_ver=7.1.33
php72_ver=7.2.34
php73_ver=7.3.23
php74_ver=7.4.11
php73_ver=7.3.24
php74_ver=7.4.12

libiconv_ver=1.16
curl_ver=7.73.0
Expand All @@ -67,7 +67,7 @@ icu4c_ver=63_1
libsodium_ver=1.0.18
libzip_ver=1.2.0
argon2_ver=20171227
imagemagick_ver=7.0.10-34
imagemagick_ver=7.0.10-35
imagick_ver=3.4.4
graphicsmagick_ver=1.3.35
gmagick_ver=2.0.5RC1
Expand All @@ -90,21 +90,21 @@ xdebug_oldver=2.5.5
pureftpd_ver=1.0.49

# Redis
redis_ver=6.0.8
redis_ver=6.0.9
redis_oldver=5.0.9
pecl_redis_ver=5.3.1
pecl_redis_ver=5.3.2
pecl_redis_oldver=4.3.0

# Memcached
memcached_ver=1.6.7
memcached_ver=1.6.8
libmemcached_ver=1.0.18
pecl_memcached_ver=3.1.5
pecl_memcached_oldver=2.2.0
pecl_memcache_ver=4.0.5.2
pecl_memcache_oldver=3.0.8

# MongoDB
pecl_mongodb_ver=1.7.5
pecl_mongodb_ver=1.8.1
pecl_mongo_ver=1.6.16

# phpMyadmin
Expand All @@ -116,12 +116,12 @@ jemalloc_ver=5.2.1

# boost
boost_ver=1.70.0
boost_percona_ver=1.70.0
boost_percona_ver=1.72.0
boost_oldver=1.59.0

# Others
lua_nginx_module_ver=0.10.15
htop_ver=2.2.0
htop_ver=3.0.2
bison_ver=2.7.1
python_ver=3.6.11
setuptools_ver=50.3.0
Expand Down

0 comments on commit 7ffa3df

Please sign in to comment.