This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-11-15 23:05:49 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b6ff8745aa
HardenedBSD
/
usr.bin
/
bsdiff
/
Makefile.inc
4 lines
40 B
PHP
Raw
Normal View
History
Unescape
Escape
Add bsdiff and bspatch to the base system. These are tools for constructing and applying binary patches; in particular, they perform well (in the sense of constructing small patches) for executable code. Both portsnap (coming to the base system Real Soon Now) and FreeBSD Update (coming to the base system a bit later) use bspatch. This is the same code as the bsdiff-4.2 which has been in the ports tree (misc/bsdiff) for the past year, with the following exceptions: 1. The license is now the traditional 2-clause BSD; 2. Instead of forking and execing bzip2, the code now uses libbz2; and 3. Some minor changes have been made to fit this code into the base system (adding $FreeBSD$ tags, putting bsdiff and bspatch into separate directories, etc.) This code is rather ugly and has lots of style bugs (mostly because I wrote it before I had ever heard of style(9)). Some day I'll come back and clean it up. Discussed on: freebsd-arch MFC before: 5.5-RELEASE Tested by: Several million users (earlier version).
2005-08-06 03:59:06 +02:00
# $FreeBSD$
Include ../Makefile.inc, since without it programs get installed in the wrong place. Pointy hat to: cperciva
2005-08-06 04:37:21 +02:00
.
include
"
../Makefile.inc
"
Reference in New Issue
Copy Permalink