[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2020-10-06 Thread Jelle van der Waa via arch-commits
Date: Tuesday, October 6, 2020 @ 20:57:49
  Author: jelle
Revision: 719561

upgpkg: uboot-tools 2020.10-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-06 20:57:32 UTC (rev 719560)
+++ PKGBUILD2020-10-06 20:57:49 UTC (rev 719561)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2020.07
+pkgver=2020.10
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -11,8 +11,8 @@
 license=(GPL)
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('1b59dd6875b0ceeb5202ef027f26bf3c99a8d91b'
+validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
+sha1sums=('fc034092217a6277a5db4377ce6edc806d2e79c4'
   'SKIP')
 
 build() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2020-07-12 Thread Jelle van der Waa via arch-commits
Date: Sunday, July 12, 2020 @ 13:18:40
  Author: jelle
Revision: 663325

Update to 2020.07-1, add RELRO for tools

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 13:04:01 UTC (rev 663324)
+++ PKGBUILD2020-07-12 13:18:40 UTC (rev 663325)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2020.04
+pkgver=2020.07
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -12,13 +12,13 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('0821ce2dac9bbd9ec5883779ddad78b8610366e3'
+sha1sums=('1b59dd6875b0ceeb5202ef027f26bf3c99a8d91b'
   'SKIP')
 
 build() {
   cd u-boot-$pkgver
   make defconfig
-  make tools-all
+  make tools-all KBUILD_HOSTLDFLAGS=${LDFLAGS}
 }
 
 package() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2020-04-20 Thread Filipe LaĆ­ns via arch-commits
Date: Monday, April 20, 2020 @ 18:26:39
  Author: ffy00
Revision: 617073

upgpkg: uboot-tools 2020.04-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-20 18:11:48 UTC (rev 617072)
+++ PKGBUILD2020-04-20 18:26:39 UTC (rev 617073)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2020.01
+pkgver=2020.04
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('370331bee500ca51b2cc094199730e3b30ea2606'
+sha1sums=('0821ce2dac9bbd9ec5883779ddad78b8610366e3'
   'SKIP')
 
 build() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2020-01-07 Thread Jelle van der Waa via arch-commits
Date: Tuesday, January 7, 2020 @ 21:29:35
  Author: jelle
Revision: 550099

upgpkg: uboot-tools 2020.01-1

Upstream update

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-07 21:28:30 UTC (rev 550098)
+++ PKGBUILD2020-01-07 21:29:35 UTC (rev 550099)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2019.07
+pkgver=2020.01
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('aefe2419955f471eb94402b497757ae58b2bb30b'
+sha1sums=('370331bee500ca51b2cc094199730e3b30ea2606'
   'SKIP')
 
 build() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2019-07-25 Thread Jelle van der Waa via arch-commits
Date: Thursday, July 25, 2019 @ 13:37:46
  Author: jelle
Revision: 492783

upgpkg: uboot-tools 2019.07-1

Upstream update

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-25 12:45:04 UTC (rev 492782)
+++ PKGBUILD2019-07-25 13:37:46 UTC (rev 492783)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2019.01
+pkgver=2019.07
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('3c4d22eea02032488e1a4cc5da202bb2469cf6fa'
+sha1sums=('aefe2419955f471eb94402b497757ae58b2bb30b'
   'SKIP')
 
 build() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2019-03-01 Thread Jelle van der Waa via arch-commits
Date: Friday, March 1, 2019 @ 17:34:34
  Author: jelle
Revision: 437302

upgpkg: uboot-tools 2019.01-1

Upstream update

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-01 17:34:07 UTC (rev 437301)
+++ PKGBUILD2019-03-01 17:34:34 UTC (rev 437302)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2018.09
+pkgver=2019.01
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('e43d4fc09395f8cde29d655d35b2bb773e89b444'
+sha1sums=('3c4d22eea02032488e1a4cc5da202bb2469cf6fa'
   'SKIP')
 
 build() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2019-01-26 Thread Jelle van der Waa via arch-commits
Date: Saturday, January 26, 2019 @ 13:45:47
  Author: jelle
Revision: 428094

Update https url

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-26 13:42:38 UTC (rev 428093)
+++ PKGBUILD2019-01-26 13:45:47 UTC (rev 428094)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
+url='https://www.denx.de/wiki/U-Boot/WebHome'
 license=(GPL)
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2018-11-02 Thread Jelle van der Waa via arch-commits
Date: Friday, November 2, 2018 @ 15:48:06
  Author: jelle
Revision: 401233

upgpkg: uboot-tools 2018.09-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-02 15:47:46 UTC (rev 401232)
+++ PKGBUILD2018-11-02 15:48:06 UTC (rev 401233)
@@ -3,7 +3,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2018.03
+pkgver=2018.09
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('2714c06270bd164e5420f8beba0da2354f7bc695'
+sha1sums=('e43d4fc09395f8cde29d655d35b2bb773e89b444'
   'SKIP')
 
 build() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2018-03-21 Thread Jelle van der Waa via arch-commits
Date: Wednesday, March 21, 2018 @ 20:46:43
  Author: jelle
Revision: 310255

upgpkg: uboot-tools 2018.03-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-21 20:43:53 UTC (rev 310254)
+++ PKGBUILD2018-03-21 20:46:43 UTC (rev 310255)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2018.01
+pkgver=2018.03
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('a4689e07aa09adaea351946ff6156ca11aec1345'
+sha1sums=('2714c06270bd164e5420f8beba0da2354f7bc695'
   'SKIP')
 
 build() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2018-01-18 Thread Jelle van der Waa via arch-commits
Date: Thursday, January 18, 2018 @ 19:15:19
  Author: jelle
Revision: 283982

upgpkg: uboot-tools 2018.01-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 19:13:39 UTC (rev 283981)
+++ PKGBUILD2018-01-18 19:15:19 UTC (rev 283982)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2017.07
+pkgver=2018.01
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('517c33f41e2969f3b5b88e9ae3c042acfe1bde05'
+sha1sums=('a4689e07aa09adaea351946ff6156ca11aec1345'
   'SKIP')
 
 build() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2017-05-08 Thread Jelle van der Waa
Date: Monday, May 8, 2017 @ 19:56:31
  Author: jelle
Revision: 227378

upgpkg: uboot-tools 2017.05-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-08 19:18:52 UTC (rev 227377)
+++ PKGBUILD2017-05-08 19:56:31 UTC (rev 227378)
@@ -4,8 +4,8 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2017.03
-pkgrel=2
+pkgver=2017.05
+pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
 url='http://www.denx.de/wiki/U-Boot/WebHome'
@@ -13,7 +13,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig} 
0001-Add-Openssl-1.1-support.patch 
0001-rsa-Fix-deprecated-warnings-for-OpenSSL-1.1.x.patch)
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('93dbd99beb9e4848303702e9c0bc794f3efa3e6f'
+sha1sums=('0653f31481554848659e2f64fd288e72062cc094'
   'SKIP'
   'e23531ec52835bf6257e07fbf1cff0ecc49a1098'
   '30c80f75d54f8995ff57cfd7114d8b979a238f91')


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2017-03-13 Thread Jelle van der Waa
Date: Monday, March 13, 2017 @ 18:50:36
  Author: jelle
Revision: 216120

upgpkg: uboot-tools 2017.03-2

openssl 1.1.0 rebuild

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-13 18:48:37 UTC (rev 216119)
+++ PKGBUILD2017-03-13 18:50:36 UTC (rev 216120)
@@ -5,7 +5,7 @@
 
 pkgname=uboot-tools
 pkgver=2017.03
-pkgrel=1
+pkgrel=2
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
 url='http://www.denx.de/wiki/U-Boot/WebHome'


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2017-03-13 Thread Jelle van der Waa
Date: Monday, March 13, 2017 @ 18:44:29
  Author: jelle
Revision: 216117

upgpkg: uboot-tools 2017.03-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-13 18:33:32 UTC (rev 216116)
+++ PKGBUILD2017-03-13 18:44:29 UTC (rev 216117)
@@ -4,8 +4,8 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2017.01
-pkgrel=2
+pkgver=2017.03
+pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
 url='http://www.denx.de/wiki/U-Boot/WebHome'
@@ -13,7 +13,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig} 
0001-Add-Openssl-1.1-support.patch 
0001-rsa-Fix-deprecated-warnings-for-OpenSSL-1.1.x.patch)
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('b7c5a1bd22c2fbd35a9c3980079904d9f6e277d6'
+sha1sums=('93dbd99beb9e4848303702e9c0bc794f3efa3e6f'
   'SKIP'
   'e23531ec52835bf6257e07fbf1cff0ecc49a1098'
   '30c80f75d54f8995ff57cfd7114d8b979a238f91')


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2017-01-25 Thread Jelle van der Waa
Date: Wednesday, January 25, 2017 @ 19:32:46
  Author: jelle
Revision: 209079

upgpkg: uboot-tools 2017.01-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 19:28:20 UTC (rev 209078)
+++ PKGBUILD2017-01-25 19:32:46 UTC (rev 209079)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2016.11
+pkgver=2017.01
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('eccd91f144bf104703cce49e014793a4d7e3b399'
+sha1sums=('b7c5a1bd22c2fbd35a9c3980079904d9f6e277d6'
   'SKIP')
 
 build() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2016-11-19 Thread Jelle van der Waa
Date: Saturday, November 19, 2016 @ 14:13:10
  Author: jelle
Revision: 196341

upgpkg: uboot-tools 2016.11-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-19 13:40:19 UTC (rev 196340)
+++ PKGBUILD2016-11-19 14:13:10 UTC (rev 196341)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2016.09.01
+pkgver=2016.11
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('6db5e0b5d688d7005072ea6b53cb16a60a6db6be'
+sha1sums=('eccd91f144bf104703cce49e014793a4d7e3b399'
   'SKIP')
 
 build() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2016-09-19 Thread Jelle van der Waa
Date: Monday, September 19, 2016 @ 20:03:29
  Author: jelle
Revision: 189997

upgpkg: uboot-tools 2016.09.01-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-19 19:53:36 UTC (rev 189996)
+++ PKGBUILD2016-09-19 20:03:29 UTC (rev 189997)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2016.09
+pkgver=2016.09.01
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
 validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
-sha1sums=('223925bcbc90573aeb55fbe68af9eba1b0dc2c69'
+sha1sums=('6db5e0b5d688d7005072ea6b53cb16a60a6db6be'
   'SKIP')
 
 build() {


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2016-09-16 Thread Jelle van der Waa
Date: Friday, September 16, 2016 @ 07:06:12
  Author: jelle
Revision: 189449

upgpkg: uboot-tools 2016.09-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-16 07:05:09 UTC (rev 189448)
+++ PKGBUILD2016-09-16 07:06:12 UTC (rev 189449)
@@ -4,15 +4,17 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2016.07
+pkgver=2016.09
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
 url='http://www.denx.de/wiki/U-Boot/WebHome'
 license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('2a4915592f2ce1afd17e975928846b3a3f0f1a05')
+depends=(openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652')
+sha1sums=('223925bcbc90573aeb55fbe68af9eba1b0dc2c69'
+  'SKIP')
 
 build() {
   cd u-boot-$pkgver


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2016-08-02 Thread Anatol Pomozov
Date: Tuesday, August 2, 2016 @ 17:35:20
  Author: anatolik
Revision: 184873

upgpkg: uboot-tools 2016.07-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 17:21:13 UTC (rev 184872)
+++ PKGBUILD2016-08-02 17:35:20 UTC (rev 184873)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2016.03
+pkgver=2016.07
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(glibc openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('eb02f47447ad5d34f32962fadead2a061e483053')
+sha1sums=('2a4915592f2ce1afd17e975928846b3a3f0f1a05')
 
 build() {
   cd u-boot-$pkgver


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2016-03-21 Thread Anatol Pomozov
Date: Monday, March 21, 2016 @ 19:01:01
  Author: anatolik
Revision: 167840

upgpkg: uboot-tools 2016.03-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-21 17:48:37 UTC (rev 167839)
+++ PKGBUILD2016-03-21 18:01:01 UTC (rev 167840)
@@ -4,8 +4,8 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2016.01
-pkgrel=2
+pkgver=2016.03
+pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
 url='http://www.denx.de/wiki/U-Boot/WebHome'
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(glibc openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('95bf7febe3bbcb9262a75f254677450e6dd57cb2')
+sha1sums=('eb02f47447ad5d34f32962fadead2a061e483053')
 
 build() {
   cd u-boot-$pkgver


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 19:12:01
  Author: fyan
Revision: 164169

OpenSSL 1.0.2g rebuild

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 18:11:53 UTC (rev 164168)
+++ PKGBUILD2016-03-02 18:12:01 UTC (rev 164169)
@@ -5,7 +5,7 @@
 
 pkgname=uboot-tools
 pkgver=2016.01
-pkgrel=1
+pkgrel=2
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
 url='http://www.denx.de/wiki/U-Boot/WebHome'


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2016-01-13 Thread Anatol Pomozov
Date: Wednesday, January 13, 2016 @ 20:58:48
  Author: anatolik
Revision: 156335

upgpkg: uboot-tools 2016.01-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-13 19:22:34 UTC (rev 156334)
+++ PKGBUILD2016-01-13 19:58:48 UTC (rev 156335)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2015.10
+pkgver=2016.01
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(glibc openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('5a415ebae12abeee0e4dbaed27e207bacb9a9ab7')
+sha1sums=('95bf7febe3bbcb9262a75f254677450e6dd57cb2')
 
 build() {
   cd u-boot-$pkgver


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2015-12-02 Thread Anatol Pomozov
Date: Thursday, December 3, 2015 @ 00:50:01
  Author: anatolik
Revision: 148122

upgpkg: uboot-tools 2015.10-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-02 23:28:22 UTC (rev 148121)
+++ PKGBUILD2015-12-02 23:50:01 UTC (rev 148122)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader 
 
 pkgname=uboot-tools
-pkgver=2015.07
+pkgver=2015.10
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(glibc openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('1e4e8df0ab7cfc2ee4ff6bf44c1b2085544d36f0')
+sha1sums=('5a415ebae12abeee0e4dbaed27e207bacb9a9ab7')
 
 build() {
   cd u-boot-$pkgver


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2015-07-25 Thread Anatol Pomozov
Date: Saturday, July 25, 2015 @ 21:38:49
  Author: anatolik
Revision: 137412

upgpkg: uboot-tools 2015.07-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-25 19:28:37 UTC (rev 137411)
+++ PKGBUILD2015-07-25 19:38:49 UTC (rev 137412)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
 
 pkgname=uboot-tools
-pkgver=2015.04
+pkgver=2015.07
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(glibc openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('21db842ba5c3633a5f673babdd91afaa4a190bd5')
+sha1sums=('1e4e8df0ab7cfc2ee4ff6bf44c1b2085544d36f0')
 
 build() {
   cd u-boot-$pkgver


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2015-05-19 Thread Anatol Pomozov
Date: Tuesday, May 19, 2015 @ 17:18:51
  Author: anatolik
Revision: 133835

upgpkg: uboot-tools 2015.04-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-19 14:20:21 UTC (rev 133834)
+++ PKGBUILD2015-05-19 15:18:51 UTC (rev 133835)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
 
 pkgname=uboot-tools
-pkgver=2015.01
+pkgver=2015.04
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(glibc openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('8d22ab0d9f3902122f160280facacc468bad0da9')
+sha1sums=('21db842ba5c3633a5f673babdd91afaa4a190bd5')
 
 build() {
   cd u-boot-$pkgver


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2015-01-15 Thread Anatol Pomozov
Date: Friday, January 16, 2015 @ 04:17:51
  Author: anatolik
Revision: 125975

upgpkg: uboot-tools 2015.01-1

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 01:12:59 UTC (rev 125974)
+++ PKGBUILD2015-01-16 03:17:51 UTC (rev 125975)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Schrader philipp.schrader+a...@gmail.com
 
 pkgname=uboot-tools
-pkgver=2014.10
+pkgver=2015.01
 pkgrel=1
 pkgdesc='U-Boot bootloader utility tools'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(glibc openssl)
 source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('243a36acc69fc5645eca4166e5162914c5d995d9')
+sha1sums=('8d22ab0d9f3902122f160280facacc468bad0da9')
 
 build() {
   cd u-boot-$pkgver


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2014-11-07 Thread Sergej Pupykin
Date: Friday, November 7, 2014 @ 19:51:24
  Author: spupykin
Revision: 122165

add fw_setenv symlink

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-07 15:50:54 UTC (rev 122164)
+++ PKGBUILD2014-11-07 18:51:24 UTC (rev 122165)
@@ -23,5 +23,6 @@
 package() {
   install -m 755 -d $pkgdir/usr/bin
   install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv $pkgdir/usr/bin/fw_setenv
   install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
 }


[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)

2014-10-28 Thread Sergej Pupykin
Date: Tuesday, October 28, 2014 @ 16:45:31
  Author: spupykin
Revision: 121526

add mkenvimage and ncb tools

Modified:
  uboot-tools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-28 13:51:18 UTC (rev 121525)
+++ PKGBUILD2014-10-28 15:45:31 UTC (rev 121526)
@@ -22,6 +22,6 @@
 
 package() {
   install -m 755 -d $pkgdir/usr/bin
-  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mkimage,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole}
+  install -m 755 -t $pkgdir/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
   install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
$pkgdir/usr/share/man/man1/mkimage.1
 }