This is a simple/obvious port from openssl to gnutls and has not been
completely tested, that's why I think it should go to experimental. The
simple functions of the package work fine with this (this message is
being sent with a patched ssmtp as a proof).

Regards.


Index: debian/control
===================================================================
--- debian/control      (revisión: 20)
+++ debian/control      (copia de trabajo)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
 Uploaders: Santiago Ruano Rincón <[EMAIL PROTECTED]>
-Build-Depends: po-debconf, libssl-dev
+Build-Depends: po-debconf, libgnutls-dev
 Standards-Version: 3.7.2

 Package: ssmtp
Index: debian/changelog
===================================================================
--- debian/changelog    (revisión: 20)
+++ debian/changelog    (copia de trabajo)
@@ -1,6 +1,7 @@
-ssmtp (2.61-8) UNRELEASED; urgency=low
+ssmtp (2.61-8) experimental; urgency=high

-  * NOT RELEASED YET
+  [ Alejandro Rios ]
+  * Initial port from openssl to gnutls (Closes: #374327)

  -- Santiago Ruano Rincón <[EMAIL PROTECTED]>  Sat, 24 Jun 2006
12:39:51 -0500

Index: ssmtp.c
===================================================================
--- ssmtp.c     (revisión: 20)
+++ ssmtp.c     (copia de trabajo)
@@ -28,11 +28,7 @@
 #include <ctype.h>
 #include <netdb.h>
 #ifdef HAVE_SSL
-#include <openssl/crypto.h>
-#include <openssl/x509.h>
-#include <openssl/pem.h>
-#include <openssl/ssl.h>
-#include <openssl/err.h>
+#include <gnutls/openssl.h>
 #endif
 #ifdef MD5AUTH
 #include "md5auth/hmac_md5.h"







-- 
Alejandro Ríos Peña
 Avatar Ltda.
 Bogotá D.C.
 (+57) 300 390 4764

Attachment: signature.asc
Description: Esta parte del mensaje está firmada digitalmente

Reply via email to