public
Description: Ports-like framework for creating binary patches for OpenBSD
Homepage: http://openbsdbinpatch.sourceforge.net/
Clone URL: git://github.com/santana/binpatch.git
binpatch / Changelog
100644 25 lines (19 sloc) 0.7 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
1.1.0 2008-05-21
------------------
New features:
Contributed by Mike Erdely <mike at erdelynet dot com>:
* Set the CDSRC variable to avoid checking for sys.tar.gz (as is the
case when the sources come from the CD).
* Ability to build multiple kernels.
* Ability to sign binary patches with gzsig.
 
 
* New target _includes added. Contributed by
Mike Erdely <mike at erdelynet dot com>,
Lloyd <lloydr at megapathdsl.net> and
z0mbix <z0mbix at gmail dot com>
 
Bugs fixed:
* Building on macpcc failed because it was looking for the kernel
directory "powerpc" instead of "macppc".
Fixed by z0mbix <z0mbix at gmail dot com>
 
 
1.0.0 2005-12-10
------------------
 Initial release