<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/src, branch v2.0</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>db: make fdb load package description before calling pkg_install</title>
<updated>2009-12-22T15:33:44+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-12-22T15:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b58ec46f7cc53cbea580a87a6bf9da0c8b0fdc26'/>
<id>b58ec46f7cc53cbea580a87a6bf9da0c8b0fdc26</id>
<content type='text'>
this is now mandatory after the overlay fixes. otherwise the
package will not get listed as installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is now mandatory after the overlay fixes. otherwise the
package will not get listed as installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>db: check the overlay files package name rather than the ovl file itself</title>
<updated>2009-12-21T16:39:53+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-12-21T16:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d4f0b2ab70e3731b942569c754f6ae7280132c13'/>
<id>d4f0b2ab70e3731b942569c754f6ae7280132c13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>db: honor overlay file even for protected paths</title>
<updated>2009-12-21T16:12:45+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-12-21T16:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=884fabbf30837157b7f79f8b603f12dcc0730644'/>
<id>884fabbf30837157b7f79f8b603f12dcc0730644</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>apk: remove the unneeded --never-overwrite</title>
<updated>2009-12-21T14:53:47+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-12-21T14:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6417de4d1057675bacc06274cab385810b86eed7'/>
<id>6417de4d1057675bacc06274cab385810b86eed7</id>
<content type='text'>
turns out the logic does not work with overlays as expected due
to busybox symlinks being unmanaged. remove the useless option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
turns out the logic does not work with overlays as expected due
to busybox symlinks being unmanaged. remove the useless option.
</pre>
</div>
</content>
</entry>
<entry>
<title>db: accept files in overlay without directory</title>
<updated>2009-12-21T14:31:58+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-12-21T14:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f44f34811dde4e33210e83af8584a99543d528a8'/>
<id>f44f34811dde4e33210e83af8584a99543d528a8</id>
<content type='text'>
appears this is possible, so support it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
appears this is possible, so support it.
</pre>
</div>
</content>
</entry>
<entry>
<title>db: use proper instance for overlay file entries</title>
<updated>2009-12-21T12:30:33+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-12-21T12:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f2a7800b22c6ffb5321f286512c76f286131ac8d'/>
<id>f2a7800b22c6ffb5321f286512c76f286131ac8d</id>
<content type='text'>
lookup proper directory instance as the tar output might not be
linear.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lookup proper directory instance as the tar output might not be
linear.
</pre>
</div>
</content>
</entry>
<entry>
<title>apk: --overlay-from-stdin</title>
<updated>2009-12-21T12:14:02+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-12-21T12:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d0909569c639a033a6f1c47a95745886ebe3e093'/>
<id>d0909569c639a033a6f1c47a95745886ebe3e093</id>
<content type='text'>
get list of overlay files from stdin, so those do not get overwritten.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
get list of overlay files from stdin, so those do not get overwritten.
</pre>
</div>
</content>
</entry>
<entry>
<title>db: read time only once when writing scriptsdb</title>
<updated>2009-12-21T09:42:39+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-12-21T09:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=366e7d07ae20d18cfc5f9f12588a0371654f956a'/>
<id>366e7d07ae20d18cfc5f9f12588a0371654f956a</id>
<content type='text'>
less syscalls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
less syscalls.
</pre>
</div>
</content>
</entry>
<entry>
<title>db: check if target exist before renaming tempfile</title>
<updated>2009-11-24T08:25:24+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2009-11-24T08:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=407ef801d9b10b535e13fa26f12396b0476dd825'/>
<id>407ef801d9b10b535e13fa26f12396b0476dd825</id>
<content type='text'>
do not overwrite target if we have --never-overwrite and target exists.

ref #197
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
do not overwrite target if we have --never-overwrite and target exists.

ref #197
</pre>
</div>
</content>
</entry>
<entry>
<title>archive: overwrite protection needs to use real filename</title>
<updated>2009-11-06T14:16:49+00:00</updated>
<author>
<name>Timo Teras</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2009-11-06T14:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=98de5353550b1750591d4469429563f5537519ed'/>
<id>98de5353550b1750591d4469429563f5537519ed</id>
<content type='text'>
otherwise we always extract the file as .apk-new and the database
side just overwrites.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise we always extract the file as .apk-new and the database
side just overwrites.
</pre>
</div>
</content>
</entry>
</feed>
