[Buildroot] [PATCH v6 1/1] package/dhcp: bump version to 4.3.3-P1

rdkehn at yahoo.com rdkehn at yahoo.com
Wed Feb 3 04:35:44 UTC 2016


Hi Ricardo,

On Tue, Feb 02, 2016 at 09:18:49PM -0200, Ricardo Martincoski wrote:
> Hi Doug,
> 
> On Mon, Jan 25, 2016 at 01:35 PM, Doug Kehn <rdkehn at yahoo.com> wrote:
> > bind source tar-ball is now embedded into the dhcp source. The embedded
> > bind tar-ball is extracted after the dhcp source so cross compiling
> > patches can be applied to the dhcp and bind before the package is built.
> > 
> > The embedded bind configure is called as part of dhcp make instead of
> > dhcp configure; therefore, needed configure parameters are set in the
> > make env.
> > 
> > 0001-dhcp-cross-compile.patch and 0002-bind-cross-compile.patch have
> > been submitted upstream as part of a cross compiling enhancement
> > suggestion to dhcp-suggest at isc.org. Reference ISC-Bugs #41502.
> > 0003-bind-hos-cc.patch is already scheduled for the next dhcp release.
> > 
> > Buildroot thread
> > 	http://lists.busybox.net/pipermail/buildroot/2016-January/149079.html
> > has related information.
> > 
> > Signed-off-by: Doug Kehn <rdkehn at yahoo.com>
> > Cc: Arnout Vandecappelle <arnout at mind.be>
> > Cc: Ricardo Martincoski <ricardo.martincoski at gmail.com>
> > ---
> > Changes v5 -> v6
> >   - patch configure.ac instead of configure/Makefile.in (suggested by Arnout)
> >   - rework dhcp.mk for patch changes.
> 
> The patches are much cleaner now!

Thanks for reviewing!

> 
> [snip]
> > --- a/package/dhcp/dhcp.hash
> > +++ b/package/dhcp/dhcp.hash
> > @@ -1,2 +1,2 @@
> > -# Verified from ftp://ftp.isc.org/isc/dhcp/4.1-ESV-R12/dhcp-4.1-ESV-R12.tar.gz.sha256.asc
> > -sha256	53265d1bf5e2073379df03c73a1a34d38a904307609c0f9cb77223912e753e5f	dhcp-4.1-ESV-R12.tar.gz
> > +# Verified from https://ftp.isc.org/isc/dhcp/4.2.3-P1/dhcp-4.2.3-P1.tar.gz.sha256.asc
> 
> There are typos here (s/4.2.3-P1/4.3.3-P1/g).
> It should be:
> # Verified from https://ftp.isc.org/isc/dhcp/4.3.3-P1/dhcp-4.3.3-P1.tar.gz.sha256.asc
> 
> See:
> $ wget -q https://ftp.isc.org/isc/dhcp/4.3.3-P1/dhcp-4.3.3-P1.tar.gz.sha256.asc
> $ gpg --verify dhcp-4.3.3-P1.tar.gz.sha256.asc dhcp-4.3.3-P1.tar.gz
> gpg: Signature made Sex 18 Dez 2015 10:51:04 BRST using RSA key ID 911A4C02
> gpg: Good signature from "Internet Systems Consortium, Inc. (Signing key, 2015-2016) <codesign at isc.org>"
> gpg: WARNING: This key is not certified with a trusted signature!
> gpg:          There is no indication that the signature belongs to the owner.
> Primary key fingerprint: ADBE 9446 286C 7949 05F1  E075 6FA6 EBC9 911A 4C02
> $ sha256sum dhcp-4.3.3-P1.tar.gz
> c11e896dffa1bfbc49462965d3f6dec45534e34068603546d9a236f2aa669921  dhcp-4.3.3-P1.tar.gz
> 
> > +sha256 c11e896dffa1bfbc49462965d3f6dec45534e34068603546d9a236f2aa669921 dhcp-4.3.3-P1.tar.gz
> [snip]

Well crap. I downloaded with browser then ran gpg --verify. I guess
I went back and copied the wrong link for updating hash. Thanks.
... here comes v7.

Regards,
...doug



More information about the buildroot mailing list