]> git.pld-linux.org Git - packages/musl.git/commitdiff
1.1.15 - July 5, 2016
authorElan Ruusamäe <glen@delfi.ee>
Thu, 1 Sep 2016 20:26:38 +0000 (23:26 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 1 Sep 2016 20:26:38 +0000 (23:26 +0300)
This release adds new 64-bit MIPS and PowerPC ports, soft-float ABI support for
the 32-bit PowerPC arch, and support for revision 6 of the MIPS ISA (not
backwards compatible with original MIPS). Serious bugs in memmem, ungetwc, and
putenv have been fixed, as well as bug that could break thread-local storage on
PowerPC depending on the compiler used to build musl, and a number of
low-impact bugs in various interfaces. The pthread_tryjoin_np,
pthread_timedjoin_np, and sched_getcpu extension functions, and header-level
support for new Linux 4.5 and 4.6 features, have also been added, and the
configure script now honors standard options for cross-compiling more
correctly.

musl.spec

index 66055773b126860baddd77813fe0c9f766806b98..072cfcd0289e937d3bcc87a227c64c4f3e2d6e43 100644 (file)
--- a/musl.spec
+++ b/musl.spec
@@ -1,12 +1,12 @@
 Summary:       musl libc - new standard library to power a new generation of Linux-based devices
 Summary(pl.UTF-8):     musl libc - nowa biblioteka standardowa dla urządzeń linuksowych nowej generacji
 Name:          musl
-Version:       1.1.14
+Version:       1.1.15
 Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       http://www.musl-libc.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: d529ce4a2f7f79d8c3fd4b8329417b57
+# Source0-md5: 9590a9d47ee64f220b3c12f7afb864ca
 URL:           http://www.musl-libc.org/
 BuildRequires: gcc >= 5:3.2
 BuildRequires: zlib-devel
This page took 0.170886 seconds and 4 git commands to generate.