pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libsoup-devel Add patch to fix build with gnutls-1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3fbf8cae63b
branches:  trunk
changeset: 489344:e3fbf8cae63b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 19 22:36:20 2005 +0000

description:
Add patch to fix build with gnutls-1.2.0.

diffstat:

 net/libsoup-devel/distinfo         |   3 ++-
 net/libsoup-devel/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 0efb7ac4c461 -r e3fbf8cae63b net/libsoup-devel/distinfo
--- a/net/libsoup-devel/distinfo        Sat Feb 19 22:36:13 2005 +0000
+++ b/net/libsoup-devel/distinfo        Sat Feb 19 22:36:20 2005 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/10/15 21:22:17 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2005/02/19 22:36:20 wiz Exp $
 
 SHA1 (libsoup-2.2.1.tar.bz2) = e2dbe6b8259048192632068a37dd0843d2775ac2
 Size (libsoup-2.2.1.tar.bz2) = 403907 bytes
+SHA1 (patch-aa) = 87de77a96b6f86bd9135f1955f789ff26ea36ff0
diff -r 0efb7ac4c461 -r e3fbf8cae63b net/libsoup-devel/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libsoup-devel/patches/patch-aa        Sat Feb 19 22:36:20 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/02/19 22:36:20 wiz Exp $
+
+--- libsoup/soup-gnutls.c.orig 2004-09-30 16:49:07.000000000 +0200
++++ libsoup/soup-gnutls.c
+@@ -61,7 +61,6 @@ verify_certificate (gnutls_session sessi
+       }
+ 
+       if (status & GNUTLS_CERT_INVALID ||
+-          status & GNUTLS_CERT_NOT_TRUSTED ||
+           status & GNUTLS_CERT_REVOKED)
+       {
+               g_warning ("The certificate is not trusted.");



Home | Main Index | Thread Index | Old Index