Date: Wed, 23 Feb 2000 23:15:03 -0800 (PST) From: mzaki@e-mail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/16955: 'pgp5' built with ports/security/pgp5 doesn't work correctly Message-ID: <200002240715.XAA74143@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 16955 >Category: ports >Synopsis: 'pgp5' built with ports/security/pgp5 doesn't work correctly >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 23 23:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Motomichi Matsuzaki >Release: ports-current >Organization: >Environment: >Description: ports/security/pgp5 renames original pgp to 'pgp5'. In this environment, executing 'pgp5' shows, |Invoked with unknown symlink instead of, |PGP is now invoked from different executables for different operations: | |pgpe Encrypt (including Encrypt/Sign) |pgps Sign |pgpv Verify/Decrypt |pgpk Key management |pgpo PGP 2.6.2 command-line simulator (not yet implemented) | |See each application's respective man page or the general PGP documentation |for more information. some applications like Mew(ports/mail/mew) try to identify pgp version by this reaction, and fail. this should be fixed. >How-To-Repeat: >Fix: add patches/patch-af: --- apps/pgp/pgp.c.dist Sun Feb 8 04:54:56 1998 +++ apps/pgp/pgp.c Thu Feb 24 16:01:06 2000 @@ -1095,6 +1095,7 @@ break; case 'p': + case '5': invoked_type = PGPraw; break; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002240715.XAA74143>