The NetBSD Project

CVS log for pkgsrc/archivers/bzip2/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / archivers / bzip2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.58 / (download) - annotate - [select for diffs], Wed Nov 9 13:14:06 2022 UTC (17 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored) to selected 1.52 (colored)

Reset MAINTAINER

Revision 1.57 / (download) - annotate - [select for diffs], Mon Mar 15 16:18:32 2021 UTC (3 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored) to selected 1.52 (colored)

bzip2: Rever previous

Avoiding hardlink on Haiku is done in mk/platform/Haiku.mk.

Revision 1.56 / (download) - annotate - [select for diffs], Mon Mar 15 14:21:14 2021 UTC (3 years, 1 month ago) by ryoon
Branch: MAIN
Changes since 1.55: +3 -3 lines
Diff to previous 1.55 (colored) to selected 1.52 (colored)

bzip2: Do not use hardlink for Haiku

Haiku R1/beta2 does not support hardlink.

Revision 1.55 / (download) - annotate - [select for diffs], Sun Jul 21 11:51:24 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.54: +6 -7 lines
Diff to previous 1.54 (colored) to selected 1.52 (colored)

bzip2: Update to 1.0.8. This changes the upstream to sourceware.org.

1.0.8 (13 Jul 19)
~~~~~~~~~~~~~~~~~

* Accept as many selectors as the file format allows.
  This relaxes the fix for CVE-2019-12900 from 1.0.7
  so that bzip2 allows decompression of bz2 files that
  use (too) many selectors again.

* Fix handling of large (> 4GB) files on Windows.

* Cleanup of bzdiff and bzgrep scripts so they don't use
  any bash extensions and handle multiple archives correctly.

* There is now a bz2-files testsuite at
  https://sourceware.org/git/bzip2-tests.git

1.0.7 (27 Jun 19)
~~~~~~~~~~~~~~~~~

* Fix undefined behavior in the macros SET_BH, CLEAR_BH, & ISSET_BH

* bzip2: Fix return value when combining --test,-t and -q.

* bzip2recover: Fix buffer overflow for large argv[0]

* bzip2recover: Fix use after free issue with outFile (CVE-2016-3189)

* Make sure nSelectors is not out of range (CVE-2019-12900)

Revision 1.54 / (download) - annotate - [select for diffs], Thu Oct 9 14:05:51 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.53: +1 -2 lines
Diff to previous 1.53 (colored) to selected 1.52 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.53 / (download) - annotate - [select for diffs], Fri Sep 20 04:05:13 2013 UTC (10 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored)

Require library to have no undefined symbols. Fixes DLL build on Cygwin.
Bump revision.

Revision 1.52 / (download) - annotate - [selected], Tue Sep 11 19:46:53 2012 UTC (11 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.51: +1 -2 lines
Diff to previous 1.51 (colored)

"user-destdir" is default these days

Revision 1.51 / (download) - annotate - [select for diffs], Wed Feb 15 19:15:04 2012 UTC (12 years, 2 months ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored) to selected 1.52 (colored)

REPLACE_SH on installed shell scripts.

Revision 1.49.10.1 / (download) - annotate - [select for diffs], Wed Sep 22 18:04:23 2010 UTC (13 years, 6 months ago) by tron
Branch: pkgsrc-2010Q2
Changes since 1.49: +17 -4 lines
Diff to previous 1.49 (colored) next main 1.50 (colored) to selected 1.52 (colored)

Pullup ticket #3228 - requested by joerg
archivers/bzip2: security update

Revisions pulled up:
- archivers/bzip2/Makefile			1.50
- archivers/bzip2/PLIST				1.4
- archivers/bzip2/files/CHANGES			1.3
- archivers/bzip2/files/README			1.3
- archivers/bzip2/files/bzdiff			new file
- archivers/bzip2/files/bzdiff.1		new file
- archivers/bzip2/files/bzgrep			new file
- archivers/bzip2/files/bzgrep.1		new file
- archivers/bzip2/files/decompress.c		1.3
---
Module Name:	pkgsrc
Committed By:	joerg
Date:		Wed Sep 22 14:32:18 UTC 2010

Update of /cvsroot/pkgsrc/archivers/bzip2/files
In directory ivanova.netbsd.org:/tmp/cvs-serv13227

Log Message:
Import stripped down bzip2-1.0.6.
---
Module Name:	pkgsrc
Committed By:	joerg
Date:		Wed Sep 22 14:48:41 UTC 2010

Modified Files:
	pkgsrc/archivers/bzip2/files: CHANGES README decompress.c

Log Message:
Update to bzip2-1.0.6: Fix for CVE-2010-0405
---
Module Name:	pkgsrc
Committed By:	joerg
Date:		Wed Sep 22 14:53:22 UTC 2010

Modified Files:
	pkgsrc/archivers/bzip2: Makefile PLIST

Log Message:
Update to bzip2-1.0.6: Fix for CVE-2010-0405. Also install various
helper scripts.

Revision 1.50 / (download) - annotate - [select for diffs], Wed Sep 22 14:53:21 2010 UTC (13 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.49: +17 -4 lines
Diff to previous 1.49 (colored) to selected 1.52 (colored)

Update to bzip2-1.0.6: Fix for CVE-2010-0405. Also install various
helper scripts.

Revision 1.49 / (download) - annotate - [select for diffs], Thu Apr 9 00:48:06 2009 UTC (15 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Branch point for: pkgsrc-2010Q2
Changes since 1.48: +1 -3 lines
Diff to previous 1.48 (colored) to selected 1.52 (colored)

Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.

Revision 1.48 / (download) - annotate - [select for diffs], Fri Mar 20 13:47:59 2009 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored) to selected 1.52 (colored)

Add the necessary preprocessor magic to build a 64bit version all the
time. Bump revision. Reminded by Eric Gillespie.

Revision 1.47 / (download) - annotate - [select for diffs], Wed Mar 26 19:06:06 2008 UTC (16 years ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (colored) to selected 1.52 (colored)

Update to 1.0.5
The only change is to address the vulnerability detailed in CERT/CC: VU#813451
OK'ed joerg@

Revision 1.46 / (download) - annotate - [select for diffs], Tue Feb 12 11:25:35 2008 UTC (16 years, 2 months ago) by tnn
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored) to selected 1.52 (colored)

Not MAKE_JOBS_SAFE.

Revision 1.45 / (download) - annotate - [select for diffs], Fri Aug 24 02:42:50 2007 UTC (16 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored) to selected 1.52 (colored)

bzip2 sources are in ${FILESDIR}, so no need for distinfo or checksums.

Revision 1.44 / (download) - annotate - [select for diffs], Thu Aug 2 13:04:41 2007 UTC (16 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.43: +21 -15 lines
Diff to previous 1.43 (colored) to selected 1.52 (colored)

Use in-tree versions. The replacement Makefile can be used for direct
builds in bootstrap tools as well. Add DESTDIR support.

Revision 1.42.8.1 / (download) - annotate - [select for diffs], Sun Jan 7 03:52:44 2007 UTC (17 years, 3 months ago) by salo
Branch: pkgsrc-2006Q4
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored) next main 1.43 (colored) to selected 1.52 (colored)

Pullup ticket 1980 - requested by wiz
security update for bzip2

Revisions pulled up:
- pkgsrc/archivers/bzip2/Makefile				1.43
- pkgsrc/archivers/bzip2/distinfo				1.13
- pkgsrc/archivers/bzip2/patches/patch-aa			1.12

   Module Name:		pkgsrc
   Committed By:	wiz
   Date:		Sat Jan  6 15:34:37 UTC 2007

   Modified Files:
   	pkgsrc/archivers/bzip2: Makefile distinfo
   	pkgsrc/archivers/bzip2/patches: patch-aa

   Log Message:
   Update to 1.0.4:

   1.0.4 (20 Dec 06)
   ~~~~~~~~~~~~~~~~~
   Fixes some minor bugs since the last version, 1.0.3.

   * Fix file permissions race problem (CAN-2005-0953).

   * Avoid possible segfault in BZ2_bzclose.  From Coverity's NetBSD
     scan.

   * 'const'/prototype cleanups in the C code.

   * Change default install location to /usr/local, and handle multiple
     'make install's without error.

   * Sanitise file names more carefully in bzgrep.  Fixes CAN-2005-0758
     to the extent that applies to bzgrep.

   * Use 'mktemp' rather than 'tempfile' in bzdiff.

   * Tighten up a couple of assertions in blocksort.c following automated
     analysis.

   * Fix minor doc/comment bugs.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Jan 6 15:34:37 2007 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored) to selected 1.52 (colored)

Update to 1.0.4:

1.0.4 (20 Dec 06)
~~~~~~~~~~~~~~~~~
Fixes some minor bugs since the last version, 1.0.3.

* Fix file permissions race problem (CAN-2005-0953).

* Avoid possible segfault in BZ2_bzclose.  From Coverity's NetBSD
  scan.

* 'const'/prototype cleanups in the C code.

* Change default install location to /usr/local, and handle multiple
  'make install's without error.

* Sanitise file names more carefully in bzgrep.  Fixes CAN-2005-0758
  to the extent that applies to bzgrep.

* Use 'mktemp' rather than 'tempfile' in bzdiff.

* Tighten up a couple of assertions in blocksort.c following automated
  analysis.

* Fix minor doc/comment bugs.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Mar 4 21:28:52 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Branch point for: pkgsrc-2006Q4
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.52 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Dec 27 20:37:41 2005 UTC (18 years, 3 months ago) by reed
Branch: MAIN
Changes since 1.40: +7 -7 lines
Diff to previous 1.40 (colored) to selected 1.52 (colored)

Install man pages to PKGMANDIR (instead of "man").

Revision 1.40 / (download) - annotate - [select for diffs], Thu Dec 1 16:41:29 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.52 (colored)

Fixed some pkglint warnings of the form:
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".

Revision 1.37.4.1 / (download) - annotate - [select for diffs], Fri May 27 00:46:12 2005 UTC (18 years, 10 months ago) by snj
Branch: pkgsrc-2005Q1
Changes since 1.37: +4 -5 lines
Diff to previous 1.37 (colored) next main 1.38 (colored) to selected 1.52 (colored)

Pullup ticket 516 - requested by Lubomir Sedlacik
security update for bzip2

Revisions pulled up:
- pkgsrc/archivers/bzip2/PLIST			1.3
- pkgsrc/archivers/bzip2/Makefile		1.39
- pkgsrc/archivers/bzip2/buildlink3.mk		1.17
- pkgsrc/archivers/bzip2/distinfo		1.12
- pkgsrc/archivers/bzip2/patches/patch-aa	1.11

    Module Name:    pkgsrc
    Committed By:   rillig
    Date:           Mon May 23 06:49:29 UTC 2005

    Modified Files:
            pkgsrc/archivers/bzip2: PLIST

    Log Message:
    Sorted PLIST entries to make pkglint happy.
    ----
    Module Name:    pkgsrc
    Committed By:   salo
    Date:           Thu May 26 15:03:11 UTC 2005

    Modified Files:
            pkgsrc/archivers/bzip2: Makefile buildlink3.mk distinfo
            pkgsrc/archivers/bzip2/patches: patch-aa

    Log Message:
    Security update to version 1.0.3

    - Further robustification against corrupted compressed data.
        There are currently no known bitstreams which can cause the
      decompressor to crash, loop or access memory which does not
      belong to it.  If you are using bzip2 or the library to
      decompress bitstreams from untrusted sources, an upgrade
      to 1.0.3 is recommended.

      http://scary.beasts.org/security/CESA-2005-002.txt

    - The documentation has been converted to XML, from which html
        and pdf can be derived.

    - Various minor bugs in the documentation have been fixed.

    - Fixes for various compilation warnings with newer versions of
        gcc, and on 64-bit platforms.

    - The BZ_NO_STDIO cpp symbol was not properly observed in 1.0.2.
        This has been fixed.

Revision 1.39 / (download) - annotate - [select for diffs], Thu May 26 15:03:11 2005 UTC (18 years, 10 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.38: +4 -5 lines
Diff to previous 1.38 (colored) to selected 1.52 (colored)

Security update to version 1.0.3

- Further robustification against corrupted compressed data.
  There are currently no known bitstreams which can cause the
  decompressor to crash, loop or access memory which does not
  belong to it.  If you are using bzip2 or the library to
  decompress bitstreams from untrusted sources, an upgrade
  to 1.0.3 is recommended.

  http://scary.beasts.org/security/CESA-2005-002.txt

- The documentation has been converted to XML, from which html
  and pdf can be derived.

- Various minor bugs in the documentation have been fixed.

- Fixes for various compilation warnings with newer versions of
  gcc, and on 64-bit platforms.

- The BZ_NO_STDIO cpp symbol was not properly observed in 1.0.2.
  This has been fixed.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Apr 11 21:44:48 2005 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.37: +1 -2 lines
Diff to previous 1.37 (colored) to selected 1.52 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Oct 13 17:51:32 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Branch point for: pkgsrc-2005Q1
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.52 (colored)

Use INSTALL_LIB.  (No functional change.)

Revision 1.36 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:03 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.52 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
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.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Mar 29 01:19:28 2004 UTC (20 years ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored) to selected 1.52 (colored)

Oops, forgot to bump PKGREVISION.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Mar 29 01:18:41 2004 UTC (20 years ago) by tv
Branch: MAIN
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored) to selected 1.52 (colored)

Obey CFLAGS/CPPFLAGS.  Link the binaries with the .o's, not the .lo's
(libtool assumes that .lo means PIC, which is wrong for an end binary;
breaks on Interix where PIC in an end binary is broken)

Revision 1.33 / (download) - annotate - [select for diffs], Wed Feb 18 13:33:40 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.52 (colored)

Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Feb 8 04:03:15 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored) to selected 1.52 (colored)

We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Feb 8 03:00:29 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.30: +4 -4 lines
Diff to previous 1.30 (colored) to selected 1.52 (colored)

PKGLIBTOOL and PKGSHLIBTOOL are no more.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Jan 7 01:14:03 2004 UTC (20 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.29: +4 -4 lines
Diff to previous 1.29 (colored) to selected 1.52 (colored)

Use PKGLIBTOOL instead of LIBTOOL to call the libtool wrapper.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jan 6 08:17:55 2004 UTC (20 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.52 (colored)

whitespace

Revision 1.28 / (download) - annotate - [select for diffs], Mon Jan 5 11:42:20 2004 UTC (20 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.27: +6 -3 lines
Diff to previous 1.27 (colored) to selected 1.52 (colored)

bl3ify

Revision 1.27 / (download) - annotate - [select for diffs], Wed Dec 3 16:47:25 2003 UTC (20 years, 4 months ago) by erh
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored) to selected 1.52 (colored)

Use libtool when installing, and install libbz2 first.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Sep 25 20:38:45 2003 UTC (20 years, 6 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.25: +2 -4 lines
Diff to previous 1.25 (colored) to selected 1.52 (colored)

test CC_VERSION rather than doing our own dance to figure out if we're
using gcc or not.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Sep 18 18:46:28 2003 UTC (20 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.52 (colored)

Use libtool with correct --mode argument. From Ron Roskens in PR 22824.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Jul 17 21:21:07 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.52 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jun 2 01:21:51 2003 UTC (20 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.52 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Mar 28 20:30:24 2003 UTC (21 years ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.52 (colored)

Remove superfluous whitespace.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Mar 18 21:53:29 2003 UTC (21 years, 1 month ago) by jschauma
Branch: MAIN
Changes since 1.20: +11 -1 lines
Diff to previous 1.20 (colored) to selected 1.52 (colored)

Make this compile on Irix with the MIPSPro compiler by removing gcc-only
CFLAGS from a patch iff CC is not gcc.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Oct 31 22:08:15 2002 UTC (21 years, 5 months ago) by grant
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored) to selected 1.52 (colored)

update MASTER_SITES and HOMEPAGE.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Aug 25 21:48:59 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored) to selected 1.52 (colored)

Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.

Revision 1.18.2.2 / (download) - annotate - [select for diffs], Fri Jun 21 23:04:39 2002 UTC (21 years, 10 months ago) by jlam
Branch: buildlink2
Changes since 1.18.2.1: +2 -2 lines
Diff to previous 1.18.2.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored) to selected 1.52 (colored)

Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity.  Also
convert a few more packages to use the buildlink2 framework.

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Sat May 11 02:08:47 2002 UTC (21 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored) to selected 1.52 (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.18 / (download) - annotate - [select for diffs], Sun Mar 24 14:02:35 2002 UTC (22 years, 1 month ago) by mjl
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base
Branch point for: buildlink2
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored) to selected 1.52 (colored)

Update bzip2 to 1.0.2

A bug fix release, addressing various minor issues.

* Fix an infinite segfault loop in 1.0.1 when a directory is encountered
  in -f (force) mode.
* Avoid double fclose() of output file on certain I/O error paths.
* Don't fail with internal error 1007 when fed a long stream (> 48MB)
  of byte 251.  Also print useful message suggesting that 1007s may be
  caused by bad memory.
* Fix uninitialised variable silly bug in demo prog dlltest.c.
* Remove 512-MB limitation on recovered file size for bzip2recover
  on selected platforms which support 64-bit ints.
* Copy file access times correctly.
* Dereference symlinks when copying file permissions in -f mode.
* Majorly simplify implementation of uInt64_qrm10.
* Check the input file still exists before deleting the output one,
  when aborting in cleanUpAndFail().
* Wrapper scripts (with manpages): bzdiff, bzgrep, bzmore.
* Spelling changes and minor enhancements in bzip2.1.
* Avoid race condition between creating the output file and setting its
  interim permissions safely, by using fopen_output_safely().
* do not print senseless report with -v when compressing an empty file.
* bzcat -f works on non-bzip2 files.
* do not try to escape shell meta-characters on unix (the shell takes
  care of these).
* added --fast and --best aliases for -1 -9 for gzip compatibility.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 21 22:36:54 2001 UTC (22 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.16: +7 -1 lines
Diff to previous 1.16 (colored) to selected 1.52 (colored)

Install the headers and libraries for bzip2, and add a buildlink.mk file
for use by other package Makefiles.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jun 10 01:14:58 2001 UTC (22 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.15: +4 -10 lines
Diff to previous 1.15 (colored) to selected 1.52 (colored)

Update to 1.0.1.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 16 13:15:25 2001 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.52 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 11 10:49:58 2001 UTC (23 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.52 (colored)

Use "${OPSYS}" in error message instead of hard coding "NetBSD".

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 11 09:26:19 2001 UTC (23 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.52 (colored)

Update homepage URL.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 17 00:05:29 2000 UTC (23 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.52 (colored)

mention PKGNAME in IGNORE message

Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 10 15:35:21 1999 UTC (25 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.10: +7 -6 lines
Diff to previous 1.10 (colored) to selected 1.52 (colored)

s/ln/${LN}/g

Adapt this package to Solaris.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Feb 20 22:48:24 1999 UTC (25 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.9: +1 -3 lines
Diff to previous 1.9 (colored) to selected 1.52 (colored)

Fix CONFLICTS (remove redundancy, mostly)

Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 14 21:51:14 1998 UTC (25 years, 6 months ago) by tron
Branch: MAIN
Changes since 1.8: +9 -5 lines
Diff to previous 1.8 (colored) to selected 1.52 (colored)

Update for bzip2 package to version 0.9.0b created by Geoff C. Wing.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 16 17:47:04 1998 UTC (25 years, 7 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.52 (colored)

Remove double dot.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Sep 16 17:45:43 1998 UTC (25 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored) to selected 1.52 (colored)

Skip packages on systems which already have "bzip2" as part of the NetBSD
distribution.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Aug 20 15:16:34 1998 UTC (25 years, 8 months ago) by tsarna
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) to selected 1.52 (colored)

The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 18 15:51:28 1998 UTC (25 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.4: +3 -4 lines
Diff to previous 1.4 (colored) to selected 1.52 (colored)

Use a symbolic link for the bunzip2.1 manual page.
Add a symbolic link to bzip2.1 for the bzip2recover utility.
Use automatic manual page handling.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 20 11:56:18 1998 UTC (26 years ago) by frueauf
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.52 (colored)

Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:07 1998 UTC (26 years ago) by agc
Branch: MAIN
Changes since 1.2: +2 -7 lines
Diff to previous 1.2 (colored) to selected 1.52 (colored)

Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 9 09:58:29 1998 UTC (26 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored) to selected 1.52 (colored)

Add NetBSD RCS ID.

Remove FETCH_BEFORE_ARG, which doesn't work on NetBSD.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jan 9 09:53:59 1998 UTC (26 years, 3 months ago) by agc
Branch: FREEBSD
CVS Tags: FreeBSD-current-1997-01-09
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.52 (colored)

Initial import of bzip2, a block-compression archiver, into the NetBSD
packages collection, from the FreeBSD port.

As pointed out by Charles Hannum, the author of bzip2 thinks it is
patent-free, so this should be used in preference to the older bzip
package.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 9 09:53:59 1998 UTC (26 years, 3 months ago) by agc
Branch: MAIN
Diff to selected 1.52 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>