Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/openresolv Add an upgrading note
details: https://anonhg.NetBSD.org/src/rev/dad7bf52e953
branches: trunk
changeset: 454323:dad7bf52e953
user: roy <roy%NetBSD.org@localhost>
date: Fri Sep 13 13:38:27 2019 +0000
description:
Add an upgrading note
diffstat:
external/bsd/openresolv/NetBSD-upgrade | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diffs (23 lines):
diff -r 2a418b01700f -r dad7bf52e953 external/bsd/openresolv/NetBSD-upgrade
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/openresolv/NetBSD-upgrade Fri Sep 13 13:38:27 2019 +0000
@@ -0,0 +1,19 @@
+$NetBSD: NetBSD-upgrade,v 1.1 2019/09/13 13:38:27 roy Exp $
+
+openresolv releases can be found at:
+ https://roy.marples.name/downloads/openresolv/
+
+For the import there is a handy autoamated approach
+ tar -xf openresolv-X.Y.Z.tar.xz
+ cd openresolv-X.Y.Z
+ ./configure
+ make import-src
+ cd /tmp/openresolv-X.Y.Z
+ cvs import src/external/bsd/openresolv/dist ROY openresolv-X_Y_Z
+
+To make local changes to openresolv, simply patch and commit
+to the main branch (aka HEAD). Never make local changes on the
+vendor (ROY) branch.
+
+All local changes should be submitted to Roy Marples for inclusion in
+the next vendor release.
Home |
Main Index |
Thread Index |
Old Index