pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/sshfp



Module Name:    pkgsrc
Committed By:   tron
Date:           Tue Nov 17 12:23:01 UTC 2009

Modified Files:
        pkgsrc/security/sshfp: Makefile distinfo
        pkgsrc/security/sshfp/patches: patch-aa
Added Files:
        pkgsrc/security/sshfp/patches: patch-ab

Log Message:
Avoid deprecation warnings under Python:
1.) Use "hashlib" instead of "sha" module if possible.
2.) Use "subprocess" module instead of os.popen3().
Both changes tested with Python 2.4 and 2.6.

Pkgsrc-related improvements:
1.) Support "user-destdir" installation (no changes required).
2.) Set license to "gnu-gpl-v2".
3.) Reduce patches by recording the fact that the manual page gets
    compressed automatically (which "pkgsrc" handles fine) instead
    of trying to prevent that.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/sshfp/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/sshfp/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/sshfp/patches/patch-aa
cvs rdiff -u -r0 -r1.1 pkgsrc/security/sshfp/patches/patch-ab

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