<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apk-tools/src/Makefile, branch 2.10-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>lua: fix build and update to lua5.3</title>
<updated>2019-12-30T14:17:14+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2019-12-30T14:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=0b82bcc53e6027c74fae2c972d5d9fff54d95d6c'/>
<id>0b82bcc53e6027c74fae2c972d5d9fff54d95d6c</id>
<content type='text'>
Fixes #8360
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #8360
</pre>
</div>
</content>
</entry>
<entry>
<title>list: new applet</title>
<updated>2018-01-28T23:55:29+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2018-01-28T23:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=fff8bfa588e4eada420f4a0b51a8d0d891cf5ed3'/>
<id>fff8bfa588e4eada420f4a0b51a8d0d891cf5ed3</id>
<content type='text'>
The list applet provides a convenient way of inspecting both the available
and installed package databases by listing their contents.  In some ways,
it is similar to `apk search` but is considered to be a superset of
`apk search` functionality.

A few `apk list` criterion are not yet ready though, such as `apk list --depends`
which searches by runtime dependency (replacing `apk info --rdepends`).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The list applet provides a convenient way of inspecting both the available
and installed package databases by listing their contents.  In some ways,
it is similar to `apk search` but is considered to be a superset of
`apk search` functionality.

A few `apk list` criterion are not yet ready though, such as `apk list --depends`
which searches by runtime dependency (replacing `apk info --rdepends`).
</pre>
</div>
</content>
</entry>
<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>
</feed>
