merge 382855 398126
tags 382855 patch
tags 398126 patch
thanks

see attach
--- fontconfig-2.4.2/debian/fontconfig.postinst	2007-02-22 17:33:38.000000000 +0300
+++ fontconfig-2.4.2/debian/fontconfig.postinst	2007-07-06 20:59:03.000000000 +0400
@@ -2,6 +2,8 @@
 
 set -e
 
+umask 022
+
 if [ "$1" = configure ]; then
   # Ensure Defoma subst file exists, with some default substitutions
   if ! defoma-subst check-rule fontconfig; then
--- fontconfig-2.4.2/fc-cache/fc-cache.c	2006-10-27 21:23:56.000000000 +0400
+++ fontconfig-2.4.2/fc-cache/fc-cache.c	2007-07-06 21:02:43.000000000 +0400
@@ -394,6 +394,7 @@
 #else
     while ((c = getopt (argc, argv, "frsVv?")) != -1)
 #endif
+    umask(022);
     {
 	switch (c) {
 	case 'r':

Attachment: signature.asc
Description: Digital signature



Reply via email to