File: changelog

package info (click to toggle)
php-net-ldap2 2.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 824 kB
  • sloc: php: 3,175; xml: 888; sh: 99; makefile: 9
file content (198 lines) | stat: -rw-r--r-- 7,050 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
php-net-ldap2 (2.3.0-4) unstable; urgency=medium

  * DEP-8: Drop obsolete logic for phpunit <10.
  * Update Standards-Version to 4.7.2 (no changes necessary).
  * d/copyright: Replace FSF's old postal address with an URL.

 -- Guilhem Moulin <guilhem@debian.org>  Tue, 29 Apr 2025 06:24:43 +0200

php-net-ldap2 (2.3.0-3) unstable; urgency=medium

  * Update standards version to 4.7.0, no changes needed.
  * Change Net_LDAP2_Entry::getValue() to return lists not associative
    arrays for multivariate attributes, due to a new check in PHP 8.3.16 and
    8.4.3. (Closes: #1094659)

 -- Guilhem Moulin <guilhem@debian.org>  Thu, 30 Jan 2025 13:30:43 +0100

php-net-ldap2 (2.3.0-2) unstable; urgency=medium

  * Fix FTBFS with phpunit 11. (Closes: #1070578)

 -- Guilhem Moulin <guilhem@debian.org>  Mon, 06 May 2024 21:19:44 +0200

php-net-ldap2 (2.3.0-1) unstable; urgency=medium

  [ Andreas Hasenack ]
  * Adjust the DEP8 test to cope with an apparmored slapd.
    (LP: #2008825)

  [ Christian Weiske ]
  * Fix unit test for slash escaping
  * Use non-deprecated host parameter in travis configuration
  * Remove empty setUp/tearDown methods in tests
  * CS: Remove trailing whitespace in test files
  * Make tests compatible with PHPUnit 9 on PHP 7.4
  * Skip test that fails when run as root user
  * Handle previously failed tests better
  * Fix tests on PHP 8.0.29
  * Support PHP 8.1+ while keeping BC with 8.0 and earlier
  * Prepare release 2.3.0

  [ Guilhem Moulin ]
  * Refresh patches and remove those applied upstream.

 -- Guilhem Moulin <guilhem@debian.org>  Fri, 13 Oct 2023 15:04:42 +0200

php-net-ldap2 (2.2.1-2) unstable; urgency=medium

  * Fix FTBFS with phpunit 10. (Closes: #1039807)

 -- Guilhem Moulin <guilhem@debian.org>  Sat, 08 Jul 2023 14:13:07 +0200

php-net-ldap2 (2.2.1-1) unstable; urgency=medium

  * New upstream release.
  * d/watch: Use substitution strings.
  * Salsa CI: Include recipes/debian.yml.
  * Salsa CI: Clarify why we run reprotest job under nocheck profile.
  * Update standards version to 4.6.2, no changes needed.
  * d/watch: Point to https://github.com/pear/Net_LDAP2.git rather than
    https://pear.php.net/package/Net_LDAP2/download which is out of date.
  * Refresh d/patches.
  * Adjust d/rules to the new source tree layout as we're no longer using
    https://pear.php.net/package/Net_LDAP2 as source but the upstream
    repository instead.
  * d/p: Fix upstream test suite.
  * Port package to php-ldap 8.1 and later.  This break compatibility with
    earlier versions.
  * DEP-8: Start an OpenLDAP server and make sure we run all tests.

 -- Guilhem Moulin <guilhem@debian.org>  Sun, 12 Feb 2023 00:39:21 +0100

php-net-ldap2 (2.2.0-6) unstable; urgency=medium

  * debian/clean: Add .phpunit.result.cache to the list.
  * d/patches/ftbfs-phpunit.patch: Add "Forwarded: not-needed".  Net_LDAP2 is
    dead upstream and will likely be removed from Debian if/when Net_LDAP3
    stops depending on it.
  * Add d/salsa-ci.yml file for GitLab CI.  (Run reprotest under nocheck
    profile for now.)
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Move phpunit 9 FTBFS fix to separate patch.
  * Preemptively fix FTBFS with phpunit 10.

 -- Guilhem Moulin <guilhem@debian.org>  Tue, 05 Jan 2021 09:34:09 +0100

php-net-ldap2 (2.2.0-5) unstable; urgency=medium

  * Run wrap-and-sort(1).
  * d/rules: Remove check for DEB_BUILD_OPTIONS=nocheck, no longer needed as
    of debhelper compatibility level 13.
  * d/control: Exclude phpunit from Build-Depends under nocheck profile.
  * d/patches/ftbfs-phpunit.patch: Replace deprecated calls assertInternalType()
    calls with assertIs*().  This preemptively fixes a FTBFS with phpunit 9.

 -- Guilhem Moulin <guilhem@debian.org>  Mon, 14 Dec 2020 12:30:15 +0100

php-net-ldap2 (2.2.0-4) unstable; urgency=medium

  * Add self to Uploaders.
  * Fix FTBFS with phpunit {6.4.4-2,7.5.6-1,8.5.13-1} (Closes: #882938)
  * Use secure copyright file specification URI.
  * Update watch file format version to 4.
  * Use secure URI in Homepage field.
  * Bump debhelper from deprecated 9 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers to use salsa repository.
  * Remove unnecessary get-orig-source-target.
  * Set Rules-Requires-Root: no.
  * Bump Standards-Version from ancient 3.9.8 to 4.5.1 (no change necessary).

 -- Guilhem Moulin <guilhem@debian.org>  Tue, 08 Dec 2020 19:33:40 +0100

php-net-ldap2 (2.2.0-3) unstable; urgency=medium

  [ Nishanth Aravamudan ]
  * Add missing dependency on php-pear (Closes: #827496)

  [ Prach Pongpanich ]
  * Update Standards-Version to 3.9.8

 -- Prach Pongpanich <prach@debian.org>  Fri, 24 Jun 2016 13:41:21 +0700

php-net-ldap2 (2.2.0-2) unstable; urgency=medium

  * Add Build-Depends on php-pear (>= 1.10.1) (Closes: #809771)
  * Bump standards version to 3.9.7
  * Update Build-depends on pkg-php-tools (>= 1.32) for PHP 7

 -- Prach Pongpanich <prach@debian.org>  Fri, 04 Mar 2016 19:25:40 +0700

php-net-ldap2 (2.2.0-1) unstable; urgency=medium

  * Imported Upstream version 2.2.0
    - Fix bug #20969: Fatal error with PEAR 1.10.0

 -- Prach Pongpanich <prach@debian.org>  Sun, 15 Nov 2015 22:23:48 +0700

php-net-ldap2 (2.1.0-2) unstable; urgency=medium

  * Team upload, to unstable since Jessie has been released

 -- David Prévot <taffit@debian.org>  Tue, 02 Jun 2015 19:13:53 -0400

php-net-ldap2 (2.1.0-1) experimental; urgency=medium

  * Team upload, to experimental to respect the freeze
  * Imported Upstream version 2.1.0
  * Let pkg-php-tools take care of description
  * Run test during package build
  * Add DEP-8 tests
  * Bump standards version to 3.9.6

 -- David Prévot <taffit@debian.org>  Mon, 23 Mar 2015 13:37:20 -0400

php-net-ldap2 (2.0.12-1) unstable; urgency=low

  [ Prach Pongpanich ]
  * New upstream release (Closes: #635827)
  * Switch to pkg-php-tools and dh-sequencer
  * Change section to php
  * Switch VCS to Git
  * Convert copyright to format 1.0
  * Update long description (Closes: #599540)
  * Add myself as uploader
  * Switch to dpkg-source 3.0 (quilt) format
  * Bump debhelper compat to 9
  * Bump Standards-Version to 3.9.4

  [ Benoit Mortier ]
  * Update maintainer to pkg-php-pear (Closes: #656992)

 -- Prach Pongpanich <prachpub@gmail.com>  Thu, 18 Jul 2013 22:07:32 +0700

php-net-ldap2 (2.0.9-1) unstable; urgency=low

  * New upstream release.

 -- Benoit Mortier <benoit.mortier@opensides.be>  Tue, 23 Mar 2010 00:19:36 +0100

php-net-ldap2 (2.0.7-1) unstable; urgency=low

  * New Upstream Version

 -- Benoit Mortier <benoit.mortier@opensides.be>  Sat, 21 Nov 2009 15:01:17 +0100

php-net-ldap2 (2.0.6-2) unstable; urgency=low

  * unsatisfiable Depends: pear (>= 5.2.0-8) (Closes: #551127)

 -- Benoit Mortier <benoit.mortier@opensides.be>  Sun, 18 Oct 2009 23:47:36 +0200

php-net-ldap2 (2.0.6-1) unstable; urgency=low

  * Initial Release (Closes: #539916).

 -- Benoit Mortier <benoit.mortier@opensides.be>  Wed, 07 Oct 2009 09:15:24 +0200