<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/bsdiff/bspatch, branch release/13.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-12-26T15:01:00Z</updated>
<entry>
<title>bspatch.1: fix missing argument</title>
<updated>2022-12-26T15:01:00Z</updated>
<author>
<name>Mike Karels</name>
<email>karels@FreeBSD.org</email>
</author>
<published>2022-12-22T17:13:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae2c0f1edca143c6a078f0b0694a659e4cdd1a3b'/>
<id>urn:sha1:ae2c0f1edca143c6a078f0b0694a659e4cdd1a3b</id>
<content type='text'>
Fix typo

Reviewed by:	gbe
Differential Revision:	https://reviews.freebsd.org/D37727

(cherry picked from commit c7a063741720ef81d4caa4613242579d12f1d605)
</content>
</entry>
<entry>
<title>bspatch: add integer overflow checks</title>
<updated>2019-09-26T13:27:25Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2019-09-26T13:27:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20bd59416dcacbd2b776fe49dfa193900f303287'/>
<id>urn:sha1:20bd59416dcacbd2b776fe49dfa193900f303287</id>
<content type='text'>
Introduce a new add_off_t static function that exits with an error
message if there's an overflow, otherwise returns their sum.  Use this
when adding values obtained from the input patch.

Reviewed by:	delphij, allanjude (earlier)
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D7897
</content>
</entry>
<entry>
<title>errno.h is no longer needed as of r340239 so remove it.</title>
<updated>2019-07-18T07:37:26Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2019-07-18T07:37:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9344e4d73860cfcf943e716de9aa7f19f8e26838'/>
<id>urn:sha1:9344e4d73860cfcf943e716de9aa7f19f8e26838</id>
<content type='text'>
No MFC planned as that revision was not merged.
</content>
</entry>
<entry>
<title>Remove support for FreeBSD 10.x.</title>
<updated>2019-07-18T07:26:30Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2019-07-18T07:26:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c93b6e5fa24ba172ab271432c6692f9cc604e15a'/>
<id>urn:sha1:c93b6e5fa24ba172ab271432c6692f9cc604e15a</id>
<content type='text'>
MFC after:	1 month
</content>
</entry>
<entry>
<title>bspatch: simplify capsicumization</title>
<updated>2018-11-07T21:01:14Z</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2018-11-07T21:01:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a25896ca1270e25b657ceaa8d47d5699515f5c25'/>
<id>urn:sha1:a25896ca1270e25b657ceaa8d47d5699515f5c25</id>
<content type='text'>
Assume that user wants to run with capsicum support if he builds the software
with HAVE_CAPSICUM. Treat running application without capsicum in the kernel as
an error.

MFC after:	3 weeks
</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>
<entry>
<title>DIRDEPS_BUILD: Update dependencies.</title>
<updated>2017-10-31T00:07:04Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-31T00:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea825d02749f382c3f7e17f28247f20a48733eab'/>
<id>urn:sha1:ea825d02749f382c3f7e17f28247f20a48733eab</id>
<content type='text'>
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>bspatch: Remove backwards-compatibility sys/capability.h support</title>
<updated>2016-09-20T15:13:15Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-09-20T15:13:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=23648b7d730bcb5cd0ed1bc061ac18387545f814'/>
<id>urn:sha1:23648b7d730bcb5cd0ed1bc061ac18387545f814</id>
<content type='text'>
bspatch previously included sys/capability.h or sys/capsicum.h based
on __FreeBSD_version, as FreeBSD is the upstream for bsdiff and we may
see this file incorporated into other third-party software.

The Capsicum header is now installed as sys/capsicum.h in stable/10 and
FreeBSD 10.3, so we can just use sys/capsicum.h and simplify the logic.

Reviewed by:	allanjude
Differential Revision:	https://reviews.freebsd.org/D7954
</content>
</entry>
<entry>
<title>bspatch: use #define for header size instead of magic number</title>
<updated>2016-09-15T01:58:12Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-09-15T01:58:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6d9f0e4d7002c17c353a39ee440439eefc0f2f6a'/>
<id>urn:sha1:6d9f0e4d7002c17c353a39ee440439eefc0f2f6a</id>
<content type='text'>
Reviewed by:	allanjude, kib
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D7861
</content>
</entry>
<entry>
<title>bspatch: remove superfluous newlines from errx strings</title>
<updated>2016-09-12T14:28:38Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-09-12T14:28:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=04708d25e0f89d975f40757248bade347d5dc994'/>
<id>urn:sha1:04708d25e0f89d975f40757248bade347d5dc994</id>
<content type='text'>
</content>
</entry>
</feed>
