Bug 5869 - new port: archivers/zlib
Summary: new port: archivers/zlib
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Price
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-02-27 19:10 UTC by Archie Cobbs
Modified: 1998-02-28 06:36 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Archie Cobbs 1998-02-27 19:10:01 UTC
zlib 1.0.9 is a general purpose data compression library.  All the code
is thread safe.  The data format used by the zlib library
is described by RFCs (Request for Comments) 1950 to 1952 in the files 
ftp://ds.internic.net/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate
format) and rfc1952.txt (gzip format). These documents are also available in
other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html

See also http://www.cdrom.com/pub/infozip/zlib/
Comment 1 Satoshi Asami freebsd_committer freebsd_triage 1998-02-27 19:33:08 UTC
 * zlib 1.0.9 is a general purpose data compression library.  All the code

Can we just upgrade the one in /usr/src?

Satoshi
Comment 2 Steve Price freebsd_committer freebsd_triage 1998-02-27 20:35:41 UTC
State Changed
From-To: open->closed

I got this one.  src/lib/libz contains version 1.0.4 of this code 
and the latest revision is 1.1.0.  Besides with only 10000 lines 
of uni-diffs this one ought to be easy. :) 
Comment 3 Steve Price freebsd_committer freebsd_triage 1998-02-28 05:16:25 UTC
State Changed
From-To: closed->open

Yikes, I didn't mean to close this one just yet. 


Comment 4 Steve Price freebsd_committer freebsd_triage 1998-02-28 05:16:25 UTC
Responsible Changed
From-To: freebsd-ports->steve

I will be importing version 1.1.1 in a few minutes. 
Comment 5 Steve Price freebsd_committer freebsd_triage 1998-02-28 06:34:57 UTC
State Changed
From-To: open->closed

libz has been updated to version 1.1.1 in both -current and 
-stable.  Thanks for the gentle prod!