Re: svn commit: r285366 - in head: lib/libmd sys/crypto/sha2

2015-07-11 Thread John-Mark Gurney
Andrew Turner wrote this message on Sat, Jul 11, 2015 at 18:06 +0100: > On Sat, 11 Jul 2015 07:29:20 -0700 > John-Mark Gurney wrote: > ... > > The closest I can see is that sha256hl.c (from mdXhl.c) is including > > "sha256.h" with double quotes, and getting the wrong header file.. > > I concur,

Re: svn commit: r285366 - in head: lib/libmd sys/crypto/sha2

2015-07-11 Thread Andrew Turner
On Sat, 11 Jul 2015 07:29:20 -0700 John-Mark Gurney wrote: ... > The closest I can see is that sha256hl.c (from mdXhl.c) is including > "sha256.h" with double quotes, and getting the wrong header file.. > I concur, the following fixes libmd to use the correct header. Andrew Index: lib/libmd/M

Re: svn commit: r285366 - in head: lib/libmd sys/crypto/sha2

2015-07-11 Thread Warner Losh
> On Jul 11, 2015, at 8:33 AM, Craig Rodrigues wrote: > > > > On Sat, Jul 11, 2015 at 10:29 AM, John-Mark Gurney wrote: > Craig Rodrigues wrote this message on Sat, Jul 11, 2015 at 10:16 -0400: > > > So it looks like _libmd_SHA256_File is not defined in the legacy > > library used during the

Re: svn commit: r285366 - in head: lib/libmd sys/crypto/sha2

2015-07-11 Thread Craig Rodrigues
On Sat, Jul 11, 2015 at 10:29 AM, John-Mark Gurney wrote: > Craig Rodrigues wrote this message on Sat, Jul 11, 2015 at 10:16 -0400: > > > So it looks like _libmd_SHA256_File is not defined in the legacy > > library used during the bootstrap. > > The closest I can see is that sha256hl.c (from mdXh

Re: svn commit: r285366 - in head: lib/libmd sys/crypto/sha2

2015-07-11 Thread John-Mark Gurney
Craig Rodrigues wrote this message on Sat, Jul 11, 2015 at 10:16 -0400: > On Sat, Jul 11, 2015 at 4:04 AM, John-Mark Gurney wrote: > > > This change breaks upgrading from 10-stable... I'm not sure why it > > In my FreeBSD 10.1-RELEASE VM, I am seeing this: > > --- xinstall --- > cc -O2 -pipe

Re: svn commit: r285366 - in head: lib/libmd sys/crypto/sha2

2015-07-11 Thread Craig Rodrigues
On Sat, Jul 11, 2015 at 4:04 AM, John-Mark Gurney wrote: > > This change breaks upgrading from 10-stable... I'm not sure why it > In my FreeBSD 10.1-RELEASE VM, I am seeing this: --- xinstall --- cc -O2 -pipe -I/builds/FreeBSD_HEAD/usr.bin/xinstall/../../contrib/mtree -I/builds/FreeBSD_HEAD/u

Re: svn commit: r285366 - in head: lib/libmd sys/crypto/sha2

2015-07-11 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Sat, Jul 11, 2015 at 03:12 +: > Author: jmg > Date: Sat Jul 11 03:12:34 2015 > New Revision: 285366 > URL: https://svnweb.freebsd.org/changeset/base/285366 > > Log: > Complete the move that was started w/ r263218.. For some reason I > didn't delete t

svn commit: r285366 - in head: lib/libmd sys/crypto/sha2

2015-07-10 Thread John-Mark Gurney
Author: jmg Date: Sat Jul 11 03:12:34 2015 New Revision: 285366 URL: https://svnweb.freebsd.org/changeset/base/285366 Log: Complete the move that was started w/ r263218.. For some reason I didn't delete the files, so that means we need to bring the changes in r282726 to the correct files..