[Bug 1288219] Re: Sync burp 1.3.48-2 (universe) from Debian sid (main)

Martin Pitt martin.pitt at ubuntu.com
Wed Mar 12 14:32:09 UTC 2014


infinity | pitti: Looks more like the autoreconf isn't hitting subdirectories.
infinity | pitti: The top level configure is rebuilt, relibtoolizes, and config.* updated fine, it's a later subdir that falls over.

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1288219

Title:
  Sync burp 1.3.48-2 (universe) from Debian sid (main)

Status in “burp” package in Ubuntu:
  Fix Released

Bug description:
  Please sync burp 1.3.48-2 (universe) from Debian sid (main)

  Explanation of the Ubuntu delta and why it can be dropped:
    * Use autotools-dev to update config.{guess,sub} for new arches.

  Autoreconf is used in the build so there is no need for the delta any
  more

  Changelog entries since current trusty version 1.3.8-1ubuntu1:

  burp (1.3.48-2) unstable; urgency=low

    * Add patch to fix pointer casting in src/msg.c:transfer_gzfile_in
      to fix FTBFS on 64-bit big-endian architectures (Closes: #740505):
      - debian/patches/endian.patch
    * Replace debian/patches/disable_tests.patch with debian/patches/fixskiptest,
      so that only test 6 and 7 are skipped when there is no PRNG available.
    * Add patch for the test function wait_for_backup_to_finish to check
      for the existance of /var/spool/burp/testclient/lockfile instead
      of the symlinks /var/spool/burp/testclient/{working,finishing}
      (Closes: #740547):
      - debian/patches/wait_for_backup_to_finish.patch
    * Now using autoreconf for better portability:
      - Change dh $@ to dh $@ --with autoreconf in debian/rules file.
      - Add dependency on dh-autoreconf in debian/control.
    * Change dh_verbose to 1 to solve compiler-flags-hidden warnings in
      debian/rules file.
    * Remove obsolete overrides in rules file:
      - override_dh_auto_install
      - override_dh_install
      - override_dh_installdocs
    * Using dh_auto_configure instead of just running ./configure with the
      following options in debian/rules:
      - prefix /usr
      - sysconfdir /etc/burp
      - sbindir $${prefix}/sbin
      - mandir $${prefix}/share/man
      - C/CPP/LD flags uses exported build flags
    * Add debian/burp.install and debian/burp.dirs.

   -- Bastiaan Franciscus van den Dikkenberg <bas at dikkenberg.net>  Mon,
  03 Mar 2014 15:54:28 +0100

  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.

   -- Bastiaan Franciscus van den Dikkenberg <bas at dikkenberg.net>  Tue,
  31 Dec 2013 16:42:30 +0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/burp/+bug/1288219/+subscriptions



More information about the Ubuntu-sponsors mailing list