Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/53f7bde2ed17
branches:  netbsd-1-5
changeset: 492968:53f7bde2ed17
user:      he <he%NetBSD.org@localhost>
date:      Wed Mar 20 23:18:14 2002 +0000

description:
Pull up revision 1.9 (requested by fvdl):
  Upgrade libz to 1.1.4 due to a possible security bug.

diffstat:

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

diffs (18 lines):

diff -r 66f5daa07dc6 -r 53f7bde2ed17 lib/libz/example.c
--- a/lib/libz/example.c        Wed Mar 20 23:18:11 2002 +0000
+++ b/lib/libz/example.c        Wed Mar 20 23:18:14 2002 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: example.c,v 1.7 1999/07/03 12:30:53 simonb Exp $ */
+/* $NetBSD: example.c,v 1.7.8.1 2002/03/20 23:18:14 he Exp $ */
 
 /* example.c -- usage example of the zlib compression library
- * 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: example.c,v 1.7.8.1 2002/03/20 23:18:14 he Exp $ */
 
 #include <stdio.h>
 #include "zlib.h"



Home | Main Index | Thread Index | Old Index