All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] ccid: bump to version 1.4.14
@ 2013-12-14  7:20 Axel Lin
  2013-12-14  7:21 ` [Buildroot] [PATCH 2/2] pcsc-lite: bump to version 1.8.10 Axel Lin
  2013-12-15  8:26 ` [Buildroot] [PATCH 1/2] ccid: bump to version 1.4.14 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Axel Lin @ 2013-12-14  7:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 package/ccid/ccid.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/ccid/ccid.mk b/package/ccid/ccid.mk
index aabc0c0..e337053 100644
--- a/package/ccid/ccid.mk
+++ b/package/ccid/ccid.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-CCID_VERSION = 1.4.13
+CCID_VERSION = 1.4.14
 CCID_SOURCE = ccid-$(CCID_VERSION).tar.bz2
-CCID_SITE = http://alioth.debian.org/frs/download.php/file/3959
+CCID_SITE = http://alioth.debian.org/frs/download.php/file/3967
 CCID_LICENSE = LGPLv2.1+
 CCID_LICENSE_FILES = COPYING
 CCID_INSTALL_STAGING = YES
-- 
1.8.1.2

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

* [Buildroot] [PATCH 2/2] pcsc-lite: bump to version 1.8.10
  2013-12-14  7:20 [Buildroot] [PATCH 1/2] ccid: bump to version 1.4.14 Axel Lin
@ 2013-12-14  7:21 ` Axel Lin
  2013-12-15  8:27   ` Peter Korsgaard
  2013-12-15  8:26 ` [Buildroot] [PATCH 1/2] ccid: bump to version 1.4.14 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Axel Lin @ 2013-12-14  7:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 package/pcsc-lite/pcsc-lite.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/pcsc-lite/pcsc-lite.mk b/package/pcsc-lite/pcsc-lite.mk
index 4cc628f..afbe822 100644
--- a/package/pcsc-lite/pcsc-lite.mk
+++ b/package/pcsc-lite/pcsc-lite.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PCSC_LITE_VERSION = 1.8.8
+PCSC_LITE_VERSION = 1.8.10
 PCSC_LITE_SOURCE = pcsc-lite-$(PCSC_LITE_VERSION).tar.bz2
-PCSC_LITE_SITE = http://alioth.debian.org/frs/download.php/file/3862
+PCSC_LITE_SITE = http://alioth.debian.org/frs/download.php/file/3963
 PCSC_LITE_INSTALL_STAGING = YES
 PCSC_LITE_DEPENDENCIES = host-pkgconf
 PCSC_LITE_LICENSE = BSD-3c
-- 
1.8.1.2

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

* [Buildroot] [PATCH 1/2] ccid: bump to version 1.4.14
  2013-12-14  7:20 [Buildroot] [PATCH 1/2] ccid: bump to version 1.4.14 Axel Lin
  2013-12-14  7:21 ` [Buildroot] [PATCH 2/2] pcsc-lite: bump to version 1.8.10 Axel Lin
@ 2013-12-15  8:26 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2013-12-15  8:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:

 > Signed-off-by: Axel Lin <axel.lin@ingics.com>
 > ---
 >  package/ccid/ccid.mk | 4 ++--
 >  1 file changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/ccid/ccid.mk b/package/ccid/ccid.mk
 > index aabc0c0..e337053 100644
 > --- a/package/ccid/ccid.mk
 > +++ b/package/ccid/ccid.mk
 > @@ -4,9 +4,9 @@
 >  #
 >  ################################################################################
 
 > -CCID_VERSION = 1.4.13
 > +CCID_VERSION = 1.4.14
 >  CCID_SOURCE = ccid-$(CCID_VERSION).tar.bz2
 > -CCID_SITE = http://alioth.debian.org/frs/download.php/file/3959
 > +CCID_SITE = http://alioth.debian.org/frs/download.php/file/3967

Typo, SITE should end on 3917. Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] pcsc-lite: bump to version 1.8.10
  2013-12-14  7:21 ` [Buildroot] [PATCH 2/2] pcsc-lite: bump to version 1.8.10 Axel Lin
@ 2013-12-15  8:27   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2013-12-15  8:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:

 > Signed-off-by: Axel Lin <axel.lin@ingics.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-12-15  8:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-14  7:20 [Buildroot] [PATCH 1/2] ccid: bump to version 1.4.14 Axel Lin
2013-12-14  7:21 ` [Buildroot] [PATCH 2/2] pcsc-lite: bump to version 1.8.10 Axel Lin
2013-12-15  8:27   ` Peter Korsgaard
2013-12-15  8:26 ` [Buildroot] [PATCH 1/2] ccid: bump to version 1.4.14 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.