File: changelog

package info (click to toggle)
libsass 3.6.4%2B20201122-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,704 kB
  • sloc: cpp: 30,049; ansic: 839; sh: 699; makefile: 349; perl: 124
file content (354 lines) | stat: -rw-r--r-- 11,064 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
libsass (3.6.4+20201122-1) unstable; urgency=medium

  [ upstream ]
  * development snapshot
    notable changes:
    + fix issue with some std::unordered_map implementations
    + fix how we count unicode characters
    + revert compound re-ordering for non extended selectors
    + fix error of working with the pointer

  [ Jonas Smedegaard ]
  * update watch file to track git commits
    (not releases: development has stagnated)
  * update git-buildpackage settings:
    + use DEP-14 git branch names
    + add usage comment
  * update symbols file

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 09 Jan 2021 18:53:27 +0100

libsass (3.6.4-4) unstable; urgency=medium

  * track library symbols with pkgkde_symbolshelper
  * update symbols file,
    and manually demangle some entries with c++filt
    to avoid misdection as removals when built with C++ 10
  * declare compliance with Debian Policy 4.5.1
  * use debhelper compatibility level 13 (not 12)
  * copyright: update coverage

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 08 Jan 2021 13:03:47 +0100

libsass (3.6.4-3) unstable; urgency=medium

  * have autopkgtest depend on ruby:native (not ruby);
    closes: bug#955521,
    thanks to Steve Langasek and Gianfranco Costamagna

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 09 Jun 2020 13:54:10 +0200

libsass (3.6.4-2) unstable; urgency=medium

  * simplifiy build;
    use debhelper compatibility level 12 (not 9);
    build-depend on debhelper-compat
    (not autoconf automake cdbs debhelper dh-autoreconf libtool)
  * set Rules-Requires-Root: no
  * watch: shorten regex; rewrite usage comment
  * copyright: fix update coverage

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 08 Jun 2020 22:25:22 +0200

libsass (3.6.4-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Anthony Fok ]
  * Apply cme dpkg suggested fixes:
    - Organize debian/control fields;
    - Remove "Suggests: libsass-doc" which has never been packaged for Debian.
    - [Not applied]: Bump debhelper compatibility level to 13:
       * Cannot yet use debhelper-compat due to CDBS bug #946677;
       * Cannot yet use debhelper >= 11 due to CDBS bug #885407.

 -- Anthony Fok <foka@debian.org>  Sat, 09 May 2020 03:07:13 -0600

libsass (3.6.3-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Anthony Fok ]
  * Declare compliance with Debian Policy 4.5.0.

 -- Anthony Fok <foka@debian.org>  Fri, 28 Feb 2020 04:04:53 -0700

libsass (3.6.1-1) experimental; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Drop patches cherry-picked upstream: Now applied.
  * Update copyright info: Extend copyright for fork of UTF8-CPP.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 05 Jul 2019 10:11:26 -0300

libsass (3.5.5-4) unstable; urgency=high

  * Add patches cherry-picked upstream
    to fix buffer-overflow and null pointer dereference.
    CVE-2018-19839 CVE-2018-20190.
  * Set urgency=high due to security bugfixes.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 22 May 2019 12:35:53 +0200

libsass (3.5.5-3) unstable; urgency=high

  * Add patches cherry-picked upstream
    to fix heap-buffer-overflow and heap-use-after-free security bugs.
    Thanks to Xavier Guimard. Closes: Bug#900182.
    CVE-2018-11499 CVE-2018-19827 CVE-2019-6283 CVE-2019-6284 CVE-2019-6286.
  * Set urgency=high due to security bugfixes.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 21 May 2019 13:32:29 +0200

libsass (3.5.5-2) unstable; urgency=medium

  * Simplify rules: Use dh-autoreconf (not CDBS trickery).
  * Stop build-depend on dh-buildinfo.
  * Use https protocol in Homepage URL.
  * Declare compliance with Debian Policy 4.3.0.
  * Wrap and sort control file.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 25 Dec 2018 02:50:54 +0100

libsass (3.5.5-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).
    + Fix -Wmissing-declarations for gcc < 7.
    + Support hex colors with alpha channels.
    + Fix possible bug with handling empty reference combinators.
    + Update plugin test script to use precision 5

  [ Anthony Fok ]
  * Declare compliance with Debian Policy 4.2.1.

 -- Anthony Fok <foka@debian.org>  Mon, 19 Nov 2018 04:16:53 -0700

libsass (3.5.4+20180621~c0a6cf3-1) unstable; urgency=medium

  [ upstream ]
  * Snapshot of stable git branch.
    + Add deprecation messages for color arithmetic
    + Revert "Remove raw css imports"
    + Revert "Add configuration for supporting additional extensions as
      .scss"
    + Revert "Add a deprecation warning for @import's that resolved .css
      files"
    + Revert "Separate out deprecated import file extensions"
    + Remove legacy workaround for parsing modulo operator
    + Fix handling of unclosed interpolant in url
  Closes: Bug#904209. Thanks to Jan Matějka.

  [ Jonas Smedegaard ]
  * Update watch file:
    + Use substitution strings.
    + Fix typo in watch file usage comment.
  * Declare compliance with Debian Policy 4.1.5.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 23 Jul 2018 09:42:43 +0800

libsass (3.5.4-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Anthony Fok ]
  * Apply "cme fix dpkg" fixes to debian/control,
    adding version to debhelper build-dependency,
    bumping Standards-Version to 4.1.4, etc.
  * Add myself to the list of Uploaders.
  * Point Vcs-* URLs to salsa.debian.org.
  * Rename libsass0 to libsass1 as per upstream (abi = 1).
  * Enable parallel build.
  * Update copyright info: Adjust for relocated files.
  * Drop libsass0-dbg package, and switch to automatically created
    libsass1-dbgsym package.
  * Remove hardcoded Pre-Depends on multiarch-support.
    Thanks to Aurelien Jarno for the patch!  (Closes: #870512)

 -- Anthony Fok <foka@debian.org>  Sat, 30 Jun 2018 11:13:39 -0600

libsass (3.4.8-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Update watch file: Skip beta releases.
  * Use package section optional (not extra).
  * Declare compliance with Debian Policy 4.1.3.
  * Update copyright info:
    + Drop needless copyright signs.
    + Extend coverage for myself.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 12 Jan 2018 10:04:53 +0100

libsass (3.4.6-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Tighten lintian overrides regarding License-Reference.
  * Update watch file: Use substitution strings.
  * Simplify rules:
    + Stop auto-adapt control file based on SONAME.
    + Stop resolve build-dependencies in rules file.
  * Declare compliance with Debian Policy 4.1.1.
  * Relax to build-depend unversioned on cdbs.
  * Update copyright info: Use https protocol in file format URL.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 28 Oct 2017 20:08:32 +0200

libsass (3.4.3-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Modernize Vcs-Browse field: Use git subdir.
  * Stop override lintian for
    package-needs-versioned-debhelper-build-depends: Fixed in lintian.
  * Update copyright info: Extend coverage of Debian packaging.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 21 Jan 2017 20:12:01 +0100

libsass (3.4.0-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Update homepage URL.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 11 Dec 2016 11:32:01 +0100

libsass (3.3.6-2) unstable; urgency=medium

  * Add autopkgtest.

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 09 Sep 2016 11:28:10 +0200

libsass (3.3.6-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Fix avoid call uupdate in watch file (counterproductive with
    git-buildpackage).
  * Update watch file:
    + Use substitution string @PACKAGE@.
    + Add usage comment.
  * Modernize git-buildpackage config: Filter any .git* file.
  * Declare compliance with Debian Policy 3.9.8.
  * Update TODO: Testsuite never disabled.
  * Build-depend on licensecheck (not devscripts).

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 09 Sep 2016 03:12:39 +0200

libsass (3.3.4-1) unstable; urgency=medium

  [ upstream ]
  * New release.
    Closes: Bug#818896. Thanks to Frederic Bonnard.

  [ Jonas Smedegaard ]
  * Drop CDBS get-orig-source target: Use "gbp import-orig --uscan"
    instead.
  * Update watch file:
    + Bump file format to version 4.
    + Use github pattern from ducmentation.
  * Update copyright info:
    + Use License-Grant for GPL with exception.
    + Drop unneeded disclaimers.
    + Use license shortname FSFUL~Boost.
    + Change main copyright holder.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 21 Mar 2016 22:09:20 +0100

libsass (3.3.3-1) unstable; urgency=medium

  [ upstream ]
  * New upstream release.
    Thanks to Raphaël (see bug#694733).

  [ Jonas Smedegaard ]
  * Declare compliance with Debian Policy 3.9.7.
  * Modernize Vcs-Git field: Use https protocol.
  * Update copyright info:
    + Extend copyright for main upstream author to cover recent years.
    + Extend copyright of packaging to cover current year.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 08 Mar 2016 01:18:47 +0100

libsass (3.3.2-1) unstable; urgency=medium

  [ upstream ]
  * New upstream release(s).

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Fix typo in License shortname.
    + Cover newly added files.
  * Drop patch 1001: No longer applies.
  * Tidy lintian overrides.
  * Add lintian override regarding debhelper 9.
  * Copy unusually named Makefile.am to help CDBS notice it.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 30 Nov 2015 20:26:27 +0100

libsass (3.2.5-2) unstable; urgency=medium

  * Fix Vcs-* URLs.
  * Modernize git-buildpackage config: Avoid git- prefix.
  * Add patch 1001 to include header file sass_interface.h.
  * Update copyright info: Fix use License-Reference field (not
    pseudo-field within License field).
  * Git-ignore quilt .pc dir.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 30 Nov 2015 19:21:42 +0100

libsass (3.2.5-1) unstable; urgency=medium

  * Update copyright info:
    + Fix use SPDX license shortname BSL.
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Fix reference GPL2 license (as pseudo-field: Yet another
      limitation of format 1.0).
  * Add lintian overrides regarding license in License-Reference field.
    See bug#786450.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 20 Jun 2015 13:09:53 -0500

libsass (3.2.4-2) unstable; urgency=medium

  * Bump debhelper compatibility level to 9.
  * Fix set upstream version.
  * Modernize git-buildpackage config: Drop "git-" prefix.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 13 May 2015 23:37:57 +0200

libsass (3.2.4-1) unstable; urgency=medium

  [ upstream ]
  * New upstream release(s).

  [ Jonas Smedegaard ]
  * Update Vcs-Browser URL to use cgit web frontend.
  * Update copyright info: Drop unused GAP license section.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 13 May 2015 23:04:33 +0200

libsass (3.1.0-1) unstable; urgency=low

  * Initial release.
    Closes: bug#694730.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 03 Mar 2015 03:56:22 +0100