pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/codecrypt



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Nov 25 21:48:54 UTC 2020

Modified Files:
        pkgsrc/security/codecrypt: Makefile distinfo

Log Message:
codecrypt: Update to 1.7.6

1.7.6

- small improvements in keyring, hash verification and documentation
- allow user-supplied random seed source
- fix warnings on clang


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/codecrypt/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/codecrypt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/codecrypt/Makefile
diff -u pkgsrc/security/codecrypt/Makefile:1.2 pkgsrc/security/codecrypt/Makefile:1.3
--- pkgsrc/security/codecrypt/Makefile:1.2      Mon Sep 19 13:12:39 2016
+++ pkgsrc/security/codecrypt/Makefile  Wed Nov 25 21:48:54 2020
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2016/09/19 13:12:39 wiedi Exp $
+# $NetBSD: Makefile,v 1.3 2020/11/25 21:48:54 nia Exp $
 
-DISTNAME=      codecrypt-1.7.5
+DISTNAME=      codecrypt-1.8
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=exaexa/}
-GITHUB_TAG=    v1.7.5
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    agc%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/exaexa/codecrypt
 COMMENT=       Post-quantum cryptographic software
 LICENSE=       gnu-lgpl-v3
 
-USE_TOOLS+=    autoconf automake autoreconf gmake pkg-config
+USE_TOOLS+=    autoconf automake autoreconf gmake pkg-config bash
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_LANGUAGES+=        c c++
@@ -24,10 +24,9 @@ CONFIGURE_ENV+=      ${CRYPTOPPFLAGS}
 MAKE_ENV+=     ${CRYPTOPPFLAGS}
 
 pre-configure:
-       cd ${WRKSRC} && ./autogen.sh
+       cd ${WRKSRC} && bash autogen.sh
 
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../math/fftw/buildlink3.mk"
 .include "../../security/crypto++/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/codecrypt/distinfo
diff -u pkgsrc/security/codecrypt/distinfo:1.1 pkgsrc/security/codecrypt/distinfo:1.2
--- pkgsrc/security/codecrypt/distinfo:1.1      Sat Apr 30 19:27:43 2016
+++ pkgsrc/security/codecrypt/distinfo  Wed Nov 25 21:48:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/04/30 19:27:43 agc Exp $
+$NetBSD: distinfo,v 1.2 2020/11/25 21:48:54 nia Exp $
 
-SHA1 (codecrypt-1.7.5.tar.gz) = 138242abafee92718d9568b0b4fe15230333bede
-RMD160 (codecrypt-1.7.5.tar.gz) = 343cf4178eb38dda93670b8cad10a4050f9290e8
-SHA512 (codecrypt-1.7.5.tar.gz) = 674a505bfd833e76d0bf44ce25cef89f355374b645bb98889983cdee76ab3d7e4828a074ccb430b1b9b1f86aa234312a02952bb6f84db4c66f3410985524a2cb
-Size (codecrypt-1.7.5.tar.gz) = 20455881 bytes
+SHA1 (codecrypt-1.8.tar.gz) = 094f5b765ced2be4e38c518352c02ff1fa878e22
+RMD160 (codecrypt-1.8.tar.gz) = 4149bea89e52f44620e6ea3ff5a513af9872477a
+SHA512 (codecrypt-1.8.tar.gz) = e6b30fd06b9ac271c04da9e1052c9ffbc2827337a25902bb41c30f81e040d28678f9565d2fc647dc45352b72576a823151cc841c58e080b0df987f1cc7f5b463
+Size (codecrypt-1.8.tar.gz) = 20463145 bytes



Home | Main Index | Thread Index | Old Index