Hello community,

here is the log from the commit of package texlive-specs-v for openSUSE:Factory 
checked in at 2017-04-17 10:23:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-specs-v (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-specs-v.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-specs-v"

Mon Apr 17 10:23:56 2017 rev:28 rq:486999 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-v/texlive-specs-v.changes  
2016-12-16 12:02:29.850312706 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-v.new/texlive-specs-v.changes     
2017-04-17 10:23:57.638187870 +0200
@@ -1,0 +2,15 @@
+Mon Apr 10 08:51:06 UTC 2017 - [email protected]
+
+- Allow updmap to run as batch job if stdin if not connected on
+  a termionl (boo#1033068)
+
+-------------------------------------------------------------------
+Wed Mar  8 12:02:02 UTC 2017 - [email protected]
+
+- Modify patch kpathsea_cnf.dif to remove mpost from the allowed
+  shell escaping commands (bsc#1028271, CVE-2016-10243)
+- Add some lines to %post scriplet for kpathsea to remove mpost
+  also from an already existing but not becoming replaced
+  configuration file texmf.cnf
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ texlive-specs-v.spec ++++++
--- /var/tmp/diff_new_pack.i71JSA/_old  2017-04-17 10:24:04.449223287 +0200
+++ /var/tmp/diff_new_pack.i71JSA/_new  2017-04-17 10:24:04.461221588 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texlive-specs-v
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define texlive_version  2016
 %define texlive_previous 2015
 %define texlive_release  20160523
-%define texlive_noarch   113
+%define texlive_noarch   116
 
 #!BuildIgnore:          texlive
 

++++++ tetex_scripts.dif ++++++
--- /var/tmp/diff_new_pack.i71JSA/_old  2017-04-17 10:24:04.973149089 +0200
+++ /var/tmp/diff_new_pack.i71JSA/_new  2017-04-17 10:24:04.977148522 +0200
@@ -5,8 +5,8 @@
  texmf-dist/scripts/texlive/texconfig-dialog.sh |   14 +++++-
  texmf-dist/scripts/texlive/texlinks.sh         |   53 
++++++++++++++++---------
  texmf-dist/scripts/texlive/updmap-sys.sh       |    1 
- texmf-dist/scripts/texlive/updmap.pl           |   12 ++---
- 7 files changed, 79 insertions(+), 33 deletions(-)
+ texmf-dist/scripts/texlive/updmap.pl           |   19 +++++---
+ 7 files changed, 85 insertions(+), 34 deletions(-)
 
 --- texmf-dist/scripts/texlive/fmtutil-sys.sh
 +++ texmf-dist/scripts/texlive/fmtutil-sys.sh  2016-02-01 15:28:31.009755153 
+0000
@@ -249,7 +249,7 @@
 +umask 022
  exec updmap --sys ${1+"$@"}
 --- texmf-dist/scripts/texlive/updmap.pl
-+++ texmf-dist/scripts/texlive/updmap.pl       2016-06-21 13:51:06.985831161 
+0000
++++ texmf-dist/scripts/texlive/updmap.pl       2017-04-10 08:48:59.737567193 
+0000
 @@ -16,15 +16,15 @@
  
  my $svnid = '$Id: updmap.pl 37866 2015-07-17 19:00:04Z preining $';
@@ -280,3 +280,17 @@
  chomp(my $TEXMFVAR = `kpsewhich -var-value=TEXMFVAR`);
  chomp(my $TEXMFSYSVAR = `kpsewhich -var-value=TEXMFSYSVAR`);
  chomp(my $TEXMFCONFIG = `kpsewhich -var-value=TEXMFCONFIG`);
+@@ -402,7 +402,12 @@ sub main {
+       }
+       print "in $changes_config_file\n";
+       print "Do you really want to continue (y/N)? ";
+-      my $answer = <STDIN>;
++      my $answer;
++      if (-t STDIN ) {
++        $answer = <STDIN>;
++      } else {
++        $answer = "y";
++      }
+       $answer = "n" if !defined($answer);
+       chomp($answer);
+       print "answer =$answer=\n";


Reply via email to