pkgsrc/archivers/dar/PLIST
dsainty df4247410c Update to dar 2.3.3, and also fix PLIST for dar-int32 and dar-int64 Pkgsrc
options.

Upgrading to 2.3.3 is strongly recommended if you use Dar to backup across
multiple filesystems:

  http://article.gmane.org/gmane.comp.sysutils.backup.dar.announce/31

Changelog entry from 2.3.2 to 2.3.3:

- avoid using getpwuid() and getgrgid() for static linking.
- fixed typo in dar's man page
- update FAQ
- fixed bug: uncaught exception thrown when CTRC-C was hit while dar waits an
  answer from the user [SF #1612205]
- fixed bug: unusable archive generated when CTRC-C was hit and blowfish
  encryption used [SF #1632273]
- added a check to verify that the libdar used is compatible with the current
  dar suite programs [SF #1587643]
- fixed bug: added workaround for the right arithmetic shift operator (the
  binary produced by gcc-3.4.2 produces computes "v>>s" equal to "v" when when
  v is a integer field composed of s exactly bits. It should rather compute it
  to zero...).
  this problem leads 32 bits generated archive incompatible with 64 bits
  generated archive only when blowfish is used.
- fixed bug met when the inode space is exhausted, thanks to "Jo - Ex-Bart" for
  this new feedback. [SF #1632738]
- replaced &, <, >, ' and " in XML listing by &...; corresponding sequence.
  [SF #1597403]
- dar_manager can receive arguments after stick to -o options (it is an error
  in regard to documentation, but no warning was issued in that case, leading
  to confusion for some users) [SF #1598138]
- updated Veysel Ozer's automatic_backup script
- fixed hard link detection problem [SF #1667400]
- verbose output did not displayed hard links information
- merged patch on dar_cp by Andrea Palazzi to have it to return EXIT_DATA_ERROR
  when some data have been reported [SF #1622913]
2007-03-18 04:36:23 +00:00

103 lines
3 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2007/03/18 04:36:23 dsainty Exp $
bin/dar
bin/dar_cp
bin/dar_manager
bin/dar_slave
bin/dar_xform
include/dar/archive.hpp
include/dar/catalogue.hpp
include/dar/compressor.hpp
include/dar/config.h
include/dar/crypto.hpp
include/dar/data_tree.hpp
include/dar/database.hpp
include/dar/deci.hpp
include/dar/ea.hpp
include/dar/erreurs.hpp
include/dar/generic_file.hpp
include/dar/gettext.h
include/dar/header_version.hpp
include/dar/infinint.hpp
include/dar/int_tools.hpp
include/dar/integers.hpp
include/dar/libdar.hpp
include/dar/limitint.hpp
include/dar/mask.hpp
include/dar/mask_list.hpp
include/dar/my_config.h
include/dar/path.hpp
include/dar/real_infinint.hpp
include/dar/scrambler.hpp
include/dar/special_alloc.hpp
include/dar/statistics.hpp
include/dar/storage.hpp
include/dar/string_file.hpp
include/dar/thread_cancellation.hpp
include/dar/tools.hpp
include/dar/tronconneuse.hpp
include/dar/tuyau.hpp
include/dar/user_interaction.hpp
include/dar/wrapperlib.hpp
lib/libdar${DARBITS}.la
lib/pkgconfig/libdar${DARBITS}.pc
man/man1/dar.1
man/man1/dar_cp.1
man/man1/dar_manager.1
man/man1/dar_slave.1
man/man1/dar_xform.1
share/dar/samples/JH-dar-make_user_backup.sh
share/dar/samples/JH-readme.txt
share/dar/samples/JH_dar_archiver.options
share/dar/samples/JH_darrc
share/dar/samples/README
share/dar/samples/automatic_backup
share/dar/samples/automatic_backup.txt
share/dar/samples/cdbackup.sh
share/dar/samples/cluster_digital_backups.sh
share/dar/samples/cluster_digital_readme.txt
share/dar/samples/dar_backup
share/dar/samples/dar_par.dcf
share/dar/samples/dar_par_create.duc
share/dar/samples/dar_par_test.duc
share/dar/samples/dar_rqck.bash
share/dar/samples/darrc_sample
share/dar/samples/index.html
share/dar/samples/pause_every_n_slice.duc
share/dar/samples/sample1.txt
share/doc/dar/FAQ.html
share/doc/dar/Features.html
share/doc/dar/Good_Backup_Practice.html
share/doc/dar/Known_Bugs.html
share/doc/dar/Limitations.html
share/doc/dar/Notes.html
share/doc/dar/README
share/doc/dar/Tutorial.html
share/doc/dar/api_tutorial.html
share/doc/dar/authentification.html
share/doc/dar/dar-catalog-1.0.dtd
share/doc/dar/dar-differential-backup-mini-howto.en.html
share/doc/dar/dar-differential-backup-mini-howto.es.html
share/doc/dar/dar-differential-backup-mini-howto.it.html
share/doc/dar/dar_doc.jpg
share/doc/dar/dar_key.txt
share/doc/dar/dar_s_doc.jpg
share/doc/dar/index.html
share/doc/dar/man/dar.html
share/doc/dar/man/dar_cp.html
share/doc/dar/man/dar_manager.html
share/doc/dar/man/dar_slave.html
share/doc/dar/man/dar_xform.html
share/doc/dar/man/index.html
share/doc/dar/mini-howto/dar-differential-backup-mini-howto.en.html
share/doc/dar/mini-howto/dar-differential-backup-mini-howto.es.html
share/doc/dar/mini-howto/dar-differential-backup-mini-howto.it.html
share/doc/dar/mini-howto/index.html
share/locale/de/LC_MESSAGES/dar.mo
share/locale/fr/LC_MESSAGES/dar.mo
share/locale/sv/LC_MESSAGES/dar.mo
@dirrm share/doc/dar/mini-howto
@dirrm share/doc/dar/man
@dirrm share/doc/dar
@dirrm share/dar/samples
@dirrm share/dar
@dirrm include/dar