The NetBSD Project

CVS log for pkgsrc/archivers/gcpio/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / archivers / gcpio

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.40 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:49 2011 UTC (12 months, 3 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.38.4.1 / (download) - annotate - [select for diffs], Sun Jul 4 07:06:23 2010 UTC (22 months, 1 week ago) by agc
Branch: pkgsrc-2010Q2
Changes since 1.38: +2 -4 lines
Diff to previous 1.38 (colored) next main 1.39 (colored)

Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
error, and to sync with reality.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Jun 27 17:51:07 2010 UTC (22 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.38: +2 -4 lines
Diff to previous 1.38 (colored)

Use normal libc malloc on NetBSD. Bump revision

Revision 1.38 / (download) - annotate - [select for diffs], Tue Mar 23 22:42:17 2010 UTC (2 years, 1 month ago) by tez
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Branch point for: pkgsrc-2010Q2
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored)

add patch for CVE-2010-0624

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:05 2008 UTC (3 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored)

Add DESTDIR support.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Oct 7 16:21:39 2006 UTC (5 years, 7 months ago) by reed
Branch: MAIN
CVS Tags: 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
Changes since 1.35: +7 -2 lines
Diff to previous 1.35 (colored)

If GNU_PROGRAM_PREFIX is empty then conflict with pax package
(which also installs cpio).

This is for my old PR #22693.

(Note I did this different than I did the gtar-base package
which has an another optional setting for choosing the prefix
for gtar which installs gtar with "g" if GNU_PROGRAM_PREFIX is empty.
If that is needed for gcpio also, let me know.)

Revision 1.35 / (download) - annotate - [select for diffs], Sun Oct 1 13:38:33 2006 UTC (5 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.34: +2 -4 lines
Diff to previous 1.34 (colored)

Added GNU_PROGRAM_PREFIX to BUILD_DEFS.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jun 18 07:04:15 2006 UTC (5 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.33: +5 -5 lines
Diff to previous 1.33 (colored)

Fixed pkglint warnings.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jun 5 19:04:32 2006 UTC (5 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.32: +5 -2 lines
Diff to previous 1.32 (colored)

Enable NLS support.  Bump PKGREVISION.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Mar 20 04:14:47 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.31: +6 -7 lines
Diff to previous 1.31 (colored)

* Add a CONFLICT with gtar-base (libexec/rmt).
* LIBS is an "OPSYS" variable, so avoid the unnecessary conditional.
* List the info files in the PLIST.

Bump the PKGREVISION to 3.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Mar 5 16:27:22 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

* Teach the tools framework how to supply the pkgsrc version of
  makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Mar 4 21:28:52 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (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.28.2.1 / (download) - annotate - [select for diffs], Sun Feb 12 02:19:20 2006 UTC (6 years, 3 months ago) by salo
Branch: pkgsrc-2005Q4
Changes since 1.28: +4 -2 lines
Diff to previous 1.28 (colored) next main 1.29 (colored)

Pullup ticket 1119 - requested by Stoned Elipot
security fix for gcpio

Revisions pulled up:
- pkgsrc/archivers/gcpio/Makefile		1.29
- pkgsrc/archivers/gcpio/distinfo		1.10
- pkgsrc/archivers/gcpio/patches/patch-ak	1.2
- pkgsrc/archivers/gcpio/patches/patch-ap	1.1

   Module Name:		pkgsrc
   Committed By:	seb
   Date:		Sun Feb 12 01:44:28 UTC 2006

   Modified Files:
   	pkgsrc/archivers/gcpio: Makefile distinfo
   	pkgsrc/archivers/gcpio/patches: patch-ak
   Added Files:
   	pkgsrc/archivers/gcpio/patches: patch-ap

   Log Message:
   Security fix for http://secunia.com/advisories/18251/ (CVE-2005-4268)
   adapted from patch attached in redhat bugzilla
   https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172669

   While here add test target support.

   Bump PKGREVISION to 2.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Feb 12 01:44:28 2006 UTC (6 years, 3 months ago) by seb
Branch: MAIN
Changes since 1.28: +4 -2 lines
Diff to previous 1.28 (colored)

Security fix for http://secunia.com/advisories/18251/ (CVE-2005-4268)
adapted from patch attached in redhat bugzilla
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172669

While here add test target support.

Bump PKGREVISION to 2.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:01 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base
Branch point for: pkgsrc-2005Q4
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Dec 1 16:41:29 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

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

Revision 1.24.4.1 / (download) - annotate - [select for diffs], Thu Nov 3 22:11:27 2005 UTC (6 years, 6 months ago) by salo
Branch: pkgsrc-2005Q3
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) next main 1.25 (colored)

Pullup ticket 887 - requested by Adrian Portelli
security update for gcpio

Revisions pulled up:
- pkgsrc/archivers/gcpio/Makefile		1.26
- pkgsrc/archivers/gcpio/PLIST			1.6
- pkgsrc/archivers/gcpio/distinfo		1.9
- pkgsrc/archivers/gcpio/patches/patch-aa	removed
- pkgsrc/archivers/gcpio/patches/patch-ab	removed
- pkgsrc/archivers/gcpio/patches/patch-ac	1.4
- pkgsrc/archivers/gcpio/patches/patch-ad	removed
- pkgsrc/archivers/gcpio/patches/patch-ae	1.2
- pkgsrc/archivers/gcpio/patches/patch-af	removed
- pkgsrc/archivers/gcpio/patches/patch-ag	1.2
- pkgsrc/archivers/gcpio/patches/patch-ah	1.2
- pkgsrc/archivers/gcpio/patches/patch-ai	1.1
- pkgsrc/archivers/gcpio/patches/patch-aj	1.1
- pkgsrc/archivers/gcpio/patches/patch-ak	1.1
- pkgsrc/archivers/gcpio/patches/patch-al	1.1
- pkgsrc/archivers/gcpio/patches/patch-am	1.1
- pkgsrc/archivers/gcpio/patches/patch-an	1.1
- pkgsrc/archivers/gcpio/patches/patch-ao	1.1

   Module Name:		pkgsrc
   Committed By:	adrianp
   Date:		Thu Nov  3 19:38:51 UTC 2005

   Modified Files:
   	pkgsrc/archivers/gcpio: Makefile PLIST distinfo
   	pkgsrc/archivers/gcpio/patches: patch-ac patch-ae patch-ag patch-ah
   Added Files:
   	pkgsrc/archivers/gcpio/patches: patch-ai patch-aj patch-ak patch-al
   	    patch-am patch-an patch-ao
   Removed Files:
   	pkgsrc/archivers/gcpio/patches: patch-aa patch-ab

   Log Message:
   Fixes for CAN-2005-1111 and CAN-2005-1229
---
   Module Name:		pkgsrc
   Committed By:	adrianp
   Date:		Thu Nov  3 19:40:12 UTC 2005

   Removed Files:
   	pkgsrc/archivers/gcpio/patches: patch-ad patch-af

   Log Message:
   Remove obsolete patches

Revision 1.26 / (download) - annotate - [select for diffs], Thu Nov 3 19:38:50 2005 UTC (6 years, 6 months ago) by adrianp
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

Fixes for CAN-2005-1111 and CAN-2005-1229

Revision 1.25 / (download) - annotate - [select for diffs], Tue Oct 4 18:14:30 2005 UTC (6 years, 7 months ago) by reed
Branch: MAIN
Changes since 1.24: +1 -3 lines
Diff to previous 1.24 (colored)

This does not need INSTALLATION_DIRS. The install already runs
its "./mkinstalldirs" to create the directories.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Apr 11 21:44:48 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Branch point for: pkgsrc-2005Q3
Changes since 1.23: +1 -2 lines
Diff to previous 1.23 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Mar 20 19:53:09 2005 UTC (7 years, 1 month ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

Security fix for CAN-1999-1572.

"cpio uses a 0 umask when creating files using the -O (archive) or -F
 options, which creates the files with mode 0666 and allows local users
 to read or overwrite those files."

Patch inspired by Debian.  Bump PKGREVISION.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jun 6 21:35:09 2004 UTC (7 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.21: +5 -1 lines
Diff to previous 1.21 (colored)

Enable pkgviews installation.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jun 6 21:29:33 2004 UTC (7 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.20: +8 -5 lines
Diff to previous 1.20 (colored)

Update gcpio to 2.5.  Based on patches submitted by reed@ in PR pkg/20799
and sketch@ in PR pkg/22851.

Also apply a patch from Debian Linux to fix the ustar problem (Debian
bug #238177).  Reported by Christian Weisgerber on tech-pkg@.

Changes:
  * bug fixes from Debian, Red Hat, and SuSE GNU/Linux Distribution patches
  * --rsh-command option

Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 11 18:03:49 2004 UTC (8 years, 2 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

bl3ify

Revision 1.19 / (download) - annotate - [select for diffs], Sat Aug 9 10:27:40 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

USE_NEW_TEXINFO is unnecessary now.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 17 21:21:12 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 25 21:37:03 2003 UTC (8 years, 10 months ago) by seb
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Convert to USE_NEW_TEXINFO.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jun 2 01:21:50 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs], Sun Mar 16 00:17:23 2003 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.14: +10 -1 lines
Diff to previous 1.14 (colored)

Honour GNU_PROGRAM_PREFIX. From Jeremy C. Reed.
Bump PKGREVISION.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Aug 25 21:49:04 2002 UTC (9 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

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

Revision 1.13.2.2 / (download) - annotate - [select for diffs], Fri Jun 21 23:04:41 2002 UTC (9 years, 10 months ago) by jlam
Branch: buildlink2
Changes since 1.13.2.1: +4 -4 lines
Diff to previous 1.13.2.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)

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

Revision 1.13.2.1 / (download) - annotate - [select for diffs], Sat May 11 02:08:48 2002 UTC (10 years ago) by jlam
Branch: buildlink2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (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.13 / (download) - annotate - [select for diffs], Mon Feb 18 15:14:00 2002 UTC (10 years, 2 months ago) by seb
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.12: +2 -1 lines
Diff to previous 1.12 (colored)

Introduce new framework for handling info files generation and installation.

Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jul 15 11:34:37 2001 UTC (10 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

Pass -lgnumalloc through to build in LIBS, not LDFLAGS, and mark as
USE_BUILDLINK_ONLY.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 16 13:15:27 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Wed Apr 14 21:39:01 1999 UTC (13 years, 1 month ago) by tron
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.9: +2 -2 lines
Diff to previous 1.9 (colored)

Remove unnecessary slash from master site list.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Mar 22 16:08:30 1999 UTC (13 years, 1 month ago) by bad
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Catch up with MASTER_SITE_GNU reorganization.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Aug 20 15:16:35 1998 UTC (13 years, 8 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Thu Jun 18 16:06:37 1998 UTC (13 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Update package Makefiles for automatic manual page handling.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 22 11:05:01 1998 UTC (14 years ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Fix INFO_FILES definitions to match the commands in bsd.pkg.mk

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 18 17:13:05 1998 UTC (14 years, 1 month ago) by frueauf
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

portlint: delete contiguous blank line 17.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 17 09:37:21 1998 UTC (14 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.3: +4 -10 lines
Diff to previous 1.3 (colored)

Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 15 10:38:07 1998 UTC (14 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.2: +2 -7 lines
Diff to previous 1.2 (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], Thu Mar 5 20:09:46 1998 UTC (14 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Oops, these are category "archivers", not "devel".

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 4 14:51:38 1998 UTC (14 years, 2 months ago) by tv
Branch: TNF
CVS Tags: TV-1998-03-04
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import of `gcpio' pkg (GNU cpio); not yet enabled in archivers/Makefile
until pax-cpio work is complete

Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 4 14:51:38 1998 UTC (14 years, 2 months ago) by tv
Branch: MAIN

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>