Update from 0.8.18 to 0.8.20

Dropped REVISION

From Changelog since 0.8.18:

0.8.20
    Fix #8 by adding missing gettimeofday.c to MANIFEST.in

0.8.19
Use RtlGenRandom instead of CryptGenRandom on windows (Thanks to https://github.com/veorq/cryptocoding/) Add check for c:Program FilesOpenSSL-Win64 and c:Program FilesOpenSSL-Win32

thanks

g
Index: py-scrypt//Makefile
===================================================================
RCS file: /cvs/ports/security/py-scrypt/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- py-scrypt//Makefile	11 Mar 2022 19:53:58 -0000	1.10
+++ py-scrypt//Makefile	13 Jun 2022 00:49:22 -0000
@@ -1,7 +1,6 @@
 COMMENT =	support for the scrypt key derivation function
 
-MODPY_EGG_VERSION =	0.8.18
-REVISION =	2
+MODPY_EGG_VERSION =	0.8.20
 
 DISTNAME =	scrypt-${MODPY_EGG_VERSION}
 PKGNAME =	py-${DISTNAME}
Index: py-scrypt//distinfo
===================================================================
RCS file: /cvs/ports/security/py-scrypt/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- py-scrypt//distinfo	15 Jul 2021 17:06:27 -0000	1.3
+++ py-scrypt//distinfo	13 Jun 2022 00:49:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (scrypt-0.8.18.tar.gz) = vPBCV68S5tUpdNF3p7COMUtm81CnP5tveyMtaaah4EE=
-SIZE (scrypt-0.8.18.tar.gz) = 56651
+SHA256 (scrypt-0.8.20.tar.gz) = DSJsHGdE+y4wizkUEGabHfXP6CY3/8te1Im/grLS63g=
+SIZE (scrypt-0.8.20.tar.gz) = 55874

Reply via email to