Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_ASN1CRYPTO
bool "python-asn1crypto"
help
Fast ASN.1 parser and serializer with definitions for
private keys, public keys, certificates, CRL, OCSP, CMS,
PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.
https://github.com/wbond/asn1crypto

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/asn1crypto/json, sha256 locally computed
md5 74a8b9402625b38ef19cf3fa69ef8470 asn1crypto-0.22.0.tar.gz
sha256 cbbadd640d3165ab24b06ef25d1dca09a3441611ac15f6a6b452474fdf0aed1a asn1crypto-0.22.0.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-asn1crypto
#
################################################################################
PYTHON_ASN1CRYPTO_VERSION = 0.22.0
PYTHON_ASN1CRYPTO_SOURCE = asn1crypto-$(PYTHON_ASN1CRYPTO_VERSION).tar.gz
PYTHON_ASN1CRYPTO_SITE = https://pypi.python.org/packages/67/14/5d66588868c4304f804ebaff9397255f6ec5559e46724c2496e0f26e68d6
PYTHON_ASN1CRYPTO_SETUP_TYPE = setuptools
PYTHON_ASN1CRYPTO_LICENSE = MIT
$(eval $(python-package))