pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-cryptodome
Module Name: pkgsrc
Committed By: leot
Date: Sun Mar 31 10:33:59 UTC 2019
Modified Files:
pkgsrc/security/py-cryptodome: PLIST
Added Files:
pkgsrc/security/py-cryptodome: PLIST.i386 PLIST.x86_64
Log Message:
py-cryptodome: Fix build on !i386 and !x86_64 MACHINE_ARCHs
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-cryptodome/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-cryptodome/PLIST.i386 \
pkgsrc/security/py-cryptodome/PLIST.x86_64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-cryptodome/PLIST
diff -u pkgsrc/security/py-cryptodome/PLIST:1.13 pkgsrc/security/py-cryptodome/PLIST:1.14
--- pkgsrc/security/py-cryptodome/PLIST:1.13 Sun Mar 24 10:41:01 2019
+++ pkgsrc/security/py-cryptodome/PLIST Sun Mar 31 10:33:58 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2019/03/24 10:41:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2019/03/31 10:33:58 leot Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -104,7 +104,6 @@ ${PYSITELIB}/Crypto/Cipher/_mode_siv.pyc
${PYSITELIB}/Crypto/Cipher/_mode_siv.pyi
${PYSITELIB}/Crypto/Cipher/_mode_siv.pyo
${PYSITELIB}/Crypto/Cipher/_raw_aes.so
-${PYSITELIB}/Crypto/Cipher/_raw_aesni.so
${PYSITELIB}/Crypto/Cipher/_raw_arc2.so
${PYSITELIB}/Crypto/Cipher/_raw_blowfish.so
${PYSITELIB}/Crypto/Cipher/_raw_cast.so
@@ -219,7 +218,6 @@ ${PYSITELIB}/Crypto/Hash/__init__.py
${PYSITELIB}/Crypto/Hash/__init__.pyc
${PYSITELIB}/Crypto/Hash/__init__.pyi
${PYSITELIB}/Crypto/Hash/__init__.pyo
-${PYSITELIB}/Crypto/Hash/_ghash_clmul.so
${PYSITELIB}/Crypto/Hash/_ghash_portable.so
${PYSITELIB}/Crypto/Hash/_keccak.so
${PYSITELIB}/Crypto/Hash/_poly1305.so
Added files:
Index: pkgsrc/security/py-cryptodome/PLIST.i386
diff -u /dev/null pkgsrc/security/py-cryptodome/PLIST.i386:1.1
--- /dev/null Sun Mar 31 10:33:59 2019
+++ pkgsrc/security/py-cryptodome/PLIST.i386 Sun Mar 31 10:33:58 2019
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.i386,v 1.1 2019/03/31 10:33:58 leot Exp $
+${PYSITELIB}/Crypto/Cipher/_raw_aesni.so
+${PYSITELIB}/Crypto/Hash/_ghash_clmul.so
Index: pkgsrc/security/py-cryptodome/PLIST.x86_64
diff -u /dev/null pkgsrc/security/py-cryptodome/PLIST.x86_64:1.1
--- /dev/null Sun Mar 31 10:33:59 2019
+++ pkgsrc/security/py-cryptodome/PLIST.x86_64 Sun Mar 31 10:33:58 2019
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.x86_64,v 1.1 2019/03/31 10:33:58 leot Exp $
+${PYSITELIB}/Crypto/Cipher/_raw_aesni.so
+${PYSITELIB}/Crypto/Hash/_ghash_clmul.so
Home |
Main Index |
Thread Index |
Old Index