File: changelog

package info (click to toggle)
check-postgres 2.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,032 kB
  • sloc: perl: 12,710; sh: 19; makefile: 13
file content (215 lines) | stat: -rw-r--r-- 6,957 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
check-postgres (2.26.0-2) unstable; urgency=medium

  * Disable flaky t/02_replicate_row.t test.

 -- Christoph Berg <myon@debian.org>  Sat, 15 Feb 2025 12:45:41 +0100

check-postgres (2.26.0-1) unstable; urgency=medium

  * New upstream version.

 -- Christoph Berg <myon@debian.org>  Mon, 07 Aug 2023 11:10:57 +0200

check-postgres (2.25.0-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * debian/watch: Use GitHub /tags rather than /releases page.
  * Update standards version to 4.6.1, no changes needed.

 -- Christoph Berg <myon@debian.org>  Mon, 07 Nov 2022 15:14:28 +0100

check-postgres (2.25.0-4) unstable; urgency=medium

  * t/04_timeout.t: Allow yet more time for tests.

 -- Christoph Berg <myon@debian.org>  Tue, 07 Dec 2021 09:03:38 +0100

check-postgres (2.25.0-3) unstable; urgency=medium

  * check_postgres.pl: Use #!/usr/bin/perl.
  * Update homepage location.
  * t/02_txn_time.t, t/02_connection.t: Allow more time for tests.

 -- Christoph Berg <myon@debian.org>  Mon, 06 Dec 2021 14:54:17 +0100

check-postgres (2.25.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on debhelper and libdbd-pg-perl.

  [ Christoph Berg ]
  * Use `command -v` instead of `which` to find psql.
  * t/02_connection.t: Accept changed error message in PG14.
  * DH 13.

 -- Christoph Berg <myon@debian.org>  Thu, 09 Sep 2021 16:54:33 +0200

check-postgres (2.25.0-1) unstable; urgency=medium

  * New upstream version.

 -- Christoph Berg <myon@debian.org>  Mon, 10 Feb 2020 12:00:32 +0100

check-postgres (2.24.0-4) unstable; urgency=medium

  [ Jelmer Vernooij ]
  * Use correct machine-readable copyright file URI.

  [ Christoph Berg ]
  * Add debian/gitlab-ci.yml.
  * PG12: Fix t/02_connection.t, remove t/02_same_schema.t.

 -- Christoph Berg <myon@debian.org>  Thu, 07 Nov 2019 14:38:09 +0100

check-postgres (2.24.0-3) unstable; urgency=medium

  * debian/tests/control: Install libdbd-pg-perl, and allow stderr.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 26 Jul 2018 12:14:07 +0200

check-postgres (2.24.0-2) unstable; urgency=medium

  * Move maintainer address to team+postgresql@tracker.debian.org.
  * Fix debian/tests/control file name. Thanks to Paul Gevers for helping me
    spot this!
  * debian/tests/prove: When called as root, re-exec ourselves as nobody in a
    different directory.

 -- Christoph Berg <myon@debian.org>  Wed, 25 Jul 2018 23:47:28 +0200

check-postgres (2.24.0-1) unstable; urgency=medium

  * New upstream version.
    + Supports PostgreSQL CVE-2018-1058 changes. (Closes: #897523)
  * Move packaging repository to salsa.debian.org
  * Mark package as Multi-Arch: foreign.
  * Run testsuite via autopkgtest as well.
  * Disable pkg-perl-autopkgtest's implicit build-deps check, we are not a
    perl module.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 30 May 2018 14:25:04 +0200

check-postgres (2.23.0-1) unstable; urgency=medium

  * New upstream version.
  * Point watch file at GitHub.

 -- Christoph Berg <myon@debian.org>  Tue, 31 Oct 2017 16:27:10 +0100

check-postgres (2.22.0-98-gca1f541-1) unstable; urgency=medium

  * Team upload.
  * New upstream snapshot, fixes testing with PG 9.2.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 05 Oct 2017 10:28:23 +0200

check-postgres (2.22.0-97-gd7f6475-1) unstable; urgency=medium

  * Team upload.
  * New "it's about time" upstream snapshot.
  * Enable MRTG output test in t/02_replicate_row.t again, the timeouts are
    bigger now.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 27 Sep 2017 13:21:01 +0200

check-postgres (2.22.0-3) experimental; urgency=medium

  * Remove redundant Depends: perl from control file, ${perl:Depends} will
    fill in the correct value. Spotted by Bernd Zeimetz, thanks!
  * Build-Depend on postgresql-all.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 30 Mar 2017 11:29:58 +0200

check-postgres (2.22.0-2) unstable; urgency=medium

  * t/02_disk_space.t: Relax requirements on device name.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 22 Sep 2016 15:18:36 +0200

check-postgres (2.22.0-1) unstable; urgency=medium

  * New upstream release.

 -- Christoph Berg <christoph.berg@credativ.de>  Tue, 30 Jun 2015 18:02:22 +0200

check-postgres (2.21.0-3) unstable; urgency=medium

  * t/02_replicate_row.t: Mark MRTG output test as TODO, it fails too often
    without a real reason.  Closes: #775644.

 -- Christoph Berg <christoph.berg@credativ.de>  Mon, 26 Jan 2015 18:13:16 +0100

check-postgres (2.21.0-2) unstable; urgency=medium

  * Set team as maintainer.

 -- Christoph Berg <myon@debian.org>  Wed, 15 Oct 2014 22:31:18 +0200

check-postgres (2.21.0-1) unstable; urgency=low

  * New upstream release.
    + t/02_disk_space.t: Skip if "df" doesn't work.  Closes: #718052.
    + t/02_last_vacuum.t: Commit content in test table so the stats can see it.
    + check_postgres.pl, t/02_locks.t: Sort lock types.
    + t/02_new_version_*: Skip if SKIP_NETWORK_TESTS is set.
    + t/02_replicate_row.t: Set MRTG test sleep delay to 0.5s.
    + check_postgres.pl, t/02_slony_status.t: Fix for 9.3.
  * B-D on libdbd-pg-perl 2.19.3 for testing PostgreSQL >= 9.2.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 25 Sep 2013 10:31:10 +0200

check-postgres (2.20.1-1) unstable; urgency=low

  * New upstream release.
    + Basic connection check returns CRITICAL.  Closes: #700866.
  * Run testsuite on build; disable "new version" tests because they need
    networking.
  * Repository moved to git.

 -- Christoph Berg <myon@debian.org>  Tue, 02 Jul 2013 09:46:32 +0200

check-postgres (2.20.0-1) experimental; urgency=low

  [ Peter Eisentraut ]
  * Improve watch file

  [ Christoph Berg ]
  * New upstream release.
  * Add testsuite runner (not used yet).

 -- Christoph Berg <myon@debian.org>  Wed, 20 Mar 2013 16:07:18 +0100

check-postgres (2.19.0-1) unstable; urgency=low

  * New upstream release.

 -- Christoph Berg <myon@debian.org>  Tue, 24 Jan 2012 12:35:02 +0100

check-postgres (2.18.0-1) unstable; urgency=low

  * New upstream release.

 -- Christoph Berg <myon@debian.org>  Wed, 05 Oct 2011 16:43:27 +0200

check-postgres (2.16.0-2) unstable; urgency=low

  * Merge my rouge packaging into Peter's package. Luckily, everything was
    pretty compatible.  Closes: #635163.
  * Prevent running of the "cleanup" test on clean, this would need DBI in the
    Build-Depends and we don't run the test suite anyway.

 -- Christoph Berg <myon@debian.org>  Fri, 29 Jul 2011 23:48:15 +0200

check-postgres (2.16.0-1) unstable; urgency=low

  * Initial release.

 -- Christoph Berg <myon@debian.org>  Thu, 14 Jul 2011 16:43:32 +0200

check-postgres (2.14.3-1) unstable; urgency=low

  * Initial release (closes: #602441)

 -- Peter Eisentraut <petere@debian.org>  Tue, 30 Nov 2010 21:40:35 +0200