Explorar el Código

upgrading package: gd 2.0.32 -> 2.0.33

Thorsten Hohmeier hace 21 años
padre
commit
ae24a07392
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      gd/gd.patch
  2. 2 2
      gd/gd.spec

+ 2 - 2
gd/gd.patch

@@ -56,8 +56,8 @@
    from_len = strlen ((const char *) from) + 1;
    to_len = BUFSIZ;
  
--  if ((int) (iconv (cd, (char **) &from, &from_len, (char **) &to, &to_len))
-+  if ((int) (my_iconv (cd, (char **) &from, &from_len, (char **) &to, &to_len))
+-  if ((int) (iconv (cd, (char **)from_p, &from_len, (char **)to_p, &to_len))
++  if ((int) (my_iconv (cd, (char **)from_p, &from_len, (char **)to_p, &to_len))
        == -1)
      {
  #ifdef HAVE_ERRNO_H

+ 2 - 2
gd/gd.spec

@@ -33,8 +33,8 @@ Distribution: OpenPKG
 Class:        BASE
 Group:        Graphics
 License:      GPL
-Version:      2.0.32
-Release:      20041102
+Version:      2.0.33
+Release:      20041104
 
 #   package options
 %option       with_xpm  no