greating .gnupg with version 1.0.4 ?

Daniel Roesen droesen@entire-systems.com
Tue, 24 Oct 2000 14:09:27 +0200


--GRPZ8SYKNexpdSJ7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Tue, Oct 24, 2000 at 01:22:30PM +0200, Ciaran.Deignan@bull.net wrote:

> I'm looking to create a bianry distribution of GnuPG for AIX-4.3. I have
> GnuPG working, but it won't create the ~/.gnupg directory automatically!
Red Hat uses the attached fix for this problems in their GnuPG 1.0.4 RPMs. Best regards, Daniel -- ---------------------------------------------------------------------- entire systems GmbH | droesen@entire-systems.com Internet Services | Phone: +49 2624 9550-55 Ferbachstrasse 12 | Fax: +49 2624 9550-20 D-56203 Hoehr-Grenzhausen | http://www.entire-systems.com/ ---------------------------------------------------------------------- --GRPZ8SYKNexpdSJ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gnupg-1.0.4-strlen.patch" --- gnupg-1.0.4/g10/openfile.c Thu Oct 19 17:24:09 2000 +++ gnupg-1.0.4/g10/openfile.c Thu Oct 19 17:25:58 2000 @@ -329,7 +329,7 @@ if ( ( *defhome == '~' && ( strlen(fname) >= strlen (defhome+1) - && !strcmp(fname+strlen(defhome+1)-strlen(defhome+1), + && !strcmp(fname+strlen(fname)-strlen(defhome+1), defhome+1 ) )) || ( *defhome != '~' && !compare_filenames( fname, defhome ) ) --GRPZ8SYKNexpdSJ7-- -- Archive is at http://lists.gnupg.org - Unsubscribe by sending mail with a subject of "unsubscribe" to gnupg-users-request@gnupg.org