Debian Package Tracker
Register | Log in
Subscribe

mydumper

High-performance MySQL backup tool

Choose email to subscribe with

general
  • source: mydumper (main)
  • version: 0.10.1-2
  • maintainer: Otto Kekäläinen (DMD)
  • arch: all any
  • std-ver: 3.9.8
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.10.1-1
  • o-o-sec: 0.10.1-1+deb11u1
  • oldstable: 0.10.1-1+deb12u2
  • unstable: 0.10.1-2
versioned links
  • 0.10.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.10.1-1+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.10.1-1+deb12u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.10.1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • mydumper
  • mydumper-doc
action needed
A new upstream version is available: 1.0.3-1 high
A new upstream version 1.0.3-1 is available, you should consider packaging it.
Created: 2025-11-27 Last update: 2026-06-06 21:00
Standards version of the package is outdated. high
The package is severely out of date with respect to the Debian Policy. The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 3.9.8).
Created: 2018-04-16 Last update: 2026-03-31 15:01
The package has not entered testing even though the delay is over normal
The package has not entered testing even though the 5-day delay is over. Check why.
Created: 2026-04-13 Last update: 2026-06-06 21:48
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 0.10.1-3, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit abf66ebba9fc9804ae1aded764d43b9aca623064
Author: Otto Kekäläinen <otto@debian.org>
Date:   Thu Jun 4 10:55:46 2026 +0800

    Update changelog

commit 3e382f9225cb37850b5ce3ec2ca92b0a38059cee
Author: Otto Kekäläinen <otto@debian.org>
Date:   Thu Jun 4 11:30:42 2026 +0800

    Add patch to preserve Debian hardening flags in CMAKE_C_FLAGS

commit 7f9695d90d2cae7708869eb611ced5a507cde76a
Author: Otto Kekäläinen <otto@debian.org>
Date:   Thu Jun 4 03:33:12 2026 +0000

    Pass Debian build flags to CMake configuration
    
    CMake builds do not automatically inherit compiler and linker
    flags from dpkg-buildflags. Explicitly set CMAKE_C_FLAGS,
    CMAKE_CXX_FLAGS, and CMAKE_EXE_LINKER_FLAGS using the
    dpkg-buildflags values, appending -fPIE and -pie so that
    hardening features like position-independent executables are
    correctly enabled.

commit b2b0f28bacc50841b8e86f9eef71189df9398236
Author: Otto Kekäläinen <otto@debian.org>
Date:   Thu Jun 4 10:43:39 2026 +0800

    Add generic hardening rules
    
    Fixes Lintian nags:
    
        I: mydumper: hardening-no-bindnow [usr/bin/mydumper]
        I: mydumper: hardening-no-bindnow [usr/bin/myloader]

commit 55dd92ad46b4f6aae870de427cc90a45d6c2d379
Author: Otto Kekäläinen <otto@debian.org>
Date:   Thu Jun 4 10:42:17 2026 +0800

    Add upstream metadata file

commit 40ce5aaafa30201ffaa6a800e0370b09104f7ef3
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed Jun 3 22:21:33 2026 +0800

    Update upstream GitHub project from maxbube to mydumper

commit 5c091a143a7653c4f22bf46c47a3ce521b82e124
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed Jun 3 22:20:22 2026 +0800

    Bump Debian Policy version to 4.7.4
    
    No changes required after reviewing checklist at
    https://www.debian.org/doc/debian-policy/upgrading-checklist.html#version-4_7_4

commit f81089337909395c3af3430ff22cb1cd187b6293
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed Jun 3 22:19:55 2026 +0800

    Update copyright years for recent contributors
    
    Also fix odd copyright format link.

commit d462d88f6e73a0fdb50135b3cd372ecb85c0fbc8
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed Jun 3 22:19:09 2026 +0800

    Drop redundant `Priority: extra`
    
    As of dpkg version 1.22.13, this field is set to "optional" by default
    As such, in this case the Priority field is redundant and should be
    removed.

commit f77e2552fc153a335c9cfddab50a77d33d94805a
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed Jun 3 22:16:10 2026 +0800

    Bump Debhelper level from 9 to 13

commit 38669aa268108fc5f92d287a3642ffc9e7909cef
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed Jun 3 22:14:38 2026 +0800

    Mention MariaDB in description

commit 88587b5849f44fae153494b2a9915c6bfdb46b84
Author: Otto Kekäläinen <otto@debian.org>
Date:   Wed Jun 3 22:07:36 2026 +0800

    Fix build with `cmake_minimum_required` in CMake 4
    
    CMake 4.3 no longer supports `cmake_minimum_required` versions below 3.5,
    causing the configure step to fail because upstream declares an older
    minimum version. Pass -DCMAKE_POLICY_VERSION_MINIMUM=3.5 via a
    dh_auto_configure override to allow the build to proceed without
    modifying upstream files.
    
    Fixes build error:
    
        CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
          Compatibility with CMake < 3.5 has been removed from CMake.

commit 784cccf8c1abcba989188078bcc2d9d8f23b2404
Author: Otto Kekäläinen <otto@debian.org>
Date:   Sat Oct 18 16:51:38 2025 -0700

    Update changelog to communicate package state

commit 94374712604a1d51ad12ff18663ba0525c5cceb4
Author: Otto Kekäläinen <otto@debian.org>
Date:   Tue Sep 9 11:05:50 2025 -0700

    Document the state of the patches related to need to upstream

commit f49807418c844221396e3f5cfe2f0e18855fdd49
Author: Otto Kekäläinen <otto@debian.org>
Date:   Mon Sep 8 20:47:27 2025 -0700

    Salsa CI: Disable jobs that were already failing
    
    The purpose of a CI is to detect regressions. Thus it must be green to
    start with and have no failing jobs to be useful. More jobs can be enabled
    later in concert with fixing issues.

commit 047a315582f7e3c0daceb84ec04bda8fd515fbe7
Author: Otto Kekäläinen <otto@debian.org>
Date:   Mon Sep 8 20:45:27 2025 -0700

    Open new changelog entry

commit a3ca863e1751dc0182fc53e8002753901e6a6a3c
Author: Otto Kekäläinen <otto@debian.org>
Date:   Mon Sep 8 13:01:01 2025 -0700

    Update changelog for 0.10.1-2 release

commit ad27d9157c64ce3bec9d0fa49872595d1a7cfa01
Author: Otto Kekäläinen <otto@debian.org>
Date:   Mon Sep 8 19:53:22 2025 +0000

    Clean up changelog
    
    - Trim trailing whitespace
    - Fix day-of-week for changelog entry 0.5.1-1

commit 1e297bc36989d2e32c2a575c7c91aebafb0f0509
Author: Otto Kekäläinen <otto@debian.org>
Date:   Mon Sep 8 12:21:13 2025 -0700

    Enable Salsa CI using default template

commit d518d90f06dc5143b293120b01ed9578aab82d50
Author: Otto Kekäläinen <otto@debian.org>
Date:   Mon Sep 8 19:53:23 2025 +0000

    Remove patches that are missing from debian/patches/series
    
    These didn't have any effect, so stop carrying them. They are also
    not properly documented, so not worth trying to resurrect.

commit b95f82b55c45775596290fbc1dd8c87a5a018b67
Author: Otto Kekäläinen <otto@debian.org>
Date:   Mon Sep 8 12:39:24 2025 -0700

    Add patch to make current MyDumper version compile with pcre2

commit 6cc3549fab10a2296a4bcd403dfca6e963edd923
Author: Otto Kekäläinen <otto@debian.org>
Date:   Mon Sep 8 12:44:47 2025 -0700

    Replace outdated PCRE3 with modern PCRE2 (Closes: #1000014)

commit fcf792fa46f437a95c8eae49093f12f7882fb626
Author: Otto Kekäläinen <otto@debian.org>
Date:   Mon Sep 8 12:46:05 2025 -0700

    Add myself as maintainer (Closes: #1109991)

commit c43aa777d83538d0f129e46767060b193e904be2
Author: Otto Kekäläinen <otto@debian.org>
Date:   Mon Sep 8 12:44:02 2025 -0700

    Apply `wrap-and-sort -vast` to make tracking changes easier in git

commit 143935c06ffbde8bf3f19185f0eab794d02a1b40
Author: Lee Garrett <lgarrett@rocketjump.eu>
Date:   Thu May 29 16:59:12 2025 +0200

    Update changelog and leave it unreleased as it FTBFS

commit d500f4a3f3e8d1f1d2d1dd5114e6c72f2b0a304b
Author: Lee Garrett <lgarrett@rocketjump.eu>
Date:   Thu May 29 16:52:02 2025 +0200

    Add patch for CVE-2025-30224.

commit be62dea71fdae60503fe3acd21d0ef5b31fb14ac
Author: Lee Garrett <lgarrett@rocketjump.eu>
Date:   Thu May 29 13:09:21 2025 +0200

    Add autopkgtest integration tests

commit 8b3ae57ff96f67ea53b9d07eccc33d0f602db656
Author: Lee Garrett <lgarrett@rocketjump.eu>
Date:   Wed May 28 18:15:03 2025 +0200

    Add debian/gbp.conf
Created: 2021-02-10 Last update: 2026-06-04 05:30
lintian reports 6 warnings normal
Lintian reports 6 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2021-04-11 Last update: 2025-09-09 12:03
Multiarch hinter reports 1 issue(s) low
There are issues with the multiarch metadata for this package.
  • mydumper-doc could be marked Multi-Arch: foreign
Created: 2017-01-10 Last update: 2026-06-06 22:01
debian/patches: 6 patches to forward upstream low

Among the 6 debian patches available in version 0.10.1-2 of the package, we noticed the following issues:

  • 6 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2025-09-09 17:30
testing migrations
  • excuses:
    • Migration status for mydumper (- to 0.10.1-2): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • ∙ ∙ Updating mydumper would introduce bugs in testing: #1125614
    • ∙ ∙ Not built on buildd: arch loong64 binaries uploaded by glaubitz@physik.fu-berlin.de
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/m/mydumper.html
    • ∙ ∙ Autopkgtest for mydumper/0.10.1-2: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, i386: No tests, superficial or marked flaky ♻, loong64: No tests, superficial or marked flaky ♻, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻, s390x: No tests, superficial or marked flaky ♻
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • ∙ ∙ 271 days old (needed 5 days)
    • Not considered
news
[rss feed]
  • [2026-03-01] mydumper REMOVED from testing (Debian testing watch)
  • [2025-09-14] mydumper 0.10.1-2 MIGRATED to testing (Debian testing watch)
  • [2025-09-10] Accepted mydumper 0.10.1-1+deb12u1 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Lee Garrett)
  • [2025-09-10] Accepted mydumper 0.10.1-1+deb12u2 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Lee Garrett)
  • [2025-09-09] Accepted mydumper 0.10.1-2 (source) into unstable (Otto Kekäläinen)
  • [2025-05-29] Accepted mydumper 0.10.1-1+deb11u1 (source) into oldstable-security (Lee Garrett)
  • [2023-07-17] mydumper REMOVED from testing (Debian testing watch)
  • [2021-02-20] mydumper 0.10.1-1 MIGRATED to testing (Debian testing watch)
  • [2021-02-09] Accepted mydumper 0.10.1-1 (source) into unstable (Filippo Giunchedi)
  • [2020-07-10] Accepted mydumper 0.9.5-1+deb10u1 (source) into proposed-updates->stable-new, proposed-updates (Debian FTP Masters) (signed by: Adrian Bunk)
  • [2020-05-21] mydumper 0.9.5-1.2 MIGRATED to testing (Debian testing watch)
  • [2020-05-16] Accepted mydumper 0.9.5-1.2 (source) into unstable (Adrian Bunk)
  • [2020-03-14] Accepted mydumper 0.9.5-1.1 (source) into unstable (Sandro Tosi)
  • [2019-01-04] mydumper 0.9.5-1 MIGRATED to testing (Debian testing watch)
  • [2018-12-30] Accepted mydumper 0.9.5-1 (source amd64 all) into unstable (Filippo Giunchedi)
  • [2017-01-23] mydumper 0.9.1-5 MIGRATED to testing (Debian testing watch)
  • [2017-01-18] Accepted mydumper 0.9.1-5 (source amd64 all) into unstable (Mateusz Kijowski) (signed by: Bartosz Fenski)
  • [2017-01-16] Accepted mydumper 0.9.1-4 (source amd64 all) into unstable (Mateusz Kijowski) (signed by: Bartosz Fenski)
  • [2017-01-14] Accepted mydumper 0.9.1-3 (source amd64 all) into unstable (Mateusz Kijowski) (signed by: Bartosz Fenski)
  • [2017-01-10] Accepted mydumper 0.9.1-2 (source amd64 all) into unstable, unstable (Mateusz Kijowski) (signed by: Bartosz Fenski)
  • [2016-12-29] mydumper 0.9.1-1 MIGRATED to testing (Debian testing watch)
  • [2016-12-01] mydumper REMOVED from testing (Debian testing watch)
  • [2016-01-21] mydumper 0.9.1-1 MIGRATED to testing (Debian testing watch)
  • [2015-12-10] Accepted mydumper 0.9.1-1 (source amd64) into unstable (Mateusz Kijowski) (signed by: Bartosz Fenski)
  • [2015-07-30] mydumper REMOVED from testing (Britney)
  • [2014-04-06] mydumper 0.6.1-1 MIGRATED to testing (Debian testing watch)
  • [2014-03-31] Accepted mydumper 0.6.1-1 (source amd64) (Mateusz Kijowski) (signed by: Bartosz Fenski)
  • [2013-07-07] mydumper 0.5.2-1 MIGRATED to testing (Debian testing watch)
  • [2013-06-26] Accepted mydumper 0.5.2-1 (source amd64) (Mateusz Kijowski) (signed by: Bartosz Fenski)
  • [2012-06-20] mydumper 0.5.1-3 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 4
  • RC: 1
  • I&N: 3
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 6)
  • buildd: logs, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • screenshots
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.10.1-2ubuntu1
  • 2 bugs
  • patches for 0.10.1-2ubuntu1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing