[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r5635: update ntbtls to 0.1.2
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r5635: update ntbtls to 0.1.2 |
Date: |
Sun, 17 Jun 2018 21:11:38 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 5635
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2018-06-17 18:11:34 -0700
message:
update ntbtls to 0.1.2
added:
pkg/gnu/ntbtls/ ntbtls-20180618011122-ynci74kb7q13rviw-1
pkg/gnu/ntbtls/Makefile makefile-20180618011122-ynci74kb7q13rviw-4
pkg/gnu/ntbtls/config.mk config.mk-20180618011122-ynci74kb7q13rviw-2
pkg/gnu/ntbtls/gpg-keyring gpgkeyring-20180618011122-ynci74kb7q13rviw-3
pkg/gnu/ntbtls/sha256sums sha256sums-20180618011122-ynci74kb7q13rviw-5
=== added directory 'pkg/gnu/ntbtls'
=== added file 'pkg/gnu/ntbtls/Makefile'
--- a/pkg/gnu/ntbtls/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/ntbtls/Makefile 2018-06-18 01:11:34 +0000
@@ -0,0 +1,42 @@
+# Copyright © 2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# 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 = ntbTLS
+GARNAME = ntbtls
+GARVERSION = 0.1.2
+HOME_URL = http://www.gnu.org/software/npth/
+DESCRIPTION = a tiny TLS 1.2 only implementation to be used with Libgcrypt and
LibKSBA
+define BLURB
+endef
+
+######################################################################
+# https://gnupg.org/ftp/gcrypt/ntbtls/ntbtls-0.1.2.tar.bz2
+MASTER_SITES = $(MASTER_GNUPG)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
=== added file 'pkg/gnu/ntbtls/config.mk'
--- a/pkg/gnu/ntbtls/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/ntbtls/config.mk 2018-06-18 01:11:34 +0000
@@ -0,0 +1,4 @@
+## Configuration options
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/gnu/ntbtls/gpg-keyring'
Binary files a/pkg/gnu/ntbtls/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/gnu/ntbtls/gpg-keyring 2018-06-18 01:11:34 +0000 differ
=== added file 'pkg/gnu/ntbtls/sha256sums'
--- a/pkg/gnu/ntbtls/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/ntbtls/sha256sums 2018-06-18 01:11:34 +0000
@@ -0,0 +1,2 @@
+8240db84e50c2351b19eb8064bdfd4d25e3c157d37875c62e335df237d7bdce7
download/ntbtls-0.1.2.tar.bz2
+fddc3941cec3a97a77bf75e8711117aaa6ac857f68607e4716d727f5a85b51b3
download/ntbtls-0.1.2.tar.bz2.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r5635: update ntbtls to 0.1.2,
Carl Hansen <=