mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] dropbear: security update to version 2012.55
@ 2012-03-13 17:23 Alexander Dahl
  2012-03-13 17:23 ` [ptxdist] [PATCH 2/2] file: security update to version 5.11 Alexander Dahl
  2012-03-14 10:06 ` [ptxdist] [PATCH 1/2] dropbear: security update to version 2012.55 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Dahl @ 2012-03-13 17:23 UTC (permalink / raw)
  To: ptxdist


Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 rules/dropbear.make |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/dropbear.make b/rules/dropbear.make
index a3ba905..fe52ad8 100644
--- a/rules/dropbear.make
+++ b/rules/dropbear.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_DROPBEAR) += dropbear
 #
 # Paths and names
 #
-DROPBEAR_VERSION	:= 0.53.1
-DROPBEAR_MD5		:= 0284ea239083f04c8b874e08e1aca243
+DROPBEAR_VERSION	:= 2012.55
+DROPBEAR_MD5		:= 8c784baec3054cdb1bb4bfa792c87812
 DROPBEAR		:= dropbear-$(DROPBEAR_VERSION)
 DROPBEAR_SUFFIX		:= tar.bz2
 DROPBEAR_URL		:= http://matt.ucc.asn.au/dropbear/releases/$(DROPBEAR).$(DROPBEAR_SUFFIX)
-- 
1.7.2.5


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 2/2] file: security update to version 5.11
  2012-03-13 17:23 [ptxdist] [PATCH 1/2] dropbear: security update to version 2012.55 Alexander Dahl
@ 2012-03-13 17:23 ` Alexander Dahl
  2012-03-14 10:09   ` Michael Olbrich
  2012-03-14 10:06 ` [ptxdist] [PATCH 1/2] dropbear: security update to version 2012.55 Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Alexander Dahl @ 2012-03-13 17:23 UTC (permalink / raw)
  To: ptxdist


Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 rules/file.make |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/file.make b/rules/file.make
index 8840bc4..5c7d739 100644
--- a/rules/file.make
+++ b/rules/file.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_FILE) += file
 #
 # Paths and names
 #
-FILE_VERSION	:= 5.06
-FILE_MD5		:= deb12b0fb9d09e7681be72bad6eba4e0
+FILE_VERSION	:= 5.11
+FILE_MD5		:= 16a407bd66d6c7a832f3a5c0d609c27b
 FILE			:= file-$(FILE_VERSION)
 FILE_SUFFIX		:= tar.gz
 FILE_URL		:= ftp://ftp.astron.com/pub/file/$(FILE).$(FILE_SUFFIX)
-- 
1.7.2.5


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH 1/2] dropbear: security update to version 2012.55
  2012-03-13 17:23 [ptxdist] [PATCH 1/2] dropbear: security update to version 2012.55 Alexander Dahl
  2012-03-13 17:23 ` [ptxdist] [PATCH 2/2] file: security update to version 5.11 Alexander Dahl
@ 2012-03-14 10:06 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2012-03-14 10:06 UTC (permalink / raw)
  To: ptxdist

On Tue, Mar 13, 2012 at 06:23:38PM +0100, Alexander Dahl wrote:
> 
> Signed-off-by: Alexander Dahl <post@lespocky.de>

Tnx. Applied.

Michael

> ---
>  rules/dropbear.make |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/dropbear.make b/rules/dropbear.make
> index a3ba905..fe52ad8 100644
> --- a/rules/dropbear.make
> +++ b/rules/dropbear.make
> @@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_DROPBEAR) += dropbear
>  #
>  # Paths and names
>  #
> -DROPBEAR_VERSION	:= 0.53.1
> -DROPBEAR_MD5		:= 0284ea239083f04c8b874e08e1aca243
> +DROPBEAR_VERSION	:= 2012.55
> +DROPBEAR_MD5		:= 8c784baec3054cdb1bb4bfa792c87812
>  DROPBEAR		:= dropbear-$(DROPBEAR_VERSION)
>  DROPBEAR_SUFFIX		:= tar.bz2
>  DROPBEAR_URL		:= http://matt.ucc.asn.au/dropbear/releases/$(DROPBEAR).$(DROPBEAR_SUFFIX)
> -- 
> 1.7.2.5
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH 2/2] file: security update to version 5.11
  2012-03-13 17:23 ` [ptxdist] [PATCH 2/2] file: security update to version 5.11 Alexander Dahl
@ 2012-03-14 10:09   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2012-03-14 10:09 UTC (permalink / raw)
  To: ptxdist

On Tue, Mar 13, 2012 at 06:23:39PM +0100, Alexander Dahl wrote:
> 
> Signed-off-by: Alexander Dahl <post@lespocky.de>

Tnx. Applied.

Michael

> ---
>  rules/file.make |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/file.make b/rules/file.make
> index 8840bc4..5c7d739 100644
> --- a/rules/file.make
> +++ b/rules/file.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_FILE) += file
>  #
>  # Paths and names
>  #
> -FILE_VERSION	:= 5.06
> -FILE_MD5		:= deb12b0fb9d09e7681be72bad6eba4e0
> +FILE_VERSION	:= 5.11
> +FILE_MD5		:= 16a407bd66d6c7a832f3a5c0d609c27b
>  FILE			:= file-$(FILE_VERSION)
>  FILE_SUFFIX		:= tar.gz
>  FILE_URL		:= ftp://ftp.astron.com/pub/file/$(FILE).$(FILE_SUFFIX)
> -- 
> 1.7.2.5
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2012-03-14 10:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-13 17:23 [ptxdist] [PATCH 1/2] dropbear: security update to version 2012.55 Alexander Dahl
2012-03-13 17:23 ` [ptxdist] [PATCH 2/2] file: security update to version 5.11 Alexander Dahl
2012-03-14 10:09   ` Michael Olbrich
2012-03-14 10:06 ` [ptxdist] [PATCH 1/2] dropbear: security update to version 2012.55 Michael Olbrich

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