Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Thorsten Frueauf <frueauf@netbsd.org>
List: source-changes
Date: 12/02/1999 07:50:46
Module Name:	pkgsrc
Committed By:	frueauf
Date:		Thu Dec  2 15:50:46 UTC 1999

Modified Files:
	pkgsrc/security/gnupg: Makefile
	pkgsrc/security/gnupg/files: md5 patch-sum
	pkgsrc/security/gnupg/patches: patch-ab patch-ac
	pkgsrc/security/gnupg/pkg: PLIST
Removed Files:
	pkgsrc/security/gnupg/patches: patch-aa

Log Message:
Update gnupg to 1.0.0. As sideeffect this fixes pr 8826 and pr 8606.

/* XXX someone should test this in i386/aout, maybe that broke
       in exchange, so someone would need to fix it. I have no system
       to test on. But since this package was totaly broken, its an
       improvement...							XXX */

Noteworthy changes in version 1.0.0 (1999-09-07)
-----------------------------------

    * Add a very preliminary version of the GNU Privacy Handbook to
      the distribution (lynx doc/gph/index.html).

    * Changed the version number to GnuPG 2001 ;-)

Noteworthy changes in version 0.9.11
------------------------------------

    * UTF-8 strings are now correctly printed (if --charset is set correctly).
      Output of --with-colons remains C-style escaped UTF-8.

    * Workaround for a problem with PGP 5 detached signature in textmode.

    * Fixed a problem when importing new subkeys (duplicated signatures).

Noteworthy changes in version 0.9.10
------------------------------------

    * Some strange new options to help pgpgpg

    * Cleaned up the dox a bit.

Noteworthy changes in version 0.9.9
-----------------------------------

    * New options --[no-]utf8-strings.

    * New edit-menu commands "enable" and "disable" for entire keys.

    * You will be asked for a filename if gpg cannot deduce one.

    * Changes to support libtool which is needed for the development
      of libgcrypt.

    * New script tools/lspgpot to help transferring assigned
      trustvalues from PGP to GnuPG.

    * New commands --lsign-key and made --sign-key a shortcut for --edit
      and sign.

    * New options (#122--126 ;-) --[no-]default-recipient[-self],
      --disable-{cipher,pubkey}-algo. See the man page.

    * Enhanced info output in case of multiple recipients and fixed exit code.

    * New option --allow-non-selfsigned-uid to work around a problem with
      the German IN way of separating signing and encryption keys.

Noteworthy changes in version 0.9.8
-----------------------------------

    * New subcommand "delsig" in the edit menu.

    * The name of the output file is not anymore the one which is
      embedded in the processed message, but the used filename with
      the extension stripped.  To revert to the old behaviour you can
      use the option --use-embedded-filename.

    * Another hack to cope with pgp2 generated detached signatures.

    * latin-2 character set works (--charset=iso-8859-2).

    * New option --with-key-data to list the public key parameters.
      New option -N to insert notations and a --set-policy-url.
      A couple of other options to allow reseting of options.

    * Better support for HPUX.

Noteworthy changes in version 0.9.7
-----------------------------------

    * Add some work arounds for a bugs in pgp 2 which led to bad signatures
      when used with canonical texts in some cases.

    * Enhanced some status outputs.

Noteworthy changes in version 0.9.6
-----------------------------------

    * Twofish is now statically linked by default. The experimental 128 bit
      version is now disabled.  Full support will be available as soon as
      the OpenPGP WG has decided on an interpretation of rfc2440.

    * Dropped support for the ancient Blowfish160 which is not OpenPGP.

    * Merged gpgm and gpg into one binary.

    * Add "revsig" and "revkey" commands to the edit menu.  It is now
      possible to revoke signature and subkeys.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/security/gnupg/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/security/gnupg/files/md5 \
    pkgsrc/security/gnupg/files/patch-sum
cvs rdiff -r1.2 -r0 pkgsrc/security/gnupg/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/security/gnupg/patches/patch-ab
cvs rdiff -r1.2 -r1.3 pkgsrc/security/gnupg/patches/patch-ac
cvs rdiff -r1.1 -r1.2 pkgsrc/security/gnupg/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.