1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
flexbackup (1.2.1-6.4) unstable; urgency=medium
* Non-maintainer upload.
* Pass `--no-recursion` earlier in the comand-line when calling out to `tar`
since the argument now only applies to arguments which follow it. Thanks to
Florian Schmidt for diagnosing and providing a patch. (Closes: #872057)
* Pass `-xdev` earlier in the command line when calling out to `find`. This
stops `find` from issuing a warning. (Closes: #916602).
-- Ian Campbell <ijc@debian.org> Sun, 16 Dec 2018 14:05:52 +0000
flexbackup (1.2.1-6.3) unstable; urgency=medium
* Non-maintainer upload.
* Stop using defined on hashes (closes: #816164).
-- Ian Campbell <ijc@debian.org> Sun, 28 Feb 2016 10:14:56 +0000
flexbackup (1.2.1-6.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix placement of afio alternative (closes: #691860).
-- Michael Gilbert <mgilbert@debian.org> Fri, 02 Nov 2012 17:46:44 +0000
flexbackup (1.2.1-6.1) unstable; urgency=medium
* Non-maintainer upload.
* Move non-free afio package to the last of the alternative recommendations
(closes: #691860).
-- Michael Gilbert <mgilbert@debian.org> Tue, 30 Oct 2012 20:45:03 +0000
flexbackup (1.2.1-6) unstable; urgency=low
* Acknowledge NMU. Thanks, Marco Rodrigues and Lucas Nussbaum!
* Move to Standards Version 3.7.3
* Add DM-Upload-Allowed to debian/control
* Implement lzma compression (John Dong <jdong@ubuntu.com>)
* afio nocompress file types: append to the afio default instead of
replacing it. (Closes: #264847)
-- Kurt B. Kaiser <kbk@shore.net> Sat, 23 Feb 2008 14:15:04 -0500
flexbackup (1.2.1-5.1) unstable; urgency=low
* Non-maintainer upload.
* debian/rules:
Fix bashism (Closes: #459067). [KBK: also, don't ignore clean failure]
* debian/control:
Add Homepage field.
-- Marco Rodrigues <gothicx@sapo.pt> Fri, 25 Jan 2008 09:36:23 +0000
flexbackup (1.2.1-5) unstable; urgency=low
* Use dpatch to track changes to upstream.
* Update compat to 5.
* Move lha (non-free) to Suggests:
* 'mt' can come from cpio or mt-st packages.
* Add upstream CREDITS.
* Fix hyphens in .../man5/flexbackup.conf.5.
* flexbackup.conf now supports backup operations without requiring
'buffer', which is not necessary for backup to disk.
* test_bufferprog: don't rely on 'tempfile' which may not be present
on some remote systems. Create and delete the /tmp subdirectory on
remote systems during this test.
* flexbackup log and working directories now writable by backup group.
(Permissions similar to the amanda backup utility, needed override.)
* Remove unused targets and commands in debian/rules
* New Maintainer (Closes: #384184).
-- Kurt B. Kaiser <kbk@shore.net> Sun, 10 Sep 2006 09:14:54 -0700
flexbackup (1.2.1-3) unstable; urgency=high
* QA upload.
* Fixed "CVE-2005-4802: default config insecure temporary file creation".
Patch by Alec Berryman <alec@thened.net>. Closes: #334350.
* Fixed "sub backup_dump does not use %path hash for dump". Patch by
Artem Chuprina <ran@ran.pp.ru>. Closes: #293884.
* Fixed "flexbackup unable to complete a backup". Patch by
Jose Luis Fernandez Barros <jlinform@worldonline.es>. Closes: #273750.
* Fixed man page errors. Closes: #250615, #312259.
* Fixed the following lintian messages:
W: out-of-date-standards-version 3.6.1 (current is 3.7.2)
E: build-depends-indep-should-be-build-depends debhelper
W: old-fsf-address-in-copyright-file
E: depends-on-essential-package-without-using-version recommends: tar
-- Anibal Monsalve Salazar <anibal@debian.org> Sun, 10 Sep 2006 11:23:47 +1000
flexbackup (1.2.1-2) unstable; urgency=low
* Add suitable versions of rsync to the Recommends line, since flexbackup
can use `rsync --include-from=-` as a storage type. (Closes: #238510)
* Revamp sample cron script to do incremental backup levels.
-- Brian Bassett <brianb@debian.org> Fri, 2 Apr 2004 15:52:52 -0800
flexbackup (1.2.1-1) unstable; urgency=low
* Initial Release.
-- Brian Bassett <brianb@debian.org> Fri, 16 Jan 2004 16:31:29 -0800
|