Hi,
Quanah mentioned in another posting to the list that there are some mdb fixes for 2.4.35. Is there a patch available somewhere or a location where I can download the source containing those fixes?
Regards, Patrick
--On Wednesday, July 17, 2013 8:11 PM +0200 Patrick Lists openldap-list@puzzled.xs4all.nl wrote:
Hi,
Quanah mentioned in another posting to the list that there are some mdb fixes for 2.4.35. Is there a patch available somewhere or a location where I can download the source containing those fixes?
http://www.stanford.edu/~quanah/openldap-2.4.35.tgz and http://www.stanford.edu/~quanah/ITS7604.patch
are what you are interested in. Note that the openldap-2.4.35.tgz tarball is different than the release tarball, as it has a number of fixes to liblmdb integrated into it. The ITS7604 patch file also needs to be applied.
Regards, Quanah
--
Quanah Gibson-Mount Lead Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
On 07/17/2013 09:00 PM, Quanah Gibson-Mount wrote:
--On Wednesday, July 17, 2013 8:11 PM +0200 Patrick Lists openldap-list@puzzled.xs4all.nl wrote:
Hi,
Quanah mentioned in another posting to the list that there are some mdb fixes for 2.4.35. Is there a patch available somewhere or a location where I can download the source containing those fixes?
http://www.stanford.edu/~quanah/openldap-2.4.35.tgz and http://www.stanford.edu/~quanah/ITS7604.patch
are what you are interested in. Note that the openldap-2.4.35.tgz tarball is different than the release tarball, as it has a number of fixes to liblmdb integrated into it. The ITS7604 patch file also needs to be applied.
Thanks Quanah. I saw that the ITS7604.patch is already in openldap.git HEAD. This also seems to apply to the changes in your openldap-2.4.35.tgz tarball. Is it the same as openldap.git HEAD?
Regards, Patrick
--On Wednesday, July 17, 2013 9:31 PM +0200 Patrick Lists openldap-list@puzzled.xs4all.nl wrote:
Thanks Quanah. I saw that the ITS7604.patch is already in openldap.git HEAD. This also seems to apply to the changes in your openldap-2.4.35.tgz tarball. Is it the same as openldap.git HEAD?
The ITS7604 patch is the same as what is in git HEAD, yes. I generated it using git. ;)
--Quanah
--
Quanah Gibson-Mount Lead Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Quanah Gibson-Mount wrote:
--On Wednesday, July 17, 2013 9:31 PM +0200 Patrick Lists openldap-list@puzzled.xs4all.nl wrote:
Thanks Quanah. I saw that the ITS7604.patch is already in openldap.git HEAD. This also seems to apply to the changes in your openldap-2.4.35.tgz tarball. Is it the same as openldap.git HEAD?
The ITS7604 patch is the same as what is in git HEAD, yes. I generated it using git. ;)
Looking at git it's also already in the RE24 branch.
So why not just refer to RE24 branch?
Ciao, Michael.
--On Wednesday, July 17, 2013 11:00 PM +0200 Michael Ströder michael@stroeder.com wrote:
Quanah Gibson-Mount wrote:
--On Wednesday, July 17, 2013 9:31 PM +0200 Patrick Lists openldap-list@puzzled.xs4all.nl wrote:
Thanks Quanah. I saw that the ITS7604.patch is already in openldap.git HEAD. This also seems to apply to the changes in your openldap-2.4.35.tgz tarball. Is it the same as openldap.git HEAD?
The ITS7604 patch is the same as what is in git HEAD, yes. I generated it using git. ;)
Looking at git it's also already in the RE24 branch.
So why not just refer to RE24 branch?
Because RE24 has some in-development code for mdb that is still being worked on, whereas what I posted is frozen at a point from before that new development started, but includes the fixes made to mdb to stabilize it.
I.e., what I posted is stable. What is currently in RE24 is not.
--Quanah
--
Quanah Gibson-Mount Lead Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
On 07/17/2013 11:13 PM, Quanah Gibson-Mount wrote: [snip]
Looking at git it's also already in the RE24 branch.
So why not just refer to RE24 branch?
Because RE24 has some in-development code for mdb that is still being worked on, whereas what I posted is frozen at a point from before that new development started, but includes the fixes made to mdb to stabilize it.
I.e., what I posted is stable. What is currently in RE24 is not.
I don't know what the policy is wrt issuing new releases but I would welcome that frozen code as a new release.
Regards, Patrick
Quanah Gibson-Mount wrote:
--On Wednesday, July 17, 2013 11:00 PM +0200 Michael Ströder michael@stroeder.com wrote:
Quanah Gibson-Mount wrote:
--On Wednesday, July 17, 2013 9:31 PM +0200 Patrick Lists openldap-list@puzzled.xs4all.nl wrote:
Thanks Quanah. I saw that the ITS7604.patch is already in openldap.git HEAD. This also seems to apply to the changes in your openldap-2.4.35.tgz tarball. Is it the same as openldap.git HEAD?
The ITS7604 patch is the same as what is in git HEAD, yes. I generated it using git. ;)
Looking at git it's also already in the RE24 branch.
So why not just refer to RE24 branch?
Because RE24 has some in-development code for mdb that is still being worked on, whereas what I posted is frozen at a point from before that new development started, but includes the fixes made to mdb to stabilize it.
I.e., what I posted is stable. What is currently in RE24 is not.
Given your RE24 testing call: Is RE24 now considered as stable as the custom openldap-2.4.35.tgz tarball you referred to?
Ciao, Michael.
On Jul 17, 2013, at 9:00 PM, Quanah Gibson-Mount quanah@zimbra.com wrote:
Hi,
Quanah mentioned in another posting to the list that there are some mdb fixes for 2.4.35. Is there a patch available somewhere or a location where I can download the source containing those fixes?
http://www.stanford.edu/~quanah/openldap-2.4.35.tgz and http://www.stanford.edu/~quanah/ITS7604.patch
are what you are interested in. Note that the openldap-2.4.35.tgz tarball is different than the release tarball, as it has a number of fixes to liblmdb integrated into it. The ITS7604 patch file also needs to be applied.
Any chance you can also provide the information what other patches or commits you included in your 2.4.35 tgz?
Marco
--On Thursday, July 18, 2013 1:27 AM +0200 Marco Schirrmeister marco@schirrmeister.net wrote:
On Jul 17, 2013, at 9:00 PM, Quanah Gibson-Mount quanah@zimbra.com wrote:
Hi,
Quanah mentioned in another posting to the list that there are some mdb fixes for 2.4.35. Is there a patch available somewhere or a location where I can download the source containing those fixes?
http://www.stanford.edu/~quanah/openldap-2.4.35.tgz and http://www.stanford.edu/~quanah/ITS7604.patch
are what you are interested in. Note that the openldap-2.4.35.tgz tarball is different than the release tarball, as it has a number of fixes to liblmdb integrated into it. The ITS7604 patch file also needs to be applied.
Any chance you can also provide the information what other patches or commits you included in your 2.4.35 tgz?
http://www.openldap.org/its/index.cgi/?findid=7536 http://www.openldap.org/its/index.cgi/?findid=7592
--Quanah
--
Quanah Gibson-Mount Lead Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
openldap-technical@openldap.org