pkgsrc/archivers/dar/PLIST
rodent 19b8053d03 Updated to latest release, 2.4.13, as requested by doc/TODO. Removed
patches which were applied upstream or deprecated. USE_TOOLS+=groff to fix
generation of a few .html files on OpenBSD. Depends on libgcrypt instead of
openssl now. From ChangeLog:

from 2.4.12 to 2.4.13
- adding initialization value for two variables to avoid inappropriate
  warning when compiling with -Wall option
- reducing UNIX_PATH_MAX by the system when not defined from 108 to 104
  bytes to accommodate BSD systems
- fixing assignment operator of class criterium that was not returning
  any value as it should
- removing useless boolean expression that always succeeds in logical
  AND expression
- adding support for back-slash of quoting characters in DCF files
- fixed compilation issues with clang / FreeBSD, Thanks to Neil
  Darlow's server ;-)
- fixed compilation warning due to deprecated symbols in libgcrypt
  header files
- replaced gnu make specific rules by legacy ones to avoid automake
  warning about them
- removed old unused stuff from misc sub-directory
- adding warning at compilation time if libgcrypt used is older than
  1.6.0
- adding warning at execution time if hash computation is requested
  with slices greater than 256 Gio and ligbcrypt dynamically or
  statically linked is older than 1.6.0
- adding alternative methods in list_entry API class to return dates as
  number of seconds
- fixed bug in hour-shift (-H option) when comparing dates from an old
  extracted catalogue (archive format 7 or older).
- fixed documentation bug about the meaning of the compression ratio
- fixed a display bug about the "compression flag" wrongly displayed
  for uncompressed files
- fixed unhandled exception when giving non number argument to -1 option

from 2.4.11 to 2.4.12
- for correctness fixed delete vs delete[] on vector of char (not incidence
  reported)
- fixed out of range access in routine used to read very old archive format
- fixed error in logical expression leading a sanity test to be useless
- removed duplicated variable assignment
- updated FAQ
- fixed typo and spelling errors
- fixed bug (reported by Torsten Bronger) in the escape layer leading libdar
  to wrongly reporting a file as corrupted at reading time
- fixed bug in the sparse file detection mechanism that lead the minimum size
  hole detection to become a multiple of the default value or specified one.
  This implied a less efficient reduction of sparse files because smaller
  holes in files were ignored
- fixed and updated man page about --go-into option
- updated full-from-diff target in /etc/darrc default file
- added a debug option in hash_file class (option only used from testing
  tools) to troubleshoot sha1/md5 hash problem on slices larger than
  (2**38)+63 bytes, bug reported by Mike Lenzen and understood by Yuriy
  Kaminskiy at libgcrypt. Note: This bug is still open due to an integer
  overflow in libgcrypt.
- backported from current development code an additional and more simple
  way to read an archive using the libdar API. This API extension is not used
  by dar command-line tools for now.
- Fixing installation of libdar header files on Darwin, where "DARwin" macros
  were not filtered out from the generated libdar header files.
- Fixing self reported bug 'generic_file.cpp line 309' met while comparing an
  archive with a filesystem
- Update code in order to compile with gcc-4.8.2 in g++11 mode (partial
  implementation and adaptation of Fabian Stanke's patch)
- Fixing bug met while performing a verbose archive listing in sequential
  read mode
- Added Ryan Schmidt's Patch to properly display status at end of ./configure
  script under BSD systems (in particular Mac OS X)
- Updating configure.ac script to fix warning reported by autoconf when
  generating the ./configure script
- Addressed portability problem with BSD systems that do not provide a -d
  option to the 'cp' command, preventing proper installation of the Doxygen
  documentation. Fix based on patch provided by Jan Gosmann.

from 2.4.10 to 2.4.11
- Modified behavior of 'dar -h' and 'dar -V', both now return 0 as exist
  status instead of 1 (which means syntax error).
- Fixed bug: -Q is now available with -V under the collapsed form -QV or -VQ
- fixed typo in documentation
- fixed memory leakage met when dar fails a merging operation because the
  resulting archive is specified in an directory that does not exist.
- fixed bug met when isolating a differential backup in sequential read mode
- fixed bug about slice file permission not taking care about umask variable
  when the --hash feature is used.
- fixed performance issue when reading an archive over a pair of piles using
  dar_slave (possibly over ssh) when the archive makes use of escape marks and
  when no encryption is used
- added target "full-from-diff" in /etc/darrc default file
- fixed bug avoiding reading an truncated archive in direct access mode with
  the help of an external catalogue.
- new and better implementation of archive extraction in sequential read mode
- fixing bug (segfault) met when hitting CTRL-C while reading an archive in
  sequential mode
- fixing libdar.pc for pkg-config for the cflags given to external applications
- fixed memory allocation/desallocation mismatches (delete vs delete [] )
  concerning four vector of chars.
- fixed error in logical expression leading a sanity test to be useless
2014-05-14 04:35:20 +00:00

136 lines
4 KiB
Text

@comment $NetBSD: PLIST,v 1.13 2014/05/14 04:35:20 rodent Exp $
bin/dar
bin/dar_cp
bin/dar_manager
bin/dar_slave
bin/dar_xform
include/dar/archive.hpp
include/dar/archive_options.hpp
include/dar/archive_version.hpp
include/dar/catalogue.hpp
include/dar/compile_time_features.hpp
include/dar/compressor.hpp
include/dar/crc.hpp
include/dar/criterium.hpp
include/dar/crypto.hpp
include/dar/data_tree.hpp
include/dar/database.hpp
include/dar/database_options.hpp
include/dar/deci.hpp
include/dar/ea.hpp
include/dar/erreurs.hpp
include/dar/erreurs_ext.hpp
include/dar/escape.hpp
include/dar/escape_catalogue.hpp
include/dar/fichier.hpp
include/dar/generic_file.hpp
include/dar/gettext.h
include/dar/hash_fichier.hpp
include/dar/header_version.hpp
include/dar/infinint.hpp
include/dar/int_tools.hpp
include/dar/integers.hpp
include/dar/label.hpp
include/dar/libdar.hpp
include/dar/libdar_4_4.hpp
include/dar/libdar_config.h
include/dar/libdar_my_config.h
include/dar/limitint.hpp
include/dar/list_entry.hpp
include/dar/mask.hpp
include/dar/mask_list.hpp
include/dar/mem_ui.hpp
include/dar/memory_file.hpp
include/dar/nls_swap.hpp
include/dar/path.hpp
include/dar/pile.hpp
include/dar/real_infinint.hpp
include/dar/scrambler.hpp
include/dar/secu_string.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/tlv.hpp
include/dar/tlv_list.hpp
include/dar/tools.hpp
include/dar/tronconneuse.hpp
include/dar/trontextual.hpp
include/dar/tuyau.hpp
include/dar/user_group_bases.hpp
include/dar/user_interaction.hpp
include/dar/wrapperlib.hpp
lib/libdar64.la
lib/pkgconfig/libdar64.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/MyBackup.sh.tar.gz
share/dar/samples/PN_backup-root.options
share/dar/samples/PN_backup-root.sh
share/dar/samples/PN_backup-storage.options
share/dar/samples/PN_backup-storage.sh
share/dar/samples/PN_ftpbackup.sh
share/dar/samples/Patrick_Nagel_Note.txt
share/dar/samples/README
share/dar/samples/automatic_backup
share/dar/samples/automatic_backup.txt
share/dar/samples/available_space.duc
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_backups.sh
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_4_4.html
share/doc/dar/api_tutorial.html
share/doc/dar/authentification.html
share/doc/dar/dar-catalog.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/downloading.html
share/doc/dar/from_sources.html
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/doc/dar/old_dar_key.txt
share/doc/dar/presentation.html
share/doc/dar/usage_notes.html
share/examples/dar/darrc
share/locale/de/LC_MESSAGES/dar.mo
share/locale/fr/LC_MESSAGES/dar.mo
share/locale/sv/LC_MESSAGES/dar.mo