NetBSD Problem Report #21918

Received: (qmail 6700 invoked by uid 605); 17 Jun 2003 12:51:22 -0000
Message-Id: <200306171253.h5HCrBtb008394@vidal.eve>
Date: Tue, 17 Jun 2003 14:53:11 +0200 (CEST)
From: cube@cubidou.net
Sender: gnats-bugs-owner@netbsd.org
Reply-To: cube@cubidou.net
To: gnats-bugs@gnats.netbsd.org
Subject: Update: devel/p5-Compress-Zlib -> 1.21
X-Send-Pr-Version: 3.95

>Number:         21918
>Category:       pkg
>Synopsis:       Update: devel/p5-Compress-Zlib -> 1.21
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 17 12:52:00 +0000 2003
>Closed-Date:    Tue Jun 17 13:34:55 +0000 2003
>Last-Modified:  Tue Jun 17 13:34:55 +0000 2003
>Originator:     Quentin Garnier
>Release:        NetBSD 1.6T
>Organization:
>Environment:
System: NetBSD vidal.eve 1.6T NetBSD 1.6T (VIDAL) #1: Wed Jun 11 11:29:29 CEST 2003 cube@vidal.eve:/usr/src/sys/arch/i386/compile/RE i386
Architecture: i386
Machine: i386
>Description:
	devel/p5-Compress-Zlib is slightly out of date. This PR
	provides the necessary patch.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/p5-Compress-Zlib/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2002/09/24 23:05:05	1.6
+++ Makefile	2003/06/17 12:50:41
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.6 2002/09/24 23:05:05 seb Exp $

-DISTNAME=		Compress-Zlib-1.16
+DISTNAME=		Compress-Zlib-1.21
 PKGNAME=		p5-${DISTNAME}
 SVR4_PKGNAME=		p5czl
 CATEGORIES=		devel perl5
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/p5-Compress-Zlib/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	2002/09/24 23:05:05	1.5
+++ distinfo	2003/06/17 12:50:41
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.5 2002/09/24 23:05:05 seb Exp $

-SHA1 (Compress-Zlib-1.16.tar.gz) = 55895bf7312b918fe203041205097b164b793b66
-Size (Compress-Zlib-1.16.tar.gz) = 28448 bytes
+SHA1 (Compress-Zlib-1.21.tar.gz) = 6b9806ebfa85453e6500b66133032a170a8ce438
+Size (Compress-Zlib-1.21.tar.gz) = 35670 bytes
 SHA1 (patch-aa) = 40c171f6f1b46b5a20165b836b9f2f6b59fbb828
>Release-Note:
>Audit-Trail:

From: Thomas Klausner <wiz@netbsd.org>
To: gnats-bugs@gnats.netbsd.org
Cc:  
Subject: pr/21918 CVS commit: pkgsrc/devel/p5-Compress-Zlib
Date: Tue, 17 Jun 2003 13:17:30 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	wiz
 Date:		Tue Jun 17 13:17:29 UTC 2003

 Modified Files:
 	pkgsrc/devel/p5-Compress-Zlib: Makefile distinfo

 Log Message:
 Update to 1.21, from Quentin Garnier in PR 21918.
 Changes:
   1.21 - 28 April 2003

       * Tests 148 & 150 from t/02zlib.t were failing on redhat 9.

       * Added a few words about the problems with Mac OS X to the README file.

   1.20 - 4 April 2003

       * Fixed bug in gzopen where $gzerrno wasn't being set correctly.
         The symptom was $gzerrno was set to Z_MEM_ERROR although the file
 	was opened ok. If gzopen failed, $gzerrno was being set correctly.
 	This problem wasn't spotted before because the typical test
 	to determine whether gzopen passed or failed was to check its
 	return value.

   1.19 - 31 October 2002

       * fixed a problem with t/02zlib.t that was failing with redhat 8.

   1.18 - 24 October 2002

       * fixed a Win32 problem in t/02zlib.t by changing sysread to read.

       * zlib 1.0.5 & older doesn't have gzsetparams & gzeof. Added a new
         variable to config.in to flag an old version of zlib. Split
         out the tests for gzsetparams into t/05gzsetp.t

   1.17 - 22 October 2002

       * Moved the test to check the versions of libz & zlib.h into a separate
         file and added troubleshooting notes to README.

       * In gzopen, only attempt to call "tell" for normal files.

       * Broke changes out of README into Changes file.

       * Replaced internal use of Z_PARTIAL_FLUSH symbol with Z_SYNC_FLUSH.
         zlib.h says  /* will be removed, use Z_SYNC_FLUSH instead */

       * Added support for zlib functions inflateSync and deflateParams.

       * Added support for zlib functions gzeof and gzsetparams.

       * Added support for access to adler, total_in & total_out

       * The compress function can now take an optional parameter that
         allows the compression level to be specified. This mirrors the
         compress2 function available in zlib.

       * memGzip doesn't work properly with perl 5.8.0 when it is given
         UTF-8 data. Bug spotted by Andreas J. Koenig.

       * Added note about Linux zlib-devel RPM to README.

       * Fixed recursive build problem on win32 machines.

       * Fixed problem with the test harness on Mac OS X.
         Thanks to Carl Johan Berglund for reporting the problem and
         helping track it down.


 To generate a diff of this commit:
 cvs rdiff -r1.6 -r1.7 pkgsrc/devel/p5-Compress-Zlib/Makefile
 cvs rdiff -r1.5 -r1.6 pkgsrc/devel/p5-Compress-Zlib/distinfo

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed 
State-Changed-By: wiz 
State-Changed-When: Tue Jun 17 13:34:44 UTC 2003 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.