summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/openssl
AgeCommit message (Collapse)AuthorFilesLines
2020-08-14external packages: redirect stderr too (#18037)Adam J. Stewart1-1/+1
2020-08-12Make the build stage of OpenSSL parallel (#18024)Harmen Stoppels1-4/+4
2020-08-11openssl: added detection capabilities (#16653)Sajid Ali1-0/+9
2020-05-19openssl: Be Explicit About perl Usage (#16721)Dr. Christian Tacke1-0/+3
The openssl build process can use the wrong perl for various reasons, including: * Wrong value in PERL env var * The build process first looks for `perl5`, which the spack system does not provide, but some other distributions provide it. That way, the build process can end up using the wrong perl. Stop all of these problems by explicitly setting PERL to the to be used dependency.
2020-04-23openssl: added 1.1.1g (#16247)Michael Kuhn1-6/+4
2020-04-01openssl: add v1.1.1f (#15802)Christoph Junghans1-0/+1
2020-03-19openssl: added v1.1.1e and v1.0.2u (#15568)Michael Kuhn1-0/+2
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-12checksums: use sha256 checksums everywhereTodd Gamblin1-20/+20
We'd like to use a consistent checksum scheme everywhere so that we can: a) incorporate archive checksums into our specs and have a consistent hashing algorithm across all specs. b) index mirrors with a consistent type of checksum, and not one that is dependent on how spack packages are written. - [x] convert existing md5, sha224, sha512, sha1 checksums to sha256
2019-10-10Add latest openssl releases (#13092)Adam J. Stewart1-2/+5
2019-09-20targets: adjust packages to use new specific targets semanticsMassimiliano Culpo1-1/+1
Seamless translation from 'target=<generic>' to either - target.family == <generic> (in methods) - 'target=<generic>:' (in directives) Also updated docs to show ranges in directives.
2019-08-08openssl package: add versions including 1.1.1c (#12342)Adam J. Stewart1-11/+19
* Add comment that 1.0.1 versions are no longer supported * Add comment that 1.0.2 versions are only supported up to December 2019 * Add versions 1.0.2s, 1.0.2r, and 1.0.2p * Add versions 1.1.0k, 1.1.0j, and 1.1.0i * Add version 1.1.1c * Add comment that 1.1.0 versions are only supported up to September 2019
2019-03-05openssl: Add 1.1.1b, 1.1.0j and 1.0.2r (#10779)Michael Kuhn1-1/+4
2019-02-18Add comments and version (#10592)Elizabeth Fischer1-1/+4
2019-02-12openssl: add version 1.1.1a (#10562)Matthias Diener1-0/+1
2019-01-03openssl: add location of system certificates for SUSE Linux (#10242)Neil Flood1-1/+3
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-11-19openssl: make 1.1.1 the default version (#9836)Michael Kuhn1-3/+8
* openssl: add 1.0.2p, 1.1.0i and 1.1.1 * openssl: make 1.1.1 the default version
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
- remove the old LGPL license headers from all files in Spack - add SPDX headers to all files - core and most packages are (Apache-2.0 OR MIT) - a very small number of remaining packages are LGPL-2.1-only
2018-10-10Fix missing dependencies and glibc build failures (#9106)Michael Kuhn1-1/+1
* bison: Add missing build dependencies bison also depends on cmp, which is currently not available in Spack. * help2man: Add missing build dependency * m4: Fix build with newer versions of glibc * openssl: Add missing build dependency openssl's configure script is actually a Perl script. * texinfo: Add missing perl dependency * diffutils: New package * findutils: Fix build with newer versions of glibc * mvapich2, mpich: Add missing findutils dependency
2018-09-14Build Python 3.7 with external libffi. (#9245)Sergey Kosukhin1-0/+4
2018-06-15openssl: add new version 1.0.2o (#8486)Todd Gamblin1-1/+2
2018-06-07add commented test dependencies (#8407)healther1-7/+3
* add commented test dependencies Change-Id: I38ffd3caa77a59f2a0a7ae92a9c8e8215cf5b4d6 * readd make('test') to openssl Change-Id: Ia3733a3848a2a26729b4050c7d4439ea9de17b1a
2018-03-26openssl: Add variant to use system certificates (#6396)Michael Kuhn1-0/+35
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-01-04Revert "openssl: Add perl dependency" (#6831)Adam J. Stewart1-1/+5
* Revert "Added i3 and its dependencies. (#6805)" This reverts commit a00a09a234886d3bb4e53f873579a56aca11d3ba. * Revert "Adding NEURON simulator package (#5097)" This reverts commit d24782c86d84d51ac3ef7404c9e4a4eb6b9eab7e. * Revert "openssl: Add perl dependency (#5188)" This reverts commit 395ee97f3b1cdd96ae00bdae6d27d3145c50fc5e.
2018-01-04openssl: Add perl dependency (#5188)Michael Kuhn1-5/+1
perl is required for the configure script.
2017-12-11openssl: Update to 1.0.2n (#6641)nshtg1-1/+2
From 07.12.2017, fixes CVE-2017-3737
2017-12-08Update openSSL to 1.0.2m/1.1.0g (#6596)nshtg1-2/+4
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
We moved to a new GitHub org! Now make the code and docs reflect that.
2017-10-04OpenSSL: Fix Zlib (#5584)Axel Huebl1-0/+2
Fix missing `-lz` on `make` of OpenSSL. Spotted on a system without a system-wide zlib installation.
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-31openssl: Fix build on Aarch64 with clang. (#4404)Diana Bite1-0/+5
2017-04-07Disable OpenSSL test dependency until we have proper support. (#3760)Todd Gamblin1-4/+7
2017-04-01Add better tests for web.py; fix some bugs found with spidering.Todd Gamblin1-1/+1
- _spider in web.py was actually failing to spider deeper than a certain point. - Fixed multiprocessing pools to not use daemons and to allow recursive spawning. - Added detailed tests for spidering and for finding archive versions. - left some xfail URL finding exercises for the reader. - Fix noqa annotations for some @when decorators
2017-02-20Default to OpenSSL 1.0 (#3100)healther1-6/+5
* Added version 1.1 to openssl * restore note explaining preferred=True for 1.0.2k
2017-02-17Keep Curl Bootstrap Working With http:// (#3113)Elizabeth Fischer1-0/+1
* Add comments documenting problems in recent versions of NetCDF. * Add comments to packages required to install curl.
2017-02-17Add latest version of OpenSSL (#3171)Adam J. Stewart1-0/+1
2017-01-31openssl: add extra url to download old versions (#2935)Denis Davydov1-1/+5
2017-01-31Replace FTP retrieval URLs with HTTP/HTTPS serving packages with identical ↵健美猫1-1/+1
checksum. (#2958)
2017-01-27Make OpenSSL tests optional (#2939)Adam J. Stewart1-3/+6
* Make OpenSSL tests optional * Add version constraint to Perl dependency in OpenSSL
2017-01-24Add dependency on perl (#2909)George Hartzell1-1/+1
* Add dependency on perl The build process uses perl and also needs `Test::More`. Some distros, e.g. CentOS, break the core Perl distribution into separate packages, so it's possible to "have perl" but not have all the bits one needs to build OpenSSL. We'll just install one of ours, which comes with all of its factory parts included. * Remove uninformative comment > # Also requires make doesn't really add any value...
2017-01-20OpenSSL: Update to version 1.1.0c (#2885)Erik Schnetter1-6/+15
2016-09-26Update OpenSSL (#1853)Erik Schnetter1-0/+1
2016-09-23Update OpenSSL (#1836)Erik Schnetter1-0/+2
This is a security update with priority "HIGH".
2016-09-20Remove url_for_version as it breaks spack info (#1503)Adam J. Stewart1-6/+0
2016-09-20Reorder versions in openssl (#1601)Erik Schnetter1-7/+7
2016-08-09Openssl package should not require openssl (https) to obtain source.Matt Belhorn1-1/+1
2016-07-24Fix OpenSSL url_for_versionAdam J. Stewart1-1/+1