forked from vmware/photon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade openssl, python-cryptography and add support for rpmbuild macros
Change-Id: Idb4939111f1ee1dc8cdfe3b2ce2fd7f1ebb3cd32 Reviewed-on: http://photon-jenkins.eng.vmware.com/619 Tested-by: jenkins-photon <[email protected]> Reviewed-by: Divya Thaluru <[email protected]>
- Loading branch information
Showing
11 changed files
with
117 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Summary: Management tools and libraries relating to cryptography | ||
Name: openssl | ||
Version: 1.0.2f | ||
Version: 1.0.2g | ||
Release: 1%{?dist} | ||
License: OpenSSL | ||
URL: http://www.openssl.org | ||
Group: System Environment/Security | ||
Vendor: VMware, Inc. | ||
Distribution: Photon | ||
Source0: http://www.openssl.org/source/%{name}-%{version}.tar.gz | ||
%define sha1 openssl=2047c592a6e5a42bd37970bdb4a931428110a927 | ||
%define sha1 openssl=36af23887402a5ea4ebef91df8e61654906f58f2 | ||
Patch0: c_rehash.patch | ||
Patch1: openssl-1.0.2f-ipv6apps.patch | ||
Requires: bash glibc libgcc | ||
|
@@ -58,6 +58,7 @@ export CFLAGS="%{optflags}" | |
--openssldir=/%{_sysconfdir}/ssl \ | ||
shared \ | ||
zlib-dynamic \ | ||
%{?_with_fips} \ | ||
-Wa,--noexecstack "${CFLAGS}" "${LDFLAGS}" | ||
# does not support -j yet | ||
make | ||
|
@@ -107,6 +108,8 @@ rm -rf %{buildroot}/* | |
/%{_bindir}/c_rehash | ||
|
||
%changelog | ||
* Mon Mar 07 2016 Anish Swaminathan <[email protected]> 1.0.2g-1 | ||
- Upgrade to 1.0.2g | ||
* Wed Feb 03 2016 Xiaolin Li <[email protected]> 1.0.2f-1 | ||
- Update to version 1.0.2f | ||
* Mon Feb 01 2016 Anish Swaminathan <[email protected]> 1.0.2e-3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
Summary: Python cryptography library | ||
Name: python-cryptography | ||
Version: 1.2.2 | ||
Version: 1.2.3 | ||
Release: 1%{?dist} | ||
Url: https://cryptography.io | ||
License: ASL 2.0 | ||
Group: Development/Languages/Python | ||
Source0: https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz | ||
%define sha1 cryptography=16088fb22c2ea4cd445bcfca6a6bbb99b79dc285 | ||
|
||
%define sha1 cryptography=a8a8083e70875423bd72899ca99890b788189205 | ||
BuildRequires: python2 | ||
BuildRequires: python2-libs | ||
BuildRequires: python2-devel | ||
|
@@ -38,7 +37,9 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} | |
%{python_sitelib}/* | ||
|
||
%changelog | ||
* Thu Feb 26 2016 Anish Swaminathan <[email protected]> 1.2.2-1 | ||
* Mon Mar 07 2016 Anish Swaminathan <[email protected]> 1.2.3-1 | ||
- Upgrade to 1.2.3 | ||
* Fri Feb 26 2016 Anish Swaminathan <[email protected]> 1.2.2-1 | ||
- Upgrade version to 1.2.2 | ||
* Thu Jan 21 2016 Anish Swaminathan <[email protected]> 1.2.1-1 | ||
- Upgrade version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"dummy_package": { | ||
"files": ["path_to_file1_to_be_copied","path_to_file2_to_be_copied"], | ||
"macros": ["macro1 value1","macro2 value2"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.