summaryrefslogtreecommitdiff
path: root/devel/zlib
AgeCommit message (Collapse)AuthorFilesLines
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 -salo6-5/+120
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-28mark Linux zlib as incompatible to avoid using base zlib which cangrant1-1/+4
cause problems with pkgsrc libtool, eg. libtool: link: AGE `4' is greater than the current interface number `1' libtool: link: `1:1:4' is not valid version information libtool: install: `libz.la' is not a valid libtool archive
2003-02-28s/LIBTOOL_VERSION/LIBTOOL_REQD/ to register correct dependency.grant1-2/+2
2003-02-16Darwin has no static libz, mark it incompatible.grant1-1/+4
2003-02-04Create a fake libtool archive so that libtool doesn't get confused sincejlam1-6/+14
libz.so exists in the base system, but the package creates a libz.la.
2002-12-23IRIX has an old zlib version, so make it use pkgsrc's zlib.jschauma1-1/+4
2002-10-10Unused.wiz1-67/+0
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 havejlam3-4/+65
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 forwiz2-3/+10
NetBSD releases that need it. Closes pkg/14782.
2002-08-07Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,jlam1-3/+17
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
2002-03-12Update to 1.1.4, and update MASTER_SITES.wiz2-6/+9
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-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-10Homepage changedhubertf1-2/+2
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-11Use bsd.buildlink.mk instead of duplicating code all over the place.jlam1-47/+13
2001-06-10Use cookies (.*_done) to determine whether headers and libs have beenjlam1-6/+12
linked from a particular package, and add a pre-configure target to the buildlink.mk file to more painlessly use buildlink.mk files. A ${BUILDLINK_TARGETS} variable still exists in case a package _must_ define NO_CONFIGURE.
2001-05-26Add buildlink.mk files that can link headers and libraries intojlam1-0/+72
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages during build.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17Add a comment why "USE_LIBTOOL" must not be used in this package.tron1-1/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16Use direct dependence on "libtool-base" package instead of "USE_LIBTOOL"tron2-18/+8
under Solaris to avoid circular dependence.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-03``Why drink and drive when you can smoke and fly''hubertf2-3/+63
(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
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-08-09MASTER_SITE and HOMEPAGE moved to ftp.freesoftware.com.wiz1-3/+3
Addresses pkg/10795.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-28add patch-sum for patch-abwiz1-0/+3
1999-09-24Simplify this package, and build and install shared libs, by using aagc3-28/+44
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...kim3-24/+5
1999-09-19A general purpose data compression library (for Solaris use).kim7-0/+72