gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-4-g54e9b7c


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-4-g54e9b7c
Date: Mon, 23 Nov 2009 10:12:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=54e9b7ccb2bb724e7dffa4e2b6e7e7db2910ef16

The branch, master has been updated
       via  54e9b7ccb2bb724e7dffa4e2b6e7e7db2910ef16 (commit)
      from  c15a217fded6feb2f84926432284d736e3a71953 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 54e9b7ccb2bb724e7dffa4e2b6e7e7db2910ef16
Author: Simon Josefsson <address@hidden>
Date:   Mon Nov 23 11:12:30 2009 +0100

    Don't use 'grep -q', to fix portability to OpenSolaris.
    
    Reported by "Dr. David Kirkby" <address@hidden> in
    <http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3993>.

-----------------------------------------------------------------------

Summary of changes:
 tests/rfc2253-escape-test |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/rfc2253-escape-test b/tests/rfc2253-escape-test
index 35cd35e..5dde6c8 100755
--- a/tests/rfc2253-escape-test
+++ b/tests/rfc2253-escape-test
@@ -27,7 +27,7 @@ CERTTOOL=${CERTTOOL:-../src/certtool$EXEEXT}
 
 if cat<<EOF \
     | $CERTTOOL --certificate-info \
-    | grep -q 'Issuer: O=RFC 2253 escape test,OU=Plus \\+ Comma \\,'
+    | grep 'Issuer: O=RFC 2253 escape test,OU=Plus \\+ Comma \\,' > /dev/null
 -----BEGIN CERTIFICATE-----
 MIICETCCAXygAwIBAgIESnlIMTALBgkqhkiG9w0BAQUwODEdMBsGA1UEChMUUkZD
 IDIyNTMgZXNjYXBlIHRlc3QxFzAVBgNVBAsTDlBsdXMgKyBDb21tYSAsMB4XDTA5


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]