Hi Dago,
On 11/16/24 01:20, Dagobert Michelsen wrote:
Hi Jake,
Am 16.11.2024 um 00:22 schrieb Jake Goerzen via maintainers
<[email protected]>:
I wanted to see what it would take to update OpenSSH to 9.9p1 and this
requires at least openssl-1.1.1w. So, I created a new pkg recipe for openssl
1.1.1w! I used the current lts102 recipe as a template to create a new branch
lts111. This is the initial commit:
https://sourceforge.net/p/gar/code/HEAD/tree/csw/mgar/pkg/openssl1/branches/lts111/Makefile
highlights:
* switched to GNU compiler on all OS releases
* switched to OpenCSW perl instead of SUN perl
* patches have been removed from recipe, appears they have been integrated
upstream already
* Solaris 11 ALL tests PASS!
* Solaris 10 ALL tests PASS!
* Solaris 9 One test fails:
../test/recipes/90-test_threads.t .................. Dubious, test returned 1
(wstat 256, 0x100)
Failed 1/1 subtests
Excellent! I am excited to see how this progresses!
Best regards
— Dago
Currently I've set the SONAME (in the recipe) to be SONAME=1.1
(following Debian example). I'm wondering if this should be
SONAME=1.1.1 instead?
Regards,
Jake