python-M2Crypto: update to 0.23.0.
This commit is contained in:
parent
f9639a54b8
commit
a2a1fc53dd
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-SWIG__ssl_i,v 1.4 2015/10/25 15:29:13 rpe Exp $
|
||||
--- SWIG/_ssl.i.orig Tue Oct 13 15:34:30 2015
|
||||
+++ SWIG/_ssl.i Wed Oct 21 21:03:50 2015
|
||||
@@ -52,10 +52,6 @@ extern const char *SSL_alert_desc_string(int);
|
||||
%rename(ssl_get_alert_desc_v) SSL_alert_desc_string_long;
|
||||
extern const char *SSL_alert_desc_string_long(int);
|
||||
|
||||
-%rename(sslv2_method) SSLv2_method;
|
||||
-extern SSL_METHOD *SSLv2_method(void);
|
||||
-%rename(sslv3_method) SSLv3_method;
|
||||
-extern SSL_METHOD *SSLv3_method(void);
|
||||
%rename(sslv23_method) SSLv23_method;
|
||||
extern SSL_METHOD *SSLv23_method(void);
|
||||
%rename(tlsv1_method) TLSv1_method;
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'python-M2Crypto'
|
||||
pkgname=python-M2Crypto
|
||||
version=0.22.5
|
||||
revision=2
|
||||
version=0.23.0
|
||||
revision=1
|
||||
wrksrc="M2Crypto-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="M2Crypto"
|
||||
@ -12,4 +12,4 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="https://github.com/martinpaljak/M2Crypto"
|
||||
distfiles="${PYPI_SITE}/M/M2Crypto/M2Crypto-${version}.tar.gz"
|
||||
checksum=b5ce9b09062a2c453e9d9c28dde96b7f90834313e60f419b143d751eb4109fdc
|
||||
checksum=1ac3b6eafa5ff7e2a0796675316d7569b28aada45a7ab74042ad089d15a9567f
|
||||
|
Loading…
Reference in New Issue
Block a user