dump (0.4b49-2)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 0.4b46-4 < 0.4b49-2.
- Git: https://salsa.debian.org/debian/dump.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 692224
- Browser: https://salsa.debian.org/debian/dump
- Last scan: 2025-04-14 13:39:07+00
- Next scan: 2025-04-20 20:13:00+00
- Debian changelog in Git:
dump (0.4b46-4) UNRELEASED; urgency=medium
* d/copyright: Use https protocol in Format field
* d/changelog: Remove trailing whitespaces
* d/control: Set Vcs-* to salsa.debian.org
* d/watch: Use https protocol
-- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 09:45:06 +0200
- This branch is 90 commits ahead of tag v0.4b45
- Git log:
commit fcd3055702d83c0aa04a1e7bbdcc848bf49a56cf
Author: Ondřej Nový <onovy@debian.org>
Date: Mon Oct 1 09:45:09 2018 +0200
d/watch: Use https protocol
commit efc1e1ec007340e2884a0c8e42b09ba428efcaae
Author: Ondřej Nový <onovy@debian.org>
Date: Mon Oct 1 09:45:08 2018 +0200
d/control: Set Vcs-* to salsa.debian.org
commit 3a2a5bf3f7c8c6c99179f9b10d1476c856202578
Author: Ondřej Nový <onovy@debian.org>
Date: Mon Oct 1 09:45:07 2018 +0200
d/changelog: Remove trailing whitespaces
commit 745a6fed721831533cb3e326e7087c06b2400f44
Author: Ondřej Nový <onovy@debian.org>
Date: Mon Oct 1 09:45:06 2018 +0200
d/copyright: Use https protocol in Format field
commit 67d10b032968d30b78ef37ec8be4c3daf4d7aa46
Merge: 0485836 2e10a59
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Tue Jun 5 21:57:51 2018 +1000
Merge branch 'master' of salsa.debian.org:debian/dump
commit 0485836d2d067fb061059475ae15ffe85d62e18c
Merge: 4fd08b9 7b36fa5
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Fri Aug 25 00:18:10 2017 +1000
Merge remote-tracking branch 'sfupstream/master' into upstream
Conflicts:
common/transformation_lzo.c
commit 7b36fa5f01cfb42e6dc9af83b444524ca1d2d4e9
Author: Alexey Svistunov <svalx@svalx.net>
Date: Wed Mar 15 13:37:30 2017 +0300
Fixing rpmlint no-return-in-nonvoid-function error in dump
commit 2e10a598fac42a7e56f885259bea05a02a224e0c
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Thu Oct 20 19:42:01 2016 +1000
release 0.4b46-3
commit 7f21752e8e2bd7927b58e0cd64ec003c23346806
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Sun Oct 9 19:51:45 2016 +1000
release 0.4b46-2
commit 17da56a0c845b5b7ef335bf6f1d3f3280041484b
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Sun Sep 25 14:00:35 2016 +1000
released as 0.4b46-1
commit f66e3b2b098ceb0a34120ecb356da83173076a18
Merge: 42f6159 4fd08b9
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Sun Sep 25 12:58:35 2016 +1000
Merge tag 'upstream/0.4b46'
Upstream version 0.4b46
commit 4fd08b989f35ae6387d3cb60aa7f47fcdf1e8825
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Sun Sep 25 12:58:34 2016 +1000
Imported Upstream version 0.4b46
commit a786c58674cef41df5f37da9b5e4ad0ac26b854e
Author: Mike Frysinger <vapier@gentoo.org>
Date: Mon Sep 5 15:25:07 2016 -0400
make 0.4b46 release
commit 22ea7c21a1ec4b7f6fd89a58e1cb275cdfe8e8f2
Author: Mike Frysinger <vapier@gentoo.org>
Date: Mon Sep 5 15:24:17 2016 -0400
restore: fix strict aliasing warnings
commit 79dcf19b2fc3732ec02da4494125449e73c86193
Author: Mike Frysinger <vapier@gentoo.org>
Date: Mon Sep 5 15:15:46 2016 -0400
AUTHORS: update
commit 135f72f473ba09659b14b27f7fb6b4c8b28d0c1e
Author: Mike Frysinger <vapier@gentoo.org>
Date: Mon Sep 5 15:10:11 2016 -0400
dump.lsm: auto-fill in the version field
commit 2338ee618f818bca9cb6d371121054764c0959ef
Author: Josef Ridky <jridky@redhat.com>
Date: Mon Sep 5 14:58:43 2016 -0400
skip unhandled fstab entries #166
Only check fstab entries that we actually can dump. i.e. Ignore non-extfs
entries because the options to other fstypes might not be the same as the
extfs options.
Fixes: https://sourceforge.net/p/dump/bugs/166/
URL: https://bugzilla.redhat.com/show_bug.cgi?id=1048548
commit 58c6cedc0c628e5f6f6e47285e7e5867fe7827e0
Author: Alexander Zangerl <az@debian.org>
Date: Mon Sep 5 14:40:00 2016 -0400
fix compression enabling logic #31
The compression-related code in dump/tape.c is under:
#ifdef HAVE_BLOCK_TRANSFORMATION
but nothing sets that. Dump thus claims to compress, the file header
is set up for compression but nothing is in fact compressed; restore
subsequently fails to restore as it can't decompress.
Adjust transformation.h to define HAVE_BLOCK_TRANSFORMATION when one
of the relevant HAVE_xyz defines are found.
Fixes: https://sourceforge.net/p/dump/patches/31
commit 3ef90af13a4d9cd9e7c7ad0b89b43993ee91ca96
Author: Mike Frysinger <vapier@gentoo.org>
Date: Mon Sep 5 14:36:15 2016 -0400
indexer: fix handling of -A flag status #30
Make sure the indexer code uses the Afile var that the main code sets up
rather than its own shadowed copy (that is never updated). Also drop the
unused AfileActive status that is internal to the indexer code.
Fixes: https://sourceforge.net/p/dump/patches/30
Reported-by: Alexander Zangerl <az@debian.org>
commit 42f6159aefaec33c72dad67e70e887e26d3ee766
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Mon Sep 5 19:15:42 2016 +1000
release 0.4b45-5
commit 32a76ce72a5227d87313aaaa22ef6e0d086341c1
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Mon Sep 5 18:01:54 2016 +1000
release 0.4b45-3
commit c1a7c09ef64644ccb658eb1d53d1e6d3c7047b55
Author: Alexander Zangerl <az@debian.org>
Date: Sat Jun 25 14:18:00 2016 +0000
qfa: fix crash with legacy indexer #29
The indexer call table/interface structure in legacy_indexer.c doesn't
line up with what indexer.h expects: the entry for openQfaState is
missing, the wrong functions are invoked and eventually a null pointer
is deref'd.
Fixes: https://sourceforge.net/p/dump/patches/29
commit 90faeeafffe87a774fb980ec71fe36c7ee30f718
Author: Alexander Zangerl <az@debian.org>
Date: Sat Jun 25 14:44:00 2016 +0000
qfa: fix crash when using the -Q option #165
dump -Q filename fails because the qfa filename is not communicated to
the indexer plugin.
commit 9eeac8a9a595f5d74eac69380101a899e913b920
Author: Mike Frysinger <vapier@gentoo.org>
Date: Mon Jul 4 08:28:38 2016 +0545
qfa: constify gTapeposfile
commit d2035ccc94b70c24beaf8cf3417adc6ee0f2a14b
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Sun Jun 26 00:52:01 2016 +1000
debian release 0.4b45-3
commit 933a99154c72f352a416b52843d13c44d3a65f16
Author: Alexander Zangerl <az@debian.org>
Date: Wed Jun 8 10:51:25 2016 -0400
qfa: fix build when disabled #28
Fixes: https://sourceforge.net/p/dump/patches/28
commit 26df39c57ba08b13430c8d22ed3967ba11fb8194
Author: Mike Frysinger <vapier@gentoo.org>
Date: Tue Jun 7 15:06:41 2016 -0400
build: use pkg-config to find openssl
Also fix missing ssl linkage with ermt.
commit b7020ec49386dcb91614561656fff7f9f1a132d4
Author: Mike Frysinger <vapier@gentoo.org>
Date: Tue Jun 7 13:52:57 2016 -0400
fix whitespace/style in a few places
commit 33c83dc1bdd26cd22e0551637f9be2593bd2a91b
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Sat Jun 4 20:45:16 2016 +1000
debian release 0.4b45-1
commit 4ae1cb7685eab029d6a182f76d839cf0dea825d3
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Sun May 29 13:05:04 2016 +1000
Imported Upstream version 0.4b45
commit bf16fc8b8f2353b9a1cf5435a3bda7373a7bd278
Merge: ab4327f 4ae1cb7
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Sun May 29 13:05:04 2016 +1000
Merge tag 'upstream/0.4b45'
Upstream version 0.4b45
commit ab4327f70a800144bc5f3d9d58fff8c5a0adc86a
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Sat Feb 20 15:29:29 2016 +1000
debian release 0.4b44-8
commit 975b21c2c5355de462082cec75427b59bc09ba95
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Mon May 4 22:11:18 2015 +1000
two late packaging fixes that slipped my scrutiny earlier...
commit ef6fb90d65a0ebbaa35485c5d295d81a4784503a
Author: Alexander Zangerl <az@snafu.priv.at>
Date: Mon May 4 22:01:33 2015 +1000
various changes for first release as new maintainer
commit 18c8f519dbe5f7e06aec80c1a2f07730d1958748
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Date: Fri Feb 20 17:29:49 2015 -0200
Imported Debian patch 0.4b44-6
commit 8303c2abfaa6864bf9819ff795646aee756db382
Author: Matthew Vernon <matthew@debian.org>
Date: Mon Sep 29 11:36:37 2014 +0100
Imported Debian patch 0.4b44-5
commit 67996f5889ec542631444c21bfca66db8aa70172
Author: Mattia Rizzolo <mattia@mapreri.org>
Date: Sun Jan 12 21:14:40 2014 +0100
big update in the packaging structure, as QA upload
commit 964b8dde92e7488e969b7571d487344088870c80
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Sep 12 17:46:04 2013 -0600
move to collab-maint
commit 92005ca098a71e89f7a64097439eaa1eca072f1b
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Sep 12 17:30:43 2013 -0600
orphan
commit 05b4dda0ac19119a8464b2ca2c35531c281d956a
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 10 11:23:40 2011 -0600
note change in package source format in changelog
commit c37911bf99852b509252c530a239a04d795f6046
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 10 11:22:13 2011 -0600
properly attribute bashism patch
commit ddccef49cb577628ec86254e26c063c758bdf822
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 10 11:15:40 2011 -0600
only one remaining patch to upstream source for now
commit 0dd83545e50f5ff6459c3b084e6c94dd9457799a
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 10 11:10:06 2011 -0600
switch to source format 3.0 (quilt)
commit dc748fd18034fbb266d3b331391955cb7cc9d5e6
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 10 11:06:43 2011 -0600
fix lintian overrides, prepare to upload
commit 931aa1633f3c2b9950e61b861939c2d4d5ce605a
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 10 10:57:26 2011 -0600
work around apparent failure of pkg-config in upstream source re com_err
commit 06d80c5bc7550d72ce7c816f4248787ab6cd87ed
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 10 10:42:35 2011 -0600
new build dep
commit decf28be48e415df0c380b2261dc6db7a7e86874
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 10 10:08:27 2011 -0600
update changelog, standards version
commit a477f805614fb13d65a5b69f9ef9160ecca3ab09
Merge: fd41463 6f1d945
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 10 09:49:29 2011 -0600
Merge commit 'upstream/0.4b44'
commit 6f1d945069c204e35fc0f9411c15f043e682543a
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 10 09:49:28 2011 -0600
Imported Upstream version 0.4b44
commit fd414635d2d9a8ad36e9de739050f574ea0291f7
Author: Bdale Garbee <bdale@gag.com>
Date: Wed May 4 09:56:58 2011 -0600
upstream fix for dumping files with leading zeros correctly
commit 640258c4f94bce05ebc0d56a83495d18029a5f25
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Nov 11 18:01:54 2010 -0700
add Vcs entries to the control file
commit e555da0ba01d5b695081e82afedca9da18be3ee8
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 11 09:59:25 2010 -0600
fix lintian warnings
commit cd02b2f884c14326b66c70302c80886528bb4528
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 11 09:52:29 2010 -0600
update changelog
commit 9a0f7d31d8848683face512dcabfc03949c78fb2
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 11 09:49:22 2010 -0600
Imported Upstream version 0.4b43
commit 342c02f24a87e321fb6b774fcb705a85577547d2
Merge: d1107bc 9a0f7d3
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 11 09:49:22 2010 -0600
Merge commit 'upstream/0.4b43'
commit d1107bcd8ac1078d565dff58c7fff2f4d6049fc9
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Jun 11 09:48:30 2010 -0600
make changelog reflect that this version hasn't been uploaded yet
commit 664e5c4786b897ee6762b8ee5527dd409476f8e4
Author: Bdale Garbee <bdale@gag.com>
Date: Mon Mar 15 12:08:39 2010 -0600
move gbp.conf to debian/
commit 728e0178db3a5a1d453ac1c855e9772527cfaba1
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Mar 5 09:27:42 2010 -0700
update man page to reflect ext4 support
commit 6a7f64abf1f21f6cd88adb1fe4f08934a6b7504b
Author: Bdale Garbee <bdale@gag.com>
Date: Sun Nov 1 20:17:33 2009 -0700
update standards version
commit 76e3ce167cfc1a3a4d3402dc3179adf5403bb72e
Author: Bdale Garbee <bdale@gag.com>
Date: Sun Nov 1 20:13:37 2009 -0700
update changelog
commit 599cd32b9d20d61485620aa119babd0a33413e47
Author: Bdale Garbee <bdale@gag.com>
Date: Sun Sep 13 08:08:37 2009 -0600
eliminate libreadline5-dev in build deps per Matthias Klose
commit 407d734c7763de59a4d357b488a3afe0b9194623
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 14:17:25 2009 -0600
newer versioned dependency on debhelper due to use of dh_lintian
commit db8223d10fabec9d5e6d2ec667635e2409784b93
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 14:13:06 2009 -0600
actually deliver the overrides file
commit a0aee1916f1abffd4eac675a2947489227334025
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 14:10:01 2009 -0600
hrm ... odd that lintian is using ./ prefixes
commit 909690052c16b4bfd618ccae9beee66ce18509a3
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 14:07:39 2009 -0600
fix permissions
commit 9a6cfa915b6aab57443decf037184d1aa689c74c
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 14:03:33 2009 -0600
make configure call in rules more readable
commit 7e73e0af838955186938c8899a462b6dd2316536
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 14:02:27 2009 -0600
prepare to upload
commit af35c4c59de4b89862f3861d3637e7f7396c5a4b
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 13:46:26 2009 -0600
add overrides for new lintian error about zlib static linking
commit 4d5a4dfe86c146dbdf5423bbcc985d81192ec043
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 13:31:54 2009 -0600
more build deps
commit 354ecd759eac5b203b1786f8e4ed4851ded15b7b
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 13:20:05 2009 -0600
another build dep
commit b10d6367c74d078a4038c1394a931266d4486628
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 09:44:48 2009 -0600
update approach to handling config.sub/guess for better git compatibility
commit f6f2b7ff53421aa490b8c1b85b5e5d790bdc4ede
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 09:40:36 2009 -0600
oops, missed this one in the merge!
commit a864f08d55aeb4954e3e63307a176ba97dc8ca2c
Merge: 6481a93 3c2c604
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 09:38:50 2009 -0600
Merge commit 'upstream/0.4b42'
Conflicts:
CHANGES
MCONFIG.in
configure
configure.in
dump.lsm
dump.spec
dump/dump.8.in
dump/tape.c
dump/traverse.c
examples/dump_on_cd_3/dump_disk
restore/Makefile.in
restore/dirs.c
restore/main.c
restore/restore.8.in
restore/restore.c
restore/restore.h
restore/tape.c
restore/xattr.c
commit 3c2c604b3b2a51fa1717a2212b5fed9145b51cd1
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 18 09:23:36 2009 -0600
Imported Upstream version 0.4b42
commit 6481a93d665c0bedf3a5d636c6d842107309c1de
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Aug 29 09:01:50 2008 -0600
fix typo
commit 3d99319f92df54223fb883b2009661ef907b21bb
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Aug 29 09:01:09 2008 -0600
fix lintian warnings
commit 2e0e66e41a3ae15b4ebada9497e14905aad4a34a
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Aug 29 08:55:32 2008 -0600
updated autoconf files
commit 879a1702998799ba1aa971db80c2ee8cb01cfaa6
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Aug 29 08:51:52 2008 -0600
fix bashisms in example script
commit 3ceeb67dff313dba2a9e210e5d11c122eeac6932
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jun 5 17:03:18 2008 -0600
add a config file for git-buildpackage
commit b864249baa10b674c55234e9eb40af3968342092
Author: Bdale Garbee <bdale@gag.com>
Date: Wed Feb 21 17:48:47 2007 +0900
Imported Debian patch 0.4b41-5
commit ec5e16132791daaa55aec8853b16ac74db51312f
Author: Bdale Garbee <bdale@gag.com>
Date: Fri Dec 8 18:28:06 2006 -0600
Imported Debian patch 0.4b41-4
commit f893760599706221b73873f45175a9af46c49e08
Author: Bdale Garbee <bdale@gag.com>
Date: Sat Apr 15 01:09:49 2006 -0600
Imported Debian patch 0.4b41-3
commit 251a7ad99cc340373ebb4c09c469266d03cf6468
Author: Bdale Garbee <bdale@gag.com>
Date: Thu Jan 5 20:13:45 2006 -0700
Imported Debian patch 0.4b41-2
commit 72d6b3ce00a5d09ff8a30d649594ff54a7157f97
Author: Bdale Garbee <bdale@gag.com>
Date: Mon Jan 2 16:18:56 2006 -0700
Imported Debian patch 0.4b41-1
commit e51ce2a131f4a894dc54226c188fa27718bc687c
Author: Bdale Garbee <bdale@gag.com>
Date: Mon May 19 23:04:27 2008 -0600
Imported Upstream version 0.4b41
commit 0b2ca41df10ac4d69127e4fedca5d64531d9d1d7
Author: Bdale Garbee <bdale@gag.com>
Date: Wed Sep 28 00:50:29 2005 -0600
Imported Debian patch 0.4b40-1
commit 63a9cb032e8772bd71314d1dfad4af6913e17805
Author: Bdale Garbee <bdale@gag.com>
Date: Mon May 19 23:04:26 2008 -0600
Imported Upstream version 0.4b40
commit 48e877a90f49ba854953db561f949519ef3defa8
Author: Bdale Garbee <bdale@gag.com>
Date: Sun May 29 16:48:06 2005 +0200
Imported Debian patch 0.4b37-2
commit 3bd5135be25570ad08531f4b5948325e6bdf65a8
Author: Bdale Garbee <bdale@gag.com>
Date: Tue Sep 7 10:21:35 2004 -0600
Imported Debian patch 0.4b37-1
commit 6ca85a1b3c0486912b19bd5e47f78e9207ba5298
Author: Bdale Garbee <bdale@gag.com>
Date: Mon May 19 23:04:23 2008 -0600
Imported Upstream version 0.4b37