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 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527
|
libnet-ldap-perl (1:0.6800+dfsg-1) unstable; urgency=medium
* Import upstream version 0.6800+dfsg.
Closes: #979162
* Drop spelling-error.patch, applied upstream.
* Add new files to debian/copyright.
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Sun, 03 Jan 2021 19:47:47 +0100
libnet-ldap-perl (1:0.6700+dfsg-1) unstable; urgency=medium
[ Debian Janitor ]
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
* Update standards version to 4.4.1, no changes needed.
[ gregor herrmann ]
* debian/watch: use uscan version 4.
* Import upstream version 0.6700+dfsg.
Closes: #978447
* debian/copyright: add new file.
* Update years of packaging copyright.
* Update debian/upstream/metadata.
* Declare compliance with Debian Policy 4.5.1.
* Set Rules-Requires-Root: no.
* Annotate test-only build dependencies with <!nocheck>.
* Bump debhelper-compat to 13.
* debian/copyright: remove duplicate pattern. Thanks to lintian.
-- gregor herrmann <gregoa@debian.org> Sun, 27 Dec 2020 22:53:41 +0100
libnet-ldap-perl (1:0.6600+dfsg-1) unstable; urgency=medium
[ gregor herrmann ]
* Add debian/upstream/metadata
* Rename autopkgtest configuration file(s) as per new pkg-perl-
autopkgtest schema.
[ Salvatore Bonaccorso ]
* debian/control: Use HTTPS transport protocol for Vcs-Git URI
[ gregor herrmann ]
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
* debian/upstream/metadata: use HTTPS for GitHub URLs.
* Switch repackaging framework to Files-Excluded method.
* Remove Jonathan Yu from Uploaders. Thanks for your work!
[ Alex Muntada ]
* Remove inactive pkg-perl members from Uploaders.
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
[ Xavier Guimard ]
* Email change: Xavier Guimard -> yadd@debian.org
* Import upstream version 0.6600
* Update debian/copyright
* Fix examples interpreter
* Add spelling-error patch
* Update homepage to https://ldap.perl.org/
-- Xavier Guimard <yadd@debian.org> Sat, 17 Aug 2019 23:12:05 +0200
libnet-ldap-perl (1:0.6500+dfsg-1) unstable; urgency=medium
* New upstream release.
Fixes "slapd: libnet-ldap-perl fails to communicate with slapd using
start_tls for TLSCipherSuite SECURE256". From upstream Changes:
LDAP.pm: do not set default sslversion for start_tls() & LDAPS
Instead of second-guessing a default sslversion for start_tls() and
LDAPS, rely on the - known to be sane - default value used by
IO::Socket::SSL.
(Closes: #784179)
* Update years of packaging copyright.
* Add copyright/license information for new file.
* Add perl (>= 5.19.8) as an alternative for IO::Socket::IP.
* Add Text::Soundex to B-D-I and Suggests.
* autopkgtest: enable use.t test.
* Declare compliance with Debian Policy 3.9.6.
-- gregor herrmann <gregoa@debian.org> Mon, 04 May 2015 17:28:33 +0200
libnet-ldap-perl (1:0.6400+dfsg-2) unstable; urgency=medium
* Team upload.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
[ Niko Tyni ]
* Make the package autopkgtestable.
-- Niko Tyni <ntyni@debian.org> Sat, 20 Sep 2014 14:48:10 +0300
libnet-ldap-perl (1:0.6400+dfsg-1) unstable; urgency=medium
* New upstream release.
-- gregor herrmann <gregoa@debian.org> Fri, 20 Jun 2014 17:23:43 +0200
libnet-ldap-perl (1:0.6300+dfsg-1) unstable; urgency=medium
* New upstream release.
-- gregor herrmann <gregoa@debian.org> Sun, 08 Jun 2014 11:56:40 +0200
libnet-ldap-perl (1:0.6200+dfsg-1) unstable; urgency=medium
* Remove patch applied upstream
+ missing-word-in-pod.patch
* Add +dfsg repack script to remove data/core.schema
* Imported Upstream version 0.6200+dfsg
-- Daniel Lintott <daniel@serverb.co.uk> Mon, 07 Apr 2014 17:59:56 +0100
libnet-ldap-perl (1:0.6000-1) unstable; urgency=medium
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
[ Daniel Lintott ]
* Imported Upstream version 0.6000
* Update upstream copyright
* Add myself to uploaders
* Add libio-socket-ip-perl to Build-Depends and Suggests
* Add patch to fix lintian warning (spelling error in POD)
-- Daniel Lintott <daniel@serverb.co.uk> Thu, 20 Mar 2014 16:45:57 +0000
libnet-ldap-perl (1:0.5800-1) unstable; urgency=medium
[ Xavier Guimard ]
* Bump Standards-Version to 3.9.5
* Move libwww-perl dependency to recommended dependencies
(Closes: #720331)
[ gregor herrmann ]
* New upstream release.
* Update years of packaging copyright.
-- gregor herrmann <gregoa@debian.org> Sat, 11 Jan 2014 21:50:46 +0100
libnet-ldap-perl (1:0.5700-1) unstable; urgency=low
* New upstream release.
Fixes "Net::LDAP passes the wrong remote server identity to SASL"
(Closes: #573596)
* Drop spelling.patch, merged upstream.
* Add a debian/NEWS entry about the new parameter bind(sasl_host =>
SASLHOST).
* debian/copyright: update Upstream-Contact field.
-- gregor herrmann <gregoa@debian.org> Fri, 26 Jul 2013 18:15:20 +0200
libnet-ldap-perl (1:0.5600-1) unstable; urgency=low
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ Xavier Guimard ]
* Imported Upstream version 0.5600 (Closes: #686792)
* Bumps Standard-Version to 3.9.4
* Replace spelling patch, now included in upstream, by a new one
* Add myself in d/copyright and d/changelog
* Update copyright to format 1.0 and update years
+ Add eDirectory.pm license
* Remove unnecessary version dependency (libio-socket-ssl-perl)
* Remove libdigest-md5-perl dependency (in perl core now)
* Add override_dh_clean target to remove temp/ directory
* Add libgssapi-perl in Recommends:
* Update years in d/copyright
[ gregor herrmann ]
* debian/copyright: add more new third-party files.
* Update package list in Suggests and Build-Depends-Indep.
-- Xavier Guimard <x.guimard@free.fr> Tue, 11 Jun 2013 06:45:19 +0200
libnet-ldap-perl (1:0.4400-1) unstable; urgency=low
* New upstream release.
* Remove patch 0001-un-break-certificate-verification.patch.
* Update spelling patch.
* Update upstream and packaging copyright information.
-- gregor herrmann <gregoa@debian.org> Wed, 08 Feb 2012 00:28:33 +0100
libnet-ldap-perl (1:0.4300-2) unstable; urgency=low
* Add patch 0001-un-break-certificate-verification.patch, taken from
upstream's "next" branch (commits a3c4f7f from Peter Marschall and
db0b090 from Graham Barr): un-break certificate verification.
(Closes: #640883)
-- gregor herrmann <gregoa@debian.org> Fri, 02 Dec 2011 15:34:41 +0100
libnet-ldap-perl (1:0.4300-1) unstable; urgency=low
[ Ansgar Burchardt ]
* Email change: Ansgar Burchardt -> ansgar@debian.org
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.
[ gregor herrmann ]
* New upstream release (closes: #640324).
* Remove localize-dollar_.patch, applied upstream.
* Drop pod-ellipsis.patch, not needed anymore.
* Add one more correction to fix-pod-spelling.patch.
* debian/copyright: update years of copyright and license stanzas.
* Set Standards-Version to 3.9.2 (no further changes).
* Bump debhelper compatibility level to 8.
* Add version to libio-socket-ssl-perl in Build-Depends-Indep and
Suggests.
-- gregor herrmann <gregoa@debian.org> Sun, 04 Sep 2011 14:33:20 +0200
libnet-ldap-perl (1:0.4001-2) unstable; urgency=high
* add localize-dollar_.patch, fixing using of non-localized $_ in
Net::LDAP::Constant, causing FTBFS in lemonldap-ng (Closes: #577340)
-- Damyan Ivanov <dmn@debian.org> Mon, 19 Apr 2010 23:54:25 +0300
libnet-ldap-perl (1:0.4001-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
+ Fix for multiple consecutive spaces in canonical_dn, as
described in RT#51165 (Closes: #553188)
+ Avoid escaping regular expressions twice (Closes: #540938)
* Standards-Version 3.8.4 (drop perl version dep)
* Add myself to Uploaders and Copyright
* Rewrite control description
* Use new short debhelper rules format
* Use 3.0 (quilt) source format
* Update copyright information
* Move to new DEP5 copyright format
* Add a patch to fix POD spelling errors
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ gregor herrmann ]
* debian/watch: add uversionmangle to catch potential two-digit versions in
the future.
-- Jonathan Yu <jawnsy@cpan.org> Sat, 03 Apr 2010 13:44:07 -0400
libnet-ldap-perl (1:0.39-1) unstable; urgency=low
* New upstream release.
* Add myself to Uploaders.
-- Ansgar Burchardt <ansgar@43-1.org> Sun, 02 Nov 2008 12:41:51 +0100
libnet-ldap-perl (1:0.38-1) unstable; urgency=low
* New upstream release.
* debian/control: remove leading article and capital letter from short
description.
-- gregor herrmann <gregoa@debian.org> Fri, 26 Sep 2008 17:01:15 +0200
libnet-ldap-perl (1:0.37-1) unstable; urgency=low
* New upstream release (closes: #499566).
* Remove sasl-round-robin.patch, integrated upstreams.
* debian/copyright: switch to new format, add information about
inc/Module/*.
* Refresh debian/rules, no functional changes.
* Remove lintian override about the non-breakable URL, not needed any more.
* Add /me to Uploaders.
* Add patch pod-ellipsis.patch to work around a POD/man problem.
-- gregor herrmann <gregoa@debian.org> Sat, 20 Sep 2008 01:19:35 +0200
libnet-ldap-perl (1:0.36-1) unstable; urgency=low
* Take over for the Debian Perl Group on maintainer's request
(http://lists.debian.org/debian-perl/2008/06/msg00039.html)
* debian/control
+ add Vcs-Svn, Vcs-Browser and Homepage field (source stanza)
+ Maintainer set to Debian Perl Group <pkg-perl-
maintainers@lists.alioth.debian.org> (was: Florian Ragwitz
<rafl@debian.org>)
+ add myself to Uploaders
* Add debian/watch.
* New upstream release
+ update upstream years of copyright
+ this was downloaded from CPAN, adjust debian/copyright
* Convert debian/rules to a very short one thanks to debhelper 7
* remove temp/ during clean
* add libxml-sax-writer-perl to (wrapped) build-depends to enable
additional test. t/05dsml.t now passes. Closes: #434108
* Upstream LDIF.pm now really doesn't wrap below 40 chars. Closes: #435666
* add patch from Dominic Hargreaves fixing GSSAPI authenticaton against
round-robin LDAP servers. Closes: #478022
+ add quilt to build process
+ add README.source
* package conforms to Policy 3.8.0
* split Build-Depends-Indep off Build-Depends
* add lintian override about a warning about a non-breakable URL in
FAQ(3pm)
-- Damyan Ivanov <dmn@debian.org> Sun, 15 Jun 2008 19:50:15 +0300
libnet-ldap-perl (1:0.34-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/rules: Don't fail when perl is smart enough not to create
empty dirs. (Closes: 467865)
-- Marc 'HE' Brockschmidt <he@debian.org> Sun, 06 Apr 2008 12:26:36 +0200
libnet-ldap-perl (1:0.34-1) unstable; urgency=low
* New upstream release (Closes: #432931).
+ Ships with an improved recursive-ldap-delete.pl (Closes: #322872).
* Don't ignore make distclean errors.
* Update Standards-Version to 3.7.2 (no changes).
* Update my Maintainer address.
* Run the test suite.
-- Florian Ragwitz <rafl@debian.org> Sun, 15 Jul 2007 17:09:49 +0200
libnet-ldap-perl (1:0.33-2) unstable; urgency=low
* Changed Architecture back from any to all (Closes: #323297).
-- Florian Ragwitz <rafl@debianforum.de> Tue, 16 Aug 2005 01:01:59 +0200
libnet-ldap-perl (1:0.33-1) unstable; urgency=low
* New upstream version (Closes: #306378).
* Added epoch (0.33 lt 0.3202).
* New Maintainer (Closes: #322101).
* Rewrote debian/rules.
* Updated Standards-Version.
-- Florian Ragwitz <rafl@debianforum.de> Thu, 11 Aug 2005 21:46:17 +0200
libnet-ldap-perl (0.3202-3) unstable; urgency=medium
* Applied a patch to fix ldif and moddn, closes: #272705.
* Applied a patch got from SVN and suggested by upstream author;
closes: #276926.
-- Davide Puricelli (evo) <evo@debian.org> Sat, 9 Apr 2005 18:42:51 +0200
libnet-ldap-perl (0.3202-2) unstable; urgency=high
* Added a missing Build-Depends on libconvert-asn1-perl; closes: #270016.
-- Davide Puricelli (evo) <evo@debian.org> Tue, 14 Sep 2004 23:09:52 +0200
libnet-ldap-perl (0.3202-1) unstable; urgency=high
* New upstream version, closes: #258819.
* Enhanced Build-Depends field of debian/control.
* Added a fix from svn, thanks Peter Marschall.
-- Davide Puricelli (evo) <evo@debian.org> Sat, 21 Aug 2004 16:52:02 +0200
libnet-ldap-perl (0.31-1) unstable; urgency=low
* New upstream version; closes: #228337.
-- Davide Puricelli (evo) <evo@debian.org> Fri, 23 Jan 2004 19:33:06 +0100
libnet-ldap-perl (0.30-1) unstable; urgency=low
* New upstream version.
-- Davide Puricelli (evo) <evo@debian.org> Thu, 23 Oct 2003 18:20:31 +0200
libnet-ldap-perl (0.29-1) unstable; urgency=medium
* New upstream version, closes: #194682.
* Removed useless MANIFEST file, closes: #207487.
* Fixed two minor spelling bugs, closes: #207769, #208034.
* Updated RFC 2254 link, closes: #207783.
* Added libauthen-sasl-perl and libxml-sax-perl to Suggests field.
-- Davide Puricelli (evo) <evo@debian.org> Sun, 7 Sep 2003 12:23:20 +0200
libnet-ldap-perl (0.26-2) unstable; urgency=low
* debian/copyright: added a pointer to Perl license; closes: #157619.
-- Davide Puricelli (evo) <evo@debian.org> Mon, 2 Sep 2002 10:54:41 +0200
libnet-ldap-perl (0.26-1) unstable; urgency=low
* New upstream version:
- start_tls now works with libio-socket-ssl-perl 0.81.
closes: #150413, #151896.
* Fixed timeout problem on sparc; closes: #147663.
-- Davide Puricelli (evo) <evo@debian.org> Fri, 2 Aug 2002 14:08:29 +0200
libnet-ldap-perl (0.25-2) unstable; urgency=low
* Fixed output for $ldif->write_entry method; closes: #130610.
* Fixed Net::LDAP::Search manpage; closes: #65915.
-- Davide Puricelli (evo) <evo@debian.org> Thu, 24 Jan 2002 12:55:15 +0100
libnet-ldap-perl (0.25-1) unstable; urgency=low
* New upstream version; closes: #124125.
-- Davide Puricelli (evo) <evo@debian.org> Sun, 16 Dec 2001 19:16:07 +0100
libnet-ldap-perl (0.24-3) unstable; urgency=low
* Added a patch to not overwrite $sasl->user in bind(), closes: #114555.
Thanks to Jean Charles Delepine <delepine@oban.u-picardie.fr>
-- Davide Puricelli (evo) <evo@debian.org> Mon, 8 Oct 2001 12:33:53 +0200
libnet-ldap-perl (0.24-2) unstable; urgency=low
* debian/control: s/libnet-socketssl-perl/libio-socket-ssl-perl.
closes: #111408.
-- Davide Puricelli (evo) <evo@debian.org> Sat, 8 Sep 2001 22:10:36 +0200
libnet-ldap-perl (0.24-1) unstable; urgency=low
* New upstream version.
-- Davide Puricelli (evo) <evo@debian.org> Sat, 21 Jul 2001 15:12:26 +0200
libnet-ldap-perl (0.22-2) unstable; urgency=low
* Updated debian/rules because of perl 5.6 and new perl policy.
-- Davide Puricelli (evo) <evo@debian.org> Thu, 15 Feb 2001 22:08:39 +0100
libnet-ldap-perl (0.22-1) unstable; urgency=low
* New upstream version.
-- Davide Puricelli (evo) <evo@debian.org> Mon, 18 Sep 2000 18:47:17 +0200
libnet-ldap-perl (0.20-1) unstable; urgency=low
* New maintainer.
* New upstream version; closes: #63549.
* Fixed debian/rules to get rid of cruft in .diff.gz.
-- Davide Puricelli (evo) <evo@debian.org> Sun, 6 Aug 2000 20:04:32 +0200
libnet-ldap-perl (0.13-1) unstable; urgency=low
* New upstream version
-- Ben Collins <bcollins@debian.org> Thu, 25 Nov 1999 08:18:24 -0500
libnet-ldap-perl (0.12-1) unstable; urgency=low
* New upstream version
* Updated URL in debian/copyright file
* Now removes URI/ldap.pm since liburi-perl now supplies it, closes: #41110
-- Ben Collins <bcollins@debian.org> Mon, 12 Jul 1999 09:46:15 -0400
libnet-ldap-perl (0.11-2) unstable; urgency=low
* Fixed perl dep for new packages
-- Ben Collins <bcollins@debian.org> Tue, 6 Jul 1999 07:22:32 -0400
libnet-ldap-perl (0.11-1) unstable; urgency=low
* New upstream version
* Fixes problem with doing ~= searches
-- Ben Collins <bcollins@debian.org> Sat, 8 May 1999 19:47:08 -0400
libnet-ldap-perl (0.10-1) unstable; urgency=low
* New upstream version
* Reverted attrs parsing change
* Package is actually arch 'all' and not 'any'
-- Ben Collins <bcollins@debian.org> Sun, 18 Apr 1999 10:16:23 -0400
libnet-ldap-perl (0.08-4) unstable; urgency=low
* Fixed attrs parsing when doing searches
-- Ben Collins <bcollins@debian.org> Sat, 17 Apr 1999 19:42:29 -0400
libnet-ldap-perl (0.08-3) unstable; urgency=low
* Fixed Search.pm from erroring out when no search results were returned
closes: #35350
* Fixed incorrect make args which kept man pages from being installed
without errors
-- Ben Collins <bcollins@debian.org> Sat, 17 Apr 1999 16:15:42 -0400
libnet-ldap-perl (0.08-2) unstable; urgency=low
* Added depends for libconvert-ber-perl (closes #32073)
-- Ben Collins <bcollins@debian.org> Mon, 18 Jan 1999 15:09:24 -0500
libnet-ldap-perl (0.08-1) unstable; urgency=low
* Initial Release.
-- Ben Collins <bcollins@debian.org> Mon, 21 Dec 1998 20:31:01 -0500
|