Changes in version 2.0.1
------------------------ * Initialize default cipher priorities on Session Changes in version 2.0.0 ------------------------ * Swtich to GnuTLS 3 (>= 3.1.4) * Added gnutls_certificate_verify_peers3 * Add dependency on libgnutls * Remove no longer needed workaround for ctypes * Avoid sending empty data to peer * Add count command line option to tc-openssl * Bumped Debian Standards-Version * Only build Debian package for Python >= 2.7
This commit is contained in:
parent
1ba9b116c1
commit
445f776b6a
3 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2014/06/01 12:49:45 thomasklausner Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2014/08/08 02:38:31 othyro Exp $
|
||||
#
|
||||
|
||||
DISTNAME= python-gnutls-1.2.5
|
||||
DISTNAME= python-gnutls-2.0.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/p/python-gnutls/
|
||||
|
@ -20,6 +20,7 @@ SUBST_STAGE.gnutls= post-patch
|
|||
|
||||
EGG_NAME= ${DISTNAME:S/-/_/1}
|
||||
|
||||
BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.1.4
|
||||
.include "../../security/gnutls/buildlink3.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2013/07/02 10:28:49 othyro Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2014/08/08 02:38:31 othyro Exp $
|
||||
${PYSITELIB}/gnutls/__init__.py
|
||||
${PYSITELIB}/gnutls/__init__.pyc
|
||||
${PYSITELIB}/gnutls/__init__.pyo
|
||||
|
@ -23,7 +23,6 @@ ${PYSITELIB}/gnutls/interfaces/twisted/__init__.pyo
|
|||
${PYSITELIB}/gnutls/library/__init__.py
|
||||
${PYSITELIB}/gnutls/library/__init__.pyc
|
||||
${PYSITELIB}/gnutls/library/__init__.pyo
|
||||
${PYSITELIB}/gnutls/library/_init.so
|
||||
${PYSITELIB}/gnutls/library/constants.py
|
||||
${PYSITELIB}/gnutls/library/constants.pyc
|
||||
${PYSITELIB}/gnutls/library/constants.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2013/12/29 06:17:34 othyro Exp $
|
||||
$NetBSD: distinfo,v 1.3 2014/08/08 02:38:31 othyro Exp $
|
||||
|
||||
SHA1 (python-gnutls-1.2.5.tar.gz) = e9d38e45f71cda32b2bf5841b06ac50925d59cd4
|
||||
RMD160 (python-gnutls-1.2.5.tar.gz) = 781f78f6e88ce6153a0072410843d7c21b92a4fe
|
||||
Size (python-gnutls-1.2.5.tar.gz) = 45304 bytes
|
||||
SHA1 (python-gnutls-2.0.1.tar.gz) = 4ea9d457f59799c37e776867be7596bf53f2857d
|
||||
RMD160 (python-gnutls-2.0.1.tar.gz) = 53b35103a02ffbba776fd39d7291cab1605775a1
|
||||
Size (python-gnutls-2.0.1.tar.gz) = 42560 bytes
|
||||
|
|
Loading…
Reference in a new issue