Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Belatedly bump libdes shared library major number, due to bu...
details: https://anonhg.NetBSD.org/src/rev/4978a8662b82
branches: trunk
changeset: 535486:4978a8662b82
user: jdarrow <jdarrow%NetBSD.org@localhost>
date: Tue Aug 20 13:49:55 2002 +0000
description:
Belatedly bump libdes shared library major number, due to bump of
libcrypto shared major when we moved from OpenSSL 0.9.5 to 0.9.6.
Add note to libcrypto shlib_version file to remind people to also
update libdes shlib_version.
diffstat:
distrib/sets/lists/base/shl.elf | 4 ++--
distrib/sets/lists/base/shl.mi | 4 ++--
lib/libcrypto/shlib_version | 5 ++++-
lib/libdes/shlib_version | 10 +++++++---
4 files changed, 15 insertions(+), 8 deletions(-)
diffs (65 lines):
diff -r 047c1d2ac678 -r 4978a8662b82 distrib/sets/lists/base/shl.elf
--- a/distrib/sets/lists/base/shl.elf Tue Aug 20 13:49:11 2002 +0000
+++ b/distrib/sets/lists/base/shl.elf Tue Aug 20 13:49:55 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.elf,v 1.57 2002/03/17 22:14:06 tshiozak Exp $
+# $NetBSD: shl.elf,v 1.58 2002/08/20 13:49:55 jdarrow Exp $
# Note: libtermcap and libtermlib are hardlinked and share the same version.
./usr/lib/libamu.so.2 base-amd-shlib
./usr/lib/libasn1.so.6 base-krb5-shlib
@@ -9,7 +9,7 @@
./usr/lib/libcrypt.so.0 base-sys-shlib
./usr/lib/libcrypto.so.1 base-crypto-shlib
./usr/lib/libcurses.so.5 base-sys-shlib
-./usr/lib/libdes.so.5 base-crypto-shlib
+./usr/lib/libdes.so.6 base-crypto-shlib
./usr/lib/libedit.so.2 base-sys-shlib
./usr/lib/libform.so.3 base-sys-shlib
./usr/lib/libgnumalloc.so.0 base-sys-shlib
diff -r 047c1d2ac678 -r 4978a8662b82 distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi Tue Aug 20 13:49:11 2002 +0000
+++ b/distrib/sets/lists/base/shl.mi Tue Aug 20 13:49:55 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.172 2002/08/09 14:19:10 blymn Exp $
+# $NetBSD: shl.mi,v 1.173 2002/08/20 13:49:56 jdarrow Exp $
# Note: libtermcap and libtermlib are hardlinked and share the same version.
./usr/lib/libamu.so.2.1 base-amd-shlib
./usr/lib/libasn1.so.6.0 base-krb5-shlib
@@ -9,7 +9,7 @@
./usr/lib/libcrypt.so.0.1 base-sys-shlib
./usr/lib/libcrypto.so.1.1 base-crypto-shlib
./usr/lib/libcurses.so.5.2 base-sys-shlib
-./usr/lib/libdes.so.5.1 base-crypto-shlib
+./usr/lib/libdes.so.6.0 base-crypto-shlib
./usr/lib/libedit.so.2.6 base-sys-shlib
./usr/lib/libform.so.3.1 base-sys-shlib
./usr/lib/libgnumalloc.so.0.0 base-sys-shlib
diff -r 047c1d2ac678 -r 4978a8662b82 lib/libcrypto/shlib_version
--- a/lib/libcrypto/shlib_version Tue Aug 20 13:49:11 2002 +0000
+++ b/lib/libcrypto/shlib_version Tue Aug 20 13:49:55 2002 +0000
@@ -1,5 +1,8 @@
-# $NetBSD: shlib_version,v 1.5 2002/06/09 16:12:54 itojun Exp $
+# $NetBSD: shlib_version,v 1.6 2002/08/20 13:49:56 jdarrow Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
+# Also remember to update lib/libdes/shlib_version when changing
+# (since it just installs a symbolic link to libcrypto)
+#
major=1
minor=1
diff -r 047c1d2ac678 -r 4978a8662b82 lib/libdes/shlib_version
--- a/lib/libdes/shlib_version Tue Aug 20 13:49:11 2002 +0000
+++ b/lib/libdes/shlib_version Tue Aug 20 13:49:55 2002 +0000
@@ -1,5 +1,9 @@
-# $NetBSD: shlib_version,v 1.3 2000/06/21 19:48:14 thorpej Exp $
+# $NetBSD: shlib_version,v 1.4 2002/08/20 13:49:56 jdarrow Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
-major=5
-minor=1
+# This library is currently only a symbolic link to libcrypto, so
+# make sure you update the version numbers here whenever you
+# change them there.
+#
+major=6
+minor=0
Home |
Main Index |
Thread Index |
Old Index