./sysutils/p5-BackupPC-XS, Perl utility functions for sysutils/backuppc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.62nb4, Package name: p5-BackupPC-XS-0.62nb4, Maintainer: pkgsrc-users

BackupPC::XS implements various BackupPC functions in a perl-callable
module. This module is required by sysutils/backuppc>=4.0.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 282.763 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-08-15 12:57:09 by Tobias Nygren | Files touched by this commit (2) | Package updated
Log message:
p5-BackupPC-XS: update to 0.62

0.62
  force rewrite of attr file if xattr key fixup was applied
  fixed attrib refCnt when attrib is unchanged
  bpc_attrib_dirWrite() doesn't create empty attrib files

0.61
  fix view of migrated v3 backup
  convert_hv2file() ensures xattr type is hash, and uses correct keyLen+1
  added BackupPC::XS::FileDigest::digest and bpc_fileDigest()

0.60
  allow mtime to be signed in attrib files
  added bpc_attrib_fileIterate() and BackupPC::XS::Attrib::iterate()
  added checks that xattr key is 0x0 terminated
  increased some buffer sizes to avoid benign compiler warnings for snprintf()
  bpc_attribCache_loadPath() removes any extraneous BPC_FTYPE_DELETED file types
  bpc_attrib_buf2fileFull() calls bpc_attrib_xattrDeleteAll(file)
   2019-11-08 18:03:55 by Tobias Nygren | Files touched by this commit (2) | Package updated
Log message:
p5-BackupPC-XS: update to 0.59

- fix to use correct int format when reading v3 attrib files