File: changelog

package info (click to toggle)
php-sabredav 1.8.12-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 4,928 kB
  • sloc: php: 28,633; sql: 271; python: 221; makefile: 35; xml: 25; sh: 8
file content (280 lines) | stat: -rw-r--r-- 8,890 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
php-sabredav (1.8.12-10) unstable; urgency=medium

  * Team upload

  [ Mike Gabriel ]
  * debian/watch: Add file.

  [ David Prévot ]
  * debian/tests/control:
    + Allow stderr during CI for PHP 8.1
    + Use mariadb-server instead of mysql-server

 -- David Prévot <taffit@debian.org>  Fri, 26 Nov 2021 08:16:09 -0400

php-sabredav (1.8.12-9) unstable; urgency=medium

  * debian/patches:
    + Add 0012-py2to3.patch. Port Python scripts from Py2 to Py3.
    + Add 0013-phpunit-8.x+9.x.patch. Adapt unit tests to PHPUnit 8.x/9.x.
      (Closes: #952356).
    + Add 0014-array-access-as-bool.patch. Don't access variable as array, if
      actually boolean.
    + Add 2001-set-sabredav-mysql-password.patch. Set a MySQL user password for
      autopkgtests.
  * debian/control:
    + Switch from python to python3 in B-D and D. (Closes: #943210).
    + Bump DH compat level to version 13.
    + Bump Standards-Version: to 4.5.0. No changes needed.
  * debian/tests/control:
    + Add restrictions: needs-root, isolation-container. Require php-mysql,
      mysql-server.
  * debian/tests/phpunit:
    + Bootstrap MySQL database, run unit tests unprivileged.

 -- Mike Gabriel <sunweaver@debian.org>  Sat, 03 Oct 2020 08:54:41 +0000

php-sabredav (1.8.12-8) unstable; urgency=medium

  * Team upload
  * Compatibility with recent PHPUnit (8)
  * Update standards version, no changes needed.
  * Bump debhelper from old 11 to 12.

 -- David Prévot <taffit@debian.org>  Sat, 14 Sep 2019 17:15:46 -1000

php-sabredav (1.8.12-7) unstable; urgency=medium

  * Fix "continue" targeting switch is equivalent to "break" (Closes: #912145)

 -- Mathieu Parent <sathieu@debian.org>  Mon, 05 Nov 2018 11:12:28 +0100

php-sabredav (1.8.12-6) unstable; urgency=medium

  * Fix FTBFS in unstable (Closes: #903629)
  * Fix dep-8 test by restoring lib/Sabre/autoload.php and
    debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch, lost in
    1.8.12-4 (Closes: #828918)
  * Rules-Requires-Root: binary-targets, as d/rules calls chmod
  * Standards-Version: 4.2.0

 -- Mathieu Parent <sathieu@debian.org>  Sun, 19 Aug 2018 00:00:59 +0200

php-sabredav (1.8.12-5) unstable; urgency=medium

  [ David Prévot ]
  * Remove self from uploaders

  [ Mathieu Parent ]
  * Fix for "TypeError: Argument 2 passed to
    PHPUnit\Framework\Assert::assertTrue() must be of the type string, null
    given" (Closes: #895603)
  * Standards-Version: 4.1.4, no change
  * Update debhelper compat from 9 to 11
  * Package moved to salsa
  * Use secure copyright format URI
  * Remove get-orig-source target and debian/watch
  * Replace dpkg-parsechangelog invocation by
    "include /usr/share/dpkg/pkg-info.mk"

 -- Mathieu Parent <sathieu@debian.org>  Mon, 23 Apr 2018 11:07:05 +0200

php-sabredav (1.8.12-4) unstable; urgency=medium

  [ David Prévot ]
  * Drop unneeded php-cli dep and test-dep

  [ Nishanth Aravamudan ]
  * Fix autopkgtest failure (Closes: #828918) (LP: #1568026)

  [ Mathieu Parent ]
  * d/control: Add me to uploaders
  * d/control: Standards-Version: 4.1.1, no change
  * PHPUnit's units of code are now namespaced (Closes: #882939)
  * d/watch: Update URL to https

 -- Mathieu Parent <sathieu@debian.org>  Sat, 09 Dec 2017 21:15:52 +0100

php-sabredav (1.8.12-3) unstable; urgency=medium

  * Team upload
  * Move away from php5 (Closes: #821708)
    - Update build- and test- dependencies
    - Cherry-pick "PHP 7 is going to change operator precedence"
    - Cherry-pick "ensure that hhvm doesn't trip over this unittest"
  * Standards-Version: 3.9.8, no change
  * Use secure Vcs-* URIs
  * Update debhelper compat from 8 to 9

 -- Mathieu Parent <sathieu@debian.org>  Fri, 06 May 2016 15:32:50 +0200

php-sabredav (1.8.12-2) unstable; urgency=medium

  * Move maintenance within Debian PHP PEAR Maintainers
  * Update Standards-Version to 3.9.7
  * Use php5 to run tests

 -- David Prévot <taffit@debian.org>  Wed, 23 Mar 2016 14:05:51 -0400

php-sabredav (1.8.12-1) unstable; urgency=medium

  [ Evert Pot ]
  * Support empty usernames and passwords in basic auth. Fixes #568
  * Preparing for a 1.8 release.

  [ Lukas Reschke ]
  * Only accept HTTP and HTTPS as protocol

  [ David Prévot ]
  * Update watch file
  * Update copyright
  * Provide homemade autoload.php
  * Install naturalselection and sabredav CLIs
  * Update uploaders list
  * Drop copyright mention for debian/*

 -- David Prévot <taffit@debian.org>  Sat, 25 Apr 2015 12:24:38 -0400

php-sabredav (1.8.10-2) unstable; urgency=medium

  * Add hint about security maintenance in Jessie
  * Drop now useless XS-Testsuite
  * Bump standards version to 3.9.6
  * Revert "Prepare transition from php-horde-dav"
  * Only accept HTTP and HTTPS as protocol

 -- David Prévot <taffit@debian.org>  Mon, 29 Sep 2014 14:53:23 -0400

php-sabredav (1.8.10-1) unstable; urgency=medium

  * No tests if DEB_BUILD_OPTIONS contains nocheck
  * Document branch in Vcs-Git
  * Revert "Conflict with php-sabre-http"
  * Revert "Mangle version higher than 2.0.0", and updload to unstable

 -- David Prévot <taffit@debian.org>  Sun, 20 Jul 2014 15:07:58 -0400

php-sabredav (2.0.0+really1.8.10-2) experimental; urgency=medium

  * Conflict with php-sabre-http

 -- David Prévot <taffit@debian.org>  Wed, 28 May 2014 15:01:42 -0400

php-sabredav (2.0.0+really1.8.10-1) experimental; urgency=medium

  [ Evert Pot ]
  * Fixed a potential security issue.
  * XXE security issue.
  * Updated changelog.

  [ David Prévot ]
  * debian/watch:
    - Handle alpha and beta releases
    - Update upstream source
    - Focus on 1.8.… releases
    - Repack is now useless (docs have been removed)
    - Mangle version higher than 2.0.0
  * debian/control:
    - Bump standards version to 3.9.5
    - Update Homepage
  * Update copyright
  * Run the test suite on packaging
  * Remove TODO about tests since they run
  * Add DEP-8 compliant tests
  * Skip failing tests starting with PHP 5.5.10, workarounds FTBFS #743111
  * Remove transitional package
  * Prepare transition from php-horde-dav

 -- David Prévot <taffit@debian.org>  Tue, 27 May 2014 16:18:48 -0400

php-sabredav (1.8.7+dfsg-1) experimental; urgency=low

  * Imported Upstream version 1.8.7+dfsg
  * Drop php5-json build-dependency
  * Refer to Apache-2.0 from /usr/share/common-licenses
  * Add self to uploaders

 -- David Prévot <taffit@debian.org>  Sat, 12 Oct 2013 17:55:32 -0400

php-sabredav (1.8.6+dfsg-1) experimental; urgency=low

  * Team upload
  * New upstream release (closes: #712752)
  * Update copyright
  * Use phpcomposer build helper

 -- David Prévot <taffit@debian.org>  Thu, 20 Jun 2013 17:03:20 -0400

php-sabredav (1.7.6+dfsg-2) unstable; urgency=low

  * Team upload
  * php-sabre-dav also breaks owncloud (<< 5)

 -- David Prévot <taffit@debian.org>  Wed, 10 Apr 2013 15:14:43 -0400

php-sabredav (1.7.6+dfsg-1) unstable; urgency=low

  * Team upload
  * New upstream release
  * debian/copyright: Update
  * debian/rules: Use canonical Vcs- fields

 -- David Prévot <taffit@debian.org>  Wed, 10 Apr 2013 09:24:35 -0400

php-sabredav (1.7.5+dfsg-3) unstable; urgency=low

  * Team upload
  * Provide back the transitional dummy package, with Breaks: owncloud (<< 5)
    to avoid premature/asynchronous upgrades, better fix to #704889, thanks to
    Gregor Herrmann <gregoa@debian.org>

 -- David Prévot <taffit@debian.org>  Sun, 07 Apr 2013 10:56:00 -0400

php-sabredav (1.7.5+dfsg-2) unstable; urgency=low

  * Team upload
  * Drop the transitional dummy package (closes: #704889)

 -- David Prévot <taffit@debian.org>  Sun, 07 Apr 2013 10:14:57 -0400

php-sabredav (1.7.5+dfsg-1) unstable; urgency=low

  * Team upload
  * New upstream release
  * debian/doc: Remove empty file
  * debian/{repack.sh,rules,watch}: Repack downloaded ZIP file and strip
    non-DFSG compliant material
  * debian/copyright: Document the new and updated licenses
  * debian/control:
    - Drop now useless DMUA
    - Bump Standards-Version to 3.9.4, no change needed
    - Depends on php-sabre-vobject
    - Rename the binary package as php-sabre-dav following upstream advice
    - Provide a transitional dummy package

 -- David Prévot <taffit@debian.org>  Thu, 28 Mar 2013 16:12:58 -0400

php-sabredav (1.6.3-1) unstable; urgency=low

  * New upstream release

 -- Thomas Mueller <thomas.mueller@tmit.eu>  Fri, 06 Jul 2012 08:29:33 +0200

php-sabredav (1.6.2-3) unstable; urgency=low

  * Fixed the hompage field in debian/control.

 -- Paul van Tilburg <paulvt@debian.org>  Sun, 03 Jun 2012 00:14:06 +0200

php-sabredav (1.6.2-2) unstable; urgency=low

  * Set the team as maintainer.

 -- Paul van Tilburg <paulvt@debian.org>  Sun, 03 Jun 2012 00:01:09 +0200

php-sabredav (1.6.2-1) unstable; urgency=low

  [ Thomas Mueller ]
  * Initial release (Closes: #670876)

 -- Paul van Tilburg <paulvt@debian.org>  Sun, 20 May 2012 10:45:50 +0200