[oe] [meta-oe][PATCH] openldap: Reproducibility: Remove user, hostname, pwd from version string

2018-10-25 Thread Douglas Royds
This updated patch also sets the date and time strings to the SOURCE_DATE_EPOCH. The WHOWHERE string will now be set to simply "openldap" in the case that a SOURCE_DATE_EPOCH is set. Upstream-Status: Submitted [https://www.openldap.org/its/index.cgi/Incoming?id=8928] Signed-off-by: Douglas Royds

Re: [oe] [meta-oe][PATCH] openldap: Reproducibility: Remove user, hostname, pwd from version string

2018-10-17 Thread Khem Raj
On Wed, Oct 17, 2018 at 6:08 PM Douglas Royds wrote: > > This patch is already on meta-openembedded master: > > > http://git.openembedded.org/meta-openembedded/commit/?id=ed5c1c19963546f09201747b11b94b71729b0bcd > > For the record, I have just submitted it upstream: > > http://www.openlda

Re: [oe] [meta-oe][PATCH] openldap: Reproducibility: Remove user, hostname, pwd from version string

2018-10-17 Thread Douglas Royds
This patch is already on meta-openembedded master: http://git.openembedded.org/meta-openembedded/commit/?id=ed5c1c19963546f09201747b11b94b71729b0bcd For the record, I have just submitted it upstream: http://www.openldap.org/its/index.cgi/Incoming?id=8928 Should I submit a new patch, cha

Re: [oe] [meta-oe][PATCH] openldap: Reproducibility: Remove user, hostname, pwd from version string

2018-10-08 Thread Khem Raj
On Mon, Oct 8, 2018 at 10:06 PM Douglas Royds wrote: > > Is this a good idea? We need to replace the WHOWHERE value with > something fixed, so I've opted for the SOURCE_DATE_EPOCH. If you're not > trying to do a reproducible build, it won't be set, so the existing > WHOWHERE string will apply. > >

Re: [oe] [meta-oe][PATCH] openldap: Reproducibility: Remove user, hostname, pwd from version string

2018-10-08 Thread Douglas Royds
Debian have set this string to their own Debian-specific value: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833179 WHOWHERE="$(dpkg-vendor --query vendor) package version $(dpkg-parsechangelog -SVersion)" -- ___ Openembedded-devel maili

Re: [oe] [meta-oe][PATCH] openldap: Reproducibility: Remove user, hostname, pwd from version string

2018-10-08 Thread Douglas Royds
Is this a good idea? We need to replace the WHOWHERE value with something fixed, so I've opted for the SOURCE_DATE_EPOCH. If you're not trying to do a reproducible build, it won't be set, so the existing WHOWHERE string will apply. I'll wait for other opinions before submitting this upstream.

[oe] [meta-oe][PATCH] openldap: Reproducibility: Remove user, hostname, pwd from version string

2018-10-08 Thread Douglas Royds
Upstream-Status: Pending Signed-off-by: Douglas Royds --- .../openldap/remove-user-host-pwd-from-version.patch | 12 meta-oe/recipes-support/openldap/openldap_2.4.46.bb | 1 + 2 files changed, 13 insertions(+) create mode 100644 meta-oe/recipes-support/openldap/openldap/remove-us