Drop RCS ids in upstream zlib source
authortb <tb@openbsd.org>
Sun, 23 Oct 2022 06:00:23 +0000 (06:00 +0000)
committertb <tb@openbsd.org>
Sun, 23 Oct 2022 06:00:23 +0000 (06:00 +0000)
We're not maintaining a this as a fork, it's upstream source with a handful
of patches. Thus, the RCS ids aren't particularly useful or important. They
are a bit of a maintenance burden and generate noise in diffs.

ok kn, no objection millert, "kill" guess who

46 files changed:
lib/libz/adler32.c
lib/libz/compress.c
lib/libz/crc32.c
lib/libz/crc32.h
lib/libz/deflate.c
lib/libz/deflate.h
lib/libz/gzclose.c
lib/libz/gzguts.h
lib/libz/gzlib.c
lib/libz/gzread.c
lib/libz/gzwrite.c
lib/libz/infback.c
lib/libz/inffast.c
lib/libz/inffast.h
lib/libz/inffixed.h
lib/libz/inflate.c
lib/libz/inflate.h
lib/libz/inftrees.c
lib/libz/inftrees.h
lib/libz/trees.c
lib/libz/trees.h
lib/libz/uncompr.c
lib/libz/zconf.h
lib/libz/zlib.h
lib/libz/zutil.c
lib/libz/zutil.h
sys/lib/libz/adler32.c
sys/lib/libz/compress.c
sys/lib/libz/crc32.c
sys/lib/libz/crc32.h
sys/lib/libz/deflate.c
sys/lib/libz/deflate.h
sys/lib/libz/infback.c
sys/lib/libz/inffast.c
sys/lib/libz/inffast.h
sys/lib/libz/inffixed.h
sys/lib/libz/inflate.c
sys/lib/libz/inflate.h
sys/lib/libz/inftrees.c
sys/lib/libz/inftrees.h
sys/lib/libz/trees.c
sys/lib/libz/trees.h
sys/lib/libz/zconf.h
sys/lib/libz/zlib.h
sys/lib/libz/zutil.c
sys/lib/libz/zutil.h

index 74a2000..8d520cd 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: adler32.c,v 1.7 2021/07/04 14:24:49 tb Exp $ */
 /* adler32.c -- compute the Adler-32 checksum of a data stream
  * Copyright (C) 1995-2011, 2016 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index d42a7b2..aad3e34 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: compress.c,v 1.8 2022/10/20 15:35:31 tb Exp $ */
 /* compress.c -- compress a memory buffer
  * Copyright (C) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index e2bc3c0..0796b0f 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: crc32.c,v 1.12 2022/10/20 15:35:31 tb Exp $ */
 /* crc32.c -- compute the CRC-32 of a data stream
  * Copyright (C) 1995-2022 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index e262284..137df68 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: crc32.h,v 1.4 2022/05/08 14:04:21 tb Exp $ */
-
 /* crc32.h -- tables for rapid CRC calculation
  * Generated automatically by crc32.c
  */
index aacedc9..b586eb0 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: deflate.c,v 1.17 2022/10/20 15:35:31 tb Exp $ */
 /* deflate.c -- compress data using the deflation algorithm
  * Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index d1639ca..c35b6f8 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: deflate.h,v 1.13 2022/10/20 15:35:31 tb Exp $ */
-
 /* deflate.h -- internal compression state
  * Copyright (C) 1995-2018 Jean-loup Gailly
  * For conditions of distribution and use, see copyright notice in zlib.h
index b2b4188..caeb99a 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: gzclose.c,v 1.1 2021/07/04 14:24:49 tb Exp $ */
 /* gzclose.c -- zlib gzclose() function
  * Copyright (C) 2004, 2010 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 707337b..57faf37 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: gzguts.h,v 1.3 2022/05/08 14:04:22 tb Exp $ */
-
 /* gzguts.h -- zlib internal header definitions for gz* operations
  * Copyright (C) 2004-2019 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 60d03c6..55da46a 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: gzlib.c,v 1.3 2022/10/20 15:35:31 tb Exp $ */
 /* gzlib.c -- zlib functions common to reading and writing gzip files
  * Copyright (C) 2004-2019 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index a1a1925..dd77381 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: gzread.c,v 1.3 2022/10/20 15:35:31 tb Exp $ */
 /* gzread.c -- zlib functions for reading gzip files
  * Copyright (C) 2004-2017 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index b4f05da..eb8a0e5 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: gzwrite.c,v 1.3 2022/10/20 15:35:31 tb Exp $ */
 /* gzwrite.c -- zlib functions for writing gzip files
  * Copyright (C) 2004-2019 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 659c2df..0576fae 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: infback.c,v 1.9 2022/10/20 15:35:31 tb Exp $ */
 /* infback.c -- inflate using a call-back interface
  * Copyright (C) 1995-2022 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 310ae95..db0424d 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: inffast.c,v 1.10 2022/05/08 14:04:22 tb Exp $ */
 /* inffast.c -- fast decoding
  * Copyright (C) 1995-2017 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index cb80787..e5c1aa4 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: inffast.h,v 1.6 2021/07/04 17:41:23 tb Exp $ */
-
 /* inffast.h -- header to use inffast.c
  * Copyright (C) 1995-2003, 2010 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 9784be0..d628327 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: inffixed.h,v 1.5 2021/07/04 17:41:23 tb Exp $ */
-
     /* inffixed.h -- table for decoding fixed codes
      * Generated automatically by makefixed().
      */
index 35e8930..c569ee6 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: inflate.c,v 1.15 2022/10/20 15:35:31 tb Exp $ */
 /* inflate.c -- zlib decompression
  * Copyright (C) 1995-2022 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 0f47def..f127b6b 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: inflate.h,v 1.5 2022/05/08 14:04:22 tb Exp $ */
-
 /* inflate.h -- internal inflate state definition
  * Copyright (C) 1995-2019 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 31df868..3881743 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: inftrees.c,v 1.12 2022/10/20 15:35:31 tb Exp $ */
 /* inftrees.c -- generate Huffman trees for efficient decoding
  * Copyright (C) 1995-2022 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 90a777d..f536653 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: inftrees.h,v 1.8 2022/10/20 15:35:31 tb Exp $ */
-
 /* inftrees.h -- header to use inftrees.c
  * Copyright (C) 1995-2005, 2010 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 4dabdf9..7d13e84 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: trees.c,v 1.12 2022/10/20 15:35:31 tb Exp $ */
 /* trees.c -- output deflated data using Huffman coding
  * Copyright (C) 1995-2021 Jean-loup Gailly
  * detect_data_type() function provided freely by Cosmin Truta, 2006
index d692724..d35639d 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: trees.h,v 1.4 2021/07/04 17:41:23 tb Exp $ */
-
 /* header created automatically with -DGEN_TREES_H */
 
 local const ct_data static_ltree[L_CODES+2] = {
index be47507..a0afd08 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: uncompr.c,v 1.7 2022/10/20 15:35:31 tb Exp $ */
 /* uncompr.c -- decompress a memory buffer
  * Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 8e07a61..f1479c5 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: zconf.h,v 1.11 2022/10/20 15:35:31 tb Exp $ */
-
 /* zconf.h -- configuration of the zlib compression library
  * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 5ba271a..953cb50 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: zlib.h,v 1.16 2022/10/20 15:35:31 tb Exp $ */
-
 /* zlib.h -- interface of the 'zlib' general purpose compression library
   version 1.2.13, October 13th, 2022
 
index d881b25..75a283e 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: zutil.c,v 1.12 2022/10/20 15:35:31 tb Exp $ */
 /* zutil.c -- target dependent utility functions for the compression library
  * Copyright (C) 1995-2017 Jean-loup Gailly
  * For conditions of distribution and use, see copyright notice in zlib.h
index 38c4185..9479f6d 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: zutil.h,v 1.13 2022/10/20 15:35:31 tb Exp $ */
-
 /* zutil.h -- internal interface and configuration of the compression library
  * Copyright (C) 1995-2022 Jean-loup Gailly, Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index ca34e38..8d520cd 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: adler32.c,v 1.11 2021/07/04 14:24:49 tb Exp $ */
 /* adler32.c -- compute the Adler-32 checksum of a data stream
  * Copyright (C) 1995-2011, 2016 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index a61fdea..aad3e34 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: compress.c,v 1.3 2022/10/20 15:36:47 tb Exp $ */
 /* compress.c -- compress a memory buffer
  * Copyright (C) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index b2e5952..0796b0f 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: crc32.c,v 1.16 2022/10/20 15:36:47 tb Exp $ */
 /* crc32.c -- compute the CRC-32 of a data stream
  * Copyright (C) 1995-2022 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 92f715d..137df68 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: crc32.h,v 1.4 2022/05/08 14:05:29 tb Exp $ */
-
 /* crc32.h -- tables for rapid CRC calculation
  * Generated automatically by crc32.c
  */
index d94a100..6c7bf3d 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: deflate.c,v 1.10 2022/10/20 15:36:47 tb Exp $ */
 /* deflate.c -- compress data using the deflation algorithm
  * Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 23e11c2..c35b6f8 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: deflate.h,v 1.7 2022/10/20 15:36:47 tb Exp $ */
-
 /* deflate.h -- internal compression state
  * Copyright (C) 1995-2018 Jean-loup Gailly
  * For conditions of distribution and use, see copyright notice in zlib.h
index ba6723e..df356db 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: infback.c,v 1.10 2022/10/20 15:36:47 tb Exp $ */
 /* infback.c -- inflate using a call-back interface
  * Copyright (C) 1995-2022 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 06cbd6f..db0424d 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: inffast.c,v 1.14 2022/05/08 14:05:29 tb Exp $ */
 /* inffast.c -- fast decoding
  * Copyright (C) 1995-2017 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 3b6f2e6..e5c1aa4 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: inffast.h,v 1.8 2021/07/04 17:41:23 tb Exp $ */
-
 /* inffast.h -- header to use inffast.c
  * Copyright (C) 1995-2003, 2010 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 9784be0..d628327 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: inffixed.h,v 1.5 2021/07/04 17:41:23 tb Exp $ */
-
     /* inffixed.h -- table for decoding fixed codes
      * Generated automatically by makefixed().
      */
index a695f17..db0d935 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: inflate.c,v 1.21 2022/10/20 15:36:47 tb Exp $ */
 /* inflate.c -- zlib decompression
  * Copyright (C) 1995-2022 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 9c5e957..f127b6b 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: inflate.h,v 1.5 2022/05/08 14:05:29 tb Exp $ */
-
 /* inflate.h -- internal inflate state definition
  * Copyright (C) 1995-2019 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 9c9d50b..3881743 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: inftrees.c,v 1.18 2022/10/20 15:36:47 tb Exp $ */
 /* inftrees.c -- generate Huffman trees for efficient decoding
  * Copyright (C) 1995-2022 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index 5aac6a2..f536653 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: inftrees.h,v 1.11 2022/10/20 15:36:47 tb Exp $ */
-
 /* inftrees.h -- header to use inftrees.c
  * Copyright (C) 1995-2005, 2010 Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index bd3a9b6..7d13e84 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: trees.c,v 1.7 2022/10/20 15:36:47 tb Exp $ */
 /* trees.c -- output deflated data using Huffman coding
  * Copyright (C) 1995-2021 Jean-loup Gailly
  * detect_data_type() function provided freely by Cosmin Truta, 2006
index b74e7b2..d35639d 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: trees.h,v 1.3 2021/07/04 17:41:23 tb Exp $ */
-
 /* header created automatically with -DGEN_TREES_H */
 
 local const ct_data static_ltree[L_CODES+2] = {
index 50f3d48..932a4ac 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: zconf.h,v 1.15 2022/10/20 15:36:47 tb Exp $ */
-
 /* zconf.h -- configuration of the zlib compression library
  * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
index c43687b..0b2992e 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: zlib.h,v 1.18 2022/10/20 15:36:47 tb Exp $ */
-
 /* zlib.h -- interface of the 'zlib' general purpose compression library
   version 1.2.13, October 13th, 2022
 
index 303bb5a..5d8bc65 100644 (file)
@@ -1,4 +1,3 @@
-/*     $OpenBSD: zutil.c,v 1.5 2022/10/20 15:36:47 tb Exp $ */
 /* zutil.c -- target dependent utility functions for the compression library
  * Copyright (C) 1995-2017 Jean-loup Gailly
  * For conditions of distribution and use, see copyright notice in zlib.h
index 487b6a4..d9a2b90 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: zutil.h,v 1.24 2022/10/20 15:36:47 tb Exp $ */
-
 /* zutil.h -- internal interface and configuration of the compression library
  * Copyright (C) 1995-2022 Jean-loup Gailly, Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h