<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/fetch, branch release/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-03-04T19:49:38Z</updated>
<entry>
<title>fetch: make -S argument accept values &gt; 2GB</title>
<updated>2022-03-04T19:49:38Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-02-20T14:24:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97b94f4332ac370b5fd04b973e96564fa99b043f'/>
<id>urn:sha1:97b94f4332ac370b5fd04b973e96564fa99b043f</id>
<content type='text'>
Use strtoll() to parse the argument of the -S option.

FreeBSD has supported 64 bit file offsets for more than 25 years on
all architectures and off_t is a 64 bit integer type for that reason.

While strtol() returns a 64 bit value on 64 LP64 architectures, it
is limit to 32 bit on e.g. i386. The strtoll() function returns a 64
but result on all supported architectures and therefore supports the
possible file lengths and file offsets on 32 bit archtectures.

(cherry picked from commit 32066c96fa00fc19c8355e1956ca5aa9ead37673)
</content>
</entry>
<entry>
<title>fetch(1): merge several improvements for handling of soft failures</title>
<updated>2022-02-26T07:19:19Z</updated>
<author>
<name>Eugene Grosbein</name>
<email>eugen@FreeBSD.org</email>
</author>
<published>2022-01-24T04:03:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=39d81d46aadf4d5ce1d702afe9e465808484ab18'/>
<id>urn:sha1:39d81d46aadf4d5ce1d702afe9e465808484ab18</id>
<content type='text'>
Let "fetch -a" resume truncated transfer automatically to perform
another attempt if it obtained some new data in previous one
making progress.

Do not consider HTTP 5XX errors as soft failures.
Also, authorization errors should not be considered as soft failures.

(cherry picked from commit e3bad5f7aa86a0911cf8d28395e7a29395739985)
(cherry picked from commit a4efbe0d6da28eea0de4d414af25e7853ab8adfa)
(cherry picked from commit bf599c03f09dea0f7e188e002b42d782af6841c3)
(cherry picked from commit 08a2504a207c9302939bc0d1173fe44875e2a2e4)
(cherry picked from commit 85f15576b423b9ad5b8a9e6dab3e71558ebe4335)
</content>
</entry>
<entry>
<title>pkgbase: Create a FreeBSD-fetch package</title>
<updated>2022-01-05T17:23:53Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2021-12-15T11:00:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac36d4f03a49ed21345830a87f3a82cf3a12c464'/>
<id>urn:sha1:ac36d4f03a49ed21345830a87f3a82cf3a12c464</id>
<content type='text'>
It's useful for small image to fetch some data but we don't want to
install utilities nor bloat runtime.

MFC after:	2 weeks
Sponsored by:	Beckhoff Automation GmbH &amp; Co. KG
Differential Revision:	https://reviews.freebsd.org/D33463

(cherry picked from commit 13ef8134efd1c0a39c2dab0197b5c4558101253e)
</content>
</entry>
<entry>
<title>fetch(1): Fix style</title>
<updated>2020-10-30T09:48:41Z</updated>
<author>
<name>Fernando Apesteguía</name>
<email>fernape@FreeBSD.org</email>
</author>
<published>2020-10-30T09:48:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86e149e16e795419ea49bd937499b9fbfc4d3094'/>
<id>urn:sha1:86e149e16e795419ea49bd937499b9fbfc4d3094</id>
<content type='text'>
Fix style problems introduced in r367141:

* s/Ql/Pa/ for file names
* Break line properly in macro
* Properly generate back slash character

Not bumping .Dd

Reported by:	xtouqh@icloud.com, steffen@sdaoden.eu
Approved by:	0mp@
Differential Revision:		https://reviews.freebsd.org/D26946
</content>
</entry>
<entry>
<title>fetch(1): Add EXAMPLES section</title>
<updated>2020-10-29T18:34:47Z</updated>
<author>
<name>Fernando Apesteguía</name>
<email>fernape@FreeBSD.org</email>
</author>
<published>2020-10-29T18:34:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=538d212d13153b0578826fbd0df864eab638195b'/>
<id>urn:sha1:538d212d13153b0578826fbd0df864eab638195b</id>
<content type='text'>
Add a few examples covering flags: 1, R, a, o, q, r, s, v

Approved by:	manpages (bcr@)
Differential Revision:		https://reviews.freebsd.org/D26946
</content>
</entry>
<entry>
<title>Don't explicitly specify c99 or gnu99 as the default is now gnu99.</title>
<updated>2020-08-17T05:57:02Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2020-08-17T05:57:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=941791759c2cb64e4884579b7a7cc5fb21feec26'/>
<id>urn:sha1:941791759c2cb64e4884579b7a7cc5fb21feec26</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Through a combination of insufficient variable initialization and</title>
<updated>2018-09-10T19:39:20Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2018-09-10T19:39:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6434dda6e396b0b7e96eb480c9dbd57c10065686'/>
<id>urn:sha1:6434dda6e396b0b7e96eb480c9dbd57c10065686</id>
<content type='text'>
imprudent reuse of static buffers, the end-of-transfer statistics
displayed when stdout is not a tty always ended up as 0 B / 0 Bps.
Reorganize the code to use caller-provided buffers, tweak the ETA
display a bit, and reduce the visual differences between the tty and
non-tty end-of-transfer displays.

PR:		202424
Approved by:	re (gjb@)
</content>
</entry>
<entry>
<title>Support If-Modified-Since for https as well as http.</title>
<updated>2018-05-12T17:04:40Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2018-05-12T17:04:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=deb1ff232df5fc7bfc456c708a23e7c3e9b5aba5'/>
<id>urn:sha1:deb1ff232df5fc7bfc456c708a23e7c3e9b5aba5</id>
<content type='text'>
PR:		224426
Submitted by:	zsnafzig@edu.uwaterloo.ca
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix spelling of --output long option in fetch.1</title>
<updated>2018-05-06T15:59:03Z</updated>
<author>
<name>Benjamin Kaduk</name>
<email>bjk@FreeBSD.org</email>
</author>
<published>2018-05-06T15:59:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b24eca8b54fb88e9e68d02212c7d0ca8ea58ab4d'/>
<id>urn:sha1:b24eca8b54fb88e9e68d02212c7d0ca8ea58ab4d</id>
<content type='text'>
PR:		228017
Reported by:	rff1917@yahoo.com
</content>
</entry>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
</entry>
</feed>
