Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/intel-microcode: bump version
@ 2014-12-21 10:09 Bernd Kuhls
  2014-12-21 10:09 ` [Buildroot] [PATCH 2/2] package/iucode-tool: " Bernd Kuhls
  2015-01-19 22:28 ` [Buildroot] [PATCH 1/2] package/intel-microcode: " Yann E. MORIN
  0 siblings, 2 replies; 6+ messages in thread
From: Bernd Kuhls @ 2014-12-21 10:09 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/intel-microcode/intel-microcode.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/intel-microcode/intel-microcode.mk b/package/intel-microcode/intel-microcode.mk
index bae953d..640d6fb 100644
--- a/package/intel-microcode/intel-microcode.mk
+++ b/package/intel-microcode/intel-microcode.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-INTEL_MICROCODE_VERSION = 20140122
+INTEL_MICROCODE_VERSION = 20140913
 INTEL_MICROCODE_SOURCE = microcode-$(INTEL_MICROCODE_VERSION).tgz
-INTEL_MICROCODE_SITE = http://downloadmirror.intel.com/23574/eng
+INTEL_MICROCODE_SITE = http://downloadmirror.intel.com/24290/eng
 INTEL_MICROCODE_LICENSE = PROPRIETARY
 INTEL_MICROCODE_LICENSE_FILES = license.txt
 INTEL_MICROCODE_REDISTRIBUTE = NO
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/2] package/iucode-tool: bump version
  2014-12-21 10:09 [Buildroot] [PATCH 1/2] package/intel-microcode: bump version Bernd Kuhls
@ 2014-12-21 10:09 ` Bernd Kuhls
  2015-01-19 22:30   ` Yann E. MORIN
  2015-01-19 22:28 ` [Buildroot] [PATCH 1/2] package/intel-microcode: " Yann E. MORIN
  1 sibling, 1 reply; 6+ messages in thread
From: Bernd Kuhls @ 2014-12-21 10:09 UTC (permalink / raw)
  To: buildroot

- updated upstream location
  http://metadata.ftp-master.debian.org/changelogs/contrib/i/iucode-tool/unstable_changelog
  "iucode-tool (1.0.2-1) unstable; urgency=low
   [...]
   * debian/control: update for new upstream location at Gitorious"

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/iucode-tool/Config.in      |    2 +-
 package/iucode-tool/iucode-tool.mk |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/iucode-tool/Config.in b/package/iucode-tool/Config.in
index 8f90350..b996b36 100644
--- a/package/iucode-tool/Config.in
+++ b/package/iucode-tool/Config.in
@@ -6,4 +6,4 @@ config BR2_PACKAGE_IUCODE_TOOL
 	help
 	  Intel processor microcode tool
 
-	  http://packages.debian.org/source/iucode-tool
+	  https://gitorious.org/iucode-tool
diff --git a/package/iucode-tool/iucode-tool.mk b/package/iucode-tool/iucode-tool.mk
index 081b086..44d49d9 100644
--- a/package/iucode-tool/iucode-tool.mk
+++ b/package/iucode-tool/iucode-tool.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-IUCODE_TOOL_VERSION = v1.0.1
-IUCODE_TOOL_SITE = git://git.debian.org/users/hmh/iucode-tool.git
+IUCODE_TOOL_VERSION = 1cbd73013cd4c6b2b287f07f6189eef35cb83ca0
+IUCODE_TOOL_SITE = git://gitorious.org/iucode-tool/iucode-tool.git
 ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
 IUCODE_TOOL_CONF_ENV = LIBS="-largp"
 IUCODE_TOOL_DEPENDENCIES = argp-standalone
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/2] package/intel-microcode: bump version
  2014-12-21 10:09 [Buildroot] [PATCH 1/2] package/intel-microcode: bump version Bernd Kuhls
  2014-12-21 10:09 ` [Buildroot] [PATCH 2/2] package/iucode-tool: " Bernd Kuhls
@ 2015-01-19 22:28 ` Yann E. MORIN
  2015-01-24 16:45   ` Bernd Kuhls
  1 sibling, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2015-01-19 22:28 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2014-12-21 11:09 +0100, Bernd Kuhls spake thusly:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Sorry for the delay...

There is a newer version available, 20150107:
    http://feeds.downloadcenter.intel.com/rss/?p=2371

Would you care to update, please?

Thank you! :-)

Regards,
Yann E. MORIN.

> ---
>  package/intel-microcode/intel-microcode.mk |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/intel-microcode/intel-microcode.mk b/package/intel-microcode/intel-microcode.mk
> index bae953d..640d6fb 100644
> --- a/package/intel-microcode/intel-microcode.mk
> +++ b/package/intel-microcode/intel-microcode.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -INTEL_MICROCODE_VERSION = 20140122
> +INTEL_MICROCODE_VERSION = 20140913
>  INTEL_MICROCODE_SOURCE = microcode-$(INTEL_MICROCODE_VERSION).tgz
> -INTEL_MICROCODE_SITE = http://downloadmirror.intel.com/23574/eng
> +INTEL_MICROCODE_SITE = http://downloadmirror.intel.com/24290/eng
>  INTEL_MICROCODE_LICENSE = PROPRIETARY
>  INTEL_MICROCODE_LICENSE_FILES = license.txt
>  INTEL_MICROCODE_REDISTRIBUTE = NO
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/2] package/iucode-tool: bump version
  2014-12-21 10:09 ` [Buildroot] [PATCH 2/2] package/iucode-tool: " Bernd Kuhls
@ 2015-01-19 22:30   ` Yann E. MORIN
  2015-01-24 16:41     ` Bernd Kuhls
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2015-01-19 22:30 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2014-12-21 11:09 +0100, Bernd Kuhls spake thusly:
> - updated upstream location
>   http://metadata.ftp-master.debian.org/changelogs/contrib/i/iucode-tool/unstable_changelog
>   "iucode-tool (1.0.2-1) unstable; urgency=low
>    [...]
>    * debian/control: update for new upstream location at Gitorious"

Version 1.1.1 is now available, too. Care to update, please?
Add me in Cc when respinning, please, so I don;t miss them and can
review quickly (hopefully).

Regards,
Yann E. MORIN.

> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/iucode-tool/Config.in      |    2 +-
>  package/iucode-tool/iucode-tool.mk |    4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/iucode-tool/Config.in b/package/iucode-tool/Config.in
> index 8f90350..b996b36 100644
> --- a/package/iucode-tool/Config.in
> +++ b/package/iucode-tool/Config.in
> @@ -6,4 +6,4 @@ config BR2_PACKAGE_IUCODE_TOOL
>  	help
>  	  Intel processor microcode tool
>  
> -	  http://packages.debian.org/source/iucode-tool
> +	  https://gitorious.org/iucode-tool
> diff --git a/package/iucode-tool/iucode-tool.mk b/package/iucode-tool/iucode-tool.mk
> index 081b086..44d49d9 100644
> --- a/package/iucode-tool/iucode-tool.mk
> +++ b/package/iucode-tool/iucode-tool.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>  
> -IUCODE_TOOL_VERSION = v1.0.1
> -IUCODE_TOOL_SITE = git://git.debian.org/users/hmh/iucode-tool.git
> +IUCODE_TOOL_VERSION = 1cbd73013cd4c6b2b287f07f6189eef35cb83ca0
> +IUCODE_TOOL_SITE = git://gitorious.org/iucode-tool/iucode-tool.git
>  ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
>  IUCODE_TOOL_CONF_ENV = LIBS="-largp"
>  IUCODE_TOOL_DEPENDENCIES = argp-standalone
> -- 
> 1.7.10.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/2] package/iucode-tool: bump version
  2015-01-19 22:30   ` Yann E. MORIN
@ 2015-01-24 16:41     ` Bernd Kuhls
  0 siblings, 0 replies; 6+ messages in thread
From: Bernd Kuhls @ 2015-01-24 16:41 UTC (permalink / raw)
  To: buildroot

[posted and mailed]

"Yann E. MORIN" <yann.morin.1998@free.fr> wrote in 
news:20150119223011.GH4217 at free.fr:

> 
> Version 1.1.1 is now available, too. Care to update, please?

>> +IUCODE_TOOL_VERSION = 1cbd73013cd4c6b2b287f07f6189eef35cb83ca0

Hi Yann,

the git tree quoted above, and used in buildroot, means already
version 1.1.1 ;)

https://gitorious.org/iucode-tool/iucode-
tool/commit/1cbd73013cd4c6b2b287f07f6189eef35cb83ca0

Regards, Bernd

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/2] package/intel-microcode: bump version
  2015-01-19 22:28 ` [Buildroot] [PATCH 1/2] package/intel-microcode: " Yann E. MORIN
@ 2015-01-24 16:45   ` Bernd Kuhls
  0 siblings, 0 replies; 6+ messages in thread
From: Bernd Kuhls @ 2015-01-24 16:45 UTC (permalink / raw)
  To: buildroot

"Yann E. MORIN" <yann.morin.1998@free.fr> wrote in 
news:20150119222823.GG4217 at free.fr:

> There is a newer version available, 20150107:
>     http://feeds.downloadcenter.intel.com/rss/?p=2371
> 
> Would you care to update, please?

Hi Yann,

done: http://patchwork.ozlabs.org/patch/432430/

Regards, Bernd

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-24 16:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-21 10:09 [Buildroot] [PATCH 1/2] package/intel-microcode: bump version Bernd Kuhls
2014-12-21 10:09 ` [Buildroot] [PATCH 2/2] package/iucode-tool: " Bernd Kuhls
2015-01-19 22:30   ` Yann E. MORIN
2015-01-24 16:41     ` Bernd Kuhls
2015-01-19 22:28 ` [Buildroot] [PATCH 1/2] package/intel-microcode: " Yann E. MORIN
2015-01-24 16:45   ` Bernd Kuhls

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox