diff --git a/dev-libs/boehm_gc/boehm_gc-7.6.8.recipe b/dev-libs/boehm_gc/boehm_gc-7.6.10.recipe similarity index 93% rename from dev-libs/boehm_gc/boehm_gc-7.6.8.recipe rename to dev-libs/boehm_gc/boehm_gc-7.6.10.recipe index b59f8e340..48c6a9e48 100644 --- a/dev-libs/boehm_gc/boehm_gc-7.6.8.recipe +++ b/dev-libs/boehm_gc/boehm_gc-7.6.10.recipe @@ -15,18 +15,19 @@ COPYRIGHT="1988, 1989 Hans-J. Boehm, Alan J. Demers 2004-2005 Andrei Polushin 2007 Free Software Foundation, Inc. 2008-2018 Ivan Maidanski - 2011 Ludovic Courtes" + 2011 Ludovic Courtes + 2018 Petter A. Urkedal" LICENSE="Boehm" REVISION="1" SOURCE_URI="https://github.com/ivmai/bdwgc/releases/download/v$portVersion/gc-$portVersion.tar.gz" -CHECKSUM_SHA256="040ac5cdbf1bebc7c8cd4928996bbae0c54497c151ea5639838fa0128102e258" +CHECKSUM_SHA256="4fc766749a974700c576bbfb71b4a73b2ed746082e2fc8388bfb0b54b636af14" SOURCE_DIR="gc-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" -libcordVersion=1.3.1 -libgcVersion=1.3.4 +libcordVersion=1.3.2 +libgcVersion=1.3.5 libcordVersionCompat="$libcordVersion compat >= ${libcordVersion%%.*}" libgcVersionCompat="$libgcVersion compat >= ${libgcVersion%%.*}" portVersionCompat="$portVersion compat >= ${portVersion%%.*}" diff --git a/dev-libs/boehm_gc/licenses/Boehm b/dev-libs/boehm_gc/licenses/Boehm index 1a17075d4..66391d21b 100644 --- a/dev-libs/boehm_gc/licenses/Boehm +++ b/dev-libs/boehm_gc/licenses/Boehm @@ -1,14 +1,27 @@ Copyright (c) 1988, 1989 Hans-J. Boehm, Alan J. Demers Copyright (c) 1991-1996 by Xerox Corporation. All rights reserved. Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved. -Copyright (c) 1999-2004 Hewlett-Packard Development Company, L.P. +Copyright (c) 1999-2011 Hewlett-Packard Development Company. +Copyright (c) 2008-2018 Ivan Maidanski -The file linux_threads.c is also +The files pthread_stop_world.c, pthread_support.c and some others are also Copyright (c) 1998 by Fergus Henderson. All rights reserved. -The files Makefile.am, and configure.in are +The file include/gc.h is also +Copyright (c) 2007 Free Software Foundation, Inc + +The files Makefile.am and configure.ac are Copyright (c) 2001 by Red Hat Inc. All rights reserved. +The files extra/msvc_dbg.c and include/private/msvc_dbg.h are +Copyright (c) 2004-2005 Andrei Polushin + +The file tests/initsecondarythread.c is +Copyright (c) 2011 Ludovic Courtes + +The file tests/disclaim_weakmap_test.c is +Copyright (c) 2018 Petter A. Urkedal + Several files supporting GNU-style builds are copyrighted by the Free Software Foundation, and carry a different license from that given below.