<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apk-tools/src/verify.c, branch v2.3.2</title>
<subtitle>Alpine Package Keeper, the 2.x tree
</subtitle>
<id>https://git-old.alpinelinux.org/apk-tools/atom?h=v2.3.2</id>
<link rel='self' href='https://git-old.alpinelinux.org/apk-tools/atom?h=v2.3.2'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/'/>
<updated>2012-02-24T07:00:27Z</updated>
<entry>
<title>verify: report only bad packages with -q</title>
<updated>2012-02-24T07:00:27Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2012-02-24T07:00:27Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=426954fc7b9d4f99f07389aef15ed61485bd3295'/>
<id>urn:sha1:426954fc7b9d4f99f07389aef15ed61485bd3295</id>
<content type='text'>
fixes #1010
</content>
</entry>
<entry>
<title>all: update copyright year statement</title>
<updated>2011-09-13T08:53:01Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-09-13T08:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=1817b0a3c3ebd57e5332a80c15c70c46ec3eb8c0'/>
<id>urn:sha1:1817b0a3c3ebd57e5332a80c15c70c46ec3eb8c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>io, db: id cache should be specific to database root, not system root</title>
<updated>2010-10-08T12:36:54Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2010-10-08T12:36:54Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=19419f1a88285a0dee53bdf49201c4d3d4cbf19f'/>
<id>urn:sha1:19419f1a88285a0dee53bdf49201c4d3d4cbf19f</id>
<content type='text'>
Otherwise we end up using wrong uid/gid mappings when doing install
to alternate system root. Fixes #434.
</content>
</entry>
<entry>
<title>First steps for libapk</title>
<updated>2010-06-11T07:02:18Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2010-03-05T08:13:25Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=3ec82a5a420fc00d38ad7dded819525a91533652'/>
<id>urn:sha1:3ec82a5a420fc00d38ad7dded819525a91533652</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: implement database open options</title>
<updated>2009-08-06T11:25:03Z</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-08-06T11:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=ecdacd15032578148489f868fd928fb502032c60'/>
<id>urn:sha1:ecdacd15032578148489f868fd928fb502032c60</id>
<content type='text'>
so user can override trusted keys directory and repositories file.
</content>
</entry>
<entry>
<title>apk: use *at instead of chdir+normal file syscall</title>
<updated>2009-07-31T13:08:09Z</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-31T13:08:09Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=ea901526648c43ef8e961b3d7e051b9ca14b65ca'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>verify: report missing files rather than segfault</title>
<updated>2009-07-30T14:29:20Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-07-30T14:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=b3596ff2470aae78c6953475a8b4751885cd0bd1'/>
<id>urn:sha1:b3596ff2470aae78c6953475a8b4751885cd0bd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tar: make checksumming of inner files conditional</title>
<updated>2009-07-29T16:16:04Z</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-29T16:16:04Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=7b05eef61f08f0f34266ac3af4ae22fc72dbc269'/>
<id>urn:sha1:7b05eef61f08f0f34266ac3af4ae22fc72dbc269</id>
<content type='text'>
and force checksumming only when unpacking archive. otherwise
it's extra computation for nothing.
</content>
</entry>
<entry>
<title>pkg: cleanup the signing code</title>
<updated>2009-07-22T16:56:13Z</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-22T16:56:13Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=9b77c053e8fd03348ed04ba09ceaaf7ba99ca6f6'/>
<id>urn:sha1:9b77c053e8fd03348ed04ba09ceaaf7ba99ca6f6</id>
<content type='text'>
smaller callback and less cases to check. also reintroduce the
oneshot digest flag, hopefully correct this time.
</content>
</entry>
<entry>
<title>db: signed index loading (ref #46)</title>
<updated>2009-07-20T08:13:03Z</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-07-20T08:13:03Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/apk-tools/commit/?id=eca9c22205105eba20e1e28ddae8ad9da81c5323'/>
<id>urn:sha1:eca9c22205105eba20e1e28ddae8ad9da81c5323</id>
<content type='text'>
prefer index in the new format as signed .tar.gz.
</content>
</entry>
</feed>
