gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7180: bash and readline


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7180: bash and readline
Date: Wed, 9 Sep 2020 22:44:26 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7180
revision-id: carl@jens-20200910024410-ypykbc2y6a96i4lm
parent: carl@jens-20200909082039-zfejiyf2w8h0mtn3
committer: carl <carl@jens>
branch nick: trunk
timestamp: Wed 2020-09-09 19:44:10 -0700
message:
  bash and readline
modified:
  pkg/gnu/apl/config.mk          config.mk-20160617014824-l9b5zqzuyb146htu-1
  pkg/gnu/bash/Makefile          makefile-20160617014725-uokjfnggs70iry9h-446
  pkg/gnu/bash/sha256sums        sha256sums-20160617014725-uokjfnggs70iry9h-449
  pkg/gnu/readline/Makefile      makefile-20160617014725-uokjfnggs70iry9h-1635
  pkg/gnu/readline/sha256sums    sha256sums-20160617014725-uokjfnggs70iry9h-1643
=== modified file 'pkg/gnu/apl/config.mk'
--- a/pkg/gnu/apl/config.mk     2017-03-19 07:44:25 +0000
+++ b/pkg/gnu/apl/config.mk     2020-09-10 02:44:10 +0000
@@ -2,4 +2,5 @@
 
 CONFIGURE_OPTS ?= 
 #BUILD_OPTS ?= CFLAGS+=-Wno-error=int-in-bool-context
-BUILD_OPTS ?= 
+BUILD_OPTS ?= CFLAGS+=-Wno-error=maybe-uninitialized -Wno-error=class-memaccess
+

=== modified file 'pkg/gnu/bash/Makefile'
--- a/pkg/gnu/bash/Makefile     2020-06-17 19:01:44 +0000
+++ b/pkg/gnu/bash/Makefile     2020-09-10 02:44:10 +0000
@@ -22,7 +22,7 @@
 
 NAME = Bash
 GARNAME = bash
-GARVERSION = 5.1-alpha
+GARVERSION = 5.1-beta
 #PATCHNUM = 0
 HOME_URL = http://www.gnu.org/software/bash/
 DESCRIPTION = The GNU Bourne-Again SHell

=== modified file 'pkg/gnu/bash/sha256sums'
--- a/pkg/gnu/bash/sha256sums   2020-06-17 19:01:44 +0000
+++ b/pkg/gnu/bash/sha256sums   2020-09-10 02:44:10 +0000
@@ -1,2 +1,2 @@
-88043095bfb6123d97a293f2b5c07b7e6076a201963afcf9bb7909fd974bc05b  
download/bash-5.1-alpha.tar.gz
-1d4caa42e447cdfc808728e962658f6deeb47a2e407e27ce3625eca28f18ae17  
download/bash-5.1-alpha.tar.gz.sig
+622394de182d037366ef7d2d495faef7d065856e75759deddd8bd2b7a7fe63e4  
download/bash-5.1-beta.tar.gz
+9db297efa8524c11f13c65a411f66cb7c13e795585c509594f5144f390a0b7f9  
download/bash-5.1-beta.tar.gz.sig

=== modified file 'pkg/gnu/readline/Makefile'
--- a/pkg/gnu/readline/Makefile 2020-06-17 19:01:44 +0000
+++ b/pkg/gnu/readline/Makefile 2020-09-10 02:44:10 +0000
@@ -1,7 +1,9 @@
 # Copyright © 2013, 2014, 2015 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2018, 2019 Carl Hansen <carlhansen@gnu.org>
-#
-# This file is part of GSRC.
+# 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
+#
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -21,7 +23,7 @@
 
 NAME = Readline
 GARNAME = readline
-GARVERSION = 8.1-alpha
+GARVERSION = 8.1-beta
 #PATCHNUM = 4
 HOME_URL = http://www.gnu.org/software/readline/
 DESCRIPTION = Edit command lines while typing, with history support

=== modified file 'pkg/gnu/readline/sha256sums'
--- a/pkg/gnu/readline/sha256sums       2020-06-17 19:01:44 +0000
+++ b/pkg/gnu/readline/sha256sums       2020-09-10 02:44:10 +0000
@@ -1,2 +1,2 @@
-4d03b40d773b965e934fe486ba2f9b22b93034f7a221de05c1b1ccf367a75b4c  
download/readline-8.1-alpha.tar.gz
-8334411dec9613a4c32d42bc4bfb426a3cb722053f739ebee8f06739b83a2298  
download/readline-8.1-alpha.tar.gz.sig
+6067e886480c0e57f8275d327c81e071b8f4e760e0bf12c262720c50b00ee3ee  
download/readline-8.1-beta.tar.gz
+58174cc6d3743735009c4f421ad03f9d93de984a75026760eb4df6bc72ea0ba8  
download/readline-8.1-beta.tar.gz.sig


reply via email to

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