Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-13 Thread Tom Tromey
Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif Tom Tromey, some time ago, worked on Jalopy, to customize it to suit GNU Raif formatting standard purposes. he may be able to shed some light on the Raif tool's fitness for this purpose. if it works that can solve this issue Raif --and a

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-13 Thread Tom Tromey
Tom == Thomas Fitzsimmons [EMAIL PROTECTED] writes: sounds like your VM is not installing the additional Providers: GnuSecurity and GnuCrypto. the patch includes a modification to the classpath.security resource file to add the above. Tom Ugh, I thought the patch contained the new files

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-06 Thread Mark Wielaard
Hi, On Fri, 2006-01-06 at 07:21 +1100, Raif S. Naffah wrote: On Friday 06 January 2006 06:45, Casey Marshall wrote: Of course, a lot of GNU Crypto's source is formatted in a completely non-standard way: the file opens with the 'package' line, then the copyright boilerplate (with //

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-06 Thread Raif S. Naffah
hello, On Saturday 07 January 2006 08:30, Thomas Fitzsimmons wrote: On Sun, 2005-12-25 at 17:06 -0800, Casey Marshall wrote: Hi, I've moved GNU Crypto and Jessie into my Classpath tree, approximately as I proposed to do earlier. The patch to Classpath, and a tarball of all the new

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-06 Thread Raif S. Naffah
On Saturday 07 January 2006 07:12, Casey Marshall wrote: On Jan 6, 2006, at 12:50 AM, Mark Wielaard wrote: Hi, On Thu, 2006-01-05 at 15:07 -0800, Casey Marshall wrote: We just shove exportable algorithms and providers under `gnu/java/ security,' and non-exportable algorithms and

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-06 Thread Thomas Fitzsimmons
On Sun, 2005-12-25 at 17:06 -0800, Casey Marshall wrote: Hi, I've moved GNU Crypto and Jessie into my Classpath tree, approximately as I proposed to do earlier. The patch to Classpath, and a tarball of all the new files, are available from

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-06 Thread Casey Marshall
On Jan 6, 2006, at 12:50 AM, Mark Wielaard wrote: Hi, On Thu, 2006-01-05 at 15:07 -0800, Casey Marshall wrote: We just shove exportable algorithms and providers under `gnu/java/ security,' and non-exportable algorithms and providers under `gnu/ javax/crypto.' Thus, if you need to make an

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-06 Thread Raif S. Naffah
On Saturday 07 January 2006 11:32, Casey Marshall wrote: On Jan 6, 2006, at 1:12 PM, Raif S. Naffah wrote: On Saturday 07 January 2006 05:48, Casey Marshall wrote: On Jan 6, 2006, at 12:41 AM, Raif S. Naffah wrote: On Friday 06 January 2006 10:07, Casey Marshall wrote: After thinking

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-06 Thread Casey Marshall
On Jan 6, 2006, at 1:12 PM, Raif S. Naffah wrote: On Saturday 07 January 2006 05:48, Casey Marshall wrote: On Jan 6, 2006, at 12:41 AM, Raif S. Naffah wrote: On Friday 06 January 2006 10:07, Casey Marshall wrote: After thinking about exportability a little more, I think the best option may

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-06 Thread Raif S. Naffah
On Saturday 07 January 2006 12:58, Casey Marshall wrote: On Jan 6, 2006, at 5:41 PM, Raif S. Naffah wrote: On Saturday 07 January 2006 11:32, Casey Marshall wrote: You have to do that if you want to present a unified factory interface to (e.g.) all PRNG implementations. But we don't have to

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-05 Thread Mark Wielaard
Hi Casey, On Sun, 2005-12-25 at 17:06 -0800, Casey Marshall wrote: I've moved GNU Crypto and Jessie into my Classpath tree, approximately as I proposed to do earlier. The patch to Classpath, and a tarball of all the new files, are available from

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-05 Thread Casey Marshall
On Jan 5, 2006, at 3:58 AM, Mark Wielaard wrote: Hi Casey, On Sun, 2005-12-25 at 17:06 -0800, Casey Marshall wrote: I've moved GNU Crypto and Jessie into my Classpath tree, approximately as I proposed to do earlier. The patch to Classpath, and a tarball of all the new files, are available

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-05 Thread Raif S. Naffah
hello Mark and Casey, (i'm cc-ing Tom on this) On Friday 06 January 2006 06:45, Casey Marshall wrote: On Jan 5, 2006, at 3:58 AM, Mark Wielaard wrote: On Sun, 2005-12-25 at 17:06 -0800, Casey Marshall wrote: I've moved GNU Crypto and Jessie into my Classpath tree, approximately as I

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-05 Thread Anthony Green
On Thu, 2006-01-05 at 15:07 -0800, Casey Marshall wrote: How does this sound? Perfect! Thanks, AG ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

Re: [cp-patches] GNU Crypto and Jessie merge

2006-01-05 Thread Casey Marshall
After thinking about exportability a little more, I think the best option may be to not provide any `--disable-crypto' option at all, and just structure the source code so that packagers can remove all non-exportable crypto by just removing whole directories. The build system doesn't care

[cp-patches] GNU Crypto and Jessie merge

2005-12-30 Thread Casey Marshall
Hi, I've moved GNU Crypto and Jessie into my Classpath tree, approximately as I proposed to do earlier. The patch to Classpath, and a tarball of all the new files, are available from http://metastatic.org/source/gnu-crypto-jessie.patch and http://metastatic.org/source/gnu-crypto-jessie.tar.gz.