File: changelog

package info (click to toggle)
mongo-c-driver 1.23.1-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 41,364 kB
  • sloc: ansic: 176,588; javascript: 7,954; python: 4,498; sh: 136; makefile: 32; xml: 10; cpp: 2
file content (381 lines) | stat: -rw-r--r-- 11,639 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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
mongo-c-driver (1.23.1-1+deb12u1) bookworm; urgency=medium

  * Fix CVE-2023-0437: When calling bson_utf8_validate on some inputs a loop
    with an exit condition that cannot be reached may occur, i.e. an infinite
    loop.
  * Fix CVE-2024-6381: The bson_strfreev function in the MongoDB C driver
    library may be susceptible to an integer overflow where the function will
    try to free memory at a negative offset. This may result in memory
    corruption.
  * Fix CVE-2024-6383: The bson_string_append function in MongoDB C Driver may
    be vulnerable to a buffer overflow where the function might attempt to
    allocate too small of buffer and may lead to memory corruption of
    neighbouring heap memory.
  * Fix CVE-2025-0755: The various bson_append functions in the MongoDB C
    driver library may be susceptible to buffer overflow when performing
    operations that could result in a final BSON document which exceeds the
    maximum allowable size (INT32_MAX), resulting in a segmentation fault and
    possible application crash.

 -- Roberto C. Sanchez <roberto@connexer.com>  Fri, 18 Apr 2025 16:28:00 -0400

mongo-c-driver (1.23.1-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 20 Oct 2022 12:58:40 -0400

mongo-c-driver (1.23.0-1) unstable; urgency=medium

  * New upstream release
  * Explicitly link to libatomic on riscv64 (Closes: #1017345)

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 31 Aug 2022 10:10:19 -0400

mongo-c-driver (1.22.1-1) unstable; urgency=medium

  * New upstream release (Closes: #1013404)

 -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 02 Aug 2022 15:03:22 -0400

mongo-c-driver (1.22.0-1) unstable; urgency=medium

  * New upstream release
  * Update to Standards-Version 4.6.1 (no changes)

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 29 Jun 2022 17:22:09 -0400

mongo-c-driver (1.21.2-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 07 Jun 2022 16:03:15 -0400

mongo-c-driver (1.21.1-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 02 Mar 2022 13:32:28 -0500

mongo-c-driver (1.21.0-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 03 Feb 2022 14:37:13 -0500

mongo-c-driver (1.20.1-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 05 Jan 2022 14:22:55 -0500

mongo-c-driver (1.20.0-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 18 Nov 2021 18:53:47 -0500

mongo-c-driver (1.19.2-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 04 Nov 2021 16:40:11 -0400

mongo-c-driver (1.19.1-1) unstable; urgency=medium

  * New upstream release
  * Update to Standards-Version 4.6.0 (no changes)
  * Drop Samantha Ritter as uploader

 -- Roberto C. Sanchez <roberto@connexer.com>  Fri, 08 Oct 2021 22:44:48 -0400

mongo-c-driver (1.19.0-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 17 Aug 2021 22:07:34 -0400

mongo-c-driver (1.18.0-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 13 Jul 2021 18:44:54 -0400

mongo-c-driver (1.17.6-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Fri, 04 Jun 2021 12:51:50 -0400

mongo-c-driver (1.17.5-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Mon, 19 Apr 2021 12:37:15 -0400

mongo-c-driver (1.17.4-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 03 Mar 2021 11:18:55 -0500

mongo-c-driver (1.17.3-1) unstable; urgency=medium

  * New upstream release
  * Update to Standards-Version 4.5.1 (no changes)

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 02 Dec 2020 08:07:59 -0500

mongo-c-driver (1.17.2-1) unstable; urgency=medium

  * New upstream release (Closes: #971201)
  * Build-Depend on libmongocrypt-dev to enable Client-Side Field Level
    Encryption support

 -- Roberto C. Sanchez <roberto@connexer.com>  Wed, 04 Nov 2020 08:09:00 -0500

mongo-c-driver (1.17.0-1) unstable; urgency=medium

  * New upstream release
  * Acknowledge NMU; thanks to Adrian Bunk
    + Drop 0001-CDRIVER-3594-build-Sphinx-docs-without-parallelism.patch;
      already fixed in commit 214c433997ffbed6f36e2ba46218c5beb30a6107
  * Add libmongoc-dev dependency on libzstd-dev
  * Allow skipping build of documentation, i.e., DEB_BUILD_OPTIONS="nodoc"

 -- Roberto C. Sanchez <roberto@connexer.com>  Fri, 31 Jul 2020 10:20:36 -0400

mongo-c-driver (1.16.1-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Backport fix for FTBFS with Sphinx 2.4. (Closes: #955114)

 -- Adrian Bunk <bunk@debian.org>  Thu, 18 Jun 2020 18:02:18 +0300

mongo-c-driver (1.16.1-1) unstable; urgency=medium

  * New upstream release
  * Update copyright information for vendored Sphinx theme
  * Update to Standards-Version 4.5.0 (no changes)

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 06 Feb 2020 14:30:48 -0500

mongo-c-driver (1.16.0-1) unstable; urgency=medium

  * New upstream release
  * Build with zstd support
  * Drop A. Jesse Jiryu Davis as uploader

 -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 21 Jan 2020 14:54:52 -0500

mongo-c-driver (1.15.2-1) unstable; urgency=medium

  * New upstream release
  * Update to Standards-Version 4.4.1 (no changes)

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 07 Nov 2019 15:43:02 -0500

mongo-c-driver (1.15.1-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Fri, 30 Aug 2019 22:14:59 -0400

mongo-c-driver (1.15.0-1) unstable; urgency=medium

  * New upstream release

 -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 13 Aug 2019 19:25:36 -0400

mongo-c-driver (1.14.1-1) unstable; urgency=medium

  * New upstream release
  * Update to Standards-Version 4.4.0 (no changes)

 -- Roberto C. Sanchez <roberto@connexer.com>  Fri, 09 Aug 2019 16:43:32 -0400

mongo-c-driver (1.14.0-1) unstable; urgency=medium

  * New upstream release
  * Make build reproducible; thanks to Chris Lamb for the patch
    (Closes: #920411)
  * Drop implicit libraries from pkg-config script

 -- Roberto C. Sanchez <roberto@connexer.com>  Fri, 22 Feb 2019 22:37:09 -0500

mongo-c-driver (1.13.1-1) unstable; urgency=medium

  * New upstream release
  * Update to Standards-Version 4.3.0 (no changes)
  * debian/patches/uninstall_destdir.patch: drop, included upstream

 -- Roberto C. Sanchez <roberto@connexer.com>  Thu, 24 Jan 2019 20:44:39 -0500

mongo-c-driver (1.13.0-1) unstable; urgency=medium

  * New upstream release (Closes: #913963)
  * Update maintainer to team address
  * Update to Standards-Version 4.2.1 (no changes)

 -- Roberto C. Sanchez <roberto@connexer.com>  Sat, 24 Nov 2018 15:01:25 -0500

mongo-c-driver (1.11.0-1) unstable; urgency=low

  * New upstream release
  * Rename source package from libmongoc to mongo-c-driver, following upstream
    repository/project merge
  * Update to debhelper compatibility 11
  * Drop +dfsg from version number since upstream tarball is now produced
    without embedded code copies

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Sat, 23 Jun 2018 12:57:32 -0400

libmongoc (1.9.5+dfsg-1) unstable; urgency=low

  * New upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Mon, 30 Apr 2018 22:44:57 -0400

libmongoc (1.9.4+dfsg-2) unstable; urgency=low

  * Update libbson build dependency

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Tue, 10 Apr 2018 16:31:45 -0400

libmongoc (1.9.4+dfsg-1) unstable; urgency=low

  * New upstream release
  * Update to Standards-Version 4.1.4 (no changes)

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Tue, 10 Apr 2018 08:14:08 -0400

libmongoc (1.9.3+dfsg-2) unstable; urgency=low

  * Update libbson build dependency (Closes: #892101)

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Mon, 05 Mar 2018 12:35:34 -0500

libmongoc (1.9.3+dfsg-1) unstable; urgency=low

  * New upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Fri, 02 Mar 2018 11:42:26 -0500

libmongoc (1.9.2+dfsg-1) unstable; urgency=low

  * New upstream release
  * Update to Standards-Version 4.1.3 (no changes)

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Fri, 12 Jan 2018 13:07:04 -0500

libmongoc (1.9.0+dfsg-1) unstable; urgency=low

  * New upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Thu, 21 Dec 2017 03:55:28 +0000

libmongoc (1.8.1-1) unstable; urgency=low

  * New upstream release
  * Update to Standards-Version 4.1.1 (no changes)
  * Add zlib1g-dev, libsnappy-dev to libmongoc-dev deps (Closes: #878343)

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Thu, 12 Oct 2017 16:09:27 +0000

libmongoc (1.8.0-1) unstable; urgency=low

  * New upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Thu, 14 Sep 2017 19:53:19 +0000

libmongoc (1.7.0-1) unstable; urgency=low

  * New upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Fri, 11 Aug 2017 03:09:17 +0000

libmongoc (1.6.3-1) unstable; urgency=low

  * New upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Tue, 23 May 2017 22:52:54 +0000

libmongoc (1.6.1-1) unstable; urgency=low

  * New upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Tue, 07 Mar 2017 22:35:13 +0000

libmongoc (1.5.4-1) unstable; urgency=low

  * New upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Mon, 30 Jan 2017 16:48:46 +0000

libmongoc (1.5.3-1) unstable; urgency=low

  * New upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Thu, 12 Jan 2017 17:04:09 +0000

libmongoc (1.5.0-1) unstable; urgency=low

  [ A. Jesse Jiryu Davis ]
  * 1.5.0 Release
  * Remove symbols file
  * Add libbson-dev and libssl-dev dependencies (Closes: #843495)

  [ Ondřej Surý ]
  * Update gbp branch
  * Update libbson-dev Build-Depends to >= 1.5.0

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Tue, 13 Dec 2016 15:20:11 +0000

libmongoc (1.4.2-1) unstable; urgency=low

  * Upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Wed, 12 Oct 2016 15:12:09 +0000

libmongoc (1.4.1-1) unstable; urgency=low

  * Upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Fri, 23 Sep 2016 22:32:06 +0000

libmongoc (1.4.0-1) unstable; urgency=low

  * Upstream release

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Mon, 12 Sep 2016 15:50:13 +0000

libmongoc (1.3.5-1) unstable; urgency=low

  [ A. Jesse Jiryu Davis]
  * Upstream release
  * Updated to Standards-Version 3.9.8 (no changes)

  [ Roberto C. Sanchez ]
  * Adjust which files get installed into the binary packages:
  * Add new symbols that appeared in 1.3.1
  * Add patch authorship/description info
  * Make sure man pages are picked up from the proper directory

  [ Ondřej Surý ]
  * Add stricter dependency on libbson
  * Remove -dbg package and add a simple BC compatible dbgsym support

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Tue, 17 May 2016 12:12:28 -0400

libmongoc (1.3.1-1) experimental; urgency=low

  * New upstream release.
  * Remove libmongoc-priv and libmongoc-priv-dev packages.

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Tue, 19 Jan 2016 20:14:19 +0000

libmongoc (1.2.1-1) experimental; urgency=low

  * Initial release (Closes: #798711)

 -- A. Jesse Jiryu Davis <jesse@mongodb.com>  Fri, 06 Nov 2015 20:21:17 +0000