[texlive/f20] bz#1197084, Security fix for CVE-2015-0296

Than Ngo than at fedoraproject.org
Fri Feb 27 14:56:33 UTC 2015


commit cc890aa8547dc7d670f8543975efe4921a04ad6d
Author: Than Ngo <than at redhat.com>
Date:   Fri Feb 27 15:56:24 2015 +0100

    bz#1197084, Security fix for CVE-2015-0296

 texlive.spec          | 8 ++++----
 texlive.spec.template | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/texlive.spec b/texlive.spec
index dde2c41..43325e1 100644
--- a/texlive.spec
+++ b/texlive.spec
@@ -1,6 +1,6 @@
 %global source_date 20131226_r32488
 %global tl_version 2013
-%global tl_rel 5
+%global tl_rel 6
 %global tl_release %{tl_rel}.%{source_date}%{?dist}
 %global tl_noarch_release %{tl_rel}%{?dist}
 %global source_name texlive-%{source_date}-source
@@ -206248,9 +206248,6 @@ rm -rf %{buildroot}
 %pre base
 rm -rf %{_texdir}/texmf-var
 rm -rf %{_texmf_var}/*
-for i in `find /home/* -type d -prune`; do
-rm -rf $i/.texlive*
-done
 :
 
 %posttrans base
@@ -343105,6 +343102,9 @@ fi
 %{_libdir}/*.so
 
 %changelog
+* Fri Feb 27 2015 Than Ngo <than at redhat.com> 3:2013-6-20131226
+- bz#1197084, Security fix for CVE-2015-0296 
+
 * Thu May 15 2014 Petr Pisar <ppisar at redhat.com> - 2013-5-20131226
 - Do not export private perl modules (bug #1085424)
 
diff --git a/texlive.spec.template b/texlive.spec.template
index a3a75a3..0507282 100644
--- a/texlive.spec.template
+++ b/texlive.spec.template
@@ -1,6 +1,6 @@
 %global source_date 20131226_r32488
 %global tl_version 2013
-%global tl_rel 5
+%global tl_rel 6
 %global tl_release %{tl_rel}.%{source_date}%{?dist}
 %global tl_noarch_release %{tl_rel}%{?dist}
 %global source_name texlive-%{source_date}-source
@@ -339,9 +339,6 @@ rm -rf %{buildroot}
 %pre base
 rm -rf %{_texdir}/texmf-var
 rm -rf %{_texmf_var}/*
-for i in `find /home/* -type d -prune`; do
-	rm -rf $i/.texlive*
-done
 :
 
 %posttrans base
@@ -385,6 +382,9 @@ fi
 %{_libdir}/*.so
 
 %changelog
+* Fri Feb 27 2015 Than Ngo <than at redhat.com> 3:2013-6-20131226
++- bz#1197084, Security fix for CVE-2015-0296 
+
 * Thu May 15 2014 Petr Pisar <ppisar at redhat.com> - 2013-5-20131226
 - Do not export private perl modules (bug #1085424)
 


More information about the scm-commits mailing list