gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7260: some gnu programs


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7260: some gnu programs
Date: Thu, 12 Nov 2020 02:20:13 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7260
revision-id: carlhansen@gnu.org-20201112072005-qo8t1h6nex1kc6v1
parent: carlhansen1234@gmail.com-20201110043207-lbo3djbb81zlnthv
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Wed 2020-11-11 23:20:05 -0800
message:
  some gnu programs
modified:
  pkg/gnu/gnucobol/Makefile      makefile-20160617014725-uokjfnggs70iry9h-792
  pkg/gnu/gnucobol/gpg-keyring   gpgkeyring-20160617014725-uokjfnggs70iry9h-793
  pkg/gnu/gnucobol/sha256sums    sha256sums-20160617014725-uokjfnggs70iry9h-794
  pkg/gnu/grep/Makefile          makefile-20160617014725-uokjfnggs70iry9h-934
  pkg/gnu/grep/sha256sums        sha256sums-20160617014725-uokjfnggs70iry9h-936
  pkg/gnu/osip/Makefile          makefile-20160617014725-uokjfnggs70iry9h-1506
  pkg/gnu/osip/sha256sums        sha256sums-20160617014725-uokjfnggs70iry9h-1511
  pkg/gnu/taler-exchange/Makefile makefile-20160617014725-uokjfnggs70iry9h-1837
  pkg/gnu/taler-exchange/gpg-keyring 
gpgkeyring-20160617014725-uokjfnggs70iry9h-1841
  pkg/gnu/taler-exchange/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-1842
=== modified file 'pkg/gnu/gnucobol/Makefile'
--- a/pkg/gnu/gnucobol/Makefile 2017-09-07 03:02:48 +0000
+++ b/pkg/gnu/gnucobol/Makefile 2020-11-12 07:20:05 +0000
@@ -1,7 +1,9 @@
 # Copyright © 2013 Brandon Invergo <brandon@invergo.net>
-# 2017 Carl Hansen <carlhansen@gnu.org>
-#
-# This file is part of GSRC.
+# Copyright © 2017, 2020 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
@@ -15,15 +17,17 @@
 #
 # 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
 
 # In the previous version the NAME was "cobol". It is now "gnucobol"
 NAME = GnuCOBOL
 GARNAME = gnucobol
-GARVERSION = 2.2
+GARVERSION = 3.1
 HOME_URL = http://www.gnu.org/software/cobol/
 DESCRIPTION = A modern COBOL compiler
 define BLURB
-
 endef
 
 ######################################################################

=== modified file 'pkg/gnu/gnucobol/gpg-keyring'
Binary files a/pkg/gnu/gnucobol/gpg-keyring     2017-09-07 03:02:48 +0000 and 
b/pkg/gnu/gnucobol/gpg-keyring    2020-11-12 07:20:05 +0000 differ
=== modified file 'pkg/gnu/gnucobol/sha256sums'
--- a/pkg/gnu/gnucobol/sha256sums       2017-09-07 03:02:48 +0000
+++ b/pkg/gnu/gnucobol/sha256sums       2020-11-12 07:20:05 +0000
@@ -1,2 +1,2 @@
-dc18fc45c269debfe86a4bbe20a7250983cba6238ea1917e135df5926cd024a0  
download/gnucobol-2.2.tar.xz
-2d93b2084641643ebf7003c1a8dfe7de9e75b41fdd84a283f18b65910c9f8b8b  
download/gnucobol-2.2.tar.xz.sig
+244f6a231519f4553df6f305269a22be3372d5f3dcafc222b104f582380348f5  
download/gnucobol-3.1.tar.xz
+858cd22caf322a41133e6ad2faf60c0f518f3bfdd8003803ec06a50b857cb2f6  
download/gnucobol-3.1.tar.xz.sig

=== modified file 'pkg/gnu/grep/Makefile'
--- a/pkg/gnu/grep/Makefile     2020-09-28 22:24:49 +0000
+++ b/pkg/gnu/grep/Makefile     2020-11-12 07:20:05 +0000
@@ -22,7 +22,7 @@
 
 NAME = grep
 GARNAME = grep
-GARVERSION = 3.5
+GARVERSION = 3.6
 HOME_URL = http://www.gnu.org/software/grep/
 DESCRIPTION = Print lines matching a text pattern
 define BLURB

=== modified file 'pkg/gnu/grep/sha256sums'
--- a/pkg/gnu/grep/sha256sums   2020-09-28 22:24:49 +0000
+++ b/pkg/gnu/grep/sha256sums   2020-11-12 07:20:05 +0000
@@ -1,2 +1,2 @@
-b82ac77707c2ab945520c8404c9fa9f890f7791a62cf2103cf6238acad87a44a  
download/grep-3.5.tar.xz
-9e00141177fe8a703a32dc210e819b123867c1573d803e8ede773d4e89478082  
download/grep-3.5.tar.xz.sig
+667e15e8afe189e93f9f21a7cd3a7b3f776202f417330b248c2ad4f997d9373e  
download/grep-3.6.tar.xz
+02b52c0676e0e97762cee638125a345a5300fdcba691c1a5b0725ee6bd28d4a8  
download/grep-3.6.tar.xz.sig

=== modified file 'pkg/gnu/osip/Makefile'
--- a/pkg/gnu/osip/Makefile     2020-09-08 00:53:11 +0000
+++ b/pkg/gnu/osip/Makefile     2020-11-12 07:20:05 +0000
@@ -24,7 +24,7 @@
 NAME = oSIP
 GARNAME = osip
 UPSTREAMNAME = libosip2
-GARVERSION = 5.1.2
+GARVERSION = 5.2.0
 HOME_URL = http://www.gnu.org/software/osip/
 DESCRIPTION = Library implementing SIP (RFC-3261)
 define BLURB

=== modified file 'pkg/gnu/osip/sha256sums'
--- a/pkg/gnu/osip/sha256sums   2020-09-01 02:34:32 +0000
+++ b/pkg/gnu/osip/sha256sums   2020-11-12 07:20:05 +0000
@@ -1,2 +1,2 @@
-2bc0400f21a64cf4f2cbc9827bf8bdbb05a9b52ecc8e791b4ec0f1f9410c1291  
download/libosip2-5.1.2.tar.gz
-8f1b96df62e471763852c28948fca05b3a0d97cd0e51c4aef7d1f958e59f1de5  
download/libosip2-5.1.2.tar.gz.sig
+4fb48b2ea568bb41c6244b0df2bb7175849ca93e84be53ceb268fdf9351bb375  
download/libosip2-5.2.0.tar.gz
+e67d29267ecb08b070e11d5d6c6abb7a7efc3f45858c9edfa06bff7c8a86ba4f  
download/libosip2-5.2.0.tar.gz.sig

=== modified file 'pkg/gnu/taler-exchange/Makefile'
--- a/pkg/gnu/taler-exchange/Makefile   2020-10-05 01:12:41 +0000
+++ b/pkg/gnu/taler-exchange/Makefile   2020-11-12 07:20:05 +0000
@@ -22,7 +22,7 @@
 
 NAME = taler-exchange
 GARNAME = taler-exchange
-GARVERSION = 0.8.0
+GARVERSION = 0.8.1
 HOME_URL = http://taler.net
 DESCRIPTION = GNU Taler is a privacy-preserving payment system. Exchange part.
 define BLURB

=== modified file 'pkg/gnu/taler-exchange/gpg-keyring'
Binary files a/pkg/gnu/taler-exchange/gpg-keyring       2020-10-05 01:12:41 
+0000 and b/pkg/gnu/taler-exchange/gpg-keyring      2020-11-12 07:20:05 +0000 
differ
=== modified file 'pkg/gnu/taler-exchange/sha256sums'
--- a/pkg/gnu/taler-exchange/sha256sums 2020-10-05 01:12:41 +0000
+++ b/pkg/gnu/taler-exchange/sha256sums 2020-11-12 07:20:05 +0000
@@ -1,2 +1,2 @@
-9174fa75ec4164d182c789050f7b022a054344af38fac3524be8a5bf65a9097a  
download/taler-exchange-0.8.0.tar.gz
-aec1653e0de5b70ab6bff9226c77ae30d6adda6be8843d66ec7c031bae4cd541  
download/taler-exchange-0.8.0.tar.gz.sig
+30fb779f525777463cf5bd6a0ae17a631a6d4abee17a77d8a7dec94ead59fb1e  
download/taler-exchange-0.8.1.tar.gz
+1c36492d1997e438ea0d6ef0a0121982c3a6c1dbb48b279235bde8a7c9c78583  
download/taler-exchange-0.8.1.tar.gz.sig


reply via email to

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