File: changelog

package info (click to toggle)
libdbd-mariadb-perl 1.21-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,072 kB
  • sloc: ansic: 5,574; perl: 1,082; sh: 39; makefile: 24
file content (176 lines) | stat: -rw-r--r-- 6,707 bytes parent folder | download
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
libdbd-mariadb-perl (1.21-3) unstable; urgency=medium

  * Team upload.
  * Use MYSQL_USER instead of root in smoke-cleanup for MariaDB like in
    smoke-setup.
    (Hopefully really closes: #980640)
  * Create MYSQL_DIR in debian/tests/pkg-perl/smoke-setup.
    This might help with the removal problems in smoke-cleanup seen on some
    buildds.
  * Set MYSQL_USER for autopkgtests in debian/tests/pkg-perl/smoke-env
    once instead of duplicating it in smoke-setup and smoke-cleanup.

 -- gregor herrmann <gregoa@debian.org>  Fri, 22 Jan 2021 15:53:48 +0100

libdbd-mariadb-perl (1.21-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Replace '--with perl_dbi' in debian/rules with a build dependency on
    'dh-sequence-perl-dbi'.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Remove check for DEB_BUILD_OPTIONS=nocheck from debian/rules.
    debhelper 13 does this for us.
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

  [ Robie Basak ]
  * Changes required for the MySQL 8.0 transition:
    - Avoid IDENTIFIED BY on GRANT.
    - GRANT SESSION_VARIABLES_ADMIN as required by MySQL >= 8.0.14.

  [ Dimitri John Ledkov ]
  * Adjust test case expectation that works with either 8.0.22+ or prior
    mysql versions. https://github.com/gooddata/DBD-MariaDB/issues/160

  [ gregor herrmann ]
  * Tighten regex in test patch, as proposed by upstream in
    https://github.com/gooddata/DBD-MariaDB/issues/160#issuecomment-725512481
  * debian/tests/pkg-perl/smoke-setup: drop --user on mysql_install_db
    call for MariaDB. Otherwise we get a permisson error with
    '/usr/lib/mysql/plugin/auth_pam_tool_dir/auth_pam_tool'.
  * debian/tests/pkg-perl/smoke-setup: use --user=${MYSQL_USER} throughout
    the script for MariaDB instead of a mixture of MYSQL_USER and root,
    which leads to database permission problems. Keep using 'root' for
    MySQL, which doesn't setup a user for the current login.
  * The above changes from Ubuntu plus the smoke-setup fixups fix the test
    failures with newer MariaDB.
    Closes: #980640

  * Update lintian override (renamed tag).
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.1.

 -- gregor herrmann <gregoa@debian.org>  Fri, 22 Jan 2021 13:26:21 +0100

libdbd-mariadb-perl (1.21-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.21.
  * Drop mariadb-10.3.12-message.patch which was taken from an upstream
    pull request.
  * Update years of packaging copyright.
  * Update Build-Depends for cross builds.
  * Set upstream metadata fields: Bug-Submit.

 -- gregor herrmann <gregoa@debian.org>  Sat, 21 Dec 2019 20:21:37 +0100

libdbd-mariadb-perl (1.11-4) unstable; urgency=medium

  * Team upload.
  * Update autopkgtest setup. Only override smoke test instead of
    duplicating whole test stack.
    Replace ADTTMP with AUTOPKGTEST_TMP.
    Update debian/tests/control to match the one generated by autodp8.
  * Mark autopkgtest pkg-perl-autopkgtest-build-deps-{mysql,mariadb} as flaky.
    Sometimes mysql/mariadb have issues on ci.debian.net, like running out of
    memory, which shouldn't make this package's tests fail.
    Cf. #942093
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Add lintian override (autopkgtests).
  * Fix typo in old changelog entry.

 -- gregor herrmann <gregoa@debian.org>  Sat, 12 Oct 2019 23:50:58 +0200

libdbd-mariadb-perl (1.11-3) unstable; urgency=medium

  * Team upload.
  * Replace MariaDB 10.3.12 test patch with the one from the upstream pull
    request. Thanks to Pali for coming up with a real fix.

 -- gregor herrmann <gregoa@debian.org>  Thu, 17 Jan 2019 18:33:11 +0100

libdbd-mariadb-perl (1.11-2) unstable; urgency=medium

  * Team upload.
  * Add patch to temporarily make a test failure non-fatal which is caused
    by a change in MariaDB 10.3.12's output. (Closes: #919071)

 -- gregor herrmann <gregoa@debian.org>  Sun, 13 Jan 2019 18:16:21 +0100

libdbd-mariadb-perl (1.11-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.11.
  * Add build dependency on libnet-ssleay-perl.
  * Add libnet-ssleay-perl in debian/tests/control as well.

 -- gregor herrmann <gregoa@debian.org>  Fri, 04 Jan 2019 23:18:29 +0100

libdbd-mariadb-perl (1.10-2) unstable; urgency=medium

  * Team upload.
  * Add libssl-dev to Build-Depends and in debian/tests/control to fix a
    configure failure.
  * Make build dependency on default-libmysqlclient-dev versioned.
    Intermediate versions had dependency issues.
  * debian/tests/control: add test-name to the tests.
  * Declare compliance with Debian Policy 4.3.0.
  * Bump debhelper compatibility level to 11.

 -- gregor herrmann <gregoa@debian.org>  Tue, 25 Dec 2018 22:32:58 +0100

libdbd-mariadb-perl (1.10-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.10.
  * Drop spelling-error.patch, applied upstream.
  * Make (build) dependency on libdbi-perl versioned.

 -- gregor herrmann <gregoa@debian.org>  Sun, 09 Dec 2018 17:46:32 +0100

libdbd-mariadb-perl (1.00-2) unstable; urgency=medium

  * Team upload.

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> yadd@debian.org

  [ gregor herrmann ]
  * debian/tests/control: mark mysql test as skippable as there is no
    mysql in testing.
    This mirrors Paul Gevers' merge request for libdbd-mysql-perl.
  * debian/tests/control: drop "needs-recommends" restriction.
    Deprecated, and the package has no Recommends anyway.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.2.1.

 -- gregor herrmann <gregoa@debian.org>  Fri, 12 Oct 2018 22:49:25 +0200

libdbd-mariadb-perl (1.00-1) unstable; urgency=low

  * Initial release (Closes: #906883)

  # Changes since libdbd-mysql-perl 4.046-2:

  [ Xavier Guimard ]
  * Join upstream copyright (as described in DBD::MariaDB)
  * Add libdevel-checklib-perl in build dependencies
  * Remove regression-fix-float_type_conversion.patch included in upstream
  * Add spelling-error.patch (reported)
  * autopkgtest smoke-setup:
    - launch Makefile.PL in smoke-setup to create t/MariaDB.mtest if missing
      and add related files in smoke-files
    - modify smoke-setup using upstream contribution

  [ gregor hermann ]
  * autopkgtest smoke-setup:
    - set utf8 in db creation to enable more tests

 -- Xavier Guimard <x.guimard@free.fr>  Thu, 23 Aug 2018 20:54:16 +0200