Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Side by Side Diff: openssl/openssl.spec

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « openssl/ms/x86asm.bat ('k') | openssl/shlib/win32.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 %define _unpackaged_files_terminate_build 0 1 %define _unpackaged_files_terminate_build 0
2 %define libmaj 0 2 %define libmaj 1
3 %define libmin 9 3 %define libmin 0
4 %define librel 8 4 %define librel 0
5 %define librev o 5 %define librev f
6 Release: 1 6 Release: 1
7 7
8 %define openssldir /var/ssl 8 %define openssldir /var/ssl
9 9
10 Summary: Secure Sockets Layer and cryptography libraries and tools 10 Summary: Secure Sockets Layer and cryptography libraries and tools
11 Name: openssl 11 Name: openssl
12 #Version: %{libmaj}.%{libmin}.%{librel} 12 #Version: %{libmaj}.%{libmin}.%{librel}
13 Version: %{libmaj}.%{libmin}.%{librel}%{librev} 13 Version: %{libmaj}.%{libmin}.%{librel}%{librev}
14 Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz 14 Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
15 Copyright: Freely distributable 15 Copyright: Freely distributable
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 - modified for openssl sources 204 - modified for openssl sources
205 * Sat Aug 8 1998 Khimenko Victor <khim@sch57.msk.ru> 205 * Sat Aug 8 1998 Khimenko Victor <khim@sch57.msk.ru>
206 - shared library creating process honours $RPM_OPT_FLAGS 206 - shared library creating process honours $RPM_OPT_FLAGS
207 - shared libarry supports threads (as well as static library) 207 - shared libarry supports threads (as well as static library)
208 * Wed Jul 22 1998 Khimenko Victor <khim@sch57.msk.ru> 208 * Wed Jul 22 1998 Khimenko Victor <khim@sch57.msk.ru>
209 - building of shared library completely reworked 209 - building of shared library completely reworked
210 * Tue Jul 21 1998 Khimenko Victor <khim@sch57.msk.ru> 210 * Tue Jul 21 1998 Khimenko Victor <khim@sch57.msk.ru>
211 - RPM is BuildRoot'ed 211 - RPM is BuildRoot'ed
212 * Tue Feb 10 1998 Khimenko Victor <khim@sch57.msk.ru> 212 * Tue Feb 10 1998 Khimenko Victor <khim@sch57.msk.ru>
213 - all stuff is moved out of /usr/local 213 - all stuff is moved out of /usr/local
OLDNEW
« no previous file with comments | « openssl/ms/x86asm.bat ('k') | openssl/shlib/win32.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698