summaryrefslogtreecommitdiff
path: root/devel/zlib/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-27Honor PKGMANDIR.reed1-2/+2
2005-07-22update to 1.2.3drochner1-3/+2
this fixes (at least) another security problem (DoS, CAN-2005-1849) changes: -Eliminate a potential security vulnerability when decoding invalid compressed data -Eliminate a potential security vulnerability when decoding specially crafted compressed data -Fix a bug when decompressing dynamic blocks with no distance codes -Fix crc check bug in gzread() after gzungetc() -Do not return an error when using gzread() on an empty file
2005-07-07add a patch for CAN-2005-2096, from Debiandrochner1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-04Changes 1.2.2:adam1-5/+4
* Eliminate a potential security vulnerability when decoding invalid compressed data * Fix bug when decompressing dynamic blocks with no distance codes * Do not return error when using gzread() on an empty file
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-31Added two patches for fixing possible security issue.reed1-2/+2
The CVS security ID is CAN-2004-0797. The fix is same as used by OpenBSD, Debian and Gentoo. (Didn't see any reference to issue on zlib webpages.) The OpenBSD announcement "zlib reliabilty fix" says: "could allow an attacker to crash programs linked with it." And the Gentoo announcement says "zlib contains a bug in the handling of errors in the inflate() and inflateBack() functions. ... An attacker could exploit this vulnerability to launch a Denial of Service attack on any application using the zlib library." PKGREVISION is bumped and BUILDLINK_RECOMMENDED.zlib added to buildlink3.mk file.
2004-05-08nb1: install shlib as executable.tv1-1/+2
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-01-13Create the man/man3 directory, so that this can be installed properly withjmmv1-2/+2
pkgviews. Closes PR pkg/24081 by Min Sik Kim.
2004-01-12Changes 1.2.1:adam1-6/+2
* inflate is about 20% faster and minimizes memory allocation * crc32 is about 50% faster * new functions and functionality * more supported architectures
2004-01-05bl3ifyjlam1-12/+5
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-05Oops, restore NOT_FOR_PLATFORM (commented for my local testing).salo1-2/+2
2003-03-05Added fix for CAN-2003-0107 -salo1-2/+3
Buffer overflow in the gzprintf function in zlib 1.1.4, when zlib is compiled without vsnprintf or when long inputs are truncated using vsnprintf, allows attackers to cause a denial of service or possibly execute arbitrary code. From OpenBSD. Restore configure target and add check for [v]snprintf. Bump PKGREVISION.
2003-02-28s/LIBTOOL_VERSION/LIBTOOL_REQD/ to register correct dependency.grant1-2/+2
2002-09-01Mirror the libtool setup in bsd.pkg.mk since we can't use USE_LIBTOOL.jlam1-4/+5
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-3/+5
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-07Enable building this package on <1.4, and add INCOMPAT_ZLIB settings forwiz1-2/+2
NetBSD releases that need it. Closes pkg/14782.
2002-03-12Update to 1.1.4, and update MASTER_SITES.wiz1-3/+6
Changes since 1.1.3: - ZFREE was repeated on same allocation on some error conditions. This creates a security problem described in http://www.zlib.org/advisory-2002-03-11.txt - Returned incorrect error (Z_MEM_ERROR) on some invalid data - Avoid accesses before window for invalid distances with inflate window less than 32K. - force windowBits > 8 to avoid a bug in the encoder for a window size of 256 bytes. (A complete fix will be available in 1.1.5).
2001-11-29Change ONLY_FOR_PLATFORM...SunOS to NOT_FOR_PLATFORM...NetBSDabs1-2/+2
This package works fine under RedHat 5.0 (I'm still trying to work out what karma I broke in order to be in a position to know this...)
2001-09-10Homepage changedhubertf1-2/+2
2001-04-17Add a comment why "USE_LIBTOOL" must not be used in this package.tron1-1/+3
2001-04-16Use direct dependence on "libtool-base" package instead of "USE_LIBTOOL"tron1-15/+6
under Solaris to avoid circular dependence.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-03``Why drink and drive when you can smoke and fly''hubertf1-3/+17
(Use libtool to build this if it's installed; does not require port of NetBSD's share/mk for bootstrapping; old BSD-mk based build is still available as fallback if no libtool is found)
2001-01-21Don't try to "lint" the library.tron1-2/+2
2000-08-09MASTER_SITE and HOMEPAGE moved to ftp.freesoftware.com.wiz1-3/+3
Addresses pkg/10795.
1999-09-24Simplify this package, and build and install shared libs, by using aagc1-26/+4
version of the libz Makefile from basesrc to build this package. Mark this package as only for Solaris platforms.
1999-09-20Well, today this procedure works better...kim1-9/+5
1999-09-19A general purpose data compression library (for Solaris use).kim1-0/+43