Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/lib/libz Pull up revision 1.2 (requested by fvdl):



details:   https://anonhg.NetBSD.org/src/rev/c5a97cb1114f
branches:  netbsd-1-5
changeset: 493053:c5a97cb1114f
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 11 21:53:19 2002 +0000

description:
Pull up revision 1.2 (requested by fvdl):
  Upgrade libz to 1.1.4 due to a possible security bug.
  (This was accidentally left out when the rest was pulled up.)

diffstat:

 sys/lib/libz/uncompr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 56b1c7e9d11a -r c5a97cb1114f sys/lib/libz/uncompr.c
--- a/sys/lib/libz/uncompr.c    Thu Apr 11 21:52:18 2002 +0000
+++ b/sys/lib/libz/uncompr.c    Thu Apr 11 21:53:19 2002 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: uncompr.c,v 1.1 1999/04/15 00:48:03 simonb Exp $ */
+/* $NetBSD: uncompr.c,v 1.1.14.1 2002/04/11 21:53:19 he Exp $ */
 
 /* uncompr.c -- decompress a memory buffer
- * Copyright (C) 1995-1998 Jean-loup Gailly.
+ * Copyright (C) 1995-2002 Jean-loup Gailly.
  * For conditions of distribution and use, see copyright notice in zlib.h 
  */
 
-/* @(#) Id */
+/* @(#) $Id: uncompr.c,v 1.1.14.1 2002/04/11 21:53:19 he Exp $ */
 
 #include "zlib.h"
 



Home | Main Index | Thread Index | Old Index