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.11 (requested by fvdl):
details: https://anonhg.NetBSD.org/src/rev/6308f65b5455
branches: netbsd-1-5
changeset: 492970:6308f65b5455
user: he <he%NetBSD.org@localhost>
date: Wed Mar 20 23:18:19 2002 +0000
description:
Pull up revision 1.11 (requested by fvdl):
Upgrade libz to 1.1.4 due to a possible security bug.
diffstat:
lib/libz/minigzip.c | 6 +++---
lib/libz/zconf.h | 6 +++---
lib/libz/zutil.h | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (62 lines):
diff -r 699267791c95 -r 6308f65b5455 lib/libz/minigzip.c
--- a/lib/libz/minigzip.c Wed Mar 20 23:18:16 2002 +0000
+++ b/lib/libz/minigzip.c Wed Mar 20 23:18:19 2002 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: minigzip.c,v 1.9 1999/07/03 12:30:57 simonb Exp $ */
+/* $NetBSD: minigzip.c,v 1.9.8.1 2002/03/20 23:18:19 he Exp $ */
/* minigzip.c -- simulate gzip using 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
*/
@@ -17,7 +17,7 @@
/* from: Id: minigzip.c,v 1.10 1996/07/24 13:41:04 me Exp */
-/* @(#) Id */
+/* @(#) $Id: minigzip.c,v 1.9.8.1 2002/03/20 23:18:19 he Exp $ */
#include <stdio.h>
diff -r 699267791c95 -r 6308f65b5455 lib/libz/zconf.h
--- a/lib/libz/zconf.h Wed Mar 20 23:18:16 2002 +0000
+++ b/lib/libz/zconf.h Wed Mar 20 23:18:19 2002 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: zconf.h,v 1.8 1999/10/26 03:42:58 itojun Exp $ */
+/* $NetBSD: zconf.h,v 1.8.6.1 2002/03/20 23:18:19 he Exp $ */
/* zconf.h -- configuration 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: zconf.h,v 1.8.6.1 2002/03/20 23:18:19 he Exp $ */
#ifndef _ZCONF_H
#define _ZCONF_H
diff -r 699267791c95 -r 6308f65b5455 lib/libz/zutil.h
--- a/lib/libz/zutil.h Wed Mar 20 23:18:16 2002 +0000
+++ b/lib/libz/zutil.h Wed Mar 20 23:18:19 2002 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: zutil.h,v 1.9 1999/11/13 21:35:49 thorpej Exp $ */
+/* $NetBSD: zutil.h,v 1.9.4.1 2002/03/20 23:18:19 he Exp $ */
/* zutil.h -- internal interface and configuration of the 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
*/
@@ -10,7 +10,7 @@
subject to change. Applications should only use zlib.h.
*/
-/* @(#) Id */
+/* @(#) $Id: zutil.h,v 1.9.4.1 2002/03/20 23:18:19 he Exp $ */
#ifndef _Z_UTIL_H
#define _Z_UTIL_H
Home |
Main Index |
Thread Index |
Old Index