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
Among the 6 debian patches available in version 0.10.1-2 of the package, we noticed the following issues: