From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9319 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: musl 1.1.13 released Date: Mon, 15 Feb 2016 23:35:28 -0500 Message-ID: <20160216043528.GA27058@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1455597372 16285 80.91.229.3 (16 Feb 2016 04:36:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Feb 2016 04:36:12 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9332-gllmg-musl=m.gmane.org@lists.openwall.com Tue Feb 16 05:36:03 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aVXMp-0003G1-GZ for gllmg-musl@m.gmane.org; Tue, 16 Feb 2016 05:36:03 +0100 Original-Received: (qmail 19981 invoked by uid 550); 16 Feb 2016 04:35:59 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 19881 invoked from network); 16 Feb 2016 04:35:42 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:9319 Archived-At: This release adds support for out-of-tree builds, search domains in resolv.conf, VDSO-accelerated clock_gettime on MIPS, and building SMP-safe/ready SH binaries for the open-hardware J2. Performance of atomics and synchronization primitives has been greatly improved on most "ll/sc model" RISC archs. Regex BRE now supports the widely-used extensions \|, \+, and \? and larger regular expressions are now supported. A number of minor application and toolchain compatibility improvements have also been made, including changes which reduce the risk of assembler and linker bugs leading to malfunctioning binaries. Two potentially dangerous bugs have been fixed: a single-byte heap overflow in getdelim and a pointer indexing error in dynamic TLS allocation. Other bugs fixed include various issues in parsing and error handling for resolv.conf and related files, incorrect error return values for some functions, and failures to accept null pointer arguments in some functions for which they have defined behavior. Some arch-specific bugs affecting ARM, MIPS, and SH/FDPIC have also been fixed. http://www.musl-libc.org/releases/musl-1.1.13.tar.gz http://www.musl-libc.org/releases/musl-1.1.13.tar.gz.asc Special thanks to musl's release sponsors (patreon.com/musl): * Jonathan Barronville * Neal Gompa * Les Aker * Kelsey Hightower * Hurricane Labs (hurricanelabs.com) * Justin Cormack * The Midipix Project (midipix.org)