File: changelog

package info (click to toggle)
plocate 1.1.8-2%2Bdeb11u1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 468 kB
  • sloc: cpp: 5,341; sh: 106; makefile: 4
file content (255 lines) | stat: -rw-r--r-- 8,769 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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
plocate (1.1.8-2+deb11u1) stable; urgency=medium

  * debian/patches/01-fix-wrong-escape.diff: New patch backported from
    upstream, fixes problems with escaping UTF-8 characters on platforms
    with signed char (which is most of them).

 -- Steinar H. Gunderson <sesse@debian.org>  Thu, 18 Nov 2021 00:04:11 +0100

plocate (1.1.8-2) unstable; urgency=medium

  * Add fuse.rclone to the default PRUNEFS in updatedb.conf.
    Suggested by Stefan Breunig. (Closes: #989520)

 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 19 Jun 2021 17:35:31 +0200

plocate (1.1.8-1) unstable; urgency=medium

  * New upstream release.

 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 12 Jun 2021 14:27:53 +0200

plocate (1.1.7-3) unstable; urgency=medium

  * Update the upgrade-from-mlocate autopkgtest to account for the new
    lack of coinstallability between mlocate and plocate. (Closes: #988604)

 -- Steinar H. Gunderson <sesse@debian.org>  Mon, 17 May 2021 12:26:00 +0200

plocate (1.1.7-2) unstable; urgency=medium

  * Add Breaks: mlocate, since evidently, sharing the updatedb.conf file
    does not work all that well in the face of uninstalls.
    (Closes: #976321)

 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 15 May 2021 14:54:15 +0200

plocate (1.1.7-1) unstable; urgency=medium

  * New upstream release.

 -- Steinar H. Gunderson <sesse@debian.org>  Wed, 07 Apr 2021 09:36:06 +0200

plocate (1.1.6-3) unstable; urgency=medium

  * Add missing @ dependency in one of the autopkgtests, causing it to fail.

 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 03 Apr 2021 14:54:57 +0200

plocate (1.1.6-2) unstable; urgency=medium

  * Add a few autopkgtests, to test updatedb behavior and upgrades from mlocate.

 -- Steinar H. Gunderson <sesse@debian.org>  Fri, 02 Apr 2021 19:21:48 +0200

plocate (1.1.6-1) unstable; urgency=medium

  * New upstream release.
    * Fix updatedb on certain filesystems, in particular XFS V4.
      (Closes: #984698)
    * Randomize the time updatedb fires under systemd. Suggested by Calum McConnell.
      (Closes: #985766)

 -- Steinar H. Gunderson <sesse@debian.org>  Fri, 02 Apr 2021 13:14:46 +0200

plocate (1.1.5-1) unstable; urgency=medium

  * New upstream release.
    * updatedb now works if /var is on a system that does not support O_TMPFILE,
      such as overlayfs. (Closes: #983002)
  * Suggest powermgmt-base and nocache for non-systemd systems, since the cron job
    is capable of using on_ac_power and nocache if they are installed.
    (Closes: #983426)

 -- Steinar H. Gunderson <sesse@debian.org>  Wed, 24 Feb 2021 19:15:32 +0100

plocate (1.1.4-1) unstable; urgency=medium

  * New upstream release.

 -- Steinar H. Gunderson <sesse@debian.org>  Sun, 14 Feb 2021 10:58:26 +0100

plocate (1.1.3-1) unstable; urgency=medium

  * New upstream release.
  * Make debian/cron.daily/plocate executable. (Closes: #976427)

 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 19 Dec 2020 01:20:18 +0100

plocate (1.1.2-2) unstable; urgency=medium

  * Depend on systemd for Linux platforms only; fixes buildability on
    Hurd and kFreeBSD.

 -- Steinar H. Gunderson <sesse@debian.org>  Thu, 10 Dec 2020 19:35:50 +0100

plocate (1.1.2-1) unstable; urgency=medium

  * New upstream release.
    * Fixes open file limitations when running from cron (as root).
      (Closes: #976843)
    * Obsoletes no-protect-system.diff.
    * Replaces rename-updatedb.diff with a parameter given to Meson.

 -- Steinar H. Gunderson <sesse@debian.org>  Thu, 10 Dec 2020 00:42:05 +0100

plocate (1.1.1-2) unstable; urgency=medium

  * Install a new /etc/cron.daily/plocate, for non-systemd users; 
    based on work by GSR, which based it on the mlocate cron job.
    (Closes: #976427)
  * no-protect-system.diff: New patch, turns off ProtectSystem=
    for the updatedb timer, as it creates bind mounts that cause files in
    /usr to get ignored. (Closes: #976688)

 -- Steinar H. Gunderson <sesse@debian.org>  Mon, 07 Dec 2020 10:11:06 +0100

plocate (1.1.1-1) unstable; urgency=medium

  * New upstream release.

 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 05 Dec 2020 10:54:02 +0100

plocate (1.1.0-4) unstable; urgency=medium

  * Remove /etc/cron.d/plocate on upgrades, as it has been replaced with
    native updatedb from a systemd timer. 

 -- Steinar H. Gunderson <sesse@debian.org>  Fri, 04 Dec 2020 09:51:26 +0100

plocate (1.1.0-3) unstable; urgency=medium

  * rename-updatedb.diff: Rename updatedb in the systemd unit, to unbreak it.

 -- Steinar H. Gunderson <sesse@debian.org>  Thu, 03 Dec 2020 09:59:08 +0100

plocate (1.1.0-2) unstable; urgency=medium

  * Fix lintian warning: Do use explicit path for plocate-build in postinst.
  * Rename updatedb.8 to updatedb.plocate.8, and include it as a slave of the
    locate alternative.
  * Add build-dependency on systemd, to get systemdsystemunitdir.

 -- Steinar H. Gunderson <sesse@debian.org>  Thu, 03 Dec 2020 00:41:14 +0100

plocate (1.1.0-1) unstable; urgency=medium

  * New upstream release.
    * Remove dependency on mlocate.
    * Ship /etc/updatedb.conf (copied from mlocate).
      * Add Replaces: mlocate to shared updatedb.conf.
    * No longer ship /etc/cron.daily/plocate, as there is a native updatedb.
      * Ship systemd timer for updatedb.
      * Remove obsolete patch fix-cron-after-removal.diff.
    * Change group from mlocate to plocate.
    * Move plocate.db from /var/lib/mlocate to /var/lib/plocate if it exists.
    * rename-updatedb.diff: New patch, change updatedb to updatedb.plocate.
      * Stop shipping updatedb script that calls mlocate's updatedb.
    * Update debian/copyright with new files that are GPLv2-only
      (from mlocate's updatedb).

 -- Steinar H. Gunderson <sesse@debian.org>  Sun, 29 Nov 2020 18:55:38 +0100

plocate (1.0.7-1) unstable; urgency=medium

  * New upstream release.

 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 31 Oct 2020 23:05:47 +0100

plocate (1.0.6-2) unstable; urgency=medium

  * Don't fail postinst if plocate-build fails.
  * Update package description.

 -- Steinar H. Gunderson <sesse@debian.org>  Fri, 30 Oct 2020 01:08:17 +0100

plocate (1.0.6-1) unstable; urgency=medium

  * New upstream release.
    - Obsoletes meson-function-multiversioning.diff.
  * On initial install, create plocate.db from postinst.
  * Remove plocate.db on purge (in postrm).
  * Remove locate alternative when package is removed (in prerm).

 -- Steinar H. Gunderson <sesse@debian.org>  Fri, 30 Oct 2020 00:07:47 +0100

plocate (1.0.5-3) unstable; urgency=medium

  * fix-cron-after-removal.diff: New patch, make /etc/cron.daily/plocate
    exit cleanly if the package has been removed. Makes the package
    piuparts-clean.

 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 17 Oct 2020 14:46:15 +0200

plocate (1.0.5-2) unstable; urgency=medium

  * meson-function-multiversioning.diff: New patch, makes the configure-time
    test for function multiversioning stricter (it used to give false positives).

 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 17 Oct 2020 13:59:37 +0200

plocate (1.0.5-1) unstable; urgency=medium

  * New upstream release.
    * Obsoletes all patches in debian/patches/.
  * Add a rudimentary updatedb.plocate (takes no options), installed as an
    alternative for updatedb.

 -- Steinar H. Gunderson <sesse@debian.org>  Sat, 17 Oct 2020 11:43:28 +0200

plocate (1.0.4-4) unstable; urgency=medium

  * fix-iwyu-include.diff: New patch from upstream, fixes a wrong #include
    in serializer.h, breaking kfreebsd. 

 -- Steinar H. Gunderson <sesse@debian.org>  Fri, 16 Oct 2020 10:02:51 +0200

plocate (1.0.4-3) unstable; urgency=medium

  * add-latomic.diff: Fix detection of -latomic (it doesn't come from
    pkg-config). 

 -- Steinar H. Gunderson <sesse@debian.org>  Fri, 16 Oct 2020 09:59:53 +0200

plocate (1.0.4-2) unstable; urgency=medium

  * add-latomic.diff: New patch from upstream, adds -latomic if it exists.
    Should fix build issues on armel and sh4.
  * Make the liburing-dev build-dependency conditional on linux-any.

 -- Steinar H. Gunderson <sesse@debian.org>  Fri, 16 Oct 2020 09:29:30 +0200

plocate (1.0.4-1) unstable; urgency=medium

  * New upstream release.

 -- Steinar H. Gunderson <sesse@debian.org>  Fri, 16 Oct 2020 00:51:32 +0200

plocate (1.0.3-1) unstable; urgency=medium

  * New upstream release.

 -- Steinar H. Gunderson <sesse@debian.org>  Thu, 15 Oct 2020 00:21:06 +0200

plocate (1.0.2-1) unstable; urgency=medium

  * New upstream release.
    * Obsoletes all patches in debian/patches/.

 -- Steinar H. Gunderson <sesse@debian.org>  Mon, 12 Oct 2020 09:57:43 +0200

plocate (1.0.0-1) unstable; urgency=medium

  * Initial release.

 -- Steinar H. Gunderson <sesse@debian.org>  Sun, 11 Oct 2020 21:24:13 +0200