Path to this page:
./
security/beecrypt,
Multipurpose cryptographic library
Branch: pkgsrc-2015Q1,
Version: 4.1.1,
Package name: beecrypt-4.1.1,
Maintainer: pkgsrc-usersBeeCrypt is an open source cryptography library that contains highly
optimized C and assembler implementations of many well-known algorithms
including Blowfish, MD5, SHA-1, Diffie-Hellman, and ElGamal.
Unlike some other crypto libraries, BeeCrypt is not designed to solve
one specific problem, like file encryption, but to be a general purpose
toolkit which can be used in a variety of applications.
There are also no patent or royalty issues associated with BeeCrypt, and
it is released under the GNU LGPL license, which means it can used for
free in both open source and closed source commercial projects.
Master sites:
SHA1: 5731fd4c6f960a5e9474f1f87611f88667cf98da
RMD160: f284c702ef7b0fe703a669c7a18f0a89eaaa6f93
Filesize: 756.273 KB
Version history: (Expand)
- (2015-04-03) Package added to pkgsrc.se, version beecrypt-4.1.1 (created)
CVS history: (Expand)
2015-04-18 23:55:54 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #4664 - requested by joerg
security/beecrypt: build fix
Revisions pulled up:
- security/beecrypt/distinfo 1.7
- security/beecrypt/patches/patch-acinclude.m4 1.1
- security/beecrypt/patches/patch-configure 1.2
---
Module Name: pkgsrc
Committed By: joerg
Date: Tue Apr 14 14:23:14 UTC 2015
Modified Files:
pkgsrc/security/beecrypt: distinfo
pkgsrc/security/beecrypt/patches: patch-configure
Added Files:
pkgsrc/security/beecrypt/patches: patch-acinclude.m4
Log message:
Since @ is used to start line comments on ARM, use % for the section
type when on ARM.
|