pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security py-ezPyCrypto: removed
details: https://anonhg.NetBSD.org/pkgsrc/rev/e2088f636449
branches: trunk
changeset: 447158:e2088f636449
user: adam <adam%pkgsrc.org@localhost>
date: Wed Feb 17 09:57:13 2021 +0000
description:
py-ezPyCrypto: removed
diffstat:
security/Makefile | 3 +-
security/py-ezPyCrypto/DESCR | 2 -
security/py-ezPyCrypto/Makefile | 21 -------
security/py-ezPyCrypto/PLIST | 5 -
security/py-ezPyCrypto/distinfo | 7 --
security/py-ezPyCrypto/patches/patch-ezPyCrypto.py | 60 ----------------------
6 files changed, 1 insertions(+), 97 deletions(-)
diffs (132 lines):
diff -r 414e15d80ad3 -r e2088f636449 security/Makefile
--- a/security/Makefile Wed Feb 17 09:22:52 2021 +0000
+++ b/security/Makefile Wed Feb 17 09:57:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.803 2021/02/08 11:18:09 mef Exp $
+# $NetBSD: Makefile,v 1.804 2021/02/17 09:57:13 adam Exp $
#
COMMENT= Security tools
@@ -463,7 +463,6 @@
SUBDIR+= py-cybox
SUBDIR+= py-denyhosts
SUBDIR+= py-ecdsa
-SUBDIR+= py-ezPyCrypto
SUBDIR+= py-fido2
SUBDIR+= py-gnupg
SUBDIR+= py-google-auth
diff -r 414e15d80ad3 -r e2088f636449 security/py-ezPyCrypto/DESCR
--- a/security/py-ezPyCrypto/DESCR Wed Feb 17 09:22:52 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-ezPyCrypto is the culmination of my search for an approachable yet powerful
-crypto library for Python.
diff -r 414e15d80ad3 -r e2088f636449 security/py-ezPyCrypto/Makefile
--- a/security/py-ezPyCrypto/Makefile Wed Feb 17 09:22:52 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2020/01/26 17:32:07 rillig Exp $
-#
-
-DISTNAME= ezPyCrypto-0.1.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= security python
-MASTER_SITES= http://freenet.mcnabhosting.com/ezPyCrypto/
-
-MAINTAINER= kamelderouiche%yahoo.com@localhost
-HOMEPAGE= https://freenet.mcnabhosting.com/ezPyCrypto/
-COMMENT= Easy Python API for strong encryption
-#LICENSE= gnu-gpl-v?
-
-DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
-
-USE_LANGUAGES= # empty
-
-EGG_NAME= ${DISTNAME:R}
-
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 414e15d80ad3 -r e2088f636449 security/py-ezPyCrypto/PLIST
--- a/security/py-ezPyCrypto/PLIST Wed Feb 17 09:22:52 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/04/07 12:36:38 obache Exp $
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/ezPyCrypto.py
-${PYSITELIB}/ezPyCrypto.pyc
-${PYSITELIB}/ezPyCrypto.pyo
diff -r 414e15d80ad3 -r e2088f636449 security/py-ezPyCrypto/distinfo
--- a/security/py-ezPyCrypto/distinfo Wed Feb 17 09:22:52 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:18:04 agc Exp $
-
-SHA1 (ezPyCrypto-0.1.1.tar.gz) = 9c488be4b9d0d59234339950a313b8aca2ec1fe3
-RMD160 (ezPyCrypto-0.1.1.tar.gz) = 689458ef5b2c4f2ef79c28c56589deb938b0ec75
-SHA512 (ezPyCrypto-0.1.1.tar.gz) = 185072b5285c9a34c972a1eeefec3fe5d6fbd78825389584b7472f40db429fba0bfd517ad4fde2ee667ebf9f32f0e311fab67e063094d86847cd347c447878d5
-Size (ezPyCrypto-0.1.1.tar.gz) = 1392693 bytes
-SHA1 (patch-ezPyCrypto.py) = 2db4ec17b11ae30f19ce075e086406fcf18b937b
diff -r 414e15d80ad3 -r e2088f636449 security/py-ezPyCrypto/patches/patch-ezPyCrypto.py
--- a/security/py-ezPyCrypto/patches/patch-ezPyCrypto.py Wed Feb 17 09:22:52 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-$NetBSD: patch-ezPyCrypto.py,v 1.1 2014/04/07 12:36:38 obache Exp $
-
-* IDEA and RC5 had been removed from pycrypto 2.1.0alpha1
-
---- ezPyCrypto.py.orig 2003-07-23 23:03:43.000000000 +0000
-+++ ezPyCrypto.py
-@@ -25,7 +25,7 @@ Features:
- - Export private keys with a different (or no) passphrase
- - Sensible defaults - no need to specify a zillion options (or any options
- at all) unless you want to
-- - Algorithms include RSA, ElGamal, DSA, ARC2, Blowfish, CAST, DES3, IDEA and RC5
-+ - Algorithms include RSA, ElGamal, DSA, ARC2, Blowfish, CAST and DES3
- (default RSA and Blowfish)
- - Choose your own public and session key sizes (or accept defaults)
-
-@@ -69,7 +69,7 @@ import Crypto
- from Crypto.PublicKey import ElGamal, DSA, RSA
- from Crypto.Util.randpool import RandomPool
- from Crypto.Util.number import getPrime
--from Crypto.Cipher import ARC2, Blowfish, CAST, DES3, IDEA, RC5
-+from Crypto.Cipher import ARC2, Blowfish, CAST, DES3
- from Crypto.Hash import MD5
-
- #@-body
-@@ -168,13 +168,13 @@ class key:
- _algosPub1 = {ElGamal:'ElGamal', RSA:'RSA'}
-
- _algosSes = { "ARC2":ARC2, "Blowfish":Blowfish, "CAST":CAST,
-- "DES3":DES3, "IDEA":IDEA, "RC5":RC5}
-- _algosSes1 = {'ARC2':0, 'Blowfish':1, 'CAST':2, 'DES3':3, 'IDEA':4, 'RC5':5}
-+ "DES3":DES3}
-+ _algosSes1 = {'ARC2':0, 'Blowfish':1, 'CAST':2, 'DES3':3}
-
-- _algosSes2 = [ARC2, Blowfish, CAST, DES3, IDEA, RC5]
-+ _algosSes2 = [ARC2, Blowfish, CAST, DES3]
-
- _algosSes3 = {ARC2:'ARC2', Blowfish:'Blowfish', CAST:'CAST',
-- DES3:'DES3', IDEA:'IDEA', RC5:'RC5'}
-+ DES3:'DES3'}
-
- # Generate IV for passphrase encryption
- _passIV = "w8Z4(51fKH#p{!29Q05HWcb@K 6(1qdyv{9|4=+gvji$chw!9$38^2cyGK#;}'@DHx%3)q_skvh4#0*="
-@@ -201,7 +201,7 @@ class key:
- 1. If new keys are desired:
- - key size in bits (int), default 512 - advise at least 1536
- - algoPub - either 'RSA' or 'ElGamal' (default 'RSA')
-- - algoSess - one of 'ARC2', 'Blowfish', 'CAST', 'DES3', 'IDEA', 'RC5',
-+ - algoSess - one of 'ARC2', 'Blowfish', 'CAST', 'DES3',
- (default 'Blowfish')
- 2. If importing an existing key or keypair:
- - keyobj (string) - result of a prior exportKey() call
-@@ -231,7 +231,7 @@ class key:
- algoS = self._algosSes.get(algoSess, None)
- if algoS == None:
- # Whoops - don't know that session algorithm
-- raise Exception("AlgoSess must be one of AES/ARC2/Blowfish/CAST/DES/DES3/IDEA/RC5")
-+ raise Exception("AlgoSess must be one of AES/ARC2/Blowfish/CAST/DES/DES3")
- self.algoSes = algoS
- self.algoSname = algoSess
-
Home |
Main Index |
Thread Index |
Old Index