[arch-commits] Commit in bash/repos (22 files)

2014-04-04 Thread Anatol Pomozov
Date: Friday, April 4, 2014 @ 18:33:13
  Author: anatolik
Revision: 209813

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bash/repos/testing-i686/
  bash/repos/testing-i686/PKGBUILD
(from rev 209810, bash/trunk/PKGBUILD)
  bash/repos/testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 209810, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-i686/bash-4.3-debug-trap.patch
(from rev 209810, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-i686/bash-4.3-test-nameref.patch
(from rev 209811, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-i686/bash.install
(from rev 209812, bash/trunk/bash.install)
  bash/repos/testing-i686/dot.bash_logout
(from rev 209812, bash/trunk/dot.bash_logout)
  bash/repos/testing-i686/dot.bash_profile
(from rev 209812, bash/trunk/dot.bash_profile)
  bash/repos/testing-i686/dot.bashrc
(from rev 209812, bash/trunk/dot.bashrc)
  bash/repos/testing-i686/system.bash_logout
(from rev 209812, bash/trunk/system.bash_logout)
  bash/repos/testing-i686/system.bashrc
(from rev 209812, bash/trunk/system.bashrc)
  bash/repos/testing-x86_64/
  bash/repos/testing-x86_64/PKGBUILD
(from rev 209812, bash/trunk/PKGBUILD)
  
bash/repos/testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 209812, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-x86_64/bash-4.3-debug-trap.patch
(from rev 209812, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-x86_64/bash-4.3-test-nameref.patch
(from rev 209812, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-x86_64/bash.install
(from rev 209812, bash/trunk/bash.install)
  bash/repos/testing-x86_64/dot.bash_logout
(from rev 209812, bash/trunk/dot.bash_logout)
  bash/repos/testing-x86_64/dot.bash_profile
(from rev 209812, bash/trunk/dot.bash_profile)
  bash/repos/testing-x86_64/dot.bashrc
(from rev 209812, bash/trunk/dot.bashrc)
  bash/repos/testing-x86_64/system.bash_logout
(from rev 209812, bash/trunk/system.bash_logout)
  bash/repos/testing-x86_64/system.bashrc
(from rev 209812, bash/trunk/system.bashrc)

---+
 testing-i686/PKGBUILD |   97 
++
 testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch   |   12 +
 testing-i686/bash-4.3-debug-trap.patch|   30 
+++
 testing-i686/bash-4.3-test-nameref.patch  |   25 ++
 testing-i686/bash.install |   16 +
 testing-i686/dot.bash_logout  |3 
 testing-i686/dot.bash_profile |5 
 testing-i686/dot.bashrc   |9 
 testing-i686/system.bash_logout   |3 
 testing-i686/system.bashrc|   23 ++
 testing-x86_64/PKGBUILD   |   97 
++
 testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch |   12 +
 testing-x86_64/bash-4.3-debug-trap.patch  |   30 
+++
 testing-x86_64/bash-4.3-test-nameref.patch|   25 ++
 testing-x86_64/bash.install   |   16 +
 testing-x86_64/dot.bash_logout|3 
 testing-x86_64/dot.bash_profile   |5 
 testing-x86_64/dot.bashrc |9 
 testing-x86_64/system.bash_logout |3 
 testing-x86_64/system.bashrc  |   23 ++
 20 files changed, 446 insertions(+)

Copied: bash/repos/testing-i686/PKGBUILD (from rev 209810, bash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-04 16:33:13 UTC (rev 209813)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=bash
+_basever=4.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=2
+pkgdesc='The GNU Bourne Again shell'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/bash/bash.html'
+groups=('base')
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=('readline=6.3' 'glibc')
+provides=('sh')
+install=bash.install
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+system.bashrc
+  

[arch-commits] Commit in bash/repos (22 files)

2014-04-03 Thread Bartłomiej Piotrowski
Date: Thursday, April 3, 2014 @ 20:46:03
  Author: bpiotrowski
Revision: 209767

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bash/repos/testing-i686/
  bash/repos/testing-i686/PKGBUILD
(from rev 209766, bash/trunk/PKGBUILD)
  bash/repos/testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 209766, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-i686/bash-4.3-debug-trap.patch
(from rev 209766, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-i686/bash-4.3-test-nameref.patch
(from rev 209766, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-i686/bash.install
(from rev 209766, bash/trunk/bash.install)
  bash/repos/testing-i686/dot.bash_logout
(from rev 209766, bash/trunk/dot.bash_logout)
  bash/repos/testing-i686/dot.bash_profile
(from rev 209766, bash/trunk/dot.bash_profile)
  bash/repos/testing-i686/dot.bashrc
(from rev 209766, bash/trunk/dot.bashrc)
  bash/repos/testing-i686/system.bash_logout
(from rev 209766, bash/trunk/system.bash_logout)
  bash/repos/testing-i686/system.bashrc
(from rev 209766, bash/trunk/system.bashrc)
  bash/repos/testing-x86_64/
  bash/repos/testing-x86_64/PKGBUILD
(from rev 209766, bash/trunk/PKGBUILD)
  
bash/repos/testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 209766, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-x86_64/bash-4.3-debug-trap.patch
(from rev 209766, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-x86_64/bash-4.3-test-nameref.patch
(from rev 209766, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-x86_64/bash.install
(from rev 209766, bash/trunk/bash.install)
  bash/repos/testing-x86_64/dot.bash_logout
(from rev 209766, bash/trunk/dot.bash_logout)
  bash/repos/testing-x86_64/dot.bash_profile
(from rev 209766, bash/trunk/dot.bash_profile)
  bash/repos/testing-x86_64/dot.bashrc
(from rev 209766, bash/trunk/dot.bashrc)
  bash/repos/testing-x86_64/system.bash_logout
(from rev 209766, bash/trunk/system.bash_logout)
  bash/repos/testing-x86_64/system.bashrc
(from rev 209766, bash/trunk/system.bashrc)

---+
 testing-i686/PKGBUILD |   97 
++
 testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch   |   12 +
 testing-i686/bash-4.3-debug-trap.patch|   30 
+++
 testing-i686/bash-4.3-test-nameref.patch  |   25 ++
 testing-i686/bash.install |   16 +
 testing-i686/dot.bash_logout  |3 
 testing-i686/dot.bash_profile |5 
 testing-i686/dot.bashrc   |9 
 testing-i686/system.bash_logout   |3 
 testing-i686/system.bashrc|   23 ++
 testing-x86_64/PKGBUILD   |   97 
++
 testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch |   12 +
 testing-x86_64/bash-4.3-debug-trap.patch  |   30 
+++
 testing-x86_64/bash-4.3-test-nameref.patch|   25 ++
 testing-x86_64/bash.install   |   16 +
 testing-x86_64/dot.bash_logout|3 
 testing-x86_64/dot.bash_profile   |5 
 testing-x86_64/dot.bashrc |9 
 testing-x86_64/system.bash_logout |3 
 testing-x86_64/system.bashrc  |   23 ++
 20 files changed, 446 insertions(+)

Copied: bash/repos/testing-i686/PKGBUILD (from rev 209766, bash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-03 18:46:03 UTC (rev 209767)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=bash
+_basever=4.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc='The GNU Bourne Again shell'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/bash/bash.html'
+groups=('base')
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=('readline=6.3' 'glibc')
+provides=('sh')
+install=bash.install
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+

[arch-commits] Commit in bash/repos (22 files)

2014-04-01 Thread Bartłomiej Piotrowski
Date: Tuesday, April 1, 2014 @ 18:40:40
  Author: bpiotrowski
Revision: 209714

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bash/repos/testing-i686/
  bash/repos/testing-i686/PKGBUILD
(from rev 209713, bash/trunk/PKGBUILD)
  bash/repos/testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 209713, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-i686/bash-4.3-debug-trap.patch
(from rev 209713, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-i686/bash-4.3-test-nameref.patch
(from rev 209713, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-i686/bash.install
(from rev 209713, bash/trunk/bash.install)
  bash/repos/testing-i686/dot.bash_logout
(from rev 209713, bash/trunk/dot.bash_logout)
  bash/repos/testing-i686/dot.bash_profile
(from rev 209713, bash/trunk/dot.bash_profile)
  bash/repos/testing-i686/dot.bashrc
(from rev 209713, bash/trunk/dot.bashrc)
  bash/repos/testing-i686/system.bash_logout
(from rev 209713, bash/trunk/system.bash_logout)
  bash/repos/testing-i686/system.bashrc
(from rev 209713, bash/trunk/system.bashrc)
  bash/repos/testing-x86_64/
  bash/repos/testing-x86_64/PKGBUILD
(from rev 209713, bash/trunk/PKGBUILD)
  
bash/repos/testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 209713, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-x86_64/bash-4.3-debug-trap.patch
(from rev 209713, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-x86_64/bash-4.3-test-nameref.patch
(from rev 209713, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-x86_64/bash.install
(from rev 209713, bash/trunk/bash.install)
  bash/repos/testing-x86_64/dot.bash_logout
(from rev 209713, bash/trunk/dot.bash_logout)
  bash/repos/testing-x86_64/dot.bash_profile
(from rev 209713, bash/trunk/dot.bash_profile)
  bash/repos/testing-x86_64/dot.bashrc
(from rev 209713, bash/trunk/dot.bashrc)
  bash/repos/testing-x86_64/system.bash_logout
(from rev 209713, bash/trunk/system.bash_logout)
  bash/repos/testing-x86_64/system.bashrc
(from rev 209713, bash/trunk/system.bashrc)

---+
 testing-i686/PKGBUILD |   97 
++
 testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch   |   12 +
 testing-i686/bash-4.3-debug-trap.patch|   30 
+++
 testing-i686/bash-4.3-test-nameref.patch  |   25 ++
 testing-i686/bash.install |   16 +
 testing-i686/dot.bash_logout  |3 
 testing-i686/dot.bash_profile |5 
 testing-i686/dot.bashrc   |9 
 testing-i686/system.bash_logout   |3 
 testing-i686/system.bashrc|   23 ++
 testing-x86_64/PKGBUILD   |   97 
++
 testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch |   12 +
 testing-x86_64/bash-4.3-debug-trap.patch  |   30 
+++
 testing-x86_64/bash-4.3-test-nameref.patch|   25 ++
 testing-x86_64/bash.install   |   16 +
 testing-x86_64/dot.bash_logout|3 
 testing-x86_64/dot.bash_profile   |5 
 testing-x86_64/dot.bashrc |9 
 testing-x86_64/system.bash_logout |3 
 testing-x86_64/system.bashrc  |   23 ++
 20 files changed, 446 insertions(+)

Copied: bash/repos/testing-i686/PKGBUILD (from rev 209713, bash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-01 16:40:40 UTC (rev 209714)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=bash
+_basever=4.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc='The GNU Bourne Again shell'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/bash/bash.html'
+groups=('base')
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=('readline=6.3' 'glibc')
+provides=('sh')
+install=bash.install
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+

[arch-commits] Commit in bash/repos (22 files)

2014-03-22 Thread Bartłomiej Piotrowski
Date: Saturday, March 22, 2014 @ 16:52:20
  Author: bpiotrowski
Revision: 208332

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bash/repos/testing-i686/
  bash/repos/testing-i686/PKGBUILD
(from rev 208331, bash/trunk/PKGBUILD)
  bash/repos/testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 208331, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-i686/bash-4.3-debug-trap.patch
(from rev 208331, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-i686/bash-4.3-test-nameref.patch
(from rev 208331, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-i686/bash.install
(from rev 208331, bash/trunk/bash.install)
  bash/repos/testing-i686/dot.bash_logout
(from rev 208331, bash/trunk/dot.bash_logout)
  bash/repos/testing-i686/dot.bash_profile
(from rev 208331, bash/trunk/dot.bash_profile)
  bash/repos/testing-i686/dot.bashrc
(from rev 208331, bash/trunk/dot.bashrc)
  bash/repos/testing-i686/system.bash_logout
(from rev 208331, bash/trunk/system.bash_logout)
  bash/repos/testing-i686/system.bashrc
(from rev 208331, bash/trunk/system.bashrc)
  bash/repos/testing-x86_64/
  bash/repos/testing-x86_64/PKGBUILD
(from rev 208331, bash/trunk/PKGBUILD)
  
bash/repos/testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch
(from rev 208331, 
bash/trunk/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch)
  bash/repos/testing-x86_64/bash-4.3-debug-trap.patch
(from rev 208331, bash/trunk/bash-4.3-debug-trap.patch)
  bash/repos/testing-x86_64/bash-4.3-test-nameref.patch
(from rev 208331, bash/trunk/bash-4.3-test-nameref.patch)
  bash/repos/testing-x86_64/bash.install
(from rev 208331, bash/trunk/bash.install)
  bash/repos/testing-x86_64/dot.bash_logout
(from rev 208331, bash/trunk/dot.bash_logout)
  bash/repos/testing-x86_64/dot.bash_profile
(from rev 208331, bash/trunk/dot.bash_profile)
  bash/repos/testing-x86_64/dot.bashrc
(from rev 208331, bash/trunk/dot.bashrc)
  bash/repos/testing-x86_64/system.bash_logout
(from rev 208331, bash/trunk/system.bash_logout)
  bash/repos/testing-x86_64/system.bashrc
(from rev 208331, bash/trunk/system.bashrc)

---+
 testing-i686/PKGBUILD |   88 
++
 testing-i686/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch   |   12 +
 testing-i686/bash-4.3-debug-trap.patch|   30 
+++
 testing-i686/bash-4.3-test-nameref.patch  |   25 ++
 testing-i686/bash.install |   16 +
 testing-i686/dot.bash_logout  |3 
 testing-i686/dot.bash_profile |5 
 testing-i686/dot.bashrc   |9 +
 testing-i686/system.bash_logout   |3 
 testing-i686/system.bashrc|   23 ++
 testing-x86_64/PKGBUILD   |   88 
++
 testing-x86_64/bash-4.2-do-not-use-memcpy-on-overlapping-memory.patch |   12 +
 testing-x86_64/bash-4.3-debug-trap.patch  |   30 
+++
 testing-x86_64/bash-4.3-test-nameref.patch|   25 ++
 testing-x86_64/bash.install   |   16 +
 testing-x86_64/dot.bash_logout|3 
 testing-x86_64/dot.bash_profile   |5 
 testing-x86_64/dot.bashrc |9 +
 testing-x86_64/system.bash_logout |3 
 testing-x86_64/system.bashrc  |   23 ++
 20 files changed, 428 insertions(+)

Copied: bash/repos/testing-i686/PKGBUILD (from rev 208331, bash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-22 15:52:20 UTC (rev 208332)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=bash
+_basever=4.3
+_patchlevel=000 #prepare for some patches
+pkgver=$_basever #.$_patchlevel
+pkgrel=3
+pkgdesc='The GNU Bourne Again shell'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/bash/bash.html'
+groups=('base')
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=('readline=6.3' 'glibc')
+provides=('sh')
+install=bash.install
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+