public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* MySQL 5.6.19
@ 2014-07-09 10:18 Sascha Kilian
  0 siblings, 0 replies; 3+ messages in thread
From: Sascha Kilian @ 2014-07-09 10:18 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 79 bytes --]

Hi there,

i have build a MySQL patch for MySQL 5.6.19. 

best regards

Sascha

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: lfs-mysql.patch --]
[-- Type: text/x-patch, Size: 1729 bytes --]

27c27
< VER        = 5.0.96
---
> VER        = 5.6.19
30,31c30,31
< DL_FILE    = $(THISAPP).tar.gz
< DL_FROM    = $(URL_IPFIRE)
---
> DL_FILE    = $(THISAPP)-linux-glibc2.5-x86_64.tar.gz
> DL_FROM    = http://dev.mysql.com/get/Downloads/MySQL-5.6/
36c36
< 
---
> DEPS       = "cmake"
47c47
< $(DL_FILE)_MD5 = bf280949049161aa68cf29e600d9ec79
---
> $(DL_FILE)_MD5 = 5e0e455c5a02b661b10561ad60e86a19
79,94c79,89
< @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
< cd $(DIR_APP) && ./configure --prefix=/usr \
<             --sysconfdir=/etc \
<             --libexecdir=/usr/sbin \
<             --localstatedir=/srv/mysql \
<             --enable-thread-safe-client \
<             --enable-assembler \
<             --enable-local-infile \
<             --with-unix-socket-path=/var/run/mysql/mysql.sock \
<             --without-debug \
<             --without-bench \
<             --without-readline \
<             --with-berkeley-db \
<             --with-extra-charsets=all
< cd $(DIR_APP) && make testdir=/tmp/mysql $(MAKETUNING)
< cd $(DIR_APP) && make testdir=/tmp/mysql install
---
> @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
> cd $(DIR_APP) && \
> DEFAULT_CHARSET=utf8 \
> DEFAULT_COLLATION=utf8_generic_ci \
> ENABLE_DOWNLOADS=ON \
> ENABLE_GCOV=ON \
> ENABLE_GPROF=ON \
> ENABLE_PROFILING=OFF \
> WITH_ZLIB=ON \
> cmake .
> cd $(DIR_APP) && make install
99,101c94
< mysql_install_db --user=mysql --force
< chgrp -v mysql /srv/mysql{,/test,/mysql}
< chown mysql.mysql /srv/mysql/
---
> cd /usr/local/mysql/ && scripts/mysql_install_db --user=mysql --force
103,104d95
< install -v -m 644 $(DIR_SRC)/config/backup/includes/mysql \
< /var/ipfire/backup/addons/includes/mysql

^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: IPFire Building Packages
@ 2014-07-07  9:18 Michael Tremer
  2014-07-08 10:35 ` MySQL 5.6.19 Sascha Kilian
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Tremer @ 2014-07-07  9:18 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1705 bytes --]

On Sun, 2014-07-06 at 17:44 +0800, Ghislain Hachey wrote:
> On 7/6/14, 16:57, Michael Tremer wrote:
> > That's what we call bundled packages (very often libraries) and which
> > are extremely discouraged. The problem that comes with that is that when
> > a component gets updated to resolve a certain issue this problem is
> > still in the twenty other copies of the same software. Imagine that for
> > things like Heartbleed. It also consumes space, increases the build time
> > and so on.
> >
> > You should use the provided versions of those tools and libraries or
> > modify them if that is required. All other components that are missing
> > should be created as individual packages.
> 
> Yeah, I understand that. My only fear is that the software in question 
> is including those third party libs as deps because they are needed in a 
> very particular shape (specific versions, some source changes, etc.) to 
> make it all work properly as a whole. I will check with the developers 
> upstream regarding this and if not I will see if I can not modify the 
> build process to include those deps as individual packages in IPFire.

Bundled libs are a real worry and in the case some software requires a
certain version I would consider this software as seriously broken.

There is a reason why we have dynamic libraries and that those are
replaceable. We can easily fix bugs and security issues and those fixes
will get rolled out to the entire system. Therefore it is a must.

I wonder why I cannot find any documentation about this topic on our
wiki...

> Regarding IPFire version 3, If there are specific things I can do to 
> help, sure. I'll go through information in the links to get started.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-09 10:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-09 10:18 MySQL 5.6.19 Sascha Kilian
  -- strict thread matches above, loose matches on Subject: below --
2014-07-07  9:18 IPFire Building Packages Michael Tremer
2014-07-08 10:35 ` MySQL 5.6.19 Sascha Kilian
2014-07-08 13:10   ` Sascha Kilian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox