Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update search.cpan.org WWW: entries to have a trailing slash. | fenner | 2006-02-21 | 1 | -1/+1 |
| | | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in. | ||||
* | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | edwin | 2006-01-22 | 1 | -2/+2 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | TEA is a 64-bit symmetric block cipher with a 128-bit key and a variable number | erwin | 2005-12-22 | 4 | -0/+41 |
of rounds (32 is recommended). It has a low setup time, and depends on a large number of rounds for security, rather than a complex algorithm. It was developed by David J. Wheeler and Roger M. Needham, and is described at http://www.ftp.cl.cam.ac.uk/ftp/papers/djw-rmn/djw-rmn-tea.html . WWW: http://search.cpan.org/dist/Crypt-TEA PR: ports/90717 Submitted by: Gabor Kovesdan |