<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/zlib, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>lib/zlib: Remove non third_party zlib.</title>
<updated>2014-08-09T16:26:17+00:00</updated>
<author>
<name>Ira Cooper</name>
<email>ira@samba.org</email>
</author>
<published>2014-07-23T07:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=b08cbc64c00d563738c45a701d4a7a7fd371e63f'/>
<id>b08cbc64c00d563738c45a701d4a7a7fd371e63f</id>
<content type='text'>
Signed-off-by: Ira Cooper &lt;ira@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ira Cooper &lt;ira@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/zlib: Remove undeeded files that trigger GPL issues.</title>
<updated>2014-07-16T17:14:56+00:00</updated>
<author>
<name>Ira Cooper</name>
<email>ira@samba.org</email>
</author>
<published>2014-07-16T11:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=dff649f3e7e245c480ecdae06e53f4ffa2a592de'/>
<id>dff649f3e7e245c480ecdae06e53f4ffa2a592de</id>
<content type='text'>
These files have been removed in upstream versions of zlib
due to the fact that binaries tend to become GPL violations.

Signed-off-by: Ira Cooper &lt;ira@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;

Autobuild-User(master): Ira Cooper &lt;ira@samba.org&gt;
Autobuild-Date(master): Wed Jul 16 19:14:56 CEST 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These files have been removed in upstream versions of zlib
due to the fact that binaries tend to become GPL violations.

Signed-off-by: Ira Cooper &lt;ira@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;

Autobuild-User(master): Ira Cooper &lt;ira@samba.org&gt;
Autobuild-Date(master): Wed Jul 16 19:14:56 CEST 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/zlib: explicitly use allow_warnings=True</title>
<updated>2014-04-02T07:03:46+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-02-26T06:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=09fb085b85b1fe63a2005b9dec81e68110e67d07'/>
<id>09fb085b85b1fe63a2005b9dec81e68110e67d07</id>
<content type='text'>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/zlib: make use of conf.CHECK_BUNDLED_SYSTEM()</title>
<updated>2014-04-02T07:03:42+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-03-14T09:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=b8f91696f5464e88acb7fabe8bd9dbe9c4b5bd79'/>
<id>b8f91696f5464e88acb7fabe8bd9dbe9c4b5bd79</id>
<content type='text'>
This way --bundled-libraries=ALL will use the internal zlib version.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way --bundled-libraries=ALL will use the internal zlib version.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Remove autoconf build system</title>
<updated>2013-05-28T02:17:10+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2013-05-22T02:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=cd4b413cb0574c459c1c24cf07f8d6b44f5fc077'/>
<id>cd4b413cb0574c459c1c24cf07f8d6b44f5fc077</id>
<content type='text'>
We are now confident that that waf build system meets enough of our needs
that we will work to improve it, rather than maintain two build systems.

Andrew Bartlett

Reviewed-by: Jelmer Vernooij &lt;jelmer@samba.org&gt;

Reviewed-by: David Disseldorp &lt;ddiss@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are now confident that that waf build system meets enough of our needs
that we will work to improve it, rather than maintain two build systems.

Andrew Bartlett

Reviewed-by: Jelmer Vernooij &lt;jelmer@samba.org&gt;

Reviewed-by: David Disseldorp &lt;ddiss@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build: a more robust zlib test</title>
<updated>2011-09-09T05:24:05+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-09-09T02:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=25b9760a42929c27be4399cd3d7bff5bb71b67db'/>
<id>25b9760a42929c27be4399cd3d7bff5bb71b67db</id>
<content type='text'>
Just in-case, and done this way due to the #define maze that applies
to this function.  No actual host has been found that needs this yet.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just in-case, and done this way due to the #define maze that applies
to this function.  No actual host has been found that needs this yet.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Remove zlib from the cache if we failed to pass all the tests</title>
<updated>2010-10-30T16:50:03+00:00</updated>
<author>
<name>Matthieu Patou</name>
<email>mat@matws.net</email>
</author>
<published>2010-10-30T16:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=a509b93518b17309f401a6fd107c726c7ab7582f'/>
<id>a509b93518b17309f401a6fd107c726c7ab7582f</id>
<content type='text'>
This will avoid problems with redefinition of libs tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will avoid problems with redefinition of libs tests
</pre>
</div>
</content>
</entry>
<entry>
<title>zlib: use the real library name 'z' instead of ZLIB</title>
<updated>2010-10-30T12:49:01+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-10-30T00:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=228803cd015e54362e988e168a9976f6b7a27f85'/>
<id>228803cd015e54362e988e168a9976f6b7a27f85</id>
<content type='text'>
using subsystem aliases has a lot of potential for confusion. Better
to use the real name of the library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using subsystem aliases has a lot of potential for confusion. Better
to use the real name of the library.
</pre>
</div>
</content>
</entry>
<entry>
<title>waf: Mark the replacement zlib private so that it can build on machine without a system zlib</title>
<updated>2010-10-21T21:47:46+00:00</updated>
<author>
<name>Matthieu Patou</name>
<email>mat@matws.net</email>
</author>
<published>2010-10-21T21:01:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c74ef7acf49f5e447373643c2e28c1dad56f451d'/>
<id>c74ef7acf49f5e447373643c2e28c1dad56f451d</id>
<content type='text'>
Autobuild-User: Matthieu Patou &lt;mat@samba.org&gt;
Autobuild-Date: Thu Oct 21 21:47:46 UTC 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Matthieu Patou &lt;mat@samba.org&gt;
Autobuild-Date: Thu Oct 21 21:47:46 UTC 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/zlib/wscript: fix system zlib detection</title>
<updated>2010-04-24T11:19:23+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-04-23T06:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=92449412dcb1c809689eebd0ab7e2ebee3de6fbf'/>
<id>92449412dcb1c809689eebd0ab7e2ebee3de6fbf</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
</feed>
