[Pkg-openssl-changes] r499 - in openssl/trunk/debian: . patches

Kurt Roeckx kroeckx at alioth.debian.org
Mon Jun 13 10:13:42 UTC 2011


Author: kroeckx
Date: 2011-06-13 10:13:42 +0000 (Mon, 13 Jun 2011)
New Revision: 499

Added:
   openssl/trunk/debian/patches/pod_ec.misspell.patch
   openssl/trunk/debian/patches/pod_pksc12.misspell.patch
   openssl/trunk/debian/patches/pod_req_misspell2.patch
   openssl/trunk/debian/patches/pod_s_server.misspell.patch
   openssl/trunk/debian/patches/pod_x509setflags.misspell.patch
Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/patches/series
Log:
More spelling fixes.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2011-06-13 10:06:45 UTC (rev 498)
+++ openssl/trunk/debian/changelog	2011-06-13 10:13:42 UTC (rev 499)
@@ -4,8 +4,9 @@
   * Apply patches from Scott Schaefer <saschaefer at neurodiverse.org> to
     fix various pod and spelling errors. (Closes: #622820)
   * Add missing symbols for the engines (Closes: #623038)
+  * More spelling fixes from Scott Schaefer (Closes: #395424)
 
- -- Kurt Roeckx <kurt at roeckx.be>  Mon, 13 Jun 2011 12:05:59 +0200
+ -- Kurt Roeckx <kurt at roeckx.be>  Mon, 13 Jun 2011 12:12:50 +0200
 
 openssl (1.0.0d-2) unstable; urgency=high
 

Added: openssl/trunk/debian/patches/pod_ec.misspell.patch
===================================================================
--- openssl/trunk/debian/patches/pod_ec.misspell.patch	                        (rev 0)
+++ openssl/trunk/debian/patches/pod_ec.misspell.patch	2011-06-13 10:13:42 UTC (rev 499)
@@ -0,0 +1,11 @@
+--- a/doc/apps/ec.pod
++++ b/doc/apps/ec.pod
+@@ -41,7 +41,7 @@
+ 
+ This specifies the input format. The B<DER> option with a private key uses
+ an ASN.1 DER encoded SEC1 private key. When used with a public key it
+-uses the SubjectPublicKeyInfo structur as specified in RFC 3280.
++uses the SubjectPublicKeyInfo structure as specified in RFC 3280.
+ The B<PEM> form is the default format: it consists of the B<DER> format base64
+ encoded with additional header and footer lines. In the case of a private key
+ PKCS#8 format is also accepted.

Added: openssl/trunk/debian/patches/pod_pksc12.misspell.patch
===================================================================
--- openssl/trunk/debian/patches/pod_pksc12.misspell.patch	                        (rev 0)
+++ openssl/trunk/debian/patches/pod_pksc12.misspell.patch	2011-06-13 10:13:42 UTC (rev 499)
@@ -0,0 +1,11 @@
+--- a/doc/apps/pkcs12.pod
++++ b/doc/apps/pkcs12.pod
+@@ -75,7 +75,7 @@
+ 
+ =item B<-passout arg>
+ 
+-pass phrase source to encrypt any outputed private keys with. For more
++pass phrase source to encrypt any outputted private keys with. For more
+ information about the format of B<arg> see the B<PASS PHRASE ARGUMENTS> section
+ in L<openssl(1)|openssl(1)>.
+ 

Added: openssl/trunk/debian/patches/pod_req_misspell2.patch
===================================================================
--- openssl/trunk/debian/patches/pod_req_misspell2.patch	                        (rev 0)
+++ openssl/trunk/debian/patches/pod_req_misspell2.patch	2011-06-13 10:13:42 UTC (rev 499)
@@ -0,0 +1,29 @@
+--- a/debian/patches/rehash_pod.patch
++++ b/debian/patches/rehash_pod.patch
+@@ -47,12 +47,12 @@
+ +
+ +Colon separated list of directories to operate on. Ignored if directories are listed on the command line.
+ +
+++=back
+++
+ +=head1 SEE ALSO
+ +
+ +L<openssl(1)|openssl(1)>, L<x509(1)|x509(1)>
+ +
+-+=back
+-+
+ +=head1 BUGS
+ +
+ +No known bugs
+diff --git a/doc/apps/req.pod b/doc/apps/req.pod
+--- a/doc/apps/req.pod
++++ b/doc/apps/req.pod
+@@ -303,7 +303,7 @@
+ 
+ =item B<-newhdr>
+ 
+-Adds the word B<NEW> to the PEM file header and footer lines on the outputed
++Adds the word B<NEW> to the PEM file header and footer lines on the outputted
+ request. Some software (Netscape certificate server) and some CAs need this.
+ 
+ =item B<-batch>

Added: openssl/trunk/debian/patches/pod_s_server.misspell.patch
===================================================================
--- openssl/trunk/debian/patches/pod_s_server.misspell.patch	                        (rev 0)
+++ openssl/trunk/debian/patches/pod_s_server.misspell.patch	2011-06-13 10:13:42 UTC (rev 499)
@@ -0,0 +1,11 @@
+--- a/doc/apps/s_server.pod
++++ b/doc/apps/s_server.pod
+@@ -111,7 +111,7 @@
+ 
+ =item B<-dcertform format>, B<-dkeyform format>, B<-dpass arg>
+ 
+-addtional certificate and private key format and passphrase respectively.
++additional certificate and private key format and passphrase respectively.
+ 
+ =item B<-nocert>
+ 

Added: openssl/trunk/debian/patches/pod_x509setflags.misspell.patch
===================================================================
--- openssl/trunk/debian/patches/pod_x509setflags.misspell.patch	                        (rev 0)
+++ openssl/trunk/debian/patches/pod_x509setflags.misspell.patch	2011-06-13 10:13:42 UTC (rev 499)
@@ -0,0 +1,11 @@
+--- a/doc/crypto/X509_VERIFY_PARAM_set_flags.pod
++++ b/doc/crypto/X509_VERIFY_PARAM_set_flags.pod
+@@ -113,7 +113,7 @@
+ to examine the valid policy tree and perform additional checks or simply
+ log it for debugging purposes.
+ 
+-By default some addtional features such as indirect CRLs and CRLs signed by
++By default some additional features such as indirect CRLs and CRLs signed by
+ different keys are disabled. If B<X509_V_FLAG_EXTENDED_CRL_SUPPORT> is set
+ they are enabled.
+ 

Modified: openssl/trunk/debian/patches/series
===================================================================
--- openssl/trunk/debian/patches/series	2011-06-13 10:06:45 UTC (rev 498)
+++ openssl/trunk/debian/patches/series	2011-06-13 10:13:42 UTC (rev 499)
@@ -21,4 +21,8 @@
 libdoc-manpgs-pod-spell.patch
 libssl-misspell.patch
 openssl-pod-misspell.patch
-
+pod_req_misspell2.patch
+pod_pksc12.misspell.patch
+pod_s_server.misspell.patch
+pod_x509setflags.misspell.patch
+pod_ec.misspell.patch




More information about the Pkg-openssl-changes mailing list