Source-Changes-HG archive

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

[src/netbsd-1-6]: src/lib/libdes Pull up revision 1.4 (requested by jdarrow i...



details:   https://anonhg.NetBSD.org/src/rev/503a7fe6e67c
branches:  netbsd-1-6
changeset: 529022:503a7fe6e67c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Aug 21 00:31:53 2002 +0000

description:
Pull up revision 1.4 (requested by jdarrow in ticket #706):
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:

 lib/libdes/shlib_version |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 532a85248eae -r 503a7fe6e67c lib/libdes/shlib_version
--- a/lib/libdes/shlib_version  Wed Aug 21 00:31:45 2002 +0000
+++ b/lib/libdes/shlib_version  Wed Aug 21 00:31:53 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.3.4.1 2002/08/21 00:31:53 lukem 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