summaryrefslogtreecommitdiffstats
path: root/rules/openssl.make
Commit message (Collapse)AuthorAgeFilesLines
* openssl: version bump 1.0.2g -> 1.0.2hMichael Olbrich2016-05-041-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.2f -> 1.0.2gMichael Olbrich2016-03-021-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.2e -> 1.0.2fMichael Olbrich2016-02-011-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.2d -> 1.0.2eMichael Olbrich2015-12-041-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Licenses: use SPDX conform license namesJuergen Borleis2015-10-211-1/+1
| | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* openssl: fix major release and bugfix release changeptxdist-2015.08.0Juergen Borleis2015-08-051-3/+4
| | | | | | | | | In commit bf68a79e73f8 the major and bugfix release was separated to be able to access non up-to-date archives at a different URL. The change was wrong/incomplete, due to the *_VERSION string is also used by PTXdist and missed the bugfix release character since this change. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* openssl: keep older releases downloadableJuergen Borleis2015-08-041-1/+3
| | | | | | | | | | | If new bugfix releases are made, upstream moves the previous release to a different location. Follow to this different location. Note: this change might be a bad idea because it keeps older and vulnerable releases in use. But it also helps to keep BSPs build able and not to fail if the upstream archive disappears. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* openssl: divide major release and bugfix releaseJuergen Borleis2015-08-041-2/+3
| | | | | | This will simplify the access to older openssl library releases. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* openssl: version bump 1.0.2c -> 1.0.2dMichael Olbrich2015-07-101-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.2b -> 1.0.2cMichael Olbrich2015-06-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.1m -> 1.0.2bMichael Olbrich2015-06-121-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: fix parallel buildingMichael Olbrich2015-03-261-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.1k -> 1.0.1mptxdist-2015.03.0Michael Olbrich2015-03-231-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: allow to install openssl.cnfAlexander Aring2015-02-041-0/+4
| | | | | | | | | For doing some certificates magic the openssl tool requires some openssl.cnf file. This patch adds support to install the default shipped openssl.cnf file. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: fix building on arm64Michael Olbrich2015-01-311-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.1j -> 1.0.1kMichael Olbrich2015-01-101-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.1i -> 1.0.1jMichael Olbrich2014-11-131-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.1h -> 1.0.1iBernhard Walle2014-08-081-2/+2
| | | | | | | | Fixes CVE-2014-3508. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [mol: regenerate patches] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: support x86_64Michael Olbrich2014-08-061-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.1g -> 1.0.1hMichael Olbrich2014-06-051-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.1f -> 1.0.1gMichael Olbrich2014-04-081-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: always build shared librariesMichael Olbrich2014-01-311-11/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.0.0k -> 1.0.1fMichael Olbrich2014-01-181-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: fix URLMichael Olbrich2013-12-131-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: Fix build with Perl 5.18.0Bernhard Walle2013-05-311-0/+2
| | | | | | | | | | | | | | | My Arch Linux updated to host-perl 5.18.0. Building openssl with that version fails when creating the manpages: c_rehash.pod around line 45: You forgot a '=back' before '=head1' c_rehash.pod around line 49: =back without =over Since we don't need that manpages, install openssl with "make install_sw" instead of "make install" which avoids building the manpages. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: bump to 1.0.0kBernhard Walle2013-03-231-2/+2
| | | | | | | | Fixes CVE-2013-0166 and CVE-2013-0169. See http://www.openssl.org/news/secadv_20130205.txt. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: bump to 1.0.0jGeorge McCollister2012-10-041-2/+2
| | | | | | | | | | Fixes CVE-2012-2333 http://www.openssl.org/news/secadv_20120510.txt http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-2333 Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* openssl: bump to 1.0.0hGeorge McCollister2012-03-161-2/+2
| | | | | | | | | Bumping openssl from 1.0.0d to 1.0.0h to include the newest upstream bug and security fixes. 0012-debian-pkg-config.patch was incorperated to the upstream version and has been removed. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 0.9.8l -> 1.0.0dMichael Olbrich2011-02-281-1/+1
| | | | | | Based on a patch from George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [openssl] targetinstall consolidationRobert Schwebel2010-10-221-11/+3
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [openssl] cleanup prepareMichael Olbrich2010-01-211-7/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [openssl] version bump to 0.9.8lMarc Kleine-Budde2009-11-071-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [openssl] no need to define OPENSSL_PKGDIRMarc Kleine-Budde2009-11-041-1/+0
| | | | | | it's already defined by the dependency generator. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [openssl] fixed problem with x86 archsMarc Kleine-Budde2009-07-171-4/+4
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10974 33e552b5-05e3-0310-8538-816dae2090ed
* [openssl] reworked + version bump to 0.9.8kMarc Kleine-Budde2009-07-151-115/+64
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10964 33e552b5-05e3-0310-8538-816dae2090ed
* * openssl: mark parallel brokenWolfram Sang2009-05-181-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10535 33e552b5-05e3-0310-8538-816dae2090ed
* * openssl: Add SH processor support to openssl. Patch by PauliRobert Schwebel2009-05-031-0/+14
| | | | | | | Anttila. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10336 33e552b5-05e3-0310-8538-816dae2090ed
* [openssl] Added openssl command line interface.Marc Kleine-Budde2009-04-031-0/+4
| | | | | | | | | | Added to installation cli for openssl. Author: Andreas Ascheneller <a.ascheneller@konzeptpark.de> Signed-off-by: Andreas Ascheneller <a.ascheneller@konzeptpark.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10213 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * openssl.make:Marc Kleine-Budde2008-05-231-57/+34
| | | | | | | | added coldfire THUD; patch by casten schlote further cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8221 33e552b5-05e3-0310-8538-816dae2090ed
* * openssl: use 'and' method that also works on make < 3.81Robert Schwebel2008-04-011-4/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7901 33e552b5-05e3-0310-8538-816dae2090ed
* * openssl: fix arch handlingRobert Schwebel2008-02-131-8/+16
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7761 33e552b5-05e3-0310-8538-816dae2090ed
* * openssl: remove trailing whitespaceRobert Schwebel2008-02-131-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7760 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* fix a small typoErwin Rol2006-06-041-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5630 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed "patchin" macro to use the packet label instead of theRobert Schwebel2006-05-211-1/+1
| | | | | | | | direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed