lp:ubuntu/vivid-proposed/burp

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/vivid-proposed/burp
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

16. By Jean-Michel Vourgère

* Non-maintainer upload.
* New burp-dbg.mainscript with symlink_to_dir (Closes: #768247)
  /usr/share/doc/burp-dbg was a symlink to burp up to 1.3.48-1, real dir in
  1.3.48-2.
* debian/control: Add burp-dbg Pre-Depends: ${misc:Pre-Depends} for
  maintscript.

15. By Bas van den Dikkenberg

Include "autotools-dev" addon for dh in debian/rules to allow
config.{sub,guess} to be regenerated. (Closes: #743873)

14. By Bas van den Dikkenberg

Add missing "exit 0" statement in debian/init. (Closes: #742218)

13. By Bas van den Dikkenberg

* 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.

12. By Bas van den Dikkenberg

* 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.

11. By Bas van den Dikkenberg

New upstream release version 1.3.8

10. By Bas van den Dikkenberg

Fixed unescaped - signes in man pages

9. By Bas van den Dikkenberg

* New upstream release version 1.3.6
* Removed unneeded Lintian Overides
* Update copyrights file to new standard

8. By Bas van den Dikkenberg

Fixes building isues with hppa and powerpcspe and sparc64
Changed debhelper version to (>= 8)

7. By Bas van den Dikkenberg

* New upstream release version 1.3.3
* Fixed make error during build process
* Fixed compression directive not fully functional only numeric value
  allowed Debian bug: (Closes: #665843)
* Fix "Build of version 1.3.2 failing" (Closes: #669107)
* Tidy up "Raw partition" (Closes: #670598)
* Prevent client from browsing backups (Closes: #670599)
* Prevent client from running a restore (Closes: #670600)
* Fix "Document or implement ability to prevent *client* from initiating
   manual backup (Closes: #670601)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/vivid/burp
This branch contains Public information 
Everyone can see this information.

Subscribers