diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-11 00:06:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-11 00:06:50 +0000 |
commit | bd402498d988912e5ff85346096d0905bc080c60 (patch) | |
tree | 92c07022b9264bd59658434fcec0ec8c7a8afb12 | |
parent | wxRuby is a library to allow Ruby programs to use wxWindows (also (diff) |
- Libtomcrypt released a patchset to fix a few security bugs.
PR: ports/77349
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: Jonatan B <onatan@gmail.com> (maintainer)
-rw-r--r-- | security/libtomcrypt/Makefile | 15 | ||||
-rw-r--r-- | security/libtomcrypt/distinfo | 2 |
2 files changed, 15 insertions, 2 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 5158aba23933..681352bf44df 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -7,13 +7,24 @@ PORTNAME= libtomcrypt PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://libtomcrypt.org/files/ -DISTNAME= crypt-${PORTVERSION} +MASTER_SITES= http://libtomcrypt.org/files/:source \ + http://libtomcrypt.org/files/patch-1.00/:patch +DISTFILES= crypt-${PORTVERSION}.tar.bz2:source \ + ltc-1.00-001.tar.bz2:patch MAINTAINER= onatan@gmail.com COMMENT= Comprehensive, modular and portable cryptographic toolkit +EXTRA_PATCHES= ${WRKDIR}/src/pk/pkcs1/pkcs_1_oaep_encode.c.patch \ + ${WRKDIR}/src/pk/pkcs1/pkcs_1_oaep_decode.c.patch \ + ${WRKDIR}/src/misc/base64/base64_decode.c.patch \ + ${WRKDIR}/src/headers/tomcrypt.h.patch \ + ${WRKDIR}/makefile.shared.patch \ + ${WRKDIR}/makefile.patch \ + ${WRKDIR}/changes.patch \ + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile MAKE_ARGS+= PREFIX=${PREFIX} diff --git a/security/libtomcrypt/distinfo b/security/libtomcrypt/distinfo index 05392d5a30a6..b4671fe0320b 100644 --- a/security/libtomcrypt/distinfo +++ b/security/libtomcrypt/distinfo @@ -1,2 +1,4 @@ MD5 (crypt-1.00.tar.bz2) = 73a896e5e8f636dd14c1517f572ddaa1 SIZE (crypt-1.00.tar.bz2) = 940439 +MD5 (ltc-1.00-001.tar.bz2) = fa7a398e554754098259a1a3a5997672 +SIZE (ltc-1.00-001.tar.bz2) = 1868 |