mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] usb-modeswitch: version bump 2.3.0 -> 2.4.0
@ 2016-12-13 16:21 Ladislav Michl
  2016-12-16 14:36 ` Michael Olbrich
  0 siblings, 1 reply; 4+ messages in thread
From: Ladislav Michl @ 2016-12-13 16:21 UTC (permalink / raw)
  To: ptxdist

Update also usb-modeswitch-data to version 20160803,
as it needs new features from usb-modeswitch-2.4.0

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 rules/usb-modeswitch-data.make | 4 ++--
 rules/usb-modeswitch.make      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/usb-modeswitch-data.make b/rules/usb-modeswitch-data.make
index 1e3b86f..14f026a 100644
--- a/rules/usb-modeswitch-data.make
+++ b/rules/usb-modeswitch-data.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_USB_MODESWITCH_DATA) += usb-modeswitch-data
 #
 # Paths and names
 #
-USB_MODESWITCH_DATA_VERSION	:= 20160112
-USB_MODESWITCH_DATA_MD5		:= 040d11138fc0a61b980d704ac3b4547f
+USB_MODESWITCH_DATA_VERSION	:= 20160803
+USB_MODESWITCH_DATA_MD5		:= acc927e44827837eb23b2a7980b38a35
 USB_MODESWITCH_DATA		:= usb-modeswitch-data-$(USB_MODESWITCH_DATA_VERSION)
 USB_MODESWITCH_DATA_SUFFIX	:= tar.bz2
 USB_MODESWITCH_DATA_URL		:= http://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH_DATA).$(USB_MODESWITCH_DATA_SUFFIX)
diff --git a/rules/usb-modeswitch.make b/rules/usb-modeswitch.make
index 95149a3..a372464 100644
--- a/rules/usb-modeswitch.make
+++ b/rules/usb-modeswitch.make
@@ -16,7 +16,7 @@ PACKAGES-$(PTXCONF_USB_MODESWITCH) += usb-modeswitch
 #
 # Paths and names
 #
-USB_MODESWITCH_VERSION	:= 2.3.0
+USB_MODESWITCH_VERSION	:= 2.4.0
 USB_MODESWITCH_MD5	:= 7faf7dccd50b3ca8aaa16fcb5bf0dc2f
 USB_MODESWITCH		:= usb-modeswitch-$(USB_MODESWITCH_VERSION)
 USB_MODESWITCH_SUFFIX	:= tar.bz2
-- 
2.10.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] usb-modeswitch: version bump 2.3.0 -> 2.4.0
  2016-12-13 16:21 [ptxdist] [PATCH] usb-modeswitch: version bump 2.3.0 -> 2.4.0 Ladislav Michl
@ 2016-12-16 14:36 ` Michael Olbrich
  2016-12-19  8:30   ` [ptxdist] [PATCHv2] " Ladislav Michl
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Olbrich @ 2016-12-16 14:36 UTC (permalink / raw)
  To: ptxdist

On Tue, Dec 13, 2016 at 05:21:52PM +0100, Ladislav Michl wrote:
> Update also usb-modeswitch-data to version 20160803,
> as it needs new features from usb-modeswitch-2.4.0
> 
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>  rules/usb-modeswitch-data.make | 4 ++--
>  rules/usb-modeswitch.make      | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/usb-modeswitch-data.make b/rules/usb-modeswitch-data.make
> index 1e3b86f..14f026a 100644
> --- a/rules/usb-modeswitch-data.make
> +++ b/rules/usb-modeswitch-data.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_USB_MODESWITCH_DATA) += usb-modeswitch-data
>  #
>  # Paths and names
>  #
> -USB_MODESWITCH_DATA_VERSION	:= 20160112
> -USB_MODESWITCH_DATA_MD5		:= 040d11138fc0a61b980d704ac3b4547f
> +USB_MODESWITCH_DATA_VERSION	:= 20160803
> +USB_MODESWITCH_DATA_MD5		:= acc927e44827837eb23b2a7980b38a35
>  USB_MODESWITCH_DATA		:= usb-modeswitch-data-$(USB_MODESWITCH_DATA_VERSION)
>  USB_MODESWITCH_DATA_SUFFIX	:= tar.bz2
>  USB_MODESWITCH_DATA_URL		:= http://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH_DATA).$(USB_MODESWITCH_DATA_SUFFIX)
> diff --git a/rules/usb-modeswitch.make b/rules/usb-modeswitch.make
> index 95149a3..a372464 100644
> --- a/rules/usb-modeswitch.make
> +++ b/rules/usb-modeswitch.make
> @@ -16,7 +16,7 @@ PACKAGES-$(PTXCONF_USB_MODESWITCH) += usb-modeswitch
>  #
>  # Paths and names
>  #
> -USB_MODESWITCH_VERSION	:= 2.3.0
> +USB_MODESWITCH_VERSION	:= 2.4.0
>  USB_MODESWITCH_MD5	:= 7faf7dccd50b3ca8aaa16fcb5bf0dc2f

Please fix the md5 sum.

Michael

>  USB_MODESWITCH		:= usb-modeswitch-$(USB_MODESWITCH_VERSION)
>  USB_MODESWITCH_SUFFIX	:= tar.bz2
> -- 
> 2.10.2
> 
> 
> _______________________________________________
> 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

* [ptxdist] [PATCHv2] usb-modeswitch: version bump 2.3.0 -> 2.4.0
  2016-12-16 14:36 ` Michael Olbrich
@ 2016-12-19  8:30   ` Ladislav Michl
  2017-01-05 16:54     ` Michael Olbrich
  0 siblings, 1 reply; 4+ messages in thread
From: Ladislav Michl @ 2016-12-19  8:30 UTC (permalink / raw)
  To: ptxdist

Update also usb-modeswitch-data to version 20160803,
as it needs new features from usb-modeswitch-2.4.0

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 changes:
 - v2: updated md5sum (unnoticed previously as I overlooked
       private usb-modeswitch.make rule in my project)

 rules/usb-modeswitch-data.make | 4 ++--
 rules/usb-modeswitch.make      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/usb-modeswitch-data.make b/rules/usb-modeswitch-data.make
index 1e3b86f..14f026a 100644
--- a/rules/usb-modeswitch-data.make
+++ b/rules/usb-modeswitch-data.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_USB_MODESWITCH_DATA) += usb-modeswitch-data
 #
 # Paths and names
 #
-USB_MODESWITCH_DATA_VERSION	:= 20160112
-USB_MODESWITCH_DATA_MD5		:= 040d11138fc0a61b980d704ac3b4547f
+USB_MODESWITCH_DATA_VERSION	:= 20160803
+USB_MODESWITCH_DATA_MD5		:= acc927e44827837eb23b2a7980b38a35
 USB_MODESWITCH_DATA		:= usb-modeswitch-data-$(USB_MODESWITCH_DATA_VERSION)
 USB_MODESWITCH_DATA_SUFFIX	:= tar.bz2
 USB_MODESWITCH_DATA_URL		:= http://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH_DATA).$(USB_MODESWITCH_DATA_SUFFIX)
diff --git a/rules/usb-modeswitch.make b/rules/usb-modeswitch.make
index 95149a3..7210ed9 100644
--- a/rules/usb-modeswitch.make
+++ b/rules/usb-modeswitch.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_USB_MODESWITCH) += usb-modeswitch
 #
 # Paths and names
 #
-USB_MODESWITCH_VERSION	:= 2.3.0
-USB_MODESWITCH_MD5	:= 7faf7dccd50b3ca8aaa16fcb5bf0dc2f
+USB_MODESWITCH_VERSION	:= 2.4.0
+USB_MODESWITCH_MD5	:= 6e1640db47768bb9012f91b7593116ef
 USB_MODESWITCH		:= usb-modeswitch-$(USB_MODESWITCH_VERSION)
 USB_MODESWITCH_SUFFIX	:= tar.bz2
 USB_MODESWITCH_URL	:= http://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH).$(USB_MODESWITCH_SUFFIX)
-- 
2.10.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCHv2] usb-modeswitch: version bump 2.3.0 -> 2.4.0
  2016-12-19  8:30   ` [ptxdist] [PATCHv2] " Ladislav Michl
@ 2017-01-05 16:54     ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2017-01-05 16:54 UTC (permalink / raw)
  To: ptxdist

On Mon, Dec 19, 2016 at 09:30:35AM +0100, Ladislav Michl wrote:
> Update also usb-modeswitch-data to version 20160803,
> as it needs new features from usb-modeswitch-2.4.0
> 
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>  changes:
>  - v2: updated md5sum (unnoticed previously as I overlooked
>        private usb-modeswitch.make rule in my project)

Thanks, applied.

Michael

>  rules/usb-modeswitch-data.make | 4 ++--
>  rules/usb-modeswitch.make      | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/rules/usb-modeswitch-data.make b/rules/usb-modeswitch-data.make
> index 1e3b86f..14f026a 100644
> --- a/rules/usb-modeswitch-data.make
> +++ b/rules/usb-modeswitch-data.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_USB_MODESWITCH_DATA) += usb-modeswitch-data
>  #
>  # Paths and names
>  #
> -USB_MODESWITCH_DATA_VERSION	:= 20160112
> -USB_MODESWITCH_DATA_MD5		:= 040d11138fc0a61b980d704ac3b4547f
> +USB_MODESWITCH_DATA_VERSION	:= 20160803
> +USB_MODESWITCH_DATA_MD5		:= acc927e44827837eb23b2a7980b38a35
>  USB_MODESWITCH_DATA		:= usb-modeswitch-data-$(USB_MODESWITCH_DATA_VERSION)
>  USB_MODESWITCH_DATA_SUFFIX	:= tar.bz2
>  USB_MODESWITCH_DATA_URL		:= http://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH_DATA).$(USB_MODESWITCH_DATA_SUFFIX)
> diff --git a/rules/usb-modeswitch.make b/rules/usb-modeswitch.make
> index 95149a3..7210ed9 100644
> --- a/rules/usb-modeswitch.make
> +++ b/rules/usb-modeswitch.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_USB_MODESWITCH) += usb-modeswitch
>  #
>  # Paths and names
>  #
> -USB_MODESWITCH_VERSION	:= 2.3.0
> -USB_MODESWITCH_MD5	:= 7faf7dccd50b3ca8aaa16fcb5bf0dc2f
> +USB_MODESWITCH_VERSION	:= 2.4.0
> +USB_MODESWITCH_MD5	:= 6e1640db47768bb9012f91b7593116ef
>  USB_MODESWITCH		:= usb-modeswitch-$(USB_MODESWITCH_VERSION)
>  USB_MODESWITCH_SUFFIX	:= tar.bz2
>  USB_MODESWITCH_URL	:= http://www.draisberghof.de/usb_modeswitch/$(USB_MODESWITCH).$(USB_MODESWITCH_SUFFIX)
> -- 
> 2.10.2
> 
> 
> _______________________________________________
> 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:[~2017-01-05 16:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-13 16:21 [ptxdist] [PATCH] usb-modeswitch: version bump 2.3.0 -> 2.4.0 Ladislav Michl
2016-12-16 14:36 ` Michael Olbrich
2016-12-19  8:30   ` [ptxdist] [PATCHv2] " Ladislav Michl
2017-01-05 16:54     ` Michael Olbrich

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