[Pkg-openldap-devel] [openldap] branch ubuntu/master updated (138cdc8 -> cfa51ba)

Ryan Tandy rtandy-guest at moszumanska.debian.org
Mon Jan 11 07:20:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

rtandy-guest pushed a change to branch ubuntu/master
in repository openldap.

      from  138cdc8   Imported Debian patch 2.4.41+dfsg-1ubuntu3
      adds  94fa4e2   slapd.scripts-common: use update_permissions instead direct calls
      adds  836e81e   slapd.scripts-common: 'local'ize variables
      adds  a39d108   slapd.scripts-common: restore by increasing suffix path length
      adds  179ea56   Changelog for Peter's patches
      adds  a5c484c   slapd.scripts-common: Delete an outdated comment.
      adds  b5d42e7   Return to release engineering
      adds  a69df0e   ITS#8056 Regenerate configure
      adds  2f781c8   ITS#8056
      adds  1b6085c   Return to Release Engineering
      adds  7513bd4   ITS#8190 fix cursor EOF bug
      adds  1fd0341   ITS#8181 Verify that records are/aren't DBs.
      adds  4b58502   ITS#8200 Fix mdb_midl_shrink() usage, return void
      adds  c4ae054   Updated for ITS#8181, #8190, #8200
      adds  5294c97   Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
      adds  3a33e0a   ITS#8158 Fix sendto() address length for CLDAP
      adds  2286e38   ITS#8158
      adds  40dc951   Fix cfg OID typos
      adds  0a8ca06   ITS#8184 avoid redundant mod ops
      adds  34241d3   ITS#8184
      adds  cd99bcf   ITS#8195 fix ITS#7027 regression, port number sign bit overflow
      adds  4228bf9   ITS#8195
      adds  d4e9bcb   ITS#8199 fix NULL ptr dereference in at_next
      adds  1a4484e   ITS#8199
      adds  6f5f113   ITS#8203 more fixes for #8036/#7904.
      adds  dbb8e7b   ITS#8203
      adds  8dba5e3   ITS#8203 plug leak in prev commit
      adds  d139771   ITS#8192 fix reference to EINTR on WIN32 from ITS#8106
      adds  1b1b294   Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
      adds  a9f400c   Avoid hex timestamp in middle of lines
      adds  7aac285   Avoid timing issues in pcache
      adds  041d779   ITS#8213 fix deleting rewrite rules
      adds  b9f3b41   ITS#8213
      adds  5d67c6a   Release 0.9.16
      adds  92f04e8   Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
      adds  2c705e4   Prep for 2.4.42
      adds  b26ba71   Imported Upstream version 2.4.42+dfsg
      adds  510fd31   Merge tag 'upstream/2.4.42+dfsg'
      adds  020b5c4   New upstream release.
      adds  200b6dc   lastbind-makefile-manpage: install slapo-lastbind.5 man page
      adds  243a803   changelog for #794997
      adds  faa6a33   Enable back-mdb on kfreebsd.
      adds  2cdb348   Disable back-bdb/back-hdb on hurd.
      adds  c6e7dd2   Release 2.4.42+dfsg-1
      adds  794520f   Don't depend explicitly on multiarch-support.
      adds  a45d86e   Omit smbk5pwd from stage1 build (#724518)
      adds  ded2691   Apply wrap-and-sort to the Build-Depends field.
      adds  2e9a11a   Drop libncurses5-dev from Build-Depends.
      adds  df67c39   Drop libltdl3-dev from Build-Depends.
      adds  ea5e468   Disable slapd completely for stage1 build
      adds  5b6692c   Build-Depend on perl:any for cross builds
      adds  164568e   Set CC correctly for cross builds.
      adds  663f829   Use <triplet>-gcc as default CC instead of -cc.
      adds  3eb3dff   Update Build-Depends for restriction formula support.
      adds  f1aa896   Override dev-pkg-without-shlib-symlink warning
      adds  7a67cc2   smbk5pwd-makefile-manpage: install slapo-smbk5pwd.5 man page
      adds  4003fff   Install smbk5pwd man page only in slapd-smbk5pwd
      adds  1024a9e   Changelog for #794998
      adds  088fb8f   Allow anyone to read shadowLastChange (#669235)
      adds  3ef77d4   Drop explicit rootDSE ACL from database config
      adds  692808c   Copy more comments to slapd.init.ldif.
      adds  392c1f4   Import ITS#8240 patch
      adds  2896bb4   Release 2.4.42+dfsg-2
       new  cfa51ba   Merge tag '2.4.42+dfsg-2' into ubuntu/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                            |  11 +-
 build/version.var                                  |   8 +-
 configure                                          |   4 +-
 contrib/slapd-modules/lastbind/lastbind.c          |   4 +-
 debian/changelog                                   | 108 +++++++++
 debian/control                                     |  32 ++-
 debian/libldap-2.4-2.lintian-overrides             |   3 +
 ....patch => ITS8240-remove-obsolete-assert.patch} |   4 +-
 debian/patches/lastbind-makefile-manpage           |  46 ++++
 debian/patches/series                              |   4 +-
 debian/patches/smbk5pwd-makefile-manpage           | 251 +++++++++++++++++++++
 debian/rules                                       |  38 +++-
 debian/slapd-smbk5pwd.manpages                     |   1 +
 debian/slapd.init.ldif                             |  25 +-
 debian/slapd.scripts-common                        |  15 +-
 doc/guide/admin/guide.html                         |   2 +-
 libraries/liblber/debug.c                          |  14 +-
 libraries/liblber/sockbuf.c                        |  10 +-
 libraries/libldap/dnssrv.c                         |   2 +-
 libraries/liblmdb/CHANGES                          |   5 +
 libraries/liblmdb/lmdb.h                           |  18 +-
 libraries/liblmdb/mdb.c                            |  33 ++-
 libraries/liblmdb/midl.c                           |   4 +-
 libraries/liblmdb/midl.h                           |   3 +-
 servers/slapd/at.c                                 |   4 +
 servers/slapd/back-mdb/dn2id.c                     |  43 ++++
 servers/slapd/back-mdb/proto-mdb.h                 |   4 +
 servers/slapd/back-mdb/search.c                    |  34 +--
 servers/slapd/overlays/ppolicy.c                   |  89 +++++---
 servers/slapd/overlays/rwm.c                       |   7 +-
 tests/data/slapd-proxycache.conf                   |   3 +
 31 files changed, 716 insertions(+), 113 deletions(-)
 rename debian/patches/{CVE-2015-6908.patch => ITS8240-remove-obsolete-assert.patch} (92%)
 create mode 100644 debian/patches/lastbind-makefile-manpage
 create mode 100644 debian/patches/smbk5pwd-makefile-manpage
 create mode 100644 debian/slapd-smbk5pwd.manpages

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list