rpms/openssl/devel openssl-1.0.0a-manfix.patch, NONE, 1.1 openssl.spec, 1.166, 1.167

Tomáš Mráz tmraz at fedoraproject.org
Wed Jun 30 12:36:48 UTC 2010


Author: tmraz

Update of /cvs/pkgs/rpms/openssl/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9617

Modified Files:
	openssl.spec 
Added Files:
	openssl-1.0.0a-manfix.patch 
Log Message:
* Wed Jun 30 2010 Tomas Mraz <tmraz at redhat.com> 1.0.0a-2
- openssl man page fix (#609484)


openssl-1.0.0a-manfix.patch:
 openssl.pod |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE openssl-1.0.0a-manfix.patch ---
diff -up openssl-1.0.0a/doc/apps/openssl.pod.manfix openssl-1.0.0a/doc/apps/openssl.pod
--- openssl-1.0.0a/doc/apps/openssl.pod.manfix	2010-01-21 19:46:28.000000000 +0100
+++ openssl-1.0.0a/doc/apps/openssl.pod	2010-06-30 14:24:50.000000000 +0200
@@ -287,8 +287,6 @@ SHA Digest
 
 SHA-1 Digest
 
-=back
-
 =item B<sha224>
 
 SHA-224 Digest
@@ -305,6 +303,8 @@ SHA-384 Digest
 
 SHA-512 Digest
 
+=back
+
 =head2 ENCODING AND CIPHER COMMANDS
 
 =over 10


Index: openssl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openssl/devel/openssl.spec,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -p -r1.166 -r1.167
--- openssl.spec	4 Jun 2010 12:13:29 -0000	1.166
+++ openssl.spec	30 Jun 2010 12:36:47 -0000	1.167
@@ -21,7 +21,7 @@
 Summary: A general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 1.0.0a
-Release: 1%{?dist}
+Release: 2%{?dist}
 # We remove certain patented algorithms from the openssl source tarball
 # with the hobble-openssl script which is included below.
 Source: openssl-%{version}-usa.tar.bz2
@@ -43,6 +43,7 @@ Patch7: openssl-1.0.0-timezone.patch
 # Bug fixes
 Patch23: openssl-1.0.0-beta4-default-paths.patch
 Patch24: openssl-0.9.8j-bad-mime.patch
+Patch25: openssl-1.0.0a-manfix.patch
 # Functionality changes
 Patch32: openssl-0.9.8g-ia64.patch
 Patch33: openssl-1.0.0-beta4-ca-dir.patch
@@ -124,6 +125,7 @@ from other formats to the formats used b
 
 %patch23 -p1 -b .default-paths
 %patch24 -p1 -b .bad-mime
+%patch25 -p1 -b .manfix
 
 %patch32 -p1 -b .ia64
 %patch33 -p1 -b .ca-dir
@@ -391,6 +393,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipsca
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Jun 30 2010 Tomas Mraz <tmraz at redhat.com> 1.0.0a-2
+- openssl man page fix (#609484)
+
 * Fri Jun  4 2010 Tomas Mraz <tmraz at redhat.com> 1.0.0a-1
 - new upstream patch release, fixes CVE-2010-0742 (#598738)
   and CVE-2010-1633 (#598732)



More information about the scm-commits mailing list