<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/busybox, branch 1_33_stable</title>
<subtitle>Busybox tree with Carbs Linux patches
</subtitle>
<id>https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable</id>
<link rel='self' href='https://git.carbslinux.org/forks/busybox/atom?h=1_33_stable'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/'/>
<updated>2021-03-09T05:42:47+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'upstream/1_33_stable' into 1_33_stable</title>
<updated>2021-03-09T05:42:47+00:00</updated>
<author>
<name>Cem Keylan</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-03-09T05:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=2106f384939b9627996a77dca7d4310c91f482d7'/>
<id>urn:sha1:2106f384939b9627996a77dca7d4310c91f482d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>traceroute: fix option parsing</title>
<updated>2021-03-08T23:28:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-02-02T12:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=89358a7131d3e75c74af834bb117b4fad7914983'/>
<id>urn:sha1:89358a7131d3e75c74af834bb117b4fad7914983</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>update_passwd: fix context variable</title>
<updated>2021-03-08T23:28:26+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2021-01-10T12:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=39b71881b8173225c8ef85a308523d98cb590eac'/>
<id>urn:sha1:39b71881b8173225c8ef85a308523d98cb590eac</id>
<content type='text'>
Commit
https://git.busybox.net/busybox/commit/libbb/update_passwd.c?id=2496616b0a8d1c80cd1416b73a4847b59b9f969a

changed the variable used from context to seuser but forgot this
change resulting in build errors detected by buildroot autobuilders:

http://autobuild.buildroot.net/results/b89/b89b7d0f0601bb706e76cea31cf4e43326e5540c//build-end.log

libbb/update_passwd.c:51:11: error: 'context' undeclared (first use in
 this function); did you mean 'ucontext'?
   freecon(context);

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ash: make a strdup copy of $HISTFILE for line editing</title>
<updated>2021-03-08T23:28:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-01-03T09:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=67cc582d4289c5de521d11b08307c8ab26ee1e28'/>
<id>urn:sha1:67cc582d4289c5de521d11b08307c8ab26ee1e28</id>
<content type='text'>
Otherwise if $HISTFILE is unset or reassigned, bad things can happen.

function                                             old     new   delta
ash_main                                            1210    1218      +8

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>httpd: fix offset for sendfile</title>
<updated>2021-03-08T23:28:26+00:00</updated>
<author>
<name>Maxim Storchak</name>
<email>m.storchak@gmail.com</email>
</author>
<published>2020-12-29T15:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=ee1e0987e4c81b4a5369174ce22b0671198abb6b'/>
<id>urn:sha1:ee1e0987e4c81b4a5369174ce22b0671198abb6b</id>
<content type='text'>
If the Range: header is not present it the request,
the offset passed to sendfile is wrong,
and httpd falls back to the read-write loop.

function                                             old     new   delta
send_file_and_exit                                   857     865      +8
handle_incoming_and_exit                            2239    2230      -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 8/-9)               Total: -1 bytes

Signed-off-by: Maxim Storchak &lt;m.storchak@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>wget: use bearssl instead of openssl</title>
<updated>2021-02-18T00:00:31+00:00</updated>
<author>
<name>Cem Keylan</name>
<email>cem@ckyln.com</email>
</author>
<published>2021-02-18T00:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=09f572b1e859bfb103f654ac86541710d964d9aa'/>
<id>urn:sha1:09f572b1e859bfb103f654ac86541710d964d9aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 1.33.0</title>
<updated>2020-12-29T16:42:59+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-29T16:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=a4c3a341394a1fb25be8c15d2ddfe3ec77cbb83c'/>
<id>urn:sha1:a4c3a341394a1fb25be8c15d2ddfe3ec77cbb83c</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>libiproute: band-aid for old uclibc missing IFA_FLAGS</title>
<updated>2020-12-29T16:34:34+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-29T16:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=ec9a5e608357acdc6e793d63bddf84030aa4f024'/>
<id>urn:sha1:ec9a5e608357acdc6e793d63bddf84030aa4f024</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>modprobe-small: convert to new recursive_action() API</title>
<updated>2020-12-29T16:02:06+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-29T15:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=fecb1693ccef88710fbb2de86d0f92bc2c76153f'/>
<id>urn:sha1:fecb1693ccef88710fbb2de86d0f92bc2c76153f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>bc: placate gcc (it thinks 's' can be uninitialized here)</title>
<updated>2020-12-29T16:02:06+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-12-29T15:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/busybox/commit/?id=40f9fe21600a834fdcf1f26e9374fd21cd3be5fb'/>
<id>urn:sha1:40f9fe21600a834fdcf1f26e9374fd21cd3be5fb</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
