pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/netpgp



Module Name:    pkgsrc
Committed By:   agc
Date:           Sat Feb 13 00:18:47 UTC 2010

Modified Files:
        pkgsrc/security/netpgp: Makefile distinfo

Log Message:
Update the netpgp package to version 20100212/1.99.19

        Changes to 1.99.19/20100212

        + plug some memory leaks, from cppcheck via Thomas Klausner (thanks!)
        + make the singular of time units read correctly
        + print decryption key info properly when prompting for passphrase

        Changes to 1.99.18/20100211

        small steps, but lots of them - this is the first one.

        + print out the correct key information when signing files and memory.
          what used to be printed out was the copy of the public key which is
          stored as part of the private key. does not address the info shown
          when decrypting, since that is done in a different way, by callback.
          this whole part needs to be re-written, but will have to wait for two
          good hands.

        Changes to 1.99.17/20100206

        + get rid of last 2 static variables - use the __ops_printstate_t struct
          passed down
        + get rid of 3 occurrences in reader.c where an automatic buffer was
          addressed (as part of a subsequent callback) by a struct field from
          a calling scope, and only valid within the callback.  Found by
          Flexelint and phk - many thanks.
        + print filename/"memory" when time problems occur when validating 
signatures

        Changes to 1.99.16/20100205

        + minor simplifications to netpgp(1) internally
        + fix a bug in netpgp_verify_file where a non-existent file while 
listing
          packets would cause a SIGSEGV
        + add duration arg to netpgp(1), and check for validity when verifying
          signatures
        + add birthtime arg to netpgp(1), and check for validity when verifying
          signatures
        + add netpgp commands to print pubkey, if desired
        + allow the passphrase for the signature to be taken from --pass-fd
        + get rid of static indent value when printing packet contents
        + print signature validity times when verifying a file's signature


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/netpgp/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/netpgp/distinfo

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



Home | Main Index | Thread Index | Old Index