Up to [cvs.NetBSD.org] / pkgsrc / devel / zlib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15, Tue Jul 6 22:41:16 2004 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.14: +1 -1
lines
FILE REMOVED
Unused.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Feb 12 02:35:06 2004 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.13: +13 -3
lines
Diff to previous 1.13 (colored)
Create a new variable PREFER_NATIVE that has the opposite semantics as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Feb 12 01:59:38 2004 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.12: +18 -21
lines
Diff to previous 1.12 (colored)
Reorganize code so that any dependencies are checked as part of deciding whether the software is built-in or not. This facilitates implementing the forthcoming PKGSRC_NATIVE variable.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 6 19:04:24 2004 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
If we're passing through MAKEFLAGS variables whose values may contain spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 5 07:17:14 2004 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.10: +3 -5
lines
Diff to previous 1.10 (colored)
Make PREFER_PKGSRC just yes/no or a list of packages. This makes it simpler to understand.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 5 07:06:15 2004 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.9: +4 -5
lines
Diff to previous 1.9 (colored)
Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its value outside of buildlink-related files.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 5 06:58:03 2004 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.8: +9 -1
lines
Diff to previous 1.8 (colored)
Support a new global variable: BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 19 23:11:19 2004 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.7: +63 -30
lines
Diff to previous 1.7 (colored)
Fix brokenness introduced as part of the update of zlib to 1.2.1. The updated package update bumped the zlib shared lib major, which required that BUILDLINK_DEPENDS.zlib be bumped as well. Rather then requiring zlib>=1.2.1 for packages that can use the built-in zlib on *BSD systems, allow those built-in versions to satisfy zlib>=1.1.4nb1 dependencies, and only require the latest version if no suitable zlib is found.
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Thu Jun 19 00:48:57 2003 UTC (18 years, 11 months ago) by grant
Branch: netbsd-1-6-1
Changes since 1.4: +8 -2
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Pull up revisions 1.5-1.7 (requested by salo in ticket #1291): Darwin has no static libz, mark it incompatible. mark Linux zlib as incompatible to avoid using base zlib which can 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 Added fix for CAN-2003-0107 - 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.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Mar 5 13:05:44 2003 UTC (19 years, 2 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Added fix for CAN-2003-0107 - 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.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 28 23:29:34 2003 UTC (19 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.5: +4 -1
lines
Diff to previous 1.5 (colored)
mark Linux zlib as incompatible to avoid using base zlib which can 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
Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 16 17:33:16 2003 UTC (19 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.4: +4 -1
lines
Diff to previous 1.4 (colored)
Darwin has no static libz, mark it incompatible.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 4 18:48:23 2003 UTC (19 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base
Branch point for: netbsd-1-6-1
Changes since 1.3: +14 -6
lines
Diff to previous 1.3 (colored)
Create a fake libtool archive so that libtool doesn't get confused since libz.so exists in the base system, but the package creates a libz.la.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 23 20:35:22 2002 UTC (19 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.2: +4 -1
lines
Diff to previous 1.2 (colored)
IRIX has an old zlib version, so make it use pkgsrc's zlib.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 25 18:38:52 2002 UTC (19 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.1: +59 -0
lines
Diff to previous 1.1 (colored)
Merge changes in packages from the buildlink2 branch that have 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.
Revision 1.1.2.4 / (download) - annotate - [select for diffs], Thu Aug 22 19:48:44 2002 UTC (19 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.1.2.3: +25 -4
lines
Diff to previous 1.1.2.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Mirror changes in buildlink.mk to support more precisely specifying when the system zlib routines are usable in place of zlib.
Revision 1.1.2.3 / (download) - annotate - [select for diffs], Fri Jun 21 23:00:29 2002 UTC (19 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.1.2.2: +3 -11
lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored)
Add a few new buildlink2.mk files and convert existing buildlink2.mk files to: (1) no longer include bsd.buildlink2.mk (2) define BUILDLINK_PKGSRCDIR.<pkg> and optionally BUILDLINK_DEPMETHOD.<pkg>; these are used to generate the correct dependency on <pkg>
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Thu Jun 6 06:54:37 2002 UTC (19 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.1.2.1: +4 -3
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)
* Convert some more packages to use the buildlink2 framework. * Re-add EVAL_PREFIX lines that I shouldn't have removed from the buildlink2.mk files. * Add several more new buildlink2.mk files to facilitate converting more packages.
Revision 1.1.2.1 / (download) - annotate - [select for diffs], Sat May 11 02:09:07 2002 UTC (20 years ago) by jlam
Branch: buildlink2
Changes since 1.1: +45 -0
lines
Diff to previous 1.1 (colored)
First pass at conversion of various packages to use the buildlink2 framework. Add many buildlink2.mk files to add to the framework. Please see buildlink2.txt for more details.
Revision 1.1, Sat May 11 02:09:06 2002 UTC (20 years ago) by jlam
Branch: MAIN
CVS Tags: buildlink2-base
Branch point for: buildlink2
FILE REMOVED
file buildlink2.mk was initially added on branch buildlink2.