Back to burp PTS page

Accepted burp 1.3.48-1 (source amd64)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 31 Dec 2013 16:42:30 +0100
Source: burp
Binary: burp burp-dbg
Architecture: source amd64
Version: 1.3.48-1
Distribution: unstable
Urgency: low
Maintainer: Bastiaan Franciscus van den Dikkenberg <bas@dikkenberg.net>
Changed-By: Bastiaan Franciscus van den Dikkenberg <bas@dikkenberg.net>
Description: 
 burp       - Simple cross-platform network BackUp and Restore Program
 burp-dbg   - debugging symbols for Burp
Closes: 675368 675761 685568 687523 694506 695641 715678 735128 735129
Changes: 
 burp (1.3.48-1) unstable; urgency=low
 .
   * New upstream release.
     - Fix long delay in init script when the stop function is
       invoked. (Closes: #687523)
     - Add missing compiler and linker flags on armel, armhf, i386,
       kfreebsd-amd64, powerpc and s390 architectures. (Closes: #675368)
     - Fix bedup crashing with exit status 139. (Closes: #715678)
     - Fix restoring of correct file times on Windows clients.
 .
   * Bump Standards-Version to 3.9.5.0:
     - Add dependency on initscripts (>= 2.88dsf-13.3).
   * Add Vcs-Browser field to debian/control.
   * Bump dephelper version to 9:
     - Fixes lintian reports about missing hardening of
       binaries ("hardening-no-relro"). (Closes: #735128)
   * Update address of FSF in debian/copyright. (Closes: #735129)
   * Change copyright for files in debian/ from GPL-2 to AGPL-3.
   * Add upstream patch to disable compile-time test when no
     PRNG is available: (Closes: #675761)
     - debian/patches/disable_tests.patch
   * Add patch to display a list of available log files
     when one or more compile-time tests have failed:
     - debian/patches/showlogs.patch
   * Adjust debian/watch file to track stable 1.3.x releases only,
     the experimental 1.4.x releases are ignored.
 .
   * Changes in burp 1.3.46:
     - Another bug fix for false failure notification - differentiate between
       not getting a lock and getting an error when trying to get a lock.
     - Turn off excessive logging on some restores.
   * Changes in burp 1.3.44:
     - Fix false failure notification when a client tries
       to connect again while a backup is still in progress.
   * Changes in burp 1.3.42:
    - In backup phase 4, a 'deleteme' directory may already exist if the server
      was previously interrupted whilst deleting it. If so, delete it before
      attempting to rename anything to it.
   * Changes in burp 1.3.40:
    - Make the server request the whole file when ctime changes on Windows,
      otherwise changes to metadata will not be registered when the file
      contents are unchanged.
    - Add 'delete' to the client help output.
    - When backing up, open files and directories with O_NOATIME flag so that the
      access time is not changed.
    - Fix missing failure notification when the backup directory
      cannot be created.
   * Changes in burp 1.3.38:
    - Fix long list and status monitor output when a directory argument is given.
    - Fix restore problem with backups containing both compressed and
      uncompressed files.
    - Fix interrupted backups triggering a resume when a restore_client connects.
    - Fix defaulting 'resume partial' to off.
   * Changes in burp 1.3.36:
    - Fix truncation of timestamps in the live status monitor.
    - Default the 'resume partial' feature to being off, and add an option to
      turn it on.
   * Changes in burp 1.3.34:
    - Contributions from Avi Rozen:
      + Major autoconf cleanup.
      + Initial support for cross-building Android targets.
    - On the server, indicate where logging is occurring.
    - Fix bedup segfaulting when using -m with no argument.
   * Changes in burp 1.3.32:
    - Fix status monitor segfault.
    - Run timed backups with lower thread priority on Windows.
    - Add 'vss_drives' option, which gives the ability to specify which Windows
      drives get a VSS snapshot.
   * Changes in burp 1.3.30:
    - Add a warning when run on Windows without admin privileges.
    - Perform fewer lstat()s on systems that support d_type (i.e. most
      Linux systems) in order to speed up certain operations.
    - Allow _FORTIFY_SOURCE to work.
    - Fix problem with burp_ca.bat and repeated field names in burp.conf.
    - Put registry keys back into the Windows installer.
    - Fix for SIGHUP reload causing the server to go into non-forking mode.
    - Mark backups which can be deleted.
    - Add a client option for deleting backups which can be deleted.
    - Add a 'client_can_delete' option on the server.
    - Fix for using the wrong lock directory when 'directory' is
      overridden for a client.
   * Changes in burp 1.3.28:
    - Add the ability to resume partially transferred files.
    - Make sure 'timer conditions not met' message appears on the client.
    - Fix turning off compression before resuming a backup.
   * Changes in burp 1.3.26:
     - When a read_blockdev option matches a symlink, backup the destination as
       a raw block device.
     - Avi Rozen's valgrind cleanup. Includes a fix for a bug in restore_client.c
       where overwrite_ok checked the wrong stat struct when considering a FIFO.
     - Add '-v' option to bedup (output the names of duplicate files).
     - Add '-d' option to bedup (delete duplicates instead of hardlinking - not
       for use on burp storage directories).
   * Changes in burp 1.3.24:
     - Fix strip_vss/split_vss truncating backups of changed files on Windows.
     - Fix auto upgrade failing on Windows if autoupgrade_dir has been modified.
     - Fix listing backups created with split_vss=1.
     - Fix restoring uncompressed encrypted backups created with split_vss=1.
     - Fix making backups with min_file_size and split_vss=1.
     - Fix Debian init do_stop() function (Thanks Peter Maloney).
     - Fix resuming backups where a file to patch has already been hard-linked
       into place. Also get the client to report a more helpful message if
       any similar problem occurs.
     - Fix signal handler race conditions.
     - Fix forkchild child not exiting when execv fails.
     - Change run_script() code to take an array.
     - Add server_script_pre_notify and server_script_post_notify options.
     - Rework the test script so that it can test Windows clients as well.
     - Let a Windows signal handler try to shut VSS down nicely on certain
       signals such as Ctrl-C.
     - Include an example server-side off-site rsync backup script. This is not
       quite working properly yet but it may still be useful.
     - Fix Windows preventing from going to sleep during a
       backup. (Thanks Avi Rozen).
     - Fix "unable to set datapath: (null)" backup
       resuming issue. (Closes: #695641)
     - Fix spelling error 'overriddden' in the
       burp(8) manpage. (Closes: #685568)
     - Fix error in client_can_list section in the
       burp(8) manpage. (Closes: #694506)
   * Changes in burp 1.3.22:
     - Contributions from Avi Rozen:
       + Add a '-j' option to format the long file-list as JSON. Intended
         for use with burpfs (https://github.com/ZungBang/burpfs).
       + Fix list/verify/restore when regex is long and/or
         contains a colon.
       + Fix split_vss backups being restored on a linux restore_client
         with the -f (force) option. Prevents overwriting of the
         destination file with the vss footer.
     - Contributions for burp_ca from Patrick Koppen:
       + Fix the size option.
       + Use shell numeric comparison instead of string comparison.
       + Added subjectAltName patch (in case it is needed outside of burp).
   * Changes in burp 1.3.18:
     - Fix "split/strip_vss = 1" on the client side always resulting in
       all files being backed up.
     - Make configure default to /usr as prefix.
Checksums-Sha1: 
 8a18f31b286f794021978d1c84d3c45895ad5b66 1968 burp_1.3.48-1.dsc
 ca3cd489f6ee843771858f9aae26877209851473 683509 burp_1.3.48.orig.tar.bz2
 b9d5e02c636915b3bee701bb9c0f8ae708c3db99 20832 burp_1.3.48-1.debian.tar.xz
 ac8c1d6f6731fa197901751bc03d8ba2245f0f3d 170200 burp_1.3.48-1_amd64.deb
 63faa608b66b16ab5c84d6779ccb733b1723bebe 465742 burp-dbg_1.3.48-1_amd64.deb
Checksums-Sha256: 
 6c75f907ae6cbdd858d208e7e17ab195f2cf6e91975c18f4ce1612826352f52f 1968 burp_1.3.48-1.dsc
 bb456c208998d2f5806828357934e794cd9675448cb6545473364fd9e6d73509 683509 burp_1.3.48.orig.tar.bz2
 9be9e3904e119ad75b6b7b2850821a843abae5ef7abd0752322914d0818e299e 20832 burp_1.3.48-1.debian.tar.xz
 d54011138f4f3653fab58b4d88067c67211d518809e3ed4ef2dab96325cb8a4a 170200 burp_1.3.48-1_amd64.deb
 0572c79f96251355f7c71b086958bf270092a5b9f2fb5066dfb1678dccee65bb 465742 burp-dbg_1.3.48-1_amd64.deb
Files: 
 a2507984913fad539d70839c1e1a9758 1968 utils extra burp_1.3.48-1.dsc
 87116e5b1ed179c553ddbe563fa7252a 683509 utils extra burp_1.3.48.orig.tar.bz2
 6958cbc1278a0d172037c41920012252 20832 utils extra burp_1.3.48-1.debian.tar.xz
 41357adad2d52413637fa39fca79fa62 170200 utils extra burp_1.3.48-1_amd64.deb
 77257a6964b4832c96cb5aa96157368e 465742 debug extra burp-dbg_1.3.48-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTDPITAAoJEHQmOzf1tfkTYeAQAL74PWz2b6kVpaYu6mviuXu0
UfU8b9JYULQ7XFYwaSzLPknfD3ssKKA7e0d6V5Of3RO4llj//RqGMUlQ96VONKv8
AdcacIbFunpiI7RKhsTnLdNSaUauBYUKKm5/W9U8Pu7LdNGOUj8s1BzlnUWJpPem
9WS8hHe2bYuaYVIFo3hda5SbjtM58/D43GngeXElLB7CWUWlsJiIsmeWrXfo0mL2
pVHaTwBHlpgd3DG6IrQQf3b9V+bQbzEfCMD9qssDORxTz0OGSbPaA+E2yEMlv+8V
d1Ocm4Fk+1Kh672sn++EX3BIB3wEsFwUZYyFpFaIqvVYnmBW53lkQTttm6lY4xHq
S3f3+4G1OMEqEdCA+JilA1X4jn/byfFYabjDyNOnlCLncuee55+HtkrL27Zyo1Hs
57pnTPMV9UlxMg7CxByDEIUdiLVgp2hQtJyKcTcER7yUfWTpTIk5f/u27gzq0lO4
K5CjzkP/sAnZ8Th6qgMkCrFs9HuOfmjSL5WQMWEGDHljjLB/ZiIFI7KZPThQDmj4
U8YJDrL1s4jtRaK22tQyY4A5TExW26Uk4ZxQJjc27jHkiiYI3Dc2ipxfQBryYHRa
zC/TYBlRNUGPvXST4WgDkg92JbGUUAu8rxg6slR766VuOX+KVVgNFi6mflKd+z59
a5qxJf2p8QHybCD953xt
=hcY5
-----END PGP SIGNATURE-----