Closed
Bug 195993
Opened 22 years ago
Closed 22 years ago
Change zlib version requirement to minimum required API version
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 194665
People
(Reporter: bryner, Assigned: bryner)
Details
We should get rid of the system zlib 1.1.4 version requirement and change it to
the minimum API version we require (1.1?). There are a couple of reasons why
requiring 1.1.4 in configure doesn't help as far as the zlib 1.1.3 security
vulnerability:
- we don't have any runtime checking; what does it matter if the build machine
has a safe version of zlib?
- some platforms (Mac OS X) have patched zlib to address the vulnerability but
not incremented the zlib version.
So, what zlib version do we minimally require to build?
Assignee | ||
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 194665 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•