<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libfetch, branch releng/11.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2020-01-28T18:55:25Z</updated>
<entry>
<title>Fix libfetch buffer overflow</title>
<updated>2020-01-28T18:55:25Z</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2020-01-28T18:55:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2beaaa98bab310582fea50efba9f40251fbbcde1'/>
<id>urn:sha1:2beaaa98bab310582fea50efba9f40251fbbcde1</id>
<content type='text'>
Reported by:	Duncan Overbruck
Approved by:	so
Security:	FreeBSD-SA-20:01.libfetch
Security:	CVE-2020-7450
</content>
</entry>
<entry>
<title>MFH (r314778): use reallocarray(3) for extra bounds checks</title>
<updated>2018-10-09T10:49:19Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2018-10-09T10:49:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a30a102ea286c7b4b8482d6cdcbd7f46f870c743'/>
<id>urn:sha1:a30a102ea286c7b4b8482d6cdcbd7f46f870c743</id>
<content type='text'>
MFH (r333306): fix typo in man page
MFH (r333571, r333572): preserve if-modified-since across redirects
MFH (r334317): simplify the DEBUG macro
MFH (r334319): style bug roundup
MFH (r334326): fix netrc file location logic, improve netrcfd handling
MFH (r338572): fix end-of-transfer statistics, improve no-tty display

PR:		202424, 224426, 228017
</content>
</entry>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>urn:sha1:4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
</entry>
<entry>
<title>Partial merge of the SPDX changes</title>
<updated>2018-03-14T03:19:51Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-14T03:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be5d0b9566b13fdf8cabebb63334cbec12bfc409'/>
<id>urn:sha1:be5d0b9566b13fdf8cabebb63334cbec12bfc409</id>
<content type='text'>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</content>
</entry>
<entry>
<title>MFC: r322669</title>
<updated>2017-09-17T01:32:38Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2017-09-17T01:32:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ed06e5fb35381e5b62891e126c1894dcc6ab003'/>
<id>urn:sha1:7ed06e5fb35381e5b62891e126c1894dcc6ab003</id>
<content type='text'>
In fetch_resolve() if the port number or service name is included
in the host argument (e. g. "www.freebsd.org:443"), correctly set
the service pointer accordingly.  Previously, the service pointer
was set to the separator instead, causing getaddrinfo(3) to fail.
</content>
</entry>
<entry>
<title>MFH (r313974,r314596): open .netrc early in case we want to drop privs</title>
<updated>2017-03-24T14:19:52Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2017-03-24T14:19:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4614862b22ad5c216188daf8fb1b1b748d54a275'/>
<id>urn:sha1:4614862b22ad5c216188daf8fb1b1b748d54a275</id>
<content type='text'>
MFH (r314396,r315143): fix a crash caused by an incorrect format string
MFH (r314701): fix handling of 416 errors when requesting a range
MFH (r315455): fix parsing of IP literals (square brackets)

PR:		212065, 217723
</content>
</entry>
<entry>
<title>MFH (r310823): fix multi-line CONNECT responses</title>
<updated>2017-01-09T14:13:47Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2017-01-09T14:13:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=828a4289013bbdbfe8048697bbbd81e78537701b'/>
<id>urn:sha1:828a4289013bbdbfe8048697bbbd81e78537701b</id>
<content type='text'>
PR:		194483
</content>
</entry>
<entry>
<title>MFH (r308996, r309051, r309738): refactor, avoid repeating DNS requests</title>
<updated>2016-12-14T14:20:32Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2016-12-14T14:20:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a2880da9dd64ef0e484eb66c15720178d0439a54'/>
<id>urn:sha1:a2880da9dd64ef0e484eb66c15720178d0439a54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>r169386 (PR 112515) was incomplete: it treated 307 as an error except</title>
<updated>2016-05-31T08:27:39Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2016-05-31T08:27:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5fc9a29bb6a5df7a9444a9d93408a6303195aee'/>
<id>urn:sha1:a5fc9a29bb6a5df7a9444a9d93408a6303195aee</id>
<content type='text'>
in verbose mode, and did not handle 308 at all.

r241840 (PR 172451) added support for 308, but with the same bug.

Correctly handle both by recognizing them as redirects in all places
where we check the HTTP result code.

PR:		112515 173451 209546
Submitted by:	novel@
MFC after:	1 week
</content>
</entry>
<entry>
<title>Call closedir() before returning from fetchListFile() to avoid a leak.</title>
<updated>2016-05-25T07:43:32Z</updated>
<author>
<name>Don Lewis</name>
<email>truckman@FreeBSD.org</email>
</author>
<published>2016-05-25T07:43:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=65380b5f2f0a06d1aaa9e26282b2d7270b375d07'/>
<id>urn:sha1:65380b5f2f0a06d1aaa9e26282b2d7270b375d07</id>
<content type='text'>
Reported by:	Coverity
CID:		1016697
MFC after:	1 week
</content>
</entry>
</feed>
