<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/tar, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/tar: compile against acl</title>
<updated>2019-08-21T14:09:48+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2019-05-21T18:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=aafb402f4f09442d1762bef4429f4a6018d2569b'/>
<id>aafb402f4f09442d1762bef4429f4a6018d2569b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/tar: upgrade to 1.32</title>
<updated>2019-02-25T10:29:04+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2019-02-23T16:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e14f30776ab55c428f268da628c29a97fe8885af'/>
<id>e14f30776ab55c428f268da628c29a97fe8885af</id>
<content type='text'>
ref #10027
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref #10027
</pre>
</div>
</content>
</entry>
<entry>
<title>main/tar: use https source, add checks but disable for now</title>
<updated>2019-01-10T09:21:41+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2019-01-09T04:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=971399dc36c5768557810567f95ad958c1bb7e94'/>
<id>971399dc36c5768557810567f95ad958c1bb7e94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/tar: security upgrade to 1.31</title>
<updated>2019-01-10T09:21:41+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2019-01-04T13:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=85863f590a9cdcd1a2e5bcf772ad49ca4c5d3c37'/>
<id>85863f590a9cdcd1a2e5bcf772ad49ca4c5d3c37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/tar: modernize</title>
<updated>2018-08-14T13:55:33+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-08-14T13:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=495cbc5532c7d6c55d91dbc07bc9368bbfcaa4e6'/>
<id>495cbc5532c7d6c55d91dbc07bc9368bbfcaa4e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/tar: avoid using broken code in cross build</title>
<updated>2018-08-14T13:47:08+00:00</updated>
<author>
<name>Mobile Stream</name>
<email>info@mobile-stream.com</email>
</author>
<published>2018-08-10T13:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5b935f075f81ed9b37130bffb4155a002d4d0358'/>
<id>5b935f075f81ed9b37130bffb4155a002d4d0358</id>
<content type='text'>
The tar cross-compile logic fails to detect no-clobber properties of gettimeofday and tzset functions and replaces them and some dependent calls with the code from the bundled GNU portability library (tar-130/gnu/).

This includes the apparently broken rpl_gmtime/rpl_localtime code from tar-130/gnu/localtime-buffer.c which on armhf ends up as:

0004578c &lt;rpl_gmtime&gt;:
   4578c:       e92d4010        push    {r4, lr}
   45790:       ebfffffd        bl      4578c &lt;rpl_gmtime&gt;
   45794:       e59f3018        ldr     r3, [pc, #24]   ; 457b4 &lt;rpl_gmtime+0x28&gt;
   45798:       e59f2018        ldr     r2, [pc, #24]   ; 457b8 &lt;rpl_gmtime+0x2c&gt;
   4579c:       e08f3003        add     r3, pc, r3
   457a0:       e5931000        ldr     r1, [r3]
   457a4:       e08f2002        add     r2, pc, r2
   457a8:       e1510002        cmp     r1, r2
   457ac:       05830000        streq   r0, [r3]
   457b0:       e8bd8010        pop     {r4, pc}
   457b4:       0002ff1c        .word   0x0002ff1c
   457b8:       00030858        .word   0x00030858

The proper fix should be in gnulib (i.e. recognize musl libc as done with glibc) however the APKBUILD change is simpler and easier to remove when/if upstream fixes the problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tar cross-compile logic fails to detect no-clobber properties of gettimeofday and tzset functions and replaces them and some dependent calls with the code from the bundled GNU portability library (tar-130/gnu/).

This includes the apparently broken rpl_gmtime/rpl_localtime code from tar-130/gnu/localtime-buffer.c which on armhf ends up as:

0004578c &lt;rpl_gmtime&gt;:
   4578c:       e92d4010        push    {r4, lr}
   45790:       ebfffffd        bl      4578c &lt;rpl_gmtime&gt;
   45794:       e59f3018        ldr     r3, [pc, #24]   ; 457b4 &lt;rpl_gmtime+0x28&gt;
   45798:       e59f2018        ldr     r2, [pc, #24]   ; 457b8 &lt;rpl_gmtime+0x2c&gt;
   4579c:       e08f3003        add     r3, pc, r3
   457a0:       e5931000        ldr     r1, [r3]
   457a4:       e08f2002        add     r2, pc, r2
   457a8:       e1510002        cmp     r1, r2
   457ac:       05830000        streq   r0, [r3]
   457b0:       e8bd8010        pop     {r4, pc}
   457b4:       0002ff1c        .word   0x0002ff1c
   457b8:       00030858        .word   0x00030858

The proper fix should be in gnulib (i.e. recognize musl libc as done with glibc) however the APKBUILD change is simpler and easier to remove when/if upstream fixes the problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/tar: upgrade to 1.30</title>
<updated>2018-01-02T15:57:47+00:00</updated>
<author>
<name>Andy Postnikov</name>
<email>apostnikov@gmail.com</email>
</author>
<published>2017-12-23T16:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=fa01d4496c2bb0003b172d926753f5c12f6ea6a8'/>
<id>fa01d4496c2bb0003b172d926753f5c12f6ea6a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/*: fix homepage url and source from http:// to https://</title>
<updated>2017-11-19T13:16:51+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-11-19T13:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=730cdcef6901750f4029d4c3b8639ce02ee3ead1'/>
<id>730cdcef6901750f4029d4c3b8639ce02ee3ead1</id>
<content type='text'>
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/[various]: set -e build fix</title>
<updated>2017-03-20T18:43:02+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-03-20T18:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6d539efc7cd7c6d419ebde10c222be8f3f04938b'/>
<id>6d539efc7cd7c6d419ebde10c222be8f3f04938b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/tar: add comment for secfixes</title>
<updated>2016-11-08T11:03:57+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-11-08T11:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c6555956db1a880cc0c33e41f49ff0e999797b4f'/>
<id>c6555956db1a880cc0c33e41f49ff0e999797b4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
