mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
security/cl-md5{,-*}: Update to 2.0.5
Approved by: olgeni (maintainer, implicit) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
91ce3a0df3
commit
f6833bbc05
9 changed files with 66 additions and 25 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= md5
|
PORTNAME= md5
|
||||||
PORTVERSION= 1.8.5
|
PORTVERSION= 2.0.5
|
||||||
CATEGORIES= security lisp
|
CATEGORIES= security lisp
|
||||||
PKGNAMEPREFIX= cl-
|
PKGNAMEPREFIX= cl-
|
||||||
DISTFILES= # none
|
DISTFILES= # none
|
||||||
|
@ -10,8 +10,10 @@ WWW= https://www.cliki.net/MD5
|
||||||
|
|
||||||
LICENSE= PD
|
LICENSE= PD
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/cclfasl/stream.fx64fsl:devel/cl-flexi-streams-ccl \
|
||||||
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
||||||
|
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/cclfasl/stream.fx64fsl:devel/cl-flexi-streams-ccl \
|
||||||
|
${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
||||||
|
|
||||||
USES= cl
|
USES= cl
|
||||||
FASL_TARGET= ccl
|
FASL_TARGET= ccl
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
A native MD5 implementation in Common Lisp.
|
This package implements the MD5 Message-Digest Algorithm, as defined in RFC
|
||||||
|
1321, in Common Lisp.
|
||||||
|
|
||||||
|
Warning: The MD5 Message-Digest Algorithm has been compromised as a
|
||||||
|
cryptographically secure hash for a long time, with known theoretical and
|
||||||
|
practical attacks. Therefore, use of this implementation is recommended only
|
||||||
|
for legacy purposes or cases where a cryptographically secure hash is not
|
||||||
|
required. For all other uses, consider one of the newer SHA-2 or SHA-3 secure
|
||||||
|
hash standards, or whatever is currently deemed cryptographically secure.
|
||||||
|
|
||||||
This package is compiled with CCL.
|
This package is compiled with CCL.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= md5
|
PORTNAME= md5
|
||||||
PORTVERSION= 1.8.5
|
PORTVERSION= 2.0.5
|
||||||
CATEGORIES= security lisp
|
CATEGORIES= security lisp
|
||||||
PKGNAMEPREFIX= cl-
|
PKGNAMEPREFIX= cl-
|
||||||
DISTFILES= # none
|
DISTFILES= # none
|
||||||
|
@ -10,8 +10,10 @@ WWW= https://www.cliki.net/MD5
|
||||||
|
|
||||||
LICENSE= PD
|
LICENSE= PD
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/clispfasl/stream.fas:devel/cl-flexi-streams-clisp \
|
||||||
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
||||||
|
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/clispfasl/stream.fas:devel/cl-flexi-streams-clisp \
|
||||||
|
${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
||||||
|
|
||||||
USES= cl
|
USES= cl
|
||||||
FASL_TARGET= clisp
|
FASL_TARGET= clisp
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
A native MD5 implementation in Common Lisp.
|
This package implements the MD5 Message-Digest Algorithm, as defined in RFC
|
||||||
|
1321, in Common Lisp.
|
||||||
|
|
||||||
|
Warning: The MD5 Message-Digest Algorithm has been compromised as a
|
||||||
|
cryptographically secure hash for a long time, with known theoretical and
|
||||||
|
practical attacks. Therefore, use of this implementation is recommended only
|
||||||
|
for legacy purposes or cases where a cryptographically secure hash is not
|
||||||
|
required. For all other uses, consider one of the newer SHA-2 or SHA-3 secure
|
||||||
|
hash standards, or whatever is currently deemed cryptographically secure.
|
||||||
|
|
||||||
This package is compiled with CLISP.
|
This package is compiled with CLISP.
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= md5
|
PORTNAME= md5
|
||||||
PORTVERSION= 1.8.5
|
PORTVERSION= 2.0.5
|
||||||
PORTREVISION= 92
|
|
||||||
CATEGORIES= security lisp
|
CATEGORIES= security lisp
|
||||||
PKGNAMEPREFIX= cl-
|
PKGNAMEPREFIX= cl-
|
||||||
DISTFILES= # none
|
DISTFILES= # none
|
||||||
|
@ -11,8 +10,10 @@ WWW= https://www.cliki.net/MD5
|
||||||
|
|
||||||
LICENSE= PD
|
LICENSE= PD
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/sbclfasl/stream.fasl:devel/cl-flexi-streams-sbcl \
|
||||||
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
||||||
|
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/sbclfasl/stream.fasl:devel/cl-flexi-streams-sbcl \
|
||||||
|
${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:security/cl-md5
|
||||||
|
|
||||||
USES= cl
|
USES= cl
|
||||||
FASL_TARGET= sbcl
|
FASL_TARGET= sbcl
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
A native MD5 implementation in Common Lisp.
|
This package implements the MD5 Message-Digest Algorithm, as defined in RFC
|
||||||
|
1321, in Common Lisp.
|
||||||
|
|
||||||
|
Warning: The MD5 Message-Digest Algorithm has been compromised as a
|
||||||
|
cryptographically secure hash for a long time, with known theoretical and
|
||||||
|
practical attacks. Therefore, use of this implementation is recommended only
|
||||||
|
for legacy purposes or cases where a cryptographically secure hash is not
|
||||||
|
required. For all other uses, consider one of the newer SHA-2 or SHA-3 secure
|
||||||
|
hash standards, or whatever is currently deemed cryptographically secure.
|
||||||
|
|
||||||
This package is compiled with SBCL.
|
This package is compiled with SBCL.
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
PORTNAME= md5
|
PORTNAME= md5
|
||||||
PORTVERSION= 1.8.5
|
DISTVERSIONPREFIX= release-
|
||||||
PORTREVISION= 2
|
DISTVERSION= 2.0.5
|
||||||
CATEGORIES= security lisp
|
CATEGORIES= security lisp
|
||||||
MASTER_SITES= http://ftp.de.debian.org/debian/pool/main/c/cl-md5/
|
|
||||||
PKGNAMEPREFIX= cl-
|
PKGNAMEPREFIX= cl-
|
||||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION}.orig
|
|
||||||
|
|
||||||
MAINTAINER= olgeni@FreeBSD.org
|
MAINTAINER= olgeni@FreeBSD.org
|
||||||
COMMENT= Native MD5 implementation in Common Lisp
|
COMMENT= Native MD5 implementation in Common Lisp
|
||||||
|
@ -12,16 +10,21 @@ WWW= https://www.cliki.net/MD5
|
||||||
|
|
||||||
LICENSE= PD
|
LICENSE= PD
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/flexi-streams.asd:devel/cl-flexi-streams
|
||||||
|
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/flexi-streams/flexi-streams.asd:devel/cl-flexi-streams
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
USES= cl
|
USES= cl
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= pmai
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSION}
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${STAGEDIR}${ASDF_PATHNAME} ${STAGEDIR}${ASDF_REGISTRY}
|
@${MKDIR} ${STAGEDIR}${ASDF_PATHNAME} ${STAGEDIR}${ASDF_REGISTRY}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/*.lisp ${STAGEDIR}${ASDF_PATHNAME}
|
${INSTALL_DATA} ${WRKSRC}/*.lisp ${STAGEDIR}${ASDF_PATHNAME}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/*.asd ${STAGEDIR}${ASDF_PATHNAME}
|
${INSTALL_DATA} ${WRKSRC}/*.asd ${STAGEDIR}${ASDF_PATHNAME}
|
||||||
@${RLN} ${STAGEDIR}${ASDF_PATHNAME}/md5.asd ${STAGEDIR}${ASDF_REGISTRY}
|
${RLN} ${STAGEDIR}${ASDF_PATHNAME}/md5.asd ${STAGEDIR}${ASDF_REGISTRY}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (cl-md5_1.8.5.orig.tar.gz) = 022d2fd33506c16453d92c2bd25058435371b01c839994b01597947662cef711
|
TIMESTAMP = 1735173357
|
||||||
SIZE (cl-md5_1.8.5.orig.tar.gz) = 9103
|
SHA256 (pmai-md5-release-2.0.5_GH0.tar.gz) = f4264f895d004a1234c68bb4569b2f05f33eb3b19b0a6bd693db394052223de4
|
||||||
|
SIZE (pmai-md5-release-2.0.5_GH0.tar.gz) = 16196
|
||||||
|
|
|
@ -1 +1,9 @@
|
||||||
A native MD5 implementation in Common Lisp.
|
This package implements the MD5 Message-Digest Algorithm, as defined in RFC
|
||||||
|
1321, in Common Lisp.
|
||||||
|
|
||||||
|
Warning: The MD5 Message-Digest Algorithm has been compromised as a
|
||||||
|
cryptographically secure hash for a long time, with known theoretical and
|
||||||
|
practical attacks. Therefore, use of this implementation is recommended only
|
||||||
|
for legacy purposes or cases where a cryptographically secure hash is not
|
||||||
|
required. For all other uses, consider one of the newer SHA-2 or SHA-3 secure
|
||||||
|
hash standards, or whatever is currently deemed cryptographically secure.
|
||||||
|
|
Loading…
Add table
Reference in a new issue