diff -u python-gnutls-1.2.4/debian/changelog python-gnutls-1.2.4/debian/changelog --- python-gnutls-1.2.4/debian/changelog +++ python-gnutls-1.2.4/debian/changelog @@ -1,3 +1,12 @@ +python-gnutls (1.2.4-1ubuntu1) raring-proposed; urgency=low + + [ Jack Bates ] + * gcry_check_version must be invoked before any other function in the + library, with the exception of the GCRYCTL_SET_THREAD_CBS command (called + via the gcry_control function). (LP: #1013798) + + -- Adam Stokes Tue, 02 Apr 2013 09:55:26 -0400 + python-gnutls (1.2.4-1) unstable; urgency=low * New upstream version. only in patch2: unchanged: --- python-gnutls-1.2.4.orig/gnutls/library/__init__.py +++ python-gnutls-1.2.4/gnutls/library/__init__.py @@ -107,6 +107,7 @@ gcry_control = libgnutls.gcry_control gcry_control(GCRYCTL_SET_THREAD_CBS, c_void_p(gcrypt_thread_callbacks_ptr)) + libgnutls.gcry_check_version('1.2.4') # GNUTLS_MIN_LIBGCRYPT_VERSION if system == 'cygwin': gcry_control(GCRYCTL_DISABLE_SECMEM, 0) else: