gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r4486: new addition: openssl


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4486: new addition: openssl
Date: Fri, 19 May 2017 02:36:29 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4486
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Thu 2017-05-18 23:36:23 -0700
message:
  new addition: openssl
added:
  pkg/other/openssl/             openssl-20170519063536-ogruph0tua5ch6ug-1
  pkg/other/openssl/Makefile     makefile-20170519063536-ogruph0tua5ch6ug-3
  pkg/other/openssl/config.mk    config.mk-20170519063536-ogruph0tua5ch6ug-2
  pkg/other/openssl/sha256sums   sha256sums-20170519063536-ogruph0tua5ch6ug-4
=== added directory 'pkg/other/openssl'
=== added file 'pkg/other/openssl/Makefile'
--- a/pkg/other/openssl/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/other/openssl/Makefile        2017-05-19 06:36:23 +0000
@@ -0,0 +1,51 @@
+
+# Copyright ©  2017 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    openssl
+GARNAME = openssl
+GARVERSION = 1.1.0e
+HOME_URL = http://www.openssl.org/
+DESCRIPTION = secure sockets library 
+define BLURB
+Transport Layer Security (TLS) and Secure Sockets Layer 
+(SSL) protocols, and cryptography library
+endef
+
+######################################################################
+
+MASTER_SITES = https://www.openssl.org/
+MASTER_SUBDIR = source/ 
+DISTFILES = $(DISTNAME).tar.gz $(DISTNAME).tar.gz.sha256
+SIGFILES =
+CONFIGURE_SCRIPTS = 
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+pre-configure:
+       (cd work/openssl-1.1.0e ; ./config --prefix=$(prefix) )
+       $(MAKECOOKIE)
+
+

=== added file 'pkg/other/openssl/config.mk'
--- a/pkg/other/openssl/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/other/openssl/config.mk       2017-05-19 06:36:23 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/openssl/sha256sums'
--- a/pkg/other/openssl/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/other/openssl/sha256sums      2017-05-19 06:36:23 +0000
@@ -0,0 +1,2 @@
+57be8618979d80c910728cfc99369bf97b2a1abd8f366ab6ebdee8975ad3874c  
download/openssl-1.1.0e.tar.gz
+d71a7eb737ab804688b20b7560dd6898ff46609ddb41ecdeabe6dd81133d747d  
download/openssl-1.1.0e.tar.gz.sha256


reply via email to

[Prev in Thread] Current Thread [Next in Thread]