<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ncopa/apk-tools/src/Makefile, branch v2.0.3</title>
<subtitle>ncopa's apk-tools repo
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/apk-tools/'/>
<entry>
<title>all: rework how arrays work</title>
<updated>2010-06-05T09:33:54+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2010-06-05T09:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/apk-tools/commit/?id=7be853e63785276338a4c4d9e5be084f24114bed'/>
<id>7be853e63785276338a4c4d9e5be084f24114bed</id>
<content type='text'>
Instead of having a null pointer, use a dummy array which just
says the array is empty. This helps in multiple places of the code
which would otherwise need explicitly need to check first if the
array exists. This has been cause of multiple seg.faults in the
past as the array check is easily omitted.

This also removes (or fixes) all existing checks accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of having a null pointer, use a dummy array which just
says the array is empty. This helps in multiple places of the code
which would otherwise need explicitly need to check first if the
array exists. This has been cause of multiple seg.faults in the
past as the array check is easily omitted.

This also removes (or fixes) all existing checks accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: new applet to reinstall and fix package</title>
<updated>2009-08-04T12:19:29+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-08-04T12:19:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/apk-tools/commit/?id=1fea5639b455ae4267a7dc17ef19b8d2506978b0'/>
<id>1fea5639b455ae4267a7dc17ef19b8d2506978b0</id>
<content type='text'>
also makes it possibly to upgrade package without adding it to
top-level deps. fixes #69.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also makes it possibly to upgrade package without adding it to
top-level deps. fixes #69.
</pre>
</div>
</content>
</entry>
<entry>
<title>apk: use *at instead of chdir+normal file syscall</title>
<updated>2009-07-31T13:08:09+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-31T13:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/apk-tools/commit/?id=ea901526648c43ef8e961b3d7e051b9ca14b65ca'/>
<id>ea901526648c43ef8e961b3d7e051b9ca14b65ca</id>
<content type='text'>
this way we never change cwd, and relative filenames are always
parsed consistently. this also helps filename construction in many
places. this patch also changes '--root' to override location of
all configuration to be in the new root. previously it depended
on the file which one was used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this way we never change cwd, and relative filenames are always
parsed consistently. this also helps filename construction in many
places. this patch also changes '--root' to override location of
all configuration to be in the new root. previously it depended
on the file which one was used.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: make install depend on main targets</title>
<updated>2009-07-29T16:07:14+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-29T16:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/apk-tools/commit/?id=2887e04cd7ea8fcc3e0815a11db6899d1c9535bf'/>
<id>2887e04cd7ea8fcc3e0815a11db6899d1c9535bf</id>
<content type='text'>
apparently the double colon rule dependencies affect only the
specific rule-set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
apparently the double colon rule dependencies affect only the
specific rule-set.
</pre>
</div>
</content>
</entry>
<entry>
<title>verify: new applet (ref #46)</title>
<updated>2009-07-17T10:07:52+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-17T10:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/apk-tools/commit/?id=3f4f9e9957a27be4efb29498f8fecd63eafcd16c'/>
<id>3f4f9e9957a27be4efb29498f8fecd63eafcd16c</id>
<content type='text'>
an utility to check package signature and integrity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
an utility to check package signature and integrity.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: link zlib dynamically, use --as-needed</title>
<updated>2009-07-08T07:46:38+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-08T07:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/apk-tools/commit/?id=b54ff5dd1ebc230aa50570ecfebc8fd31739ebb4'/>
<id>b54ff5dd1ebc230aa50570ecfebc8fd31739ebb4</id>
<content type='text'>
use pkgconfig of zlib instead of hard requiring it. and link in
the pkg-config libs with --as-needed as not all of the openssl
libs are really required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use pkgconfig of zlib instead of hard requiring it. and link in
the pkg-config libs with --as-needed as not all of the openssl
libs are really required.
</pre>
</div>
</content>
</entry>
<entry>
<title>csum: use openssl instead</title>
<updated>2009-07-08T07:45:49+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-08T06:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/apk-tools/commit/?id=bf094dc5ea30be1defb5c9f0d2064c6b2fc96272'/>
<id>bf094dc5ea30be1defb5c9f0d2064c6b2fc96272</id>
<content type='text'>
instead of having static md5 implemenation, use the openssl
library for digest functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of having static md5 implemenation, use the openssl
library for digest functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>cache: new applet (ref #49)</title>
<updated>2009-06-29T08:22:55+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-06-29T08:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/apk-tools/commit/?id=9858ffff69ce2e3df353b2c1e65a987c58f32fac'/>
<id>9858ffff69ce2e3df353b2c1e65a987c58f32fac</id>
<content type='text'>
Administrative tool to download or delete files to/from the cache.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Administrative tool to download or delete files to/from the cache.
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade: new applet</title>
<updated>2009-06-25T07:31:05+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-06-25T07:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/apk-tools/commit/?id=4d04bd8a463262059d83f126e604914898de81e9'/>
<id>4d04bd8a463262059d83f126e604914898de81e9</id>
<content type='text'>
Currently just goes through all world dependencies and updates them
where possible (ref #51).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently just goes through all world dependencies and updates them
where possible (ref #51).
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: add -nopie to LDFLAGS</title>
<updated>2009-04-21T07:40:11+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-04-21T07:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/apk-tools/commit/?id=8a47023d3e74d50d4e4277f130c1be917f94db44'/>
<id>8a47023d3e74d50d4e4277f130c1be917f94db44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
