]> git.llucax.com Git - software/mutt-debian.git/commitdiff
patches/misc/manpage-typos.patch, fixes some typos in the manpage (Closes: 428017)
authorAntonio Radici <antonio@dyne.org>
Wed, 27 May 2009 22:35:38 +0000 (23:35 +0100)
committerAntonio Radici <antonio@dyne.org>
Wed, 27 May 2009 22:35:38 +0000 (23:35 +0100)
debian/changelog
debian/patches/misc/manpage-typos.patch [new file with mode: 0644]
debian/patches/series
debian/patches/upstream/514960-certificate-insecure-algorithm.patch

index 93504af1162f21d76e45a64fcaa042f7815a85f0..9e2e58b688265cbf77b95ed537a02633f328ead1 100644 (file)
@@ -17,6 +17,8 @@ mutt (1.5.19-4) unstable; urgency=low
   * patches/upstream/514960-certificate-insecure-algorithm.patch
     + allow certs generated with insecure algorithms if they are in cache
       (Closes: 514960)
+  * patches/misc/manpage-typos.patch
+    + fixes some typos in the manpage (Closes: 428017)
 
  -- Antonio Radici <antonio@dyne.org>  Tue, 26 May 2009 23:42:51 +0100
 
diff --git a/debian/patches/misc/manpage-typos.patch b/debian/patches/misc/manpage-typos.patch
new file mode 100644 (file)
index 0000000..add6c5d
--- /dev/null
@@ -0,0 +1,44 @@
+--- a/init.h
++++ b/init.h
+@@ -760,7 +760,7 @@
+   ** If the GECOS field contains a string like ``lastname, firstname'' then you
+   ** should set it to ``\fC.*\fP''.
+   ** .pp
+-  ** This can be useful if you see the following behavior: you address a e-mail
++  ** This can be useful if you see the following behavior: you address an e-mail
+   ** to user ID ``stevef'' whose full name is ``Steve Franklin''.  If mutt expands
+   ** ``stevef'' to ``"Franklin" stevef@foo.bar'' then you should set the $$gecos_mask to
+   ** a regular expression that will match the whole name so mutt will expand
+@@ -1869,7 +1869,7 @@
+   { "pgp_clearsign_command",  DT_STR, R_NONE, UL &PgpClearSignCommand, 0 },
+   /*
+   ** .pp
+-  ** This format is used to create a old-style ``clearsigned'' PGP
++  ** This format is used to create an old-style ``clearsigned'' PGP
+   ** message.  Note that the use of this format is \fBstrongly\fP
+   ** \fBdeprecated\fP.
+   ** .pp
+@@ -2218,20 +2218,20 @@
+   { "ssl_use_sslv2", DT_BOOL, R_NONE, OPTSSLV2, 1 },
+   /*
+   ** .pp
+-  ** This variables specifies whether to attempt to use SSLv2 in the
++  ** This variable specifies whether to attempt to use SSLv2 in the
+   ** SSL authentication process.
+   */
+ # endif /* defined USE_SSL_OPENSSL */
+   { "ssl_use_sslv3", DT_BOOL, R_NONE, OPTSSLV3, 1 },
+   /*
+   ** .pp
+-  ** This variables specifies whether to attempt to use SSLv3 in the
++  ** This variable specifies whether to attempt to use SSLv3 in the
+   ** SSL authentication process.
+   */
+   { "ssl_use_tlsv1", DT_BOOL, R_NONE, OPTTLSV1, 1 },
+   /*
+   ** .pp
+-  ** This variables specifies whether to attempt to use TLSv1 in the
++  ** This variable specifies whether to attempt to use TLSv1 in the
+   ** SSL authentication process.
+   */
+ # ifdef USE_SSL_GNUTLS
index b944dba54477e4980bf31922a28559c633fdecc0..0824d8913fd8a050aee04b68ca806834648246c2 100644 (file)
@@ -35,6 +35,7 @@ upstream/493719-segfault-imap-close.patch
 upstream/514960-certificate-insecure-algorithm.patch
 
 misc/hyphen-as-minus.patch
+misc/manpage-typos.patch
 misc/smime_keys-manpage.patch
 
 mutt.org
index f0292f29f26b8f3d746913dd0bfd4c26aa5a3f35..0aa4096d8bb2457284d53b60f0d5d516e1de6264 100644 (file)
@@ -1,3 +1,9 @@
+The new version of gnutls introduced this new option which mutt did not 
+know about, if the cert is signed with an insecure algorithm (md5) it will
+set a particular bit; if the cert is in the cache of the user we will
+unset all bits so this has to be unset as well
+See http://bugs.mutt.org/3229 and http://bugs.debian.org/514960
+
 --- a/mutt_ssl_gnutls.c
 +++ b/mutt_ssl_gnutls.c
 @@ -614,6 +614,13 @@