diff --git a/package/base/pinentry/hotfix-glib.patch b/package/base/pinentry/hotfix-glib.patch new file mode 100644 index 000000000..4aa0395ed --- /dev/null +++ b/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; + diff --git a/package/base/pinentry/pinentry.desc b/package/base/pinentry/pinentry.desc index c305ba96c..74ea52022 100644 --- a/package/base/pinentry/pinentry.desc +++ b/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/