From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.129.122.72 with SMTP id v69mr6436864ywc.40.1468186584271; Sun, 10 Jul 2016 14:36:24 -0700 (PDT) X-Received: by 10.157.23.131 with SMTP id j3mr388095otj.17.1468186584220; Sun, 10 Jul 2016 14:36:24 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j37no323787qta.0!news-out.google.com!d68ni3036ith.0!nntp.google.com!jk6no15554319igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 10 Jul 2016 14:36:23 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.129.196.142; posting-account=pmkN8QoAAAAtIhXRUfydb0SCISnwaeyg NNTP-Posting-Host: 86.129.196.142 References: <7d74d2b5-2c68-466b-8672-b6ecb4610b56@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: GCC 6.1.0 for OS X El Capitan, with GPL 2016 tools From: Austin Obyrne Injection-Date: Sun, 10 Jul 2016 21:36:24 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 4825 X-Received-Body-CRC: 2634548226 Xref: news.eternal-september.org comp.lang.ada:31052 Date: 2016-07-10T14:36:23-07:00 List-Id: On Sunday, July 10, 2016 at 10:28:35 PM UTC+1, Austin Obyrne wrote: > On Sunday, July 10, 2016 at 10:13:33 PM UTC+1, Austin Obyrne wrote: > > On Sunday, July 3, 2016 at 6:07:07 PM UTC+1, Simon Wright wrote: > > > At > > > https://sourceforge.net/projects/gnuada/files/GNAT_GCC%20Mac%20OS%20X/6.1.0/native-2016/ > > > > > > From the README, > > > > > > This is GCC 6.1.0 built for Mac OS X El Capitan (10.11.4, Darwin > > > 15.4.0), with the Command Line Tools for Xcode 7. > > > > > > gcc-6.1.0-x86_64-apple-darwin15-2016-bin.tar.bz2 > > > ================================================ > > > > > > Compilers included: Ada, C, C++, Objective C, Objective C++, Fortran. > > > > > > Tools included: > > > > > > Full GPL: > > > ASIS, AUnit, and GDB from GNAT GPL 2016. > > > Gprbuild from the public Git repository[2] at commit > > > c5c26c2683fcdd9c1fc684274faaad1b30c762e1 > > > > > > GPL with Runtime Library Exception[1]: > > > GNATCOLL fron the public GIT repository[3] at commit > > > 719fae1d0b60c31a9f7c0de8b0a143fa57449b47 > > > XMLAda from the public Git repository[4] at commit > > > 8a9536bf161125cb1e12da376e8d7b51f1b33677 > > > > > > [1] http://www.gnu.org/licenses/gcc-exception-faq.html > > > [2] https://github.com/AdaCore/gprbuild > > > [3] https://github.com/AdaCore/gnatcoll > > > [4] https://github.com/AdaCore/xmlada > > > > > > Hi Simon, > > > > Please pardon the cross-posting and the way-laying of your attention but there is a matter of some importance here in sci crypt that you might be prepared to help by acting as a trusted-third-party. > > > > It is a matter of creating and posting a Challenge Test Sample as follows:- > > > > You would be required at your convenience to download and run this program as follows:- > > > > 1) Go to, > > > > adacrypt.co.uk > > > > and, > > > > 2) Download the software called "ShuttlePads Cipher" from the title box displayed there. > > 3)Download the compiler called Ada-95 Compiler Gnat 311.p (you might ignore this if you think so.) > > > > Use the software as follows, > > 4) Edit the parameters of KEY_Pad_1 (Highly visible) to something different to what you find in the downloaded program. > > 5) Run the program to encrypt any passage pf your choice. > > 6) Post the ensuing ciphertext string either in sci crypt or in comp.lang.ada > > > > *The test piece should be fairly substantial at say circa 1000 characters. > > > > I'm sure I speak for many when I say this would be greatly appreciated in sci crypt if you can find the time to do this as a service to the readers here. > > > > Yours truly, > > > > adacrypt - Austin O'Byrne > > > Please see (example) in KEY_PAD_1, > > SliceNum_3 : CONSTANT Integer := 31; > StepNum_3 : CONSTANT Integer := 14; --Upstream placemoves > RepeatsNum_3: CONSTANT Integer := 6; --Repeats > -- scrambling device in 'Load_n_scramble_Pad_3' procedure > -- SliceNum_3 + StepNum_3*RepeatsNum_3 <= 126. > > Please leave "SliceNum" unchanged and only change the other two (product of these must be <95)e.g. > > 14 x 6 = 94 (<95 ok) > a change might be 23 x 3 = 69 (<95 ok) > or say 7 x 12 = 84 (<95ok) > etc, etc > > Changing 'SliceNum' requires program source code changes (not essential). > > Thanks - Austin ERROR - Please change:- *The test piece should be fairly substantial at say circa 1000 characters. This should read:- *The test piece should be fairly substantial at say circa 10,000 characters. Thanks again, Austin.