Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
02b388b66f
2 changed files with 31 additions and 2 deletions
  1. +29
    -0
      package/base/pinentry/hotfix-glib.patch
  2. +2
    -2
      package/base/pinentry/pinentry.desc

+ 29
- 0
package/base/pinentry/hotfix-glib.patch

@ -0,0 +1,29 @@
--- pinentry-0.7.5/gtk+-2/gtksecentry.c 2007-11-19 12:20:50.000000000 +0100
+++ src.pinentry.1225543008.28409.1174467227/pinentry-0.7.5/gtk+-2/gtksecentry.c 2008-11-01 13:44:51.000000000 +0100
@@ -270,7 +270,7 @@
gpointer
-g_malloc(gulong size)
+g_malloc(gsize size)
{
gpointer p;
@@ -288,7 +288,7 @@
}
gpointer
-g_malloc0(gulong size)
+g_malloc0(gsize size)
{
gpointer p;
@@ -308,7 +308,7 @@
}
gpointer
-g_realloc(gpointer mem, gulong size)
+g_realloc(gpointer mem, gsize size)
{
gpointer p;

+ 2
- 2
package/base/pinentry/pinentry.desc

@ -37,8 +37,8 @@
[L] OpenSource
[S] Stable
[V] 0.7.2
[V] 0.7.5
[P] X -----5---9 197.900
[D] 2134272603 pinentry-0.7.2.tar.gz ftp://ftp.gnupg.org/gcrypt/pinentry/
[D] 1726438966 pinentry-0.7.5.tar.gz ftp://ftp.gnupg.org/gcrypt/pinentry/

Loading…
Cancel
Save