Browse Source

pinentry: Updated (0.7.5 -> 0.8.0)

user/amery/mess
Aldas Nabazas 14 years ago committed by Alejandro Mery
parent
commit
b42671b001
  1. 47
      security/pinentry/glib-2.16.1.patch
  2. 6
      security/pinentry/pinentry.desc

47
security/pinentry/glib-2.16.1.patch

@ -1,47 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pinentry/glib-2.16.1.patch
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
Conflict with glibc-2.16.1's gmem.h prototypes
--- ./gtk+-2/gtksecentry.c.orig 2009-04-11 13:18:31.000000000 +0300
+++ ./gtk+-2/gtksecentry.c 2009-04-11 13:20:47.000000000 +0300
@@ -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;

6
security/pinentry/pinentry.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../pinentry/pinentry.desc
[COPY] Copyright (C) 2008 The OpenSDE Project
[COPY] Copyright (C) 2008 - 2010 The OpenSDE Project
[COPY] Copyright (C) 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
@ -31,7 +31,7 @@
[L] GPL
[S] Stable
[V] 0.7.5
[V] 0.8.0
[P] X -----5---9 130.100
[D] 1726438966 pinentry-0.7.5.tar.gz ftp://ftp.gnupg.org/gcrypt/pinentry/
[D] 1871804755 pinentry-0.8.0.tar.gz ftp://ftp.gnupg.org/gcrypt/pinentry/

Loading…
Cancel
Save