Skip to content

Commit

Permalink
bdwgc: upgrade 7.6.0 -> 7.6.8
Browse files Browse the repository at this point in the history
Highlights of this upgrade:
* Fix numerous bugs (concurrency, overflow, CVE-2016-9427, etc.)
* Fix various typos in comments and documentation
* AddressSanitizer and MemorySanitizer support
* RISC-V support

See the following for detailed changes:
* https://github.com/ivmai/bdwgc/releases/tag/v7.6.2
* https://github.com/ivmai/bdwgc/releases/tag/v7.6.4
* https://github.com/ivmai/bdwgc/releases/tag/v7.6.6
* https://github.com/ivmai/bdwgc/releases/tag/v7.6.8

Signed-off-by: Ivan Maidanski <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
ivmai authored and kraj committed Nov 26, 2018
1 parent 79bb019 commit 59577cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 61 deletions.

This file was deleted.

27 changes: 0 additions & 27 deletions meta-oe/recipes-support/bdwgc/bdwgc/musl_header_fix.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ DESCRIPTION = "The Boehm-Demers-Weiser conservative garbage collector can be\
HOMEPAGE = "http://www.hboehm.info/gc/"
SECTION = "devel"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://README.QUICK;md5=4f81f24ec69726c312487c2ac740e9e3"
LIC_FILES_CHKSUM = "file://README.QUICK;md5=728501f233050290314d33fb07d883eb"

SRCREV = "8ac1d84a40eb7a431fec1b8097e3f24b48fb23fa"
SRC_URI = "git://github.com/ivmai/bdwgc.git \
file://0001-configure.ac-add-check-for-NO_GETCONTEXT-definition.patch \
file://musl_header_fix.patch \
SRCREV = "8b2a98209a59c92e1be318e4acda507d83175f4d"
SRC_URI = "git://github.com/ivmai/bdwgc.git;branch=release-7_6 \
"

FILES_${PN}-doc = "${datadir}"
Expand Down

0 comments on commit 59577cb

Please sign in to comment.