mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
erlang: update to 19.1.
This commit is contained in:
parent
acd8156a31
commit
08754143ba
2 changed files with 4 additions and 23 deletions
|
@ -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)
|
|
||||||
{
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'erlang'
|
# Template file for 'erlang'
|
||||||
pkgname=erlang
|
pkgname=erlang
|
||||||
version=19.0
|
version=19.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=otp_src_${version}
|
wrksrc=otp_src_${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-smp-support
|
configure_args="--enable-smp-support
|
||||||
|
@ -15,8 +15,8 @@ license="Apache-2.0"
|
||||||
homepage="http://www.erlang.org/"
|
homepage="http://www.erlang.org/"
|
||||||
distfiles="http://www.erlang.org/download/otp_src_${version}.tar.gz
|
distfiles="http://www.erlang.org/download/otp_src_${version}.tar.gz
|
||||||
http://www.erlang.org/download/otp_doc_man_${version}.tar.gz"
|
http://www.erlang.org/download/otp_doc_man_${version}.tar.gz"
|
||||||
checksum="3fdc27a2a826e7f3d9cda43302d27d98704d6b41ce29a8a5df747a161da53bb1
|
checksum="fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23
|
||||||
c7a3d6d85a5a2b96d844297a3fa1bee448c3dd86237734688466249fd5a1401e"
|
7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79"
|
||||||
|
|
||||||
build_options="x11"
|
build_options="x11"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue