* [Buildroot] [PATCH 1/2] sg3_utils: bump to version 1.40
@ 2014-11-18 17:05 Gustavo Zacarias
2014-11-18 17:05 ` [Buildroot] [PATCH 2/2] whois: bump to version 5.2.2 Gustavo Zacarias
2014-11-18 22:00 ` [Buildroot] [PATCH 1/2] sg3_utils: bump to version 1.40 Thomas Petazzoni
0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2014-11-18 17:05 UTC (permalink / raw)
To: buildroot
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/sg3_utils/sg3_utils.hash | 2 ++
package/sg3_utils/sg3_utils.mk | 10 +++++-----
2 files changed, 7 insertions(+), 5 deletions(-)
create mode 100644 package/sg3_utils/sg3_utils.hash
diff --git a/package/sg3_utils/sg3_utils.hash b/package/sg3_utils/sg3_utils.hash
new file mode 100644
index 0000000..d3ae1a0
--- /dev/null
+++ b/package/sg3_utils/sg3_utils.hash
@@ -0,0 +1,2 @@
+# Locally calculated from download (no sig, hash)
+sha256 901ece577d797a8a3870881fe765f6eac4bb381b99a1f7311551689e9f17130b sg3_utils-1.40.tar.xz
diff --git a/package/sg3_utils/sg3_utils.mk b/package/sg3_utils/sg3_utils.mk
index d59d26c..dca0f6b 100644
--- a/package/sg3_utils/sg3_utils.mk
+++ b/package/sg3_utils/sg3_utils.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SG3_UTILS_VERSION = 1.39
+SG3_UTILS_VERSION = 1.40
SG3_UTILS_SOURCE = sg3_utils-$(SG3_UTILS_VERSION).tar.xz
SG3_UTILS_SITE = http://sg.danny.cz/sg/p
SG3_UTILS_LICENSE = BSD-3c
@@ -27,10 +27,10 @@ define SG3_UTILS_REMOVE_PROGS
raw rbuf rdac read readcap read_block_limits \
read_buffer read_long reassign referrals \
rep_zones requests reset reset_wp rmsn rtpg safte sanitize \
- sat_identify sat_phy_event sat_set_features scan \
- senddiag ses start stpg sync test_rwbuf turs \
- unmap verify vpd write_buffer write_long \
- write_same wr_mode xcopy; do \
+ sat_identify sat_phy_event sat_read_gplog sat_set_features \
+ scan senddiag ses ses_microcode start stpg sync test_rwbuf \
+ turs unmap verify vpd write_buffer write_long \
+ write_same write_verify wr_mode xcopy; do \
$(RM) $(TARGET_DIR)/usr/bin/sg_$${prog} ; \
done
for prog in \
--
2.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] whois: bump to version 5.2.2
2014-11-18 17:05 [Buildroot] [PATCH 1/2] sg3_utils: bump to version 1.40 Gustavo Zacarias
@ 2014-11-18 17:05 ` Gustavo Zacarias
2014-11-18 22:02 ` Thomas Petazzoni
2014-11-18 22:00 ` [Buildroot] [PATCH 1/2] sg3_utils: bump to version 1.40 Thomas Petazzoni
1 sibling, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2014-11-18 17:05 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/whois/whois.hash | 4 ++--
package/whois/whois.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/whois/whois.hash b/package/whois/whois.hash
index 13efa14..858eb94 100644
--- a/package/whois/whois.hash
+++ b/package/whois/whois.hash
@@ -1,2 +1,2 @@
-# From http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.1.dsc
-sha256 54e6b64f16e10bfaf14ac40025b4272090298f0d9d3e62cbadabf946051515e6 whois_5.2.1.tar.xz
+# From http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.2.dsc
+sha256 cba874b457a6b7c4659245780d3d7321d129ab47da86103e07578ec7430fec09 whois_5.2.2.tar.xz
diff --git a/package/whois/whois.mk b/package/whois/whois.mk
index 13c0230..63268c6 100644
--- a/package/whois/whois.mk
+++ b/package/whois/whois.mk
@@ -4,8 +4,8 @@
#
################################################################################
-WHOIS_VERSION = 5.2.1
-WHOIS_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/w/whois
+WHOIS_VERSION = 5.2.2
+WHOIS_SITE = http://snapshot.debian.org/archive/debian/20141112T101048Z/pool/main/w/whois
WHOIS_SOURCE = whois_$(WHOIS_VERSION).tar.xz
# take precedence over busybox implementation
WHOIS_DEPENDENCIES = host-gettext $(if $(BR2_PACKAGE_BUSYBOX),busybox)
--
2.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] sg3_utils: bump to version 1.40
2014-11-18 17:05 [Buildroot] [PATCH 1/2] sg3_utils: bump to version 1.40 Gustavo Zacarias
2014-11-18 17:05 ` [Buildroot] [PATCH 2/2] whois: bump to version 5.2.2 Gustavo Zacarias
@ 2014-11-18 22:00 ` Thomas Petazzoni
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2014-11-18 22:00 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Tue, 18 Nov 2014 14:05:17 -0300, Gustavo Zacarias wrote:
> Also add hash file.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/sg3_utils/sg3_utils.hash | 2 ++
> package/sg3_utils/sg3_utils.mk | 10 +++++-----
> 2 files changed, 7 insertions(+), 5 deletions(-)
> create mode 100644 package/sg3_utils/sg3_utils.hash
Applied to next, after doing a build test on ARM, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 2/2] whois: bump to version 5.2.2
2014-11-18 17:05 ` [Buildroot] [PATCH 2/2] whois: bump to version 5.2.2 Gustavo Zacarias
@ 2014-11-18 22:02 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2014-11-18 22:02 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Tue, 18 Nov 2014 14:05:18 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/whois/whois.hash | 4 ++--
> package/whois/whois.mk | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Thanks, applied to next, after doing a build test on ARM.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-11-18 22:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 17:05 [Buildroot] [PATCH 1/2] sg3_utils: bump to version 1.40 Gustavo Zacarias
2014-11-18 17:05 ` [Buildroot] [PATCH 2/2] whois: bump to version 5.2.2 Gustavo Zacarias
2014-11-18 22:02 ` Thomas Petazzoni
2014-11-18 22:00 ` [Buildroot] [PATCH 1/2] sg3_utils: bump to version 1.40 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox