<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apk-tools/src/Makefile, branch 2.8-stable</title>
<subtitle>Alpine Package Keeper, the 2.x tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/'/>
<entry>
<title>build and use bundled libfetch natively</title>
<updated>2017-10-05T13:59:14+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2017-10-05T07:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=86436fce2fe2364bbc9e705ddc92d7733fc8ed75'/>
<id>86436fce2fe2364bbc9e705ddc92d7733fc8ed75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>manifest: new applet which dumps checksums in sha1sum format for a package</title>
<updated>2017-05-20T06:19:00+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-05-20T06:18:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=b4b95e9ae7a41d7cfec9ec4b2001ad02090fadf4'/>
<id>b4b95e9ae7a41d7cfec9ec4b2001ad02090fadf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix cross-compiling to pick right libfetch.a</title>
<updated>2016-07-06T11:19:08+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-07-06T11:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=5723afded3fe67588fbdd7d398b8db19f134f759'/>
<id>5723afded3fe67588fbdd7d398b8db19f134f759</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: allow override compiler/linker flags for external libs</title>
<updated>2016-06-13T09:32:02+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-06-13T07:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=98a13624a1559c201bb96ca9db71dc74324396b1'/>
<id>98a13624a1559c201bb96ca9db71dc74324396b1</id>
<content type='text'>
Make it possible to individually override openssl, zlib and libfetch
cflags and linker flags. This makes it possible to build apk-tools
without having pkg-config installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it possible to individually override openssl, zlib and libfetch
cflags and linker flags. This makes it possible to build apk-tools
without having pkg-config installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>add simple stats applet</title>
<updated>2015-06-12T08:20:01+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2015-06-12T08:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=5ecc97e7246b3802170fbbfc45eb924a78960196'/>
<id>5ecc97e7246b3802170fbbfc45eb924a78960196</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>url: use libfetch to retrieve http/https/ftp files</title>
<updated>2014-10-08T07:10:45+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2014-10-08T07:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=555363f056377508040d3a555d198c4b87aff3a3'/>
<id>555363f056377508040d3a555d198c4b87aff3a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>finally fix building PIE binaries</title>
<updated>2014-05-12T16:45:36+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2014-05-12T16:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=1e36692a8aee88564b19e6855febd91b4feea5eb'/>
<id>1e36692a8aee88564b19e6855febd91b4feea5eb</id>
<content type='text'>
the dynamic applet registration never worked with PIE, and as
a temporary hack -nopie was added to default link flags in 2008.

this commit reworks the applet registration mechanism to something
that is compatible with PIE, and removes the hack. finally!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the dynamic applet registration never worked with PIE, and as
a temporary hack -nopie was added to default link flags in 2008.

this commit reworks the applet registration mechanism to something
that is compatible with PIE, and removes the hack. finally!
</pre>
</div>
</content>
</entry>
<entry>
<title>build: lua module build fixes</title>
<updated>2013-06-26T14:42:10+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-06-26T14:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=fcb540ab6978d3d5a55f08120c78d8e03b1e13c7'/>
<id>fcb540ab6978d3d5a55f08120c78d8e03b1e13c7</id>
<content type='text'>
- do not link with -llua. We should not link apk or lua module with it.
- default to lua 5.2
- allow override the lua version with LUA_VERSION
- allow override the lua pkg-config package with LUA_PC
- only add the pkg-config lua --cflags to the lua module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- do not link with -llua. We should not link apk or lua module with it.
- default to lua 5.2
- allow override the lua version with LUA_VERSION
- allow override the lua pkg-config package with LUA_PC
- only add the pkg-config lua --cflags to the lua module
</pre>
</div>
</content>
</entry>
<entry>
<title>policy: new applet</title>
<updated>2013-06-18T11:54:18+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2013-06-18T11:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=5725f656b01c734580dd9d866a2855a9c333a441'/>
<id>5725f656b01c734580dd9d866a2855a9c333a441</id>
<content type='text'>
to show different versions of package and the repositories from
which it is available from.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to show different versions of package and the repositories from
which it is available from.
</pre>
</div>
</content>
</entry>
<entry>
<title>solver: rewrite as deductive solver -- core features</title>
<updated>2013-06-13T15:22:00+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2013-06-11T11:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=b8c44536ca911418fee1c9ab4eecbb913a1ca852'/>
<id>b8c44536ca911418fee1c9ab4eecbb913a1ca852</id>
<content type='text'>
Implementing basic dependency handling, install_if and awareness
of pinning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implementing basic dependency handling, install_if and awareness
of pinning.
</pre>
</div>
</content>
</entry>
</feed>
