[Pkg-openssl-changes] r734 - in openssl/trunk/debian: . patches
Kurt Roeckx
kroeckx at moszumanska.debian.org
Thu Jun 11 17:14:38 UTC 2015
Author: kroeckx
Date: 2015-06-11 17:14:38 +0000 (Thu, 11 Jun 2015)
New Revision: 734
Removed:
openssl/trunk/debian/patches/openssl-pod-misspell.patch
Modified:
openssl/trunk/debian/changelog
openssl/trunk/debian/patches/series
Log:
Remove openssl-pod-misspell.patch applied upstream
Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog 2015-06-11 16:56:21 UTC (rev 733)
+++ openssl/trunk/debian/changelog 2015-06-11 17:14:38 UTC (rev 734)
@@ -8,6 +8,7 @@
- Fix CVE-2015-1792
- Fix CVE-2015-1791
* Update c_rehash-compat.patch to make it apply to the new version.
+ * Remove openssl-pod-misspell.patch applied upstream
-- Kurt Roeckx <kurt at roeckx.be> Thu, 11 Jun 2015 18:20:38 +0200
Deleted: openssl/trunk/debian/patches/openssl-pod-misspell.patch
===================================================================
--- openssl/trunk/debian/patches/openssl-pod-misspell.patch 2015-06-11 16:56:21 UTC (rev 733)
+++ openssl/trunk/debian/patches/openssl-pod-misspell.patch 2015-06-11 17:14:38 UTC (rev 734)
@@ -1,39 +0,0 @@
-Index: openssl-1.0.2/apps/ca.c
-===================================================================
---- openssl-1.0.2.orig/apps/ca.c
-+++ openssl-1.0.2/apps/ca.c
-@@ -148,7 +148,7 @@
- static const char *ca_usage[] = {
- "usage: ca args\n",
- "\n",
-- " -verbose - Talk alot while doing things\n",
-+ " -verbose - Talk a lot while doing things\n",
- " -config file - A config file\n",
- " -name arg - The particular CA definition to use\n",
- " -gencrl - Generate a new CRL\n",
-Index: openssl-1.0.2/crypto/evp/encode.c
-===================================================================
---- openssl-1.0.2.orig/crypto/evp/encode.c
-+++ openssl-1.0.2/crypto/evp/encode.c
-@@ -248,7 +248,7 @@ int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx
-
- /* We parse the input data */
- for (i = 0; i < inl; i++) {
-- /* If the current line is > 80 characters, scream alot */
-+ /* If the current line is > 80 characters, scream a lot */
- if (ln >= 80) {
- rv = -1;
- goto end;
-Index: openssl-1.0.2/doc/apps/req.pod
-===================================================================
---- openssl-1.0.2.orig/doc/apps/req.pod
-+++ openssl-1.0.2/doc/apps/req.pod
-@@ -159,7 +159,7 @@ B<param:file> generates a key using the
- the algorithm is determined by the parameters. B<algname:file> use algorithm
- B<algname> and parameter file B<file>: the two algorithms must match or an
- error occurs. B<algname> just uses algorithm B<algname>, and parameters,
--if neccessary should be specified via B<-pkeyopt> parameter.
-+if necessary should be specified via B<-pkeyopt> parameter.
-
- B<dsa:filename> generates a DSA key using the parameters
- in the file B<filename>. B<ec:filename> generates EC key (usable both with
Modified: openssl/trunk/debian/patches/series
===================================================================
--- openssl/trunk/debian/patches/series 2015-06-11 16:56:21 UTC (rev 733)
+++ openssl/trunk/debian/patches/series 2015-06-11 17:14:38 UTC (rev 734)
@@ -11,8 +11,6 @@
shared-lib-ext.patch
version-script.patch
c_rehash-compat.patch
-libdoc-manpgs-pod-spell.patch
-openssl-pod-misspell.patch
block_diginotar.patch
block_digicert_malaysia.patch
#padlock_conf.patch
More information about the Pkg-openssl-changes
mailing list