]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - python/python.nm
prevent kernel address space leak via dmesg or /proc files
[people/pmueller/ipfire-3.x.git] / python / python.nm
index 84704b5b465812235c7245374be1fcf92d0a73ac..5cba0a2f39481340f8bbc9e13e09e183388fe238 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = python
 major_ver  = 2.7
-version    = %{major_ver}.5
+version    = %{major_ver}.12
 release    = 2
 thisapp    = Python-%{version}
 
@@ -35,7 +35,6 @@ build
                glibc-headers >= 2.16-4
                libdb-devel
                libffi-devel
-               libselinux-devel
                ncurses-devel
                openssl-devel
                pakfire-builder >= 0.9.23-4
@@ -51,7 +50,7 @@ build
        export OPT      = %{CFLAGS}
 
        if "%{lib}" == "lib64"
-               patches += %{DIR_SOURCE}/python-2.7.3-lib64.patch
+               patches += %{DIR_SOURCE}/python-2.7.12-lib64.patch
                patches += %{DIR_SOURCE}/python-2.7-lib64-sysconfig.patch
        end