erlang: update to 19.1.

This commit is contained in:
Christian Neukirchen 2016-09-22 14:18:18 +02:00
parent acd8156a31
commit 08754143ba
2 changed files with 4 additions and 23 deletions

View File

@ -1,19 +0,0 @@
commit 4763141dcb61464fdc3ac11273d0a21874670bb5
Author: Duncaen <mail@duncano.de>
Date: Wed Aug 3 16:56:29 2016 +0200
Fix segfault in crypto by increasing algo_cipher array
diff --git lib/crypto/c_src/crypto.c lib/crypto/c_src/crypto.c
index 7183c39..d0044fe 100644
--- lib/crypto/c_src/crypto.c
+++ lib/crypto/c_src/crypto.c
@@ -749,7 +749,7 @@ static ERL_NIF_TERM algo_hash[8]; /* increase when extending the list */
static int algo_pubkey_cnt;
static ERL_NIF_TERM algo_pubkey[7]; /* increase when extending the list */
static int algo_cipher_cnt;
-static ERL_NIF_TERM algo_cipher[20]; /* increase when extending the list */
+static ERL_NIF_TERM algo_cipher[21]; /* increase when extending the list */
static void init_algorithms_types(ErlNifEnv* env)
{

View File

@ -1,7 +1,7 @@
# Template file for 'erlang'
pkgname=erlang
version=19.0
revision=2
version=19.1
revision=1
wrksrc=otp_src_${version}
build_style=gnu-configure
configure_args="--enable-smp-support
@ -15,8 +15,8 @@ license="Apache-2.0"
homepage="http://www.erlang.org/"
distfiles="http://www.erlang.org/download/otp_src_${version}.tar.gz
http://www.erlang.org/download/otp_doc_man_${version}.tar.gz"
checksum="3fdc27a2a826e7f3d9cda43302d27d98704d6b41ce29a8a5df747a161da53bb1
c7a3d6d85a5a2b96d844297a3fa1bee448c3dd86237734688466249fd5a1401e"
checksum="fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23
7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79"
build_options="x11"