gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7270: gnupg etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7270: gnupg etc
Date: Tue, 17 Nov 2020 15:41:41 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7270
revision-id: carlhansen1234@gmail.com-20201117204129-91dd916mzegreist
parent: carlhansen1234@gmail.com-20201117012110-592bdr1xj11p2znx
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Tue 2020-11-17 12:41:29 -0800
message:
  gnupg etc
modified:
  doc/version.texi               version.texi-20160617183752-q0c4b06v8yopjsxf-1
  gar/gar.lib/mesonninja.mk      mesonninja.mk-20171030065946-2eocvxzl13nbloqy-1
  gar/gar.mk                     gar.mk-20160617013745-r4h3dj0kiuppihsx-1
  pkg/gnu/gnupg/Makefile         makefile-20160617014725-uokjfnggs70iry9h-852
  pkg/gnu/gnupg/gpg-keyring      gpgkeyring-20170728224302-x3bnqi8rvo3e2f6v-1
  pkg/gnu/gnupg/sha256sums       sha256sums-20160617014725-uokjfnggs70iry9h-854
  pkg/gnu/gpa/gpg-keyring        gpgkeyring-20160617014725-uokjfnggs70iry9h-912
  pkg/gnu/gpgme/Makefile         makefile-20160617014725-uokjfnggs70iry9h-920
  pkg/gnu/gpgme/gpg-keyring      gpgkeyring-20160617014725-uokjfnggs70iry9h-924
  pkg/gnu/gpgme/sha256sums       sha256sums-20160617014725-uokjfnggs70iry9h-925
  pkg/gnu/libassuan/Makefile     makefile-20160617014725-uokjfnggs70iry9h-1141
  pkg/gnu/libassuan/gpg-keyring  gpgkeyring-20160617014725-uokjfnggs70iry9h-1145
  pkg/gnu/libassuan/sha256sums   sha256sums-20160617014725-uokjfnggs70iry9h-1146
  pkg/gnu/libgcrypt/Makefile     makefile-20160617014725-uokjfnggs70iry9h-1173
  pkg/gnu/libgcrypt/gpg-keyring  gpgkeyring-20160617014725-uokjfnggs70iry9h-1177
  pkg/gnu/libgcrypt/sha256sums   sha256sums-20160617014725-uokjfnggs70iry9h-1178
  pkg/gnu/libgpg-error/Makefile  makefile-20160617014725-uokjfnggs70iry9h-1179
  pkg/gnu/libgpg-error/gpg-keyring 
gpgkeyring-20160617014725-uokjfnggs70iry9h-1183
  pkg/gnu/libgpg-error/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-1184
  pkg/gnu/libksba/gpg-keyring    gpgkeyring-20160617014725-uokjfnggs70iry9h-1201
  pkg/gnu/npth/gpg-keyring       gpgkeyring-20170728224604-meo2z1kn4zw5jvta-1
  pkg/gnu/ntbtls/Makefile        makefile-20180618011122-ynci74kb7q13rviw-4
  pkg/gnu/ntbtls/sha256sums      sha256sums-20180618011122-ynci74kb7q13rviw-5
  pkg/gnu/pinentry/gpg-keyring   gpgkeyring-20160617014725-uokjfnggs70iry9h-1570
  pkg/gnu/readline/gpg-keyring   gpgkeyring-20160617014725-uokjfnggs70iry9h-1642
  pkg/other/gp2c/Makefile        makefile-20181121181713-sr8sxtk91hmra657-4
  pkg/other/gp2c/sha256sums      sha256sums-20181121181713-sr8sxtk91hmra657-5
  pkg/other/nlopt/Makefile       makefile-20160617200040-lqf8h520dfq0rtk7-55
=== modified file 'doc/version.texi'
--- a/doc/version.texi  2020-10-24 23:06:52 +0000
+++ b/doc/version.texi  2020-11-17 20:41:29 +0000
@@ -1,4 +1,4 @@
-@set UPDATED 19 December 2019
-@set UPDATED-MONTH December 2019
+@set UPDATED 24 October 2020
+@set UPDATED-MONTH October 2020
 @set EDITION 2014.10.11
 @set VERSION 2014.10.11

=== modified file 'gar/gar.lib/mesonninja.mk'
--- a/gar/gar.lib/mesonninja.mk 2019-04-08 01:45:12 +0000
+++ b/gar/gar.lib/mesonninja.mk 2020-11-17 20:41:29 +0000
@@ -60,7 +60,7 @@
        @echo build-nin--------------------------------------------
        @echo ----------------------------------------------
        @echo LC_ALL==$(LC_ALL) WORKSRC==$(WORKSRC)  WORKOBJ==$(WORKOBJ)
-       ninja -v   -C $(WORKOBJ) 
+       ninja -j 1 -v   -C $(WORKOBJ) 
        @echo ----------------------------------------------
        @echo ----------------------------------------------
        @echo end build-nin--------------------------------------------

=== modified file 'gar/gar.mk'
--- a/gar/gar.mk        2020-02-22 23:38:53 +0000
+++ b/gar/gar.mk        2020-11-17 20:41:29 +0000
@@ -117,7 +117,7 @@
 # ========================= MAIN RULES =========================
 # The main rules are the ones that the user can specify as a
 # target on the "make" command-line.  Currently, they are:
-#      fetch-list fetch checksum makesum extract checkpatch patch
+#      fetch-list fetch checksum makesum keyring extract checkpatch patch
 #      build install reinstall uninstall package
 # (some may not be complete yet).
 #
@@ -449,9 +449,11 @@
 
 keyring: fetch
        id=`gpg --verify $(DOWNLOADDIR)/$(SIGFILES) 2>&1 | grep -o -E 
"[0-9A-Z]{8}"` \
-               && gpg -v  --recv-keys $$id ; gpg -v --export $$id > gpg-keyring
-
-
+               && gpg -v    --keyserver keys.gnupg.net  --recv-keys $$id && 
gpg -v --export $$id > gpg-keyring
+
+
+# 2020 Nov 17 2020 changed back above
+#&& gpg -v  --recv-keys $$id ; gpg -v --export $$id > gpg-keyring
 #              && gpg -v    --keyserver keys.gnupg.net  --recv-keys $$id && 
gpg --export $$id > gpg-keyring
 #c. change
 #&& gpg --recv-keys $$id && gpg --export $$id > gpg-keyring

=== modified file 'pkg/gnu/gnupg/Makefile'
--- a/pkg/gnu/gnupg/Makefile    2020-04-02 15:04:46 +0000
+++ b/pkg/gnu/gnupg/Makefile    2020-11-17 20:41:29 +0000
@@ -23,7 +23,7 @@
 
 NAME = GnuPG
 GARNAME = gnupg
-GARVERSION = 2.2.20
+GARVERSION = 2.2.24
 HOME_URL = http://www.gnu.org/software/gnupg
 DESCRIPTION = GNU Privacy Guard
 define BLURB

=== modified file 'pkg/gnu/gnupg/gpg-keyring'
Binary files a/pkg/gnu/gnupg/gpg-keyring        2020-04-02 15:04:46 +0000 and 
b/pkg/gnu/gnupg/gpg-keyring       2020-11-17 20:41:29 +0000 differ
=== modified file 'pkg/gnu/gnupg/sha256sums'
--- a/pkg/gnu/gnupg/sha256sums  2020-04-02 15:04:46 +0000
+++ b/pkg/gnu/gnupg/sha256sums  2020-11-17 20:41:29 +0000
@@ -1,2 +1,2 @@
-04a7c9d48b74c399168ee8270e548588ddbe52218c337703d7f06373d326ca30  
download/gnupg-2.2.20.tar.bz2
-399622b7609e0ea7561828ac58a1fc5e199d1993acbdede206788a6ca77c839c  
download/gnupg-2.2.20.tar.bz2.sig
+9090b400faae34f08469d78000cfec1cee5b9c553ce11347cc96ef16eab98c46  
download/gnupg-2.2.24.tar.bz2
+3a8328446a26eb6c22c94d58acdbed4c9d4ae7e9825f4e18ba395a1b415594cb  
download/gnupg-2.2.24.tar.bz2.sig

=== modified file 'pkg/gnu/gpa/gpg-keyring'
Binary files a/pkg/gnu/gpa/gpg-keyring  2016-06-17 19:08:15 +0000 and 
b/pkg/gnu/gpa/gpg-keyring 2020-11-17 20:41:29 +0000 differ
=== modified file 'pkg/gnu/gpgme/Makefile'
--- a/pkg/gnu/gpgme/Makefile    2019-06-18 18:58:50 +0000
+++ b/pkg/gnu/gpgme/Makefile    2020-11-17 20:41:29 +0000
@@ -21,11 +21,10 @@
 
 NAME = gpgme
 GARNAME = gpgme
-GARVERSION =  1.13.1
+GARVERSION =  1.15.0
 HOME_URL = http://www.gnu.org/software/gnupg
 DESCRIPTION = gpgme, GPG Made Easy, library connection to GNU Privacy Guard
 define BLURB
-
 endef
 
 ######################################################################

=== modified file 'pkg/gnu/gpgme/gpg-keyring'
Binary files a/pkg/gnu/gpgme/gpg-keyring        2019-06-18 18:58:50 +0000 and 
b/pkg/gnu/gpgme/gpg-keyring       2020-11-17 20:41:29 +0000 differ
=== modified file 'pkg/gnu/gpgme/sha256sums'
--- a/pkg/gnu/gpgme/sha256sums  2019-06-18 18:58:50 +0000
+++ b/pkg/gnu/gpgme/sha256sums  2020-11-17 20:41:29 +0000
@@ -1,2 +1,2 @@
-c4e30b227682374c23cddc7fdb9324a99694d907e79242a25a4deeedb393be46  
download/gpgme-1.13.1.tar.bz2
-cc70003c49ba20fd0685388fc08ba2f8c9b14a62746ca1c6497b82a0313e789f  
download/gpgme-1.13.1.tar.bz2.sig
+0b472bc12c7d455906c8a539ec56da0a6480ef1c3a87aa5b74d7125df68d0e5b  
download/gpgme-1.15.0.tar.bz2
+fc208217b5456a486aab2bd303d1c69f11cba32b93bce8769254cdcfd8ab63ac  
download/gpgme-1.15.0.tar.bz2.sig

=== modified file 'pkg/gnu/libassuan/Makefile'
--- a/pkg/gnu/libassuan/Makefile        2019-02-12 18:34:17 +0000
+++ b/pkg/gnu/libassuan/Makefile        2020-11-17 20:41:29 +0000
@@ -1,7 +1,8 @@
 # Copyright © 2013, 2014, 2015 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 2019 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017, 2019, 2020 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of GSRC.
+# 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
@@ -22,11 +23,10 @@
 
 NAME = libassuan
 GARNAME = libassuan
-GARVERSION = 2.5.3
+GARVERSION = 2.5.4
 HOME_URL = http://www.gnupg.org/related_software/libassuan/index.en.html/
 DESCRIPTION = A library implementing the Assuan IPC protocol
 define BLURB
-
 endef
 
 ######################################################################

=== modified file 'pkg/gnu/libassuan/gpg-keyring'
Binary files a/pkg/gnu/libassuan/gpg-keyring    2019-03-28 19:57:09 +0000 and 
b/pkg/gnu/libassuan/gpg-keyring   2020-11-17 20:41:29 +0000 differ
=== modified file 'pkg/gnu/libassuan/sha256sums'
--- a/pkg/gnu/libassuan/sha256sums      2019-03-28 19:57:09 +0000
+++ b/pkg/gnu/libassuan/sha256sums      2020-11-17 20:41:29 +0000
@@ -1,2 +1,2 @@
-91bcb0403866b4e7c4bc1cc52ed4c364a9b5414b3994f718c70303f7f765e702  
download/libassuan-2.5.3.tar.bz2
-6f6de64195aa8ca2841092509cfb539d0bfc188898b4646d71b22fe80b846633  
download/libassuan-2.5.3.tar.bz2.sig
+c080ee96b3bd519edd696cfcebdecf19a3952189178db9887be713ccbcb5fbf0  
download/libassuan-2.5.4.tar.bz2
+abadbf47a822c0d181d8b85b19ebfea4dc1991b2ea74eb06ad918955566b55bf  
download/libassuan-2.5.4.tar.bz2.sig

=== modified file 'pkg/gnu/libgcrypt/Makefile'
--- a/pkg/gnu/libgcrypt/Makefile        2020-07-09 00:20:19 +0000
+++ b/pkg/gnu/libgcrypt/Makefile        2020-11-17 20:41:29 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014, 2015, 2017 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 2018, 2019 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017, 2018, 2019, 2020 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -24,7 +24,7 @@
 
 NAME = Libgcrypt
 GARNAME = libgcrypt
-GARVERSION = 1.8.6
+GARVERSION = 1.8.7
 HOME_URL = http://www.gnu.org/software/libgcrypt/
 DESCRIPTION = Cryptographic function library
 define BLURB

=== modified file 'pkg/gnu/libgcrypt/gpg-keyring'
Binary files a/pkg/gnu/libgcrypt/gpg-keyring    2020-07-09 00:20:19 +0000 and 
b/pkg/gnu/libgcrypt/gpg-keyring   2020-11-17 20:41:29 +0000 differ
=== modified file 'pkg/gnu/libgcrypt/sha256sums'
--- a/pkg/gnu/libgcrypt/sha256sums      2020-07-09 00:20:19 +0000
+++ b/pkg/gnu/libgcrypt/sha256sums      2020-11-17 20:41:29 +0000
@@ -1,2 +1,2 @@
-0cba2700617b99fc33864a0c16b1fa7fdf9781d9ed3509f5d767178e5fd7b975  
download/libgcrypt-1.8.6.tar.bz2
-87d12a6ced9fa23a62b6d7ec97c98f47e7dd1f12132f909764936fc792d15660  
download/libgcrypt-1.8.6.tar.bz2.sig
+03b70f028299561b7034b8966d7dd77ef16ed139c43440925fe8782561974748  
download/libgcrypt-1.8.7.tar.bz2
+a892427abc458510335e36821626f55e90acdf84e2d6e1dd57af5996600997c1  
download/libgcrypt-1.8.7.tar.bz2.sig

=== modified file 'pkg/gnu/libgpg-error/Makefile'
--- a/pkg/gnu/libgpg-error/Makefile     2020-07-09 00:20:19 +0000
+++ b/pkg/gnu/libgpg-error/Makefile     2020-11-17 20:41:29 +0000
@@ -23,7 +23,7 @@
 
 NAME = libgpg-error
 GARNAME = libgpg-error
-GARVERSION = 1.38
+GARVERSION = 1.39
 HOME_URL = http://www.gnupg.org/related_software/libgpg-error/index.en.html/
 DESCRIPTION = A library that defines common error values for GnuPG
 define BLURB

=== modified file 'pkg/gnu/libgpg-error/gpg-keyring'
Binary files a/pkg/gnu/libgpg-error/gpg-keyring 2020-07-09 00:20:19 +0000 and 
b/pkg/gnu/libgpg-error/gpg-keyring        2020-11-17 20:41:29 +0000 differ
=== modified file 'pkg/gnu/libgpg-error/sha256sums'
--- a/pkg/gnu/libgpg-error/sha256sums   2020-07-09 00:20:19 +0000
+++ b/pkg/gnu/libgpg-error/sha256sums   2020-11-17 20:41:29 +0000
@@ -1,2 +1,2 @@
-ff901ff2e9e7e8cfcae8a454a7ffbf4a336811f12187314bcf770f72a0985a46  
download/libgpg-error-1.38.tar.gz
-169013f3feb6a6d6fc54925ede44b96cfeca014d1556e7a4645223adbdf20dfc  
download/libgpg-error-1.38.tar.gz.sig
+3d4dc56588d62ff01067af192e2d3de38ef4c060857ed8da77327365477569ca  
download/libgpg-error-1.39.tar.gz
+e0d3bfc4c4df8fe09cf68d47d387ae1622ae5857a5935ac2df1da28cbdd1a2d4  
download/libgpg-error-1.39.tar.gz.sig

=== modified file 'pkg/gnu/libksba/gpg-keyring'
Binary files a/pkg/gnu/libksba/gpg-keyring      2020-07-09 00:20:19 +0000 and 
b/pkg/gnu/libksba/gpg-keyring     2020-11-17 20:41:29 +0000 differ
=== modified file 'pkg/gnu/npth/gpg-keyring'
Binary files a/pkg/gnu/npth/gpg-keyring 2018-06-21 18:20:24 +0000 and 
b/pkg/gnu/npth/gpg-keyring        2020-11-17 20:41:29 +0000 differ
=== modified file 'pkg/gnu/ntbtls/Makefile'
--- a/pkg/gnu/ntbtls/Makefile   2020-01-01 01:37:44 +0000
+++ b/pkg/gnu/ntbtls/Makefile   2020-11-17 20:41:29 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2018 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2018, 2020 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 = ntbTLS
 GARNAME = ntbtls
-GARVERSION = 0.1.2
+GARVERSION = 0.2.0
 HOME_URL = https://gnupg.org/software/ntbtls/index.html
 DESCRIPTION = a tiny TLS 1.2 only implementation to be used with Libgcrypt and 
LibKSBA
 define BLURB

=== modified file 'pkg/gnu/ntbtls/sha256sums'
--- a/pkg/gnu/ntbtls/sha256sums 2018-06-18 01:11:34 +0000
+++ b/pkg/gnu/ntbtls/sha256sums 2020-11-17 20:41:29 +0000
@@ -1,2 +1,2 @@
-8240db84e50c2351b19eb8064bdfd4d25e3c157d37875c62e335df237d7bdce7  
download/ntbtls-0.1.2.tar.bz2
-fddc3941cec3a97a77bf75e8711117aaa6ac857f68607e4716d727f5a85b51b3  
download/ntbtls-0.1.2.tar.bz2.sig
+649fe74a311d13e43b16b26ebaa91665ddb632925b73902592eac3ed30519e17  
download/ntbtls-0.2.0.tar.bz2
+a1ee90643963e5cd8e31d95620c967e15c9012a9e9b17e63236e8339a4062834  
download/ntbtls-0.2.0.tar.bz2.sig

=== modified file 'pkg/gnu/pinentry/gpg-keyring'
Binary files a/pkg/gnu/pinentry/gpg-keyring     2017-12-20 21:50:31 +0000 and 
b/pkg/gnu/pinentry/gpg-keyring    2020-11-17 20:41:29 +0000 differ
=== modified file 'pkg/gnu/readline/gpg-keyring'
Binary files a/pkg/gnu/readline/gpg-keyring     2018-12-20 18:55:36 +0000 and 
b/pkg/gnu/readline/gpg-keyring    2020-11-17 20:41:29 +0000 differ
=== modified file 'pkg/other/gp2c/Makefile'
--- a/pkg/other/gp2c/Makefile   2019-05-22 20:09:52 +0000
+++ b/pkg/other/gp2c/Makefile   2020-11-17 20:41:29 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2018,2019 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2018,2019,2020 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -20,13 +20,14 @@
 
 NAME =    gp2c
 GARNAME = gp2c
-GARVERSION =  0.0.11pl2
+GARVERSION =  0.0.l2
 HOME_URL = http://pari.math.u-bordeaux.fr/
 DESCRIPTION = convert gp scripts to C code for pari math library
 define BLURB
 endef
 
 ######################################################################
+# http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-0.0.l2.tar.gz
 MASTER_SITES = http://pari.math.u-bordeaux.fr/
 MASTER_SUBDIR = pub/pari/GP2C/
 DISTFILES = $(DISTNAME).tar.gz 

=== modified file 'pkg/other/gp2c/sha256sums'
--- a/pkg/other/gp2c/sha256sums 2019-05-22 20:09:52 +0000
+++ b/pkg/other/gp2c/sha256sums 2020-11-17 20:41:29 +0000
@@ -1,2 +0,0 @@
-2ffd9e3af9df86a1df8a0aa2ac4da1d96c85dbdf36cad375ad1bcfc70b701a73  
download/gp2c-0.0.11pl2.tar.gz
-505712d87b658b4862ec8c11dfd41e85b5837e87f1776d2eb8cce63b2c01634f  
download/gp2c-0.0.11pl2.tar.gz.asc

=== modified file 'pkg/other/nlopt/Makefile'
--- a/pkg/other/nlopt/Makefile  2017-08-10 07:10:02 +0000
+++ b/pkg/other/nlopt/Makefile  2020-11-17 20:41:29 +0000
@@ -1,6 +1,8 @@
 # Copyright © 2014 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2020 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of BioSRC. and GSRC
+# This file is part of GSRC, the GNU Source Release Collection.:
+# http://www.gnu.org/software/gsrc
 #
 # BioSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -14,12 +16,15 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with BioSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
 NAME = NLopt
 GARNAME = nlopt
-GARVERSION = 2.4.2
+GARVERSION = 2.6.2
 HOME_URL = http://ab-initio.mit.edu/nlopt
-DESCRIPTION = A library  for nonlinear optimization
+DESCRIPTION = A library for nonlinear optimization
 define BLURB
 NLopt is a library for nonlinear optimization, providing a common
 interface for a number of different optimization routines.  It
@@ -30,9 +35,10 @@
 CITE = Steven G. Johnson, The NLopt nonlinear-optimization package, 
http://ab-initio.mit.edu/nlopt
 
 ######################################################################
-
-MASTER_SITES = http://ab-initio.mit.edu/
-MASTER_SUBDIR = $(GARNAME)/
+#https://github.com/stevengj/nlopt/archive/v2.6.2.tar.gz
+#aihttps://github.com/stevengj/nlopt/releases/tag/v2.6.2
+MASTER_SITES = &(GITHUB_MASTER)
+MASTER_SUBDIR = stevengj/$(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = 
 


reply via email to

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