diff options
author | unknown <joerg@mysql.com> | 2005-07-28 18:25:58 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-07-28 18:25:58 +0200 |
commit | 5cbfa1586edce87e1840f7a640605cf895986cda (patch) | |
tree | febd495472cf300e0a89db7ce88ed9310680ccac /support-files/mysql.spec.sh | |
parent | 701d93a420cb9289e4c2a3b1f5715c1fa64d07ae (diff) | |
download | mariadb-git-mysql-4.1.13a.tar.gz |
Combining zlib security fixes for version 4.1.13a:mysql-4.1.13a
Fix for CAN-2005-1849 from zlib-1.2.3
(originally: 2005/07/27 14:55:08+02:00 lenz@mysql.com )
Ensure static linking takes the bundled libraries
(originally: 2005/07/27 16:42:13+02:00 lenz@mysql.com )
Version number change.
configure.in:
Update the version number.
support-files/mysql.spec.sh:
- build against the bundled zlib, when linking statically
(originally: 2005/07/27 16:42:08+02:00 lenz@mysql.com +1 -0 )
zlib/inftrees.h:
- applied another security fix to resolve CAN-2005-1849, taken from the 1.2.3 zlib sources
(CAN-2005-1849)
(originally: 2005/07/27 14:54:58+02:00 lenz@mysql.com +5 -5 )
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 7dc04c39225..e4cd3027b8a 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -348,6 +348,7 @@ BuildMySQL "--disable-shared \ %if %{STATIC_BUILD} --with-mysqld-ldflags='-all-static' \ --with-client-ldflags='-all-static' \ + --with-zlib-dir=bundled \ $USE_OTHER_LIBC_DIR \ %endif --with-comment=\"MySQL Community Edition - Standard (GPL)\" \ |