gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8745: gnu taler updates


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8745: gnu taler updates
Date: Fri, 4 Nov 2022 15:50:15 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8745
revision-id: carlhansen1234@gmail.com-20221104195010-j7navweu35nyrlr3
parent: carlhansen1234@gmail.com-20221104191845-7xyxv4zgfcv09c2v
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2022-11-04 12:50:10 -0700
message:
  gnu taler updates
added:
  pkg/gnu/taler-wallet/          talerwallet-20221104194530-5acime1l02izdyxb-1
  pkg/gnu/taler-wallet/Makefile  makefile-20221104194530-5acime1l02izdyxb-4
  pkg/gnu/taler-wallet/config.mk config.mk-20221104194530-5acime1l02izdyxb-2
  pkg/gnu/taler-wallet/gpg-keyring gpgkeyring-20221104194530-5acime1l02izdyxb-3
  pkg/gnu/taler-wallet/sha256sums sha256sums-20221104194530-5acime1l02izdyxb-5
modified:
  pkg/gnu/dominion/Makefile      makefile-20160617014725-uokjfnggs70iry9h-588
  pkg/gnu/sync/Makefile          makefile-20200213030304-yx2asiywqjos64vp-4
  pkg/gnu/sync/sha256sums        sha256sums-20200213030304-yx2asiywqjos64vp-5
  pkg/gnu/taler-bank/Makefile    makefile-20160617014725-uokjfnggs70iry9h-1831
  pkg/gnu/taler-bank/sha256sums  sha256sums-20160617014725-uokjfnggs70iry9h-1836
  pkg/gnu/taler-exchange/Makefile makefile-20160617014725-uokjfnggs70iry9h-1837
  pkg/gnu/taler-exchange/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-1842
  pkg/gnu/taler-mdb/Makefile     makefile-20200213025400-nh7hx6vtb305j5o4-3
  pkg/gnu/taler-mdb/sha256sums   sha256sums-20200213025400-nh7hx6vtb305j5o4-4
  pkg/gnu/taler-merchant/Makefile makefile-20160617014725-uokjfnggs70iry9h-1843
  pkg/gnu/taler-merchant/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-1848
  pkg/gnu/taler-twister/Makefile makefile-20210826053705-xrdv2p2dckdpntmh-3
  pkg/gnu/taler-twister/sha256sums sha256sums-20210826053705-xrdv2p2dckdpntmh-4
=== modified file 'pkg/gnu/dominion/Makefile'
--- a/pkg/gnu/dominion/Makefile 2019-11-23 20:37:31 +0000
+++ b/pkg/gnu/dominion/Makefile 2022-11-04 19:50:10 +0000
@@ -35,11 +35,10 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-PATCHFILES = $(DISTNAME)-upstream-fixes.diff \
-            $(DISTNAME)-remove-new-world-deps.diff
+PATCHFILES = $(DISTNAME)-upstream-fixes.diff  
$(DISTNAME)-remove-new-world-deps.diff
 #INSTALL_SCRIPTS = $(WORKSRC)/Makefile new-world
-INSTALL_SCRIPTS = $(WORKSRC)/Makefile 
-#new-world
+#INSTALL_SCRIPTS =     $(WORKOBJ)/Makefile 
+INSTALL_SCRIPTS = it 
 
 BUILDDEPS =
 LIBDEPS = ncurses
@@ -49,3 +48,14 @@
 include ../../../gar/gar.lib/auto.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
+
+#custom-post-install:
+#      cd $(WORKOBJ) &&  $(INSTALL_MAN) $(WORKSRC)/dominion.6 
+#      $(MAKECOOKIE)
+
+install-it:
+       cd $(WORKOBJ)  && DESTDIR=$(packageprefix) $(MAKE) install-man6
+       $(MAKECOOKIE)
+
+
+

=== modified file 'pkg/gnu/sync/Makefile'
--- a/pkg/gnu/sync/Makefile     2021-08-26 05:37:48 +0000
+++ b/pkg/gnu/sync/Makefile     2022-11-04 19:50:10 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2020, 2021 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2020, 2021, 2022 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME = sync
 GARNAME = sync
-GARVERSION = 0.8.3
+GARVERSION = 0.9.0
 HOME_URL = http://taler.net
 DESCRIPTION =  An HTTP server that allows clients to backup sensitive data.
 define BLURB

=== modified file 'pkg/gnu/sync/sha256sums'
--- a/pkg/gnu/sync/sha256sums   2021-08-26 05:37:48 +0000
+++ b/pkg/gnu/sync/sha256sums   2022-11-04 19:50:10 +0000
@@ -1,2 +1,2 @@
-a61a11acc239c989d69d1112d7e71011d96d178629504e41e930aa93fc3d9c75  
download/sync-0.8.3.tar.gz
-2a50f82445fde940588b685876bdb42f4e921a8b319257f5e3a22eabbf3cc55f  
download/sync-0.8.3.tar.gz.sig
+34b4ac7029be9846e554e84c05068dd24b38a95069f1383b7a505a15b110061f  
download/sync-0.9.0.tar.gz
+288f7b72c4123122f4a53d3b097e3b8644f1cd92f92def2d926ce69fa0109104  
download/sync-0.9.0.tar.gz.sig

=== modified file 'pkg/gnu/taler-bank/Makefile'
--- a/pkg/gnu/taler-bank/Makefile       2022-08-30 21:39:43 +0000
+++ b/pkg/gnu/taler-bank/Makefile       2022-11-04 19:50:10 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016, 2017, 2018, 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016, 2017, 2018, 2020, 2021 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,7 +22,7 @@
 
 NAME = taler-bank
 GARNAME = taler-bank
-GARVERSION = 0.8.1
+GARVERSION = 0.8.2
 HOME_URL = http://taler.net
 DESCRIPTION = GNU Taler-bank is a privacy-preserving payment system
 define BLURB
@@ -37,7 +37,7 @@
 
 BUILDDEPS =
 LIBDEPS =
-
+WORKOBJ = $(WORKSRC)
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk

=== modified file 'pkg/gnu/taler-bank/sha256sums'
--- a/pkg/gnu/taler-bank/sha256sums     2020-12-10 01:49:20 +0000
+++ b/pkg/gnu/taler-bank/sha256sums     2022-11-04 19:50:10 +0000
@@ -1,2 +1,2 @@
-ccac5ba387835780de127b68db7602790d266e78e071f059e0d8763a77acdb83  
download/taler-bank-0.8.1.tar.gz
-f9f714fb79f00e707e0097c1771c8f87cff7d071b0cbc7a96b2146bb922c0195  
download/taler-bank-0.8.1.tar.gz.sig
+5d3853fb42bda3d98a34371bab7acf613501a67662bf3fe893fa6395102b35db  
download/taler-bank-0.8.2.tar.gz
+9a9ce2e6bd6e01f1ec3d7f62a314edf68dccae67dd526a2be5126775e962da59  
download/taler-bank-0.8.2.tar.gz.sig

=== modified file 'pkg/gnu/taler-exchange/Makefile'
--- a/pkg/gnu/taler-exchange/Makefile   2021-09-27 15:11:11 +0000
+++ b/pkg/gnu/taler-exchange/Makefile   2022-11-04 19:50:10 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016, 2017, 2018, 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016, 2017, 2018, 2020, 2022 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,7 +22,7 @@
 
 NAME = taler-exchange
 GARNAME = taler-exchange
-GARVERSION = 0.8.5
+GARVERSION = 0.9.0
 HOME_URL = http://taler.net
 DESCRIPTION = GNU Taler is a privacy-preserving payment system. Exchange part.
 define BLURB

=== modified file 'pkg/gnu/taler-exchange/sha256sums'
--- a/pkg/gnu/taler-exchange/sha256sums 2021-09-27 15:11:11 +0000
+++ b/pkg/gnu/taler-exchange/sha256sums 2022-11-04 19:50:10 +0000
@@ -1,2 +1,2 @@
-8de8502a40d87439045de9ff2d29f48198b8b58a7291833dd96df965b48b363e  
download/taler-exchange-0.8.5.tar.gz
-c9b129ab1f0da7934c23350f42ce01d9534c45e804b89b96ae2c92786dc660ac  
download/taler-exchange-0.8.5.tar.gz.sig
+c7bd0d81533c31db0e777d05fd7e81211d69693370708e137d96bf9f63a7f650  
download/taler-exchange-0.9.0.tar.gz
+b75dae879e91d66984bcaa517c6cb2537c8fd9f8391858c25d0a264e543e56db  
download/taler-exchange-0.9.0.tar.gz.sig

=== modified file 'pkg/gnu/taler-mdb/Makefile'
--- a/pkg/gnu/taler-mdb/Makefile        2020-10-05 01:12:41 +0000
+++ b/pkg/gnu/taler-mdb/Makefile        2022-11-04 19:50:10 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2020, 2022 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME = taler-mdb
 GARNAME = taler-mdb
-GARVERSION = 0.8.0
+GARVERSION = 0.9.0
 HOME_URL = http://taler.net
 DESCRIPTION = GNU Taler is a privacy-preserving payment system, merchant snack 
machine
 define BLURB

=== modified file 'pkg/gnu/taler-mdb/sha256sums'
--- a/pkg/gnu/taler-mdb/sha256sums      2020-10-05 01:12:41 +0000
+++ b/pkg/gnu/taler-mdb/sha256sums      2022-11-04 19:50:10 +0000
@@ -1,2 +1,2 @@
-e6419e15185dee8dd7a4566fa5fc81df742bf16f0acbcbe8a841deee414e3f0c  
download/taler-mdb-0.8.0.tar.gz
-3a36081f1be3ee73a43d756ba27125702986a454a649820484771f6b18bac244  
download/taler-mdb-0.8.0.tar.gz.sig
+19c79bfa39199643953321a9991c47bd0b572b86698dbdccbed156dd50a0115c  
download/taler-mdb-0.9.0.tar.gz
+5bd6952f7d9786e66447f2bd75060f16a5111a0826d61800d2f7c7c9b0b93312  
download/taler-mdb-0.9.0.tar.gz.sig

=== modified file 'pkg/gnu/taler-merchant/Makefile'
--- a/pkg/gnu/taler-merchant/Makefile   2021-08-26 05:37:48 +0000
+++ b/pkg/gnu/taler-merchant/Makefile   2022-11-04 19:50:10 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016, 2017, 2018, 2019, 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016, 2017, 2018, 2019, 2020, 2022 Carl Hansen 
<carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,7 +22,7 @@
 
 NAME = taler-merchant
 GARNAME = taler-merchant
-GARVERSION = 0.8.3
+GARVERSION = 0.9.0
 HOME_URL = http://taler.net
 DESCRIPTION = GNU Taler is a privacy-preserving payment system, merchant part.
 define BLURB

=== modified file 'pkg/gnu/taler-merchant/sha256sums'
--- a/pkg/gnu/taler-merchant/sha256sums 2021-08-26 05:37:48 +0000
+++ b/pkg/gnu/taler-merchant/sha256sums 2022-11-04 19:50:10 +0000
@@ -1,2 +1,2 @@
-9fb62325f63c1d97af93da385db5ecea2b061472e6bac8c27c46fef666802b45  
download/taler-merchant-0.8.3.tar.gz
-45f7cfe4d50856991e76ca535b1a11739e1227bc5a2dabc71bf183244555ed28  
download/taler-merchant-0.8.3.tar.gz.sig
+2d203cbd2b1080968e54cb58bc14827fdb54d1d88b6fd7e31bf4e41699a7e0bf  
download/taler-merchant-0.9.0.tar.gz
+a6d40826c2b193efc9a3ed57b9cd4a336c13d4e8025d3478b1593b65de8ade1d  
download/taler-merchant-0.9.0.tar.gz.sig

=== modified file 'pkg/gnu/taler-twister/Makefile'
--- a/pkg/gnu/taler-twister/Makefile    2021-08-26 05:37:48 +0000
+++ b/pkg/gnu/taler-twister/Makefile    2022-11-04 19:50:10 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2021 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2021,2022 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -20,9 +20,9 @@
 #
 # Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
-NAME = taler-bank
-GARNAME = taler-bank
-GARVERSION = 0.8.2
+NAME = taler-twister
+GARNAME = taler-twister
+GARVERSION = 0.9.0
 HOME_URL = http://taler.net
 DESCRIPTION = GNU Taler-twister
 define BLURB
@@ -40,8 +40,10 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
-# a python script
-# installation, on your own
+help:
+       echo a python script
+       echo  installation, on your own
+

=== modified file 'pkg/gnu/taler-twister/sha256sums'
--- a/pkg/gnu/taler-twister/sha256sums  2021-08-26 05:37:48 +0000
+++ b/pkg/gnu/taler-twister/sha256sums  2022-11-04 19:50:10 +0000
@@ -1,2 +1,2 @@
-5d3853fb42bda3d98a34371bab7acf613501a67662bf3fe893fa6395102b35db  
download/taler-bank-0.8.2.tar.gz
-9a9ce2e6bd6e01f1ec3d7f62a314edf68dccae67dd526a2be5126775e962da59  
download/taler-bank-0.8.2.tar.gz.sig
+acfc23816d384f452bb1b94f00b84d618e3905d248d7bb770d9570dccdab0766  
download/taler-twister-0.9.0.tar.gz
+f821ddc6fea69ee336b5480254b008fce612eaf25a73c4723cb2d3cd1dc3d6e5  
download/taler-twister-0.9.0.tar.gz.sig

=== added directory 'pkg/gnu/taler-wallet'
=== added file 'pkg/gnu/taler-wallet/Makefile'
--- a/pkg/gnu/taler-wallet/Makefile     1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/taler-wallet/Makefile     2022-11-04 19:50:10 +0000
@@ -0,0 +1,46 @@
+# Copyright © 2022 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 = taler-wallet
+GARNAME = taler-wallet
+GARVERSION = v0.9.0
+HOME_URL = http://taler.net
+DESCRIPTION =  Electronic payments for a liberal society, wallet part
+define BLURB 
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = taler/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES =  $(DISTNAME).tar.gz.sig
+
+# apt install  nodejs-legacy cmdtest translate-toolkit node-typescript
+#
+# still doesn't compile
+
+BUILDDEPS =
+LIBDEPS =
+WORKOBJ = $(WORKSRC)
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk

=== added file 'pkg/gnu/taler-wallet/config.mk'
--- a/pkg/gnu/taler-wallet/config.mk    1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/taler-wallet/config.mk    2022-11-04 19:50:10 +0000
@@ -0,0 +1,4 @@
+## Configuration options for taler-wallet
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnu/taler-wallet/gpg-keyring'
Binary files a/pkg/gnu/taler-wallet/gpg-keyring 1970-01-01 00:00:00 +0000 and 
b/pkg/gnu/taler-wallet/gpg-keyring        2022-11-04 19:50:10 +0000 differ
=== added file 'pkg/gnu/taler-wallet/sha256sums'
--- a/pkg/gnu/taler-wallet/sha256sums   1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/taler-wallet/sha256sums   2022-11-04 19:50:10 +0000
@@ -0,0 +1,2 @@
+55451f88d2d7fed4d8863beff5d9a760b22810cac8d28e3a3f874f01210a0f4a  
download/taler-wallet-v0.9.0.tar.gz
+7770c1ae4af0e1f175b4a35b843b69de18d5e363818dcc9848fc64560b14934e  
download/taler-wallet-v0.9.0.tar.gz.sig


reply via email to

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