diff options
author | roam <roam@FreeBSD.org> | 2008-06-09 01:54:35 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2008-06-09 01:54:35 +0800 |
commit | 45dd05c644f909993ec583a04bd06136ccee6f5e (patch) | |
tree | 546fba65ebfd92d7400a401a84fee39a8dbfd0ff /security/aescrypt/distinfo | |
parent | 13aea900af0ab3878023766596715f0e617e72d3 (diff) | |
download | freebsd-ports-gnome-45dd05c644f909993ec583a04bd06136ccee6f5e.tar.gz freebsd-ports-gnome-45dd05c644f909993ec583a04bd06136ccee6f5e.tar.zst freebsd-ports-gnome-45dd05c644f909993ec583a04bd06136ccee6f5e.zip |
Perform some much-needed work on aescrypt that somehow lingered for
seven years...
- make aesget actually work with the default keysize (initialize it!)
- do not overflow the key filename buffers while parsing command-line options
- break out common code into a single file
- make the read()/write() loops a bit more robust
- fix lots of compiler warnings
- use snprintf() instead of strcpy()/strcat()
- write mdoc manual pages for aescrypt(1) and aesget(1)
- install the binaries and the manual pages with the correct permission mode
Diffstat (limited to 'security/aescrypt/distinfo')
-rw-r--r-- | security/aescrypt/distinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/aescrypt/distinfo b/security/aescrypt/distinfo index 0e749639a2dd..c0cd70077473 100644 --- a/security/aescrypt/distinfo +++ b/security/aescrypt/distinfo @@ -1,3 +1,6 @@ MD5 (aescrypt-0.7.tar.gz) = cbec5d7f00a289944397a8079c1d3c6c SHA256 (aescrypt-0.7.tar.gz) = 7b17656cbbd76700d313a1c36824a197dfb776cadcbf3a748da5ee3d0791b92d SIZE (aescrypt-0.7.tar.gz) = 62455 +MD5 (aescrypt-0.7-roam-whopper-01.patch.gz) = 3e5c7d68f60c324183b29075dc66bf40 +SHA256 (aescrypt-0.7-roam-whopper-01.patch.gz) = bae520d041ac1ee4229162eb200765aff0099f3f4f5c90229a9d477a6420290a +SIZE (aescrypt-0.7-roam-whopper-01.patch.gz) = 7418 |