aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-wx
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2020-01-23 11:59:21 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2020-01-23 11:59:21 +0000
commit6fbfd7b161d0dd449e1b0939946026a3477a2729 (patch)
tree8f86af1d03158d57e57beb528df51f0ed7ad0a5b /lang/erlang-wx
parent6966b5c62217702b7a46cfbdf884fc3fc86423c1 (diff)
downloadports-6fbfd7b161d0dd449e1b0939946026a3477a2729.tar.gz
ports-6fbfd7b161d0dd449e1b0939946026a3477a2729.zip
lang/erlang*: include serious scheduler bugfixes
OTP-16371 Taking a scheduler offline could cause timers set while executing on that scheduler to be delayed until the scheduler was put online again. This bug was introduced in ERTS version 10.0 (OTP 21.0). OTP-16378 | ERL-1125 The ets:update_counter/4 core dumped when given an ordered_set with write_concurrency enabled and an invalid position. OTP-16379 A process calling erlang:system_flag(multi_scheduling, block) could end up blocked waiting for the operation to complete indefinitely. Reviewed by: olgeni MFH: 2020Q1 Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D23313
Notes
Notes: svn path=/head/; revision=523923
Diffstat (limited to 'lang/erlang-wx')
-rw-r--r--lang/erlang-wx/Makefile3
-rw-r--r--lang/erlang-wx/distinfo6
2 files changed, 4 insertions, 5 deletions
diff --git a/lang/erlang-wx/Makefile b/lang/erlang-wx/Makefile
index 0b35fb159567..5bbb3fbcce63 100644
--- a/lang/erlang-wx/Makefile
+++ b/lang/erlang-wx/Makefile
@@ -2,8 +2,7 @@
PORTNAME= erlang
DISTVERSIONPREFIX= OTP-
-DISTVERSION= 21.3.8.11
-PORTREVISION= 1
+DISTVERSION= 21.3.8.12
PORTEPOCH= 1
CATEGORIES= lang parallel
PKGNAMESUFFIX= -wx
diff --git a/lang/erlang-wx/distinfo b/lang/erlang-wx/distinfo
index 39cebdd58ca3..63d46fc9adda 100644
--- a/lang/erlang-wx/distinfo
+++ b/lang/erlang-wx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574161378
-SHA256 (erlang/erlang-otp-OTP-21.3.8.11_GH0.tar.gz) = aab77124285820608cd7a90f6b882e42bb5739283e10a8593d7f5bce9b30b16a
-SIZE (erlang/erlang-otp-OTP-21.3.8.11_GH0.tar.gz) = 54075960
+TIMESTAMP = 1579740789
+SHA256 (erlang/erlang-otp-OTP-21.3.8.12_GH0.tar.gz) = 918f32a594da692a87abe1825b49c9584e751cdebd86055f327fbad03fdf55c1
+SIZE (erlang/erlang-otp-OTP-21.3.8.12_GH0.tar.gz) = 54073858