Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Bump libc to 12.107 and libpthread to 0.3 for fsync_range(2).
details: https://anonhg.NetBSD.org/src/rev/ae16afc8eaf7
branches: trunk
changeset: 555451:ae16afc8eaf7
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Nov 18 01:00:19 2003 +0000
description:
Bump libc to 12.107 and libpthread to 0.3 for fsync_range(2).
diffstat:
distrib/sets/lists/base/shl.mi | 8 ++++----
lib/libc/shlib_version | 4 ++--
lib/libpthread/shlib_version | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (56 lines):
diff -r af0ee2d67ee8 -r ae16afc8eaf7 distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi Tue Nov 18 00:56:56 2003 +0000
+++ b/distrib/sets/lists/base/shl.mi Tue Nov 18 01:00:19 2003 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: shl.mi,v 1.243 2003/11/04 23:54:27 itojun Exp $
+# $NetBSD: shl.mi,v 1.244 2003/11/18 01:00:19 thorpej Exp $
# Note: libtermcap and libtermlib are hardlinked and share the same version.
-./lib/libc.so.12.106 base-sys-shlib
+./lib/libc.so.12.107 base-sys-shlib
./lib/libcrypt.so.0.1 base-sys-shlib
./lib/libcrypto.so.2.1 base-crypto-shlib
./lib/libedit.so.2.8 base-sys-shlib
@@ -32,7 +32,7 @@
./usr/lib/libasn1.so.6.1 base-krb5-shlib
./usr/lib/libbsdmalloc.so.0.0 base-sys-shlib
./usr/lib/libbz2.so.1.0 base-sys-shlib
-./usr/lib/libc.so.12.106 base-sys-shlib
+./usr/lib/libc.so.12.107 base-sys-shlib
./usr/lib/libcdk.so.1.0 base-sys-shlib
./usr/lib/libcom_err.so.4.1 base-krb5-shlib
./usr/lib/libcrypt.so.0.1 base-sys-shlib
@@ -63,7 +63,7 @@
./usr/lib/libpcap.so.1.3 base-net-shlib
./usr/lib/libpci.so.0.0 base-sys-shlib
./usr/lib/libposix.so.0.1 base-sys-shlib
-./usr/lib/libpthread.so.0.2 base-sys-shlib
+./usr/lib/libpthread.so.0.3 base-sys-shlib
./usr/lib/libpthread_dbg.so.0.0 base-sys-shlib
./usr/lib/libresolv.so.1.0 base-net-shlib
./usr/lib/libroken.so.12.3 base-krb5-shlib
diff -r af0ee2d67ee8 -r ae16afc8eaf7 lib/libc/shlib_version
--- a/lib/libc/shlib_version Tue Nov 18 00:56:56 2003 +0000
+++ b/lib/libc/shlib_version Tue Nov 18 01:00:19 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shlib_version,v 1.140 2003/11/05 13:46:51 kleink Exp $
+# $NetBSD: shlib_version,v 1.141 2003/11/18 01:00:19 thorpej Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
# things we wish to do on next major version bump:
@@ -13,4 +13,4 @@
# - infinity{,f,l}.c, math.h: __infinity -> __huge_val
#
major=12
-minor=106
+minor=107
diff -r af0ee2d67ee8 -r ae16afc8eaf7 lib/libpthread/shlib_version
--- a/lib/libpthread/shlib_version Tue Nov 18 00:56:56 2003 +0000
+++ b/lib/libpthread/shlib_version Tue Nov 18 01:00:19 2003 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: shlib_version,v 1.4 2003/02/26 22:02:48 thorpej Exp $
+# $NetBSD: shlib_version,v 1.5 2003/11/18 01:00:19 thorpej Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=0
-minor=2
+minor=3
Home |
Main Index |
Thread Index |
Old Index