lp:debian/openldap

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/openldap
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

34. By Ryan Tandy

* New upstream release.
* Update patches for upstream changes, drop patches included upstream.
* debian/rules: Adjust get-orig-source target to add +dfsg to version.
* Convert to source format 3.0 (quilt).
* debian/slapd.scripts-common: Fix nesting of fold markers.

33. By Ryan Tandy

* Actually install libldap-2.4-2.symbols.
* Update Standards-Version to 3.9.6.
* Build-Depend on debhelper (>= 9) to fix a Lintian warning.
* Import upstream patch to fix FTBFS with gcc-5. (Addresses #778045)

32. By Ryan Tandy

* Remove inetorgperson.schema from the upstream source. Replace it with a
  copy stripped of RFC text. (Closes: #780283)
* Adjust debian/watch for +dfsg versioning.
* debian/patches/ITS7975-fix-mdb-onelevel-search.patch: Import upstream
  patch to fix scope=onelevel searches wrongly including the search base in
  results under the MDB backend. (ITS#7975) (Closes: #782212)

31. By Ryan Tandy

* debian/patches/ITS8027-deref-reject-empty-attr-list.patch: Import upstream
  patch to fix a crash when a search includes the Deref control with an
  empty attribute list. (ITS#8027) (CVE-2015-1545, Closes: #776988)
* debian/patches/ITS8046-fix-vrFilter_free-crash.patch: Import upstream
  patch to fix a double free triggered by certain search queries using the
  Matched Values control. (ITS#8046) (CVE-2015-1546, Closes: #776991)

30. By Ryan Tandy

* Remove trailing spaces from slapd.templates.
* Update Vietnamese debconf translation.
  Thanks to Trần Ngọc Quân.
* Update Danish debconf translation.
  Thanks to Joe Hansen. (Closes: #766848)
* Update Japanese debconf translation.
  Thanks to Kenshi Muto. (Closes: #766824)
* Update Russian debconf translation.
  Thanks to Yuri Kozlov. (Closes: #766825)
* Update Basque translation.
  Thanks to Iñaki Larrañaga Murgoitio. (Closes: #767070)
* Update French debconf translation.
  Thanks to Christian Perrier. (Closes: #767634)
* Update German debconf translation.
  Thanks to Helge Kreutzmann. (Closes: #767686)
* Update Portuguese debconf translation.
  Thanks to Ricardo Silva. (Closes: #768085)
* Update Italian debconf translation.
  Thanks to Luca Monducci. (Closes: #768195)
* Update Turkish debconf translation.
  Thanks to Atila KOÇ. (Closes: #768409)
* Update Czech debconf translation.
  Thanks to Miroslav Kure. (Closes: #768591)
* Update Catalan debconf translation.
  Thanks to Innocent De Marchi. (Closes: #768605)
* Update Dutch debconf translation.
  Thanks to Frans Spiesschaert. (Closes: #769024)
* Update Brazilian Portuguese debconf translation.
  Thanks to Adriano Rafael Gomes. (Closes: #769717)
* Update Galician debconf translation.
  Thanks to Jorge Barreiro.
* Update Swedish debconf translation.
  Thanks to Martin Bagge / brother. (Closes: #769867)
* Update Spanish debconf translation.
  Thanks to Camaleón. (Closes: #770715)
* Fix doubled spaces in po files, caused by trailing spaces in the templates
  file.
* Run debconf-updatepo to refresh PO files.

29. By Ryan Tandy

* Fix typo (chmod/chgrp) in previous changelog, spotted by Ferenc Wagner.
* debian/patches/contrib-modules-use-dpkg-buildflags: Also use CPPFLAGS from
  dpkg-buildflags. Spotted by Lintian.
* debian/slapd.init.ldif: Don't bother explicitly granting rights to the
  rootdn, since it already has unlimited privileges. Thanks Ferenc Wagner.
* Recommend MDB for new installations, per upstream's recommendation.
* Don't re-create the default DB_CONFIG if there wasn't one in the backup,
  for example if the active backend doesn't use it. Thanks Ferenc Wagner.
* On upgrade, if an access rule begins with "to * by self write", show a
  debconf note warning that it should be changed. (Closes: #761406)
* Build and install the lastbind contrib module. (Closes: #701111)
* Build and install the passwd/sha2 contrib module. (Closes: #746727)

28. By Ryan Tandy

[ Ryan Tandy ]
* New upstream release.
  - fixed ldap_get_dn(3) ldap_ava definition (ITS#7860) (Closes: #465024)
  - fixed slapcat with external schema (ITS#7895) (Closes: #599235)
  - fixed double free with invalid ciphersuite (ITS#7500) (Closes: #640384)
  - fixed modrdn crash on naming attr with no matching rule (ITS#7850)
    (Closes: #666515)
  - fixed slapacl causing unclean database (ITS#7827) (Closes: #741248)
* slapd.scripts-common:
  - Anchor grep patterns to avoid matching commented lines in ldif files
    under cn=config. (Closes: #723957)
  - Don't silently ignore nonexistent directories that should be dumped.
  - Invoke find, chmod, and chown with -H in case /var/lib/ldap is a
    symlink. (Closes: #742862)
  - When upgrading a database, ignore extra nested directories as they might
    contain other databases. Patch from Kenny Millington. (LP: #1003854)
  - Fix dumping and reloading when multiple databases hold the same suffix,
    thanks Peder Stray. (Closes: #759596, LP: #1362481)
  - Remove trailing dot from slapd/domain. (Closes: #637996)
* debian/rules:
  - Enable parallel building.
  - Copy libldap-2.4-2.shlibs into place manually, as a workaround for
    #676168. (Closes: #742841)
* debian/slapd.README.Debian: Add a note about database format upgrades and
  the consequences of missing one. (Closes: #594711)
* Build with GnuTLS 3 (Closes: #745231, #760559).
* Drop debian/patches/fix-ftbfs-binutils-gold, no longer needed.
* Drop debconf-utils from Build-Depends, no longer used (replaced by
  po-debconf). Thanks Johannes Schauer.
* Acknowledge NMU fixing #729367, thanks to Michael Gilbert.
* Offer the MDB backend as a choice during initial configuration. (Closes:
  #750022)
* debian/slapd.init.ldif:
  - Disallow modifying one's own entry by default, except specific
    attributes. (Closes: #761406)
  - Index some more common search attributes by default. (Closes: #762111)
* Introduce a symbols file for libldap-2.4-2.
* debian/schema/pmi.schema: Add a copyright clarification. There does not
  appear to be any copyrighted text in this file, only ASN.1 assignments and
  LDAP schema definitions. Fixes a Lintian error on the original.
* debian/schema/duaconf.schema: Strip Internet-Draft text from
  duaconf.schema.
* Drop debian/patches/CVE-2013-4449.patch, applied upstream.
* Update debian/patches/no-AM_INIT_AUTOMAKE with upstream changes.
* debian/schema/ppolicy.schema: Update with ordering rules added in
  draft-behera-ldap-password-policy-11.
* Suggest GSSAPI SASL modules. (Closes: #762424)
* debian/patches/ITS6035-olcauthzregex-needs-restart.patch: Document in
  slapd-config.5 the fact that changes to olcAuthzRegexp only take effect
  after the server is restarted. (Closes: #761407)
* Add myself to Uploaders.

[ Jelmer Vernooij ]
* Depend on heimdal-multidev rather than heimdal-dev. (Closes: #745356,
  #706123)

[ Updated debconf translations ]
* Turkish, thanks to Atila KOÇ <email address hidden>.
  (Closes: #661641)

27. By Michael Gilbert <email address hidden>

* Non-maintainer upload by the Security Team.
* Fix CVE-2013-4449: reference counting logic issue (closes: #729367).

26. By Steve Langasek

[ Peter Marschall ]
* debian/patches/wrong-database-location: fix database location in
  doc/man/man5/slapd-mdb.5
* debian/configure.options: add info on --enable-mdb

[ Russ Allbery ]
* Remove myself from Uploaders.

[ Steve Langasek ]
* Remove Stephen Frost from Uploaders, per discussion with him. Thanks for
  your contributions, Stephen!
* Adjust dh_autoreconf usage to update all config.sub/config.guess
  instances in the source, so that we can be forwards-compatible with new
  ports. Thanks to Colin Watson <email address hidden> for the patch.
  Closes: #725824.
* Add Timo to Uploaders.
* Update Vcs-* fields to point at the new git repo; thanks to Timo for
  driving this migration!
* Rebuild against db5.3, with a corresponding dump/restore of the database
  on upgrade. Closes: #738641.

[ Timo Aaltonen ]
* contrib-modules-use-dpkg-buildflags, autogroup-makefile,
  smbk5pwd-makefile:
  - Updated for current upstream.
* Refresh patches to apply cleanly.
* rules: Use dpkg-parsechangelog to determine the upstream version for
  get-orig-source.
* source: Add lintian overrides for non-transatable internal
  templates.

25. By Jonathan Wiltshire

* Non-maintainer upload.
* No-change rebuild in a clean environment

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/squeeze/openldap
This branch contains Public information 
Everyone can see this information.

Subscribers