diff options
author | wiz <wiz@pkgsrc.org> | 2019-04-07 22:02:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-04-07 22:02:20 +0000 |
commit | 3f8f5f2f0b5169aec759db0727501ef9f886acb2 (patch) | |
tree | b593765baff22b4644e69e4f22edb2a2cc91a933 | |
parent | ed7015b2472a5952c87a4097277d1b1a29a75260 (diff) | |
download | pkgsrc-3f8f5f2f0b5169aec759db0727501ef9f886acb2.tar.gz |
boehm-gc: update to 8.0.4.
== [8.0.4] 2019-03-02 ==
* Avoid a full GC when growing finalizer tables if in incremental mode
* Avoid potential race in hb_sz access between realloc and reclaim_block
* Avoid test.o rebuild on tests folder timestamp change (Makefile.direct)
* Avoid unexpected heap growth in gctest caused by GC_disable
* Ensure result of every variant of MS_TIME_DIFF has unsigned long type
* Fix 'duplicate symbol' error for tests using multiple static libs (OS X)
* Fix 'undefined reference to __data_start' linker error (Android/aarch64)
* Fix 'unexpected mark stack overflow' abort in push_all_stack
* Fix 'wrong __data_start/_end pair' error on Android
* Fix BSD_TIME variant of MS_TIME_DIFF for the case of a.tv_usec < b.tv_usec
* Fix GetThreadContext stale register values use if WoW64 (Win32)
* Fix invalid initializer of CLOCK_TYPE variables if BSD_TIME
* Fix thread_info() count argument value (OS X)
* Support de_win.c compilation by Makefile.direct (cord/de)
-rw-r--r-- | devel/boehm-gc/Makefile | 4 | ||||
-rw-r--r-- | devel/boehm-gc/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index ba003806614..b8f7239e0c2 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.98 2019/02/13 20:32:03 wiz Exp $ +# $NetBSD: Makefile,v 1.99 2019/04/07 22:02:20 wiz Exp $ -DISTNAME= gc-8.0.2 +DISTNAME= gc-8.0.4 PKGNAME= ${DISTNAME:S/gc/boehm-gc/} CATEGORIES= devel MASTER_SITES= http://www.hboehm.info/gc/gc_source/ diff --git a/devel/boehm-gc/distinfo b/devel/boehm-gc/distinfo index 5c702c7a13e..ce583fbaf3d 100644 --- a/devel/boehm-gc/distinfo +++ b/devel/boehm-gc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.65 2019/02/13 20:32:03 wiz Exp $ +$NetBSD: distinfo,v 1.66 2019/04/07 22:02:20 wiz Exp $ -SHA1 (gc-8.0.2.tar.gz) = 570750e6854d5be87e85f965735932d24f75ab39 -RMD160 (gc-8.0.2.tar.gz) = f0fcc3c6136bb148127d569554766a6f2fdc41b2 -SHA512 (gc-8.0.2.tar.gz) = b1401abb2e82b143b9a2a9013f5b2efa4015b256e7ea8ef2c897ef3c0d2d41fc893413bf6a49efc1845018e8ab823adb485fb3358eb47715982259ace9ffd7c6 -Size (gc-8.0.2.tar.gz) = 1159207 bytes +SHA1 (gc-8.0.4.tar.gz) = 4b8b24534f469b64ff4bc2332a9bdf8bef8bf1d4 +RMD160 (gc-8.0.4.tar.gz) = 928ea053416021fdf70150a7863e1ef27d8cae94 +SHA512 (gc-8.0.4.tar.gz) = 57ccca15c6e50048d306a30de06c1a844f36103a84c2d1c17cbccbbc0001e17915488baec79737449982da99ce5d14ce527176afae9ae153cbbb5a19d986366e +Size (gc-8.0.4.tar.gz) = 1160528 bytes |