diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-08 14:41:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-08 14:41:56 +0000 |
commit | c5b293affd75ce1a8c832e99b824b7374e61129d (patch) | |
tree | f4a497f400a3f50e4f510a3cd55fcea813d39990 /main/gnome-keyring/egg-asn1x.patch | |
parent | 02ce0ec4f14ac2a30502b82c770c3af435bf6eb7 (diff) | |
download | aports-c5b293affd75ce1a8c832e99b824b7374e61129d.tar.bz2 aports-c5b293affd75ce1a8c832e99b824b7374e61129d.tar.xz |
main/gnome-keyring: upgrade to 3.12.2
Diffstat (limited to 'main/gnome-keyring/egg-asn1x.patch')
-rw-r--r-- | main/gnome-keyring/egg-asn1x.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/main/gnome-keyring/egg-asn1x.patch b/main/gnome-keyring/egg-asn1x.patch deleted file mode 100644 index d36b0489a8..0000000000 --- a/main/gnome-keyring/egg-asn1x.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- ./egg/egg-asn1x.h.orig 2013-01-15 12:35:55.308701917 +0000 -+++ ./egg/egg-asn1x.h 2013-01-15 12:41:45.224900393 +0000 -@@ -25,6 +25,7 @@ - #define EGG_ASN1X_H_ - - #include <glib.h> -+#include <libtasn1.h> - - #ifndef HAVE_EGG_ALLOCATOR - typedef void* (*EggAllocator) (void* p, gsize); -@@ -35,13 +36,13 @@ - - struct static_struct_asn; - --GNode* egg_asn1x_create (const struct static_struct_asn *defs, -+GNode* egg_asn1x_create (const ASN1_ARRAY_TYPE *defs, - const gchar *type); - --GNode* egg_asn1x_create_quark (const struct static_struct_asn *defs, -+GNode* egg_asn1x_create_quark (const ASN1_ARRAY_TYPE *defs, - GQuark type); - --GNode* egg_asn1x_create_and_decode (const struct static_struct_asn *defs, -+GNode* egg_asn1x_create_and_decode (const ASN1_ARRAY_TYPE *defs, - const gchar *type, - gconstpointer data, - gsize n_data); |