Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib For Kerberos libraries which existed both in MIT and Hei...



details:   https://anonhg.NetBSD.org/src/rev/42847e28240a
branches:  trunk
changeset: 488056:42847e28240a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jun 17 06:58:22 2000 +0000

description:
For Kerberos libraries which existed both in MIT and Heimdal and the
MIT shlib major was larger, bump the Heimdal shlib major to MIT major + 1,
so that exising installed programs using MIT libraries will continue to
function after the transition to Hiemdal.

diffstat:

 lib/libcom_err/shlib_version |  2 +-
 lib/libdes/shlib_version     |  4 ++--
 lib/libkadm/shlib_version    |  2 +-
 lib/libkafs/shlib_version    |  2 +-
 lib/libkdb/shlib_version     |  2 +-
 lib/libkrb/shlib_version     |  4 ++--
 lib/libss/shlib_version      |  2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 3d39b8e707a6 -r 42847e28240a lib/libcom_err/shlib_version
--- a/lib/libcom_err/shlib_version      Sat Jun 17 06:56:20 2000 +0000
+++ b/lib/libcom_err/shlib_version      Sat Jun 17 06:58:22 2000 +0000
@@ -1,2 +1,2 @@
-major=1
+major=3
 minor=0
diff -r 3d39b8e707a6 -r 42847e28240a lib/libdes/shlib_version
--- a/lib/libdes/shlib_version  Sat Jun 17 06:56:20 2000 +0000
+++ b/lib/libdes/shlib_version  Sat Jun 17 06:58:22 2000 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: shlib_version,v 1.1.1.1 2000/06/17 01:08:24 thorpej Exp $
+#      $NetBSD: shlib_version,v 1.2 2000/06/17 06:58:23 thorpej Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
-major=3
+major=5
 minor=0
diff -r 3d39b8e707a6 -r 42847e28240a lib/libkadm/shlib_version
--- a/lib/libkadm/shlib_version Sat Jun 17 06:56:20 2000 +0000
+++ b/lib/libkadm/shlib_version Sat Jun 17 06:58:22 2000 +0000
@@ -1,2 +1,2 @@
-major=2
+major=4
 minor=0
diff -r 3d39b8e707a6 -r 42847e28240a lib/libkafs/shlib_version
--- a/lib/libkafs/shlib_version Sat Jun 17 06:56:20 2000 +0000
+++ b/lib/libkafs/shlib_version Sat Jun 17 06:58:22 2000 +0000
@@ -1,2 +1,2 @@
-major=2
+major=4
 minor=0
diff -r 3d39b8e707a6 -r 42847e28240a lib/libkdb/shlib_version
--- a/lib/libkdb/shlib_version  Sat Jun 17 06:56:20 2000 +0000
+++ b/lib/libkdb/shlib_version  Sat Jun 17 06:58:22 2000 +0000
@@ -1,2 +1,2 @@
-major=2
+major=4
 minor=0
diff -r 3d39b8e707a6 -r 42847e28240a lib/libkrb/shlib_version
--- a/lib/libkrb/shlib_version  Sat Jun 17 06:56:20 2000 +0000
+++ b/lib/libkrb/shlib_version  Sat Jun 17 06:58:22 2000 +0000
@@ -1,2 +1,2 @@
-major=2
-minor=1
+major=4
+minor=0
diff -r 3d39b8e707a6 -r 42847e28240a lib/libss/shlib_version
--- a/lib/libss/shlib_version   Sat Jun 17 06:56:20 2000 +0000
+++ b/lib/libss/shlib_version   Sat Jun 17 06:58:22 2000 +0000
@@ -1,2 +1,2 @@
-major=1
+major=3
 minor=0



Home | Main Index | Thread Index | Old Index