~peter-pearse/ubuntu/natty/libgcrypt11/prop001

« back to all changes in this revision

Viewing changes to debian/patches/11_gcrypt_h_362636.patch

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2007-04-09 11:22:41 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070409112241-hzwl3tex8cmr2dkz
Tags: 1.2.4-2
* Upload to unstable.
* Drop -lgpg-error from libgcrypt-config --libs output. (Closes: #405238)
* Switch to debhelper v5 mode.
* New upstream version closes filehandles in gcry_rndlinux_gather_random().
  (Closes: #403613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur libgcrypt11-1.2.2/src/gcrypt.h libgcrypt11-1.2.2.new/src/gcrypt.h
2
 
--- libgcrypt11-1.2.2/src/gcrypt.h      2005-10-05 09:44:00.000000000 +0100
3
 
+++ libgcrypt11-1.2.2.new/src/gcrypt.h  2006-06-08 16:55:37.000000000 +0100
4
 
@@ -257,7 +257,7 @@
 
1
--- libgcrypt11-1.2.4/src/gcrypt.h.in.orig      2006-11-30 16:35:26.000000000 +0100
 
2
+++ libgcrypt11-1.2.4/src/gcrypt.h.in   2007-02-03 14:30:36.000000000 +0100
 
3
@@ -258,7 +258,7 @@
5
4
 static int gcry_pthread_mutex_init (void **priv)                             \
6
5
 {                                                                            \
7
6
   int err = 0;                                                               \
10
9
                                                                              \
11
10
   if (!lock)                                                                 \
12
11
     err = ENOMEM;                                                            \
13
 
@@ -272,11 +272,11 @@
 
12
@@ -273,11 +273,11 @@
14
13
   return err;                                                                \
15
14
 }                                                                            \
16
15
 static int gcry_pthread_mutex_destroy (void **lock)                          \