]> git.pld-linux.org Git - packages/libsoup3.git/commitdiff
- removed one more GNUTLS_CERT_INVALID equivalent (for gnutls 1.0.6)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Feb 2004 10:29:51 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsoup-gnutls.patch -> 1.2

libsoup-gnutls.patch

index 5c76d9f7b54f6025504a95580c9fe09c3d1edcf6..1f963209c913c93488bf3d9c49015ad4e44fd708 100644 (file)
@@ -1,10 +1,10 @@
 diff -Nuard libsoup-1.99.26.orig/libsoup/soup-gnutls.c libsoup-1.99.26/libsoup/soup-gnutls.c
 --- libsoup-1.99.26.orig/libsoup/soup-gnutls.c 2003-04-01 00:32:48.000000000 +0200
 +++ libsoup-1.99.26/libsoup/soup-gnutls.c      2003-11-22 14:19:35.211326392 +0100
-@@ -77,7 +77,6 @@
+@@ -77,7 +77,5 @@
  
        if (status & GNUTLS_CERT_INVALID ||
-           status & GNUTLS_CERT_NOT_TRUSTED ||
+-          status & GNUTLS_CERT_NOT_TRUSTED ||
 -          status & GNUTLS_CERT_CORRUPTED ||
            status & GNUTLS_CERT_REVOKED)
        {
This page took 0.317631 seconds and 4 git commands to generate.