Revision: 26862 http://sourceforge.net/p/gar/code/26862 Author: idogan23 Date: 2022-01-16 14:41:07 +0000 (Sun, 16 Jan 2022) Log Message: ----------- libressl: initial commit
Added Paths: ----------- csw/mgar/pkg/libressl/ csw/mgar/pkg/libressl/Makefile csw/mgar/pkg/libressl/branches/ csw/mgar/pkg/libressl/tags/ csw/mgar/pkg/libressl/trunk/ csw/mgar/pkg/libressl/trunk/Makefile csw/mgar/pkg/libressl/trunk/checksums csw/mgar/pkg/libressl/trunk/files/ Added: csw/mgar/pkg/libressl/Makefile =================================================================== --- csw/mgar/pkg/libressl/Makefile (rev 0) +++ csw/mgar/pkg/libressl/Makefile 2022-01-16 14:41:07 UTC (rev 26862) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/libressl/trunk =================================================================== --- csw/mgar/pkg/libressl/trunk 2022-01-13 10:55:47 UTC (rev 26861) +++ csw/mgar/pkg/libressl/trunk 2022-01-16 14:41:07 UTC (rev 26862) Property changes on: csw/mgar/pkg/libressl/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/libressl/trunk/Makefile =================================================================== --- csw/mgar/pkg/libressl/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libressl/trunk/Makefile 2022-01-16 14:41:07 UTC (rev 26862) @@ -0,0 +1,38 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = libressl +VERSION = 3.4.2 +GARTYPE = v2 + +DESCRIPTION = Free version of the SSL/TLS protocol forked from OpenSSL +define BLURB + LibreSSL is an open-source implementation of the Secure Sockets Layer (SSL) and + Transport Layer Security (TLS) protocols. It was forked from the OpenSSL + cryptographic software library in April 2014 as a response by OpenBSD + developers to the Heartbleed security vulnerability in OpenSSL, + with the aim of refactoring the OpenSSL code so as to provide a more secure + implementation. + + LibreSSL was forked from the OpenSSL library starting with the 1.0.1g branch + and will follow the security guidelines used elsewhere in the OpenBSD project. +endef + +MASTER_SITES = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ +DISTFILES = $(DISTNAME).tar.gz + +GARCOMPILER = GNU + +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --prefix=/opt/csw/libressl + +# We need GNU tools to build +EXTRA_CONFIGURE_ENV=PATH=/opt/csw/gnu:$(PATH) +TEST_ENV_PATH = $(CONFIGURE_PATH) +BUILD_ENV_PATH = $(CONFIGURE_PATH) +INSTALL_ENV_PATH = $(CONFIGURE_PATH) + +EXTRA_LD_OPTIONS += -lmd + +include gar/category.mk + Property changes on: csw/mgar/pkg/libressl/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/libressl/trunk/checksums =================================================================== --- csw/mgar/pkg/libressl/trunk/checksums (rev 0) +++ csw/mgar/pkg/libressl/trunk/checksums 2022-01-16 14:41:07 UTC (rev 26862) @@ -0,0 +1 @@ +18aa728e7947a30af3bb04243e4482aa libressl-3.4.2.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.