./security/mcrypt, Replacement to crypt(1), supports many crypto algorithms

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q1, Version: 2.6.8nb4, Package name: mcrypt-2.6.8nb4, Maintainer: pkgsrc-users

Mcrypt:

mcrypt is intended to be a replacement of the old unix crypt(1)
under the GNU General Public License. Unix Crypt(1) was a popular(?)
file encryption program in unix boxes. It was based on the enigma
encryption algorithm but it was considerable trivialized. Since
this was not adequate, even for individual privacy needs, I decided
to create a similar program using some modern block encryption
algorithms. Mcrypt also has a compatibility mode with unix crypt(1)
and with solaris des(1). It supports all the algorithms and modes
found in libmcrypt and it is very extendable. At the time writing
this, it supports the algorithms: BLOWFISH, TWOFISH, DES, TripleDES,
3-WAY, SAFER, LOKI97, GOST, RC2, RC6, MARS, IDEA, RIJNDAEL, SERPENT,
CAST, ARCFOUR and WAKE. Block algorithms are implemented in modes:
CFB, CBC, ECB, OFB (8 bit and n bit, where n is the size of the
algorithm's block length). For a brief description of the algorithms
and the modes look at the mcrypt manpage (this may be out of date).
In mcrypt it is on the user to decide which algorithm he considers
best for encrypting his data.


Required to run:
[security/mhash] [security/libmcrypt]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 8ae0e866714fbbb96a0a6fa9f099089dc93f1d86
RMD160: 5115c679ee5d34b9fb9e976c12240c48370df514
Filesize: 460.854 KB

Version history: (Expand)


CVS history: (Expand)


   2018-06-17 13:40:03 by S.P.Zeidler | Files touched by this commit (10)
Log message:
Pullup ticket #5765 - requested by bsiegert
security/mcrypt: security patches

Revisions pulled up:
- security/mcrypt/Makefile                                      1.27
- security/mcrypt/distinfo                                      1.9
- security/mcrypt/patches/patch-doc_mcrypt.1                    1.1
- security/mcrypt/patches/patch-src_errors.c                    1.1
- security/mcrypt/patches/patch-src_extra.c                     1.1
- security/mcrypt/patches/patch-src_gaaout.c                    1.1
- security/mcrypt/patches/patch-src_mcrypt.c                    1.1
- security/mcrypt/patches/patch-src_mcrypt.gaa                  1.1
- security/mcrypt/patches/patch-src_mcrypt__int.h               1.1
- security/mcrypt/patches/patch-src_rfc2440.c                   1.1

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   ginsbach
   Date:           Wed May 30 14:58:03 UTC 2018

   Modified Files:
           pkgsrc/security/mcrypt: Makefile distinfo
   Added Files:
           pkgsrc/security/mcrypt/patches: patch-doc_mcrypt.1 patch-src_errors.c
               patch-src_extra.c patch-src_gaaout.c patch-src_mcrypt.c
               patch-src_mcrypt.gaa patch-src_mcrypt__int.h patch-src_rfc2440.c

   Log message:
   Add various patches from (Brew, Debian, Red Hat, SUSE)

   Upstream for mcrypt is effectively dead so incorporate patches from
   other OSS packaging systems.  These patches address the following:

   * CVE-2012-4409 (fix)
   * CVE-2012-4527 (fix)
   * Spelling and grammar fixes for man page
   * Fix potential format-string attacks (no vulnerability Id)
   * Fix potential buffer overflows (no vulnerability Id)
   * Make native format default as in Debian, Red Hat, and SUSE since
     openpgp format handling is seriously broken.
   * Fix ARM build [unclear if this is necessary for non-Linux systems]
   * Correct include file for OSX

   To generate a diff of this commit:
   cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/mcrypt/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/mcrypt/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/security/mcrypt/patches/patch-doc_mcrypt.1 \
       pkgsrc/security/mcrypt/patches/patch-src_errors.c \
       pkgsrc/security/mcrypt/patches/patch-src_extra.c \
       pkgsrc/security/mcrypt/patches/patch-src_gaaout.c \
       pkgsrc/security/mcrypt/patches/patch-src_mcrypt.c \
       pkgsrc/security/mcrypt/patches/patch-src_mcrypt.gaa \
       pkgsrc/security/mcrypt/patches/patch-src_mcrypt__int.h \
       pkgsrc/security/mcrypt/patches/patch-src_rfc2440.c