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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,18e682cb937b2c58 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsread.com!news-xfer.newsread.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Tue, 29 Mar 2005 18:49:07 -0600 Date: Tue, 29 Mar 2005 19:49:07 -0500 From: Jeff C User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ANN: Update to AdaGPGME and libgpg-error References: <3atkviF6e5b9nU1@individual.net> In-Reply-To: <3atkviF6e5b9nU1@individual.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-FijY0bG/tcPEjrfqpBheI08mS22sZ4yd1/iAPz8dSIMuxWbTSzZT84H5WI/W+wrbrtM0BIDpnPrI/yG!7Cec1VIL6UlsdzgL6xQbSc1joz6b4ievgcYOFdUFGPQOU3m/tuKNQuS1ZjYpdg== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:10133 Date: 2005-03-29T19:49:07-05:00 List-Id: Andreas Almroth wrote: > Hi all, > > For those of you interested, I have updated the Ada95 bindings to; > > * GPGME 1.0.2 (GnuPG Made Easy C API) > * libgpg-error 1.0 (common error message library for GnuPG components) > > A few of the test programs have been ported to Ada95 to verify that the > bindings works, or at least partly. Change the makefile to correspond to > your environment. > > The bindings are tested with GCC 3.4.3 on Solaris, but it should be > possible to compile on other platforms. > > You will, obviously, need to install GnuPG 1.2.2+, libgpg-error 1.0 and > gpgme 1.0.2 first. > > The bindings can be found at; > AdaGPGME - http://www.almroth.com/gpgme/index.html > libgpg-error - http://www.almroth.com/libgpgerror.html > > Any suggestions, comments and bugs are welcome and should be sent to > andreas at almroth dot com. > > For more information on GPGME and libgpg-error, please visit; > http://www.gnupg.org/ > > /A Nice! One note..While I am a big fan of the GMGPL approach, it is not really clear that it is entirely helpful in this case since GNUPG itself appears to be GPL without exception...Not suggesting you need to change the license binding but people using it (as always) need to understand all of the license issues that are involved.