Commit Graph

90 Commits

Author SHA1 Message Date
waddlesplash
7f54918490 openssl11: Deactivate recipe completely.
It conflicts with the original openssl package and is not needed, it seems
2017-11-16 23:55:41 +01:00
Jerome Duval
5083d54aad openssl: bump version. 2017-11-07 22:03:58 +01:00
Augustin Cavalier
668a481ab3 openssl11: Fix source dir. 2017-10-28 23:47:15 +02:00
Adrien Destugues
8c5c0dcc27 openssl: rename recipe to avoid conflicts
As for libpng and others, there is ABI breakage between openSSL
versions, and we want to keep both versions installable side by side.
2017-08-19 21:12:00 +02:00
Adrien Destugues
4bb14c21b6 OpenSSL: recipe for current 1.1.0 release
- Remove old 1.0.0 and 1.0.1 recipes (now unsupported by OpenSSL)
- Convert 1.1.0~git into 1.1.0f (using stable source release)
- Rewrite patch to remove upstreamed bits and adjust the remaining ones
- Fix install of HTML documentation
2017-08-15 14:29:42 +02:00
Jerome Duval
9abd8ee39a openssl: bump version. 2017-06-05 15:40:48 +02:00
fbrosson
55be434f14 openssl: bump to 1.0.2k. 2017-01-26 18:59:17 +00:00
fbrosson
68e4cb9840 openssl: bump to 1.0.2j. 2016-09-27 00:19:40 +00:00
fbrosson
918ced0b20 openssl: bump to 1.0.1u & 1.0.2i. (#810) 2016-09-23 17:11:30 -04:00
fbrosson
2de99196b7 openssl: bump to 1.0.1t and 1.0.2h.
Also add cmd:cmp to BUILD_PREREQUIRES since "make test" needs it.
2016-05-05 21:53:44 +02:00
Jerome Duval
6b70c41049 openssl: restore patch.
* This reverts commit 7f3bd1daac.
* openssl is about to revert Haiku support.
* remove RC4_CHAR on x86_64.
2016-05-02 00:01:59 +00:00
Jerome Duval
7f3bd1daac openssl: update git recipe.
* remove upstreamed part of the patchset.
2016-04-14 20:44:04 +00:00
fbrosson
49ebcb19cf openssl: bump version (1.0.2g & 1.0.1s)
* bump 1.0.2 series to 1.0.2g with enable-ssl2 to prevent API breakage.

* bump 1.0.1 series to 1.0.1s with enable-ssl2 to prevent API breakage.

* Fix the patchset for the 1.0.1 series:
 1. by using a copy of patch "Do not use __INTEL__ to detect x86_64"
from the 1.0.2 series for crypto/evp/e_aes_cbc_hmac_sha1.c.
 2. by using a copy of the 2nd chunk of patch "more __intel__ fixes..."
from the 1.0.2 series for crypto/evp/e_rc4_hmac_md5.c.
2016-03-10 14:00:21 +00:00
Jerome Duval
dd33c7d5a5 openssl: update git patchset.
* build with no-asm, as it fails to link on x86_64 otherwise.
2016-02-23 22:42:27 +00:00
fbrosson
60da30641a openssl: fix 1.0.0t, update 1.0.1h→1.0.1r, fix 1.0.2f 2016-02-11 20:34:21 +01:00
Jerome Duval
2965ab5e48 openssl: update git patchset. 2016-02-09 06:59:49 +00:00
Jerome Duval
f8ae970806 openssl: add recipe for git master.
* incompatible with 1.0.x.
2016-02-02 23:39:48 +00:00
fbrosson
8e4ece2b6c openssl: 1.0.0s→1.0.0t & reformat recipe 2016-01-29 10:02:50 +01:00
fbrosson
1dcd68eca3 openssl: 1.0.2e→1.0.2f & reformat recipe 2016-01-28 20:32:35 +01:00
Jerome Duval
6863be9006 openssl: bump version. 2015-12-09 23:20:19 +00:00
Jerome Duval
e923a190f3 removed outdated recipes. 2015-11-28 11:01:31 +00:00
Jessica Hamilton
10e7df6221 openssl: relax version constraints; libqt: bump revision
* This doesn't fix packages with incorrect versionining on
  the openssl lib provides, e.g. libqt4, but will fix
  packages that depend on the package version rather than
  the individual lib provides.
2015-11-27 09:38:57 +13:00
Jerome Duval
6b9bbb801a openssl: enable x86_64.
* bump versions for dependent packages.
2015-11-21 14:17:24 +00:00
Adrien Destugues
9146ff723d Add recipe for openSSL 1.0.2
* This includes a new algorithm for validating certificate chains, which
  is compatible with the current versions of the ca_root_certificates
  data.
* The libraries are still binary compatible, so the soname still doesn't
  change.
2015-11-10 09:26:31 +01:00
Adrien Destugues
f751d1e234 OpenSSL: fix lib versionning.
While the package is at version 1.0.1, it is binary compatible with
1.0.0 and the sonames didn't change. Fix the version of the libraries to
reflect this (thanks to korli for the hint!)
2015-11-10 09:26:27 +01:00
Rene Gollent
604ccfe707 OpenSSL: Bump revision for package rebuild.
- Existing x86 package was missing a few symbols in libcrypto for some
reason.
2015-09-16 20:09:37 -04:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Jerome Duval
5b71d94e12 openssl: bump version. 2015-06-12 21:09:56 +00:00
Jerome Duval
9e55f3b4e0 openssl: bump version 2015-03-20 20:23:22 +00:00
Jerome Duval
d35e1d05bc openssl: add recipe for version 1.0.0p
* clean old version
2015-01-10 13:32:21 +00:00
Oliver Tappe
52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
Jerome Duval
e4bd47f901 openssl: added recipe for version 1.0.0o
* clean up old version
2014-10-21 16:36:40 +00:00
Jerome Duval
06de5a573b openssl: added recipe for version 1.0.0n
* clean up old versions
2014-08-18 21:46:09 +00:00
Alexander von Gluck IV
afec2147dc openssl: Fix 1.0.0m certificate locations 2014-06-21 21:47:35 +00:00
Alexander von Gluck IV
c843f40e27 openssl: Add openssl-1.0.1h recipe 2014-06-20 14:21:11 +00:00
Alexander von Gluck IV
1ba84f6eb1 Revert "openssl: Add openssl-1.0.1h recipe"
This reverts commit 687a8bdf95.

PulkoMandy pointed out that the older 1.0.1 recipe was used on
x86_64
2014-06-20 14:18:36 +00:00
Alexander von Gluck IV
687a8bdf95 openssl: Add openssl-1.0.1h recipe
* The patchsets also fix the root CA location
* 1.0.1 isn't binary compat with 1.0.0 compiled
  applications.  Working on a 1.0.0 patchset now
2014-06-20 13:41:43 +00:00
Jerome Duval
f32074f804 openssl: added recipe for version 1.0.0m 2014-06-05 17:30:47 +00:00
Jerome Duval
f6aa8c6e5b openssl: added recipe for version 1.0.0l 2014-05-15 22:20:41 +00:00
PulkoMandy
5f9bcb6928 Declare ARM support for packages to bootstrap.
* The bootstrap process won't work without that.
2014-04-22 21:23:55 +02:00
Oliver Tappe
80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
Jerome Duval
98483d98d7 openssl: delete recipe for version 1.0.1e 2014-04-08 08:54:34 +00:00
Jerome Duval
14ecc2c15d openssl: recipe for version 1.0.1g 2014-04-08 08:53:11 +00:00
Jonathan Schleifer
8320fd71f5 openssl: Add checksums 2014-03-26 01:40:49 +01:00
Jonathan Schleifer
c49fb22968 Mark openssl-1.0.1e broken on x86_64
It segfaults app_server on boot.
2014-03-26 01:11:07 +01:00
Jonathan Schleifer
072b7adf40 openssl: Enable for x86_64, fix compat version 2014-03-25 23:46:44 +01:00
Jonathan Schleifer
7cea0f0321 openssl: Add checksums 2014-03-25 23:27:18 +01:00
noryb009
29263bda29 Rewrap dev-libs DESCRIPTIONs 2014-01-02 16:40:56 -05:00
Alexander von Gluck IV
d97a2aabd9 all: Don't use portVersionedName for SOURCE_DIR
* portVersionedName contains the secondary architecture,
  so using it means secondary package builds fail.
  example: $portVersionedName is libwow_x86-0.0.0 when
  doing an x86 build on x86_gcc2
2013-12-25 17:52:56 -06:00
Scott McCreary
f4a8b28669 Marked openssl-1.0.1e as untested, so that it won't be the default openssl 2013-10-29 18:59:55 +00:00