<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/archival, branch noconsole</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=noconsole</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=noconsole'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2017-01-08T08:57:29+00:00</updated>
<entry>
<title>unzip: use data from local header rather than CDF</title>
<updated>2017-01-08T08:57:29+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-01-08T08:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=373ca863f65de0c572faf80fab5586755d073fc8'/>
<id>urn:sha1:373ca863f65de0c572faf80fab5586755d073fc8</id>
<content type='text'>
The zip file referenced in this bug report:

   https://bugs.busybox.net/show_bug.cgi?id=9536

isn't extracted correctly with the upstream fix.
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2017-01-08T08:56:43+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-01-08T08:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3ef86d069577b8a44ebe3aa890c6e97ea31d0d56'/>
<id>urn:sha1:3ef86d069577b8a44ebe3aa890c6e97ea31d0d56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unzip: remove now-pointless lseek which returns current position</title>
<updated>2017-01-05T18:07:54+00:00</updated>
<author>
<name>Cristian Ionescu-Idbohrn</name>
<email>cristian.ionescu-idbohrn@axis.com</email>
</author>
<published>2017-01-05T18:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e6add210b220bd8fe56ca711279b44e111bdd8f0'/>
<id>urn:sha1:e6add210b220bd8fe56ca711279b44e111bdd8f0</id>
<content type='text'>
archival/unzip.c: In function 'read_next_cdf':
archival/unzip.c:271:8: warning: variable 'org' set but
                                 not used [-Wunused-but-set-variable]
  off_t org;
        ^~~

Signed-off-by: Cristian Ionescu-Idbohrn &lt;cristian.ionescu-idbohrn@axis.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>typo fix in config help text</title>
<updated>2017-01-05T10:47:28+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-01-05T10:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ecba2944d576c053ec65a4cf5d8a084137cb69f8'/>
<id>urn:sha1:ecba2944d576c053ec65a4cf5d8a084137cb69f8</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>unzip: properly use CDF to find compressed files. Closes 9536</title>
<updated>2017-01-05T10:43:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-01-05T10:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e3c4db8b396e955ca01648ba51c0fd093f3cab56'/>
<id>urn:sha1:e3c4db8b396e955ca01648ba51c0fd093f3cab56</id>
<content type='text'>
function                                             old     new   delta
unzip_main                                          2437    2350     -87

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2017-01-04T11:41:38+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2017-01-04T11:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f9cf712f8a640ac2d250dfa77dd809ab033f618a'/>
<id>urn:sha1:f9cf712f8a640ac2d250dfa77dd809ab033f618a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make DPKG=y and DPKG_DEB=y by default</title>
<updated>2016-12-23T12:52:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-12-23T12:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ce3a98a222a2191ef4a22e90c49a51dfa7279e07'/>
<id>urn:sha1:ce3a98a222a2191ef4a22e90c49a51dfa7279e07</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>fix breakage found by mass one-applet builds</title>
<updated>2016-12-23T01:42:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-12-23T01:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9cc3d3ab21eb8b4766b71dffb04132184c754f7b'/>
<id>urn:sha1:9cc3d3ab21eb8b4766b71dffb04132184c754f7b</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>randomconfig fixes</title>
<updated>2016-12-08T11:24:48+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-12-08T11:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=548620c18b1f0988dbeab1009788daf9f002e927'/>
<id>urn:sha1:548620c18b1f0988dbeab1009788daf9f002e927</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2016-11-29T11:26:45+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-11-29T11:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bb8d79eadbba1942dbdb9f9cee5c47833afe269f'/>
<id>urn:sha1:bb8d79eadbba1942dbdb9f9cee5c47833afe269f</id>
<content type='text'>
</content>
</entry>
</feed>
