xref: /netbsd-src/external/bsd/openresolv/NetBSD-upgrade (revision 2dd295436a0082eb4f8d294f4aa73c223413d0f2)
1$NetBSD: NetBSD-upgrade,v 1.1 2019/09/13 13:38:27 roy Exp $
2
3openresolv releases can be found at:
4	https://roy.marples.name/downloads/openresolv/
5
6For the import there is a handy autoamated approach
7	tar -xf openresolv-X.Y.Z.tar.xz
8	cd openresolv-X.Y.Z
9	./configure
10	make import-src
11	cd /tmp/openresolv-X.Y.Z
12	cvs import src/external/bsd/openresolv/dist ROY openresolv-X_Y_Z
13
14To make local changes to openresolv, simply patch and commit
15to the main branch (aka HEAD).  Never make local changes on the
16vendor (ROY) branch.
17
18All local changes should be submitted to Roy Marples for inclusion in
19the next vendor release.
20