mirror of https://github.com/hak5/openwrt.git
glibc: update to latest 2.27 commit (BZ #23927)
f6d0e8c36f Fix rwlock stall with PREFER_WRITER_NONRECURSIVE_NP (bug 23861) 2794474c65 powerpc: Add missing CFI register information (bug #23614) d8ca7a0c71 Fix _dl_profile_fixup data-dependency issue (Bug 23690) f1e211096b inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927] 4e9f34e54f support: Implement <support/descriptors.h> to track file descriptors e75481a7a7 support: Close original descriptors in support_capture_subprocess 0f79dc0be3 support_quote_string: Do not use str parameter name 6b2dd53aa0 support: Implement support_quote_string 50477165b9 malloc: Add another test for tcache double free check. 4b246928bd malloc: tcache double free check Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>openwrt-19.07
parent
fdd11a6eae
commit
a969e96e47
|
@ -11,8 +11,8 @@ PKG_VERSION:=2.27
|
|||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=9f433fc791ca4f9d678903ff45b504b524c886fb
|
||||
PKG_MIRROR_HASH:=4dfbb586feb4d21d1dd536bec8d56472694df2fd7a217681d672e77c118d122f
|
||||
PKG_SOURCE_VERSION:=f6d0e8c36f02b387d33f2cc58c7cb204f201d92e
|
||||
PKG_MIRROR_HASH:=fcab70e6f583fded52d8e3cb39b6b224b3ad616b0c93ad05dbb643b6a550a674
|
||||
PKG_SOURCE_URL:=https://sourceware.org/git/glibc.git
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
|
||||
|
||||
|
|
Loading…
Reference in New Issue