Package: gnomint / 1.2.1-7

Metadata

Package Version Patches format
gnomint 1.2.1-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 ldd.patch | (download)

src/Makefile.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 explicitly linking against libgcrypt.

02 cflags.patch | (download)

configure | 2 1 + 1 - 0 !
configure.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 Don't hardcode CFLAGS and respect the environemnt (Closes: #634395).

682432.patch | (download)

src/tls.c | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 fix double free in tls_creation_data_free.
10_gnutlsv3.diff | (download)

src/import.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 stop using deprecated (since 2004) type
 s/gnutls_pkcs12_bag/gnutls_pkcs12_bag_t/. The name was changed in gnutls
 in 2004, and the compatibilty #define was finally dropped in version 3.
 .
 This fixes a build error with GnuTLS >= 3.0.18 (as used by gnome-vfs >=
 1:2.24.4-6).