version bump , remove patch unneeded..

This commit is contained in:
Ertuğrul Erata
2016-02-27 22:55:14 +02:00
parent 2275c937e0
commit af88701b86
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
import os import os
WorkDir = "glibc-2.22" WorkDir = "glibc-2.23"
arch = "x86-64" if get.ARCH() == "x86_64" and not get.buildTYPE() == "emul32" else "i686" arch = "x86-64" if get.ARCH() == "x86_64" and not get.buildTYPE() == "emul32" else "i686"
defaultflags = "-O3 -g -fasynchronous-unwind-tables -mtune=generic -march=%s" % arch defaultflags = "-O3 -g -fasynchronous-unwind-tables -mtune=generic -march=%s" % arch
+4 -3
View File
@@ -20,9 +20,10 @@
<Dependency>binutils</Dependency> <Dependency>binutils</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch>locale-no-archive.patch</Patch> <!--Patch>locale-no-archive.patch</Patch-->
<!-- <Patch>glibc-2.21-roundup.patch</Patch--> <!--Patch level="1">glibc-2.22-CVE-2015-7547.patch</Patch>
<!-- <Patch>glibc-2.20-getifaddrs_internal-segfault.patch</Patch> --> <Patch level="1">glibc-2.22-roundup.patch</Patch-->
<!--Patch>glibc-2.20-getifaddrs_internal-segfault.patch</Patch> -->
<!-- <Patch>glibc-2.20-linux-3.16-additions.patch</Patch> --> <!-- <Patch>glibc-2.20-linux-3.16-additions.patch</Patch> -->
<!-- <Patch>glibc-2.20-do_ftell_wide-memleak.patch</Patch> --> <!-- <Patch>glibc-2.20-do_ftell_wide-memleak.patch</Patch> -->
</Patches> </Patches>