Commit graph

15 commits

Author SHA1 Message Date
xtraeme
7a424916ca Update to 1.2.53:
* Incorporated Jaakko Heinonen's still-experimental support for extended
  attributes (Currently Linux-only.).
* Reorganized distribution package: There is now one tar.gz file that
  builds both libarchive and bsdtar.
* correctly read cpio device entries, write Pax attribute entry names.
* Experimental 'tp' format support in libarchive. Feedback appreciated;
  this is not enabled by archive_read_support_format_all()
2006-05-01 09:02:38 +00:00
jlam
9c8b5ede43 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.
2006-03-04 21:28:51 +00:00
xtraeme
b36bf56512 ENOTIME to mantain these packages, feel free to pick it up if you are
insterested.
2006-02-12 15:24:14 +00:00
tv
1a7f282c3f Fix build on Interix by including <stdlib.h> to get [u]intptr_t.
(Actually in stddef.h, but that would require yet another autoconf check.)
2005-10-31 14:36:08 +00:00
xtraeme
fe1984764b Update to 1.02.036.
Changes:

	* Use GNU libtool to build shared libraries on many systems.
2005-10-13 21:34:16 +00:00
xtraeme
fd76685837 Update to 1.02.030, changes were bugfixes and documentation
improvements.
2005-08-27 12:06:22 +00:00
rillig
a6acc73f98 Reformatted to get rid of trailing whitespace. 2005-05-23 08:04:06 +00:00
xtraeme
3d199bdf29 Update to 1.02.023.
Changes:

* Extended Zip/Zip64 support
* Bugfixes
2005-05-04 20:41:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
xtraeme
822baf1f45 Update to 1.02.016.
o archive_read_extract can now handle very long pathnames
	  (tested with pathnames up to 1MB).
	o New dir-walk code now defaults to physical traversals.
	o fix a gzip decompression issue and add better error reporting
	  for certain file I/O and decompression errors.
2005-03-21 22:56:24 +00:00
tv
df1dcd0fed Don't include <inttypes.h> unconditionally. Unfortunately, HAVE_INTTYPES_H
is not available in the generated archive.h, so put in an __INTERIX
conditional (for now -- but this means a PKGREVISION bump, sigh).
2005-03-19 04:43:41 +00:00
agc
f1a84844c6 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 14:45:22 +00:00
xtraeme
0b33676cf1 Update to 1.02.006.
Changes:

# Feb 12, 2005: Fix a crash that affected Zip reading, make tree.c
                portable to Linux.
# Feb 8, 2005: Don't close stdout/stdin. Fix flush code.
# Feb 6, 2005: Fix bug in new dir-walk code with non-resolvable symlinks.
# Feb 6, 2005: Fix Linux build, flush input in archive_read_open_file()
               to avoid "broken pipe" warnings.
2005-02-14 08:20:10 +00:00
xtraeme
0433351c44 Add missing buildlink3 dependencies. 2005-02-02 18:04:47 +00:00
xtraeme
8b413f9f9f Initial import of libarchive-102.002.
Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar
variants and several cpio formats. It can also write shar archives
and read ISO9660 CDROM images.

See http://people.freebsd.org/~kientzle/libarchive/
2005-02-02 18:01:13 +00:00