rpms/tetex/F-8 tetex-3.0-dvipdfm.patch, 1.1, 1.2 tetex.spec, 1.127, 1.128

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Mon Apr 7 16:04:34 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/tetex/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19509

Modified Files:
	tetex-3.0-dvipdfm.patch tetex.spec 
Log Message:
- fix dvipdfm "invalid PDF filename" failure (#228078)


tetex-3.0-dvipdfm.patch:

Index: tetex-3.0-dvipdfm.patch
===================================================================
RCS file: /cvs/extras/rpms/tetex/F-8/tetex-3.0-dvipdfm.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tetex-3.0-dvipdfm.patch	24 Jun 2006 17:23:31 -0000	1.1
+++ tetex-3.0-dvipdfm.patch	7 Apr 2008 16:04:26 -0000	1.2
@@ -9,3 +9,14 @@
    time_t current_time;
    struct tm *bd_time;
    if (debug) {
+--- tetex-src-3.0/texk/dvipdfm/pdfobj.c.orig	2007-02-08 16:56:02.000000000 -0500
++++ tetex-src-3.0/texk/dvipdfm/pdfobj.c	2007-02-08 16:56:08.000000000 -0500
+@@ -631,7 +631,7 @@
+ int pdf_check_name(const char *name)
+ {
+   static char *valid_chars =
+-    "!\"$&'*+,-.0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\\^_`abcdefghijklmnopqrstuvwxyz|~";
++    "!\"$&'*#+,-.0123456789:;=?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\\^_`abcdefghijklmnopqrstuvwxyz|~";
+   if (strspn (name, valid_chars) == strlen (name))
+     return 1;
+   else


Index: tetex.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex/F-8/tetex.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- tetex.spec	5 Apr 2008 08:15:25 -0000	1.127
+++ tetex.spec	7 Apr 2008 16:04:26 -0000	1.128
@@ -902,6 +902,7 @@
 - ensure that /sbin/restorecon is installed for %%post in tetex-fonts (#439623)
 - update CVE-2005-0650 patch for makeindex, increase file name size limit and
   fix error message in case of overflow (#225491)
+- fix dvipdfm "invalid PDF filename" failure (#228078)
 
 * Sat Feb 16 2008 Jindrich Novy <jnovy at redhat.com> 3.0-44.8
 - rebuild




More information about the fedora-extras-commits mailing list