gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9696: update challenger to 0.9.3


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9696: update challenger to 0.9.3
Date: Sat, 18 Nov 2023 02:30:24 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9696
revision-id: carlhansen@gnu.org-20231118073017-q53vyl4mp80q1ak1
parent: carlhansen@gnu.org-20231114043450-xw65uk8jyhumn9eg
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Fri 2023-11-17 23:30:17 -0800
message:
  update challenger to 0.9.3
added:
  pkg/gnu/challenger/            challenger-20231118073007-ek9depa7psprbhl4-1
  pkg/gnu/challenger/Makefile    makefile-20231118073007-ek9depa7psprbhl4-3
  pkg/gnu/challenger/config.mk   config.mk-20231118073007-ek9depa7psprbhl4-2
  pkg/gnu/challenger/sha256sums  sha256sums-20231118073007-ek9depa7psprbhl4-4
=== added directory 'pkg/gnu/challenger'
=== added file 'pkg/gnu/challenger/Makefile'
--- a/pkg/gnu/challenger/Makefile       1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/challenger/Makefile       2023-11-18 07:30:17 +0000
@@ -0,0 +1,48 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/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 bug-gsrc@gnu.org
+
+NAME = challenger
+GARNAME = challenger
+GARVERSION = 0.9.3
+HOME_URL = http://taler.net
+DESCRIPTION = challenger is part of taler payment system
+define BLURB
+Challenger implements an HTTP server that allows clients to validate
+that a user is able to receive TAN codes at a given address using
+OAuth 2.0-style authorization.
+Envisioned use-cases are KYC checks where a user must prove that they
+are able to receive SMS, e-mails or physical mail.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = taler/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS =
+LIBDEPS =
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/gnu/challenger/config.mk'
--- a/pkg/gnu/challenger/config.mk      1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/challenger/config.mk      2023-11-18 07:30:17 +0000
@@ -0,0 +1,4 @@
+## Configuration options 
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnu/challenger/sha256sums'
--- a/pkg/gnu/challenger/sha256sums     1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/challenger/sha256sums     2023-11-18 07:30:17 +0000
@@ -0,0 +1,2 @@
+dff8be0c1179ba3fa467728c8494005f7e5b73b7003a0ca5846e8b35a555f7d3  
download/challenger-0.9.3.tar.gz
+b8c2a8b8a6b33be6bccd6d4ea686e4bddc8ef342ef3e75d0fa7c1282c232510b  
download/challenger-0.9.3.tar.gz.sig


reply via email to

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