Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Connectivity and base packages updates.
@ 2012-07-24  5:36 Cristian Iorga
  2012-07-24  5:36 ` [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4 Cristian Iorga
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Cristian Iorga @ 2012-07-24  5:36 UTC (permalink / raw)
  To: openembedded-core

Multiple package updates, see below for details.
Packages and core-image-sato target build on all architectures.
Basic sanity tests performed in core-image-sato under qemux86.
No obvious issues observed.

Cristian Iorga (5):
  telepathy-glib: upgrade to ver. 0.19.4
  iptables: upgrade to ver. 1.4.14
  telepathy-mission-control: upgrade to ver. 5.13
  libpcap: upgrade to ver. 1.3
  byacc: upgrade to ver. 20120526

 .../{libpcap-1.2.1 => libpcap-1.3.0}/aclocal.patch |    0
 .../ieee80215-arphrd.patch                         |    0
 .../libpcap/{libpcap_1.2.1.bb => libpcap_1.3.0.bb} |    4 ++--
 ...thy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} |    4 ++--
 ...12.0.bb => telepathy-mission-control_5.13.0.bb} |    4 ++--
 .../byacc/{byacc_20120115.bb => byacc_20120526.bb} |    4 ++--
 .../{iptables_1.4.13.bb => iptables_1.4.14.bb}     |    4 ++--
 7 files changed, 10 insertions(+), 10 deletions(-)
 rename meta/recipes-connectivity/libpcap/{libpcap-1.2.1 => libpcap-1.3.0}/aclocal.patch (100%)
 rename meta/recipes-connectivity/libpcap/{libpcap-1.2.1 => libpcap-1.3.0}/ieee80215-arphrd.patch (100%)
 rename meta/recipes-connectivity/libpcap/{libpcap_1.2.1.bb => libpcap_1.3.0.bb} (73%)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} (80%)
 rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.12.0.bb => telepathy-mission-control_5.13.0.bb} (92%)
 rename meta/recipes-extended/byacc/{byacc_20120115.bb => byacc_20120526.bb} (75%)
 rename meta/recipes-extended/iptables/{iptables_1.4.13.bb => iptables_1.4.14.bb} (91%)

-- 
1.7.9.5




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

* [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4
  2012-07-24  5:36 [PATCH 0/5] Connectivity and base packages updates Cristian Iorga
@ 2012-07-24  5:36 ` Cristian Iorga
  2012-07-24 11:14   ` Burton, Ross
  2012-07-24  5:36 ` [PATCH 2/5] iptables: upgrade to ver. 1.4.14 Cristian Iorga
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 10+ messages in thread
From: Cristian Iorga @ 2012-07-24  5:36 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 ...thy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} (80%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.4.bb
similarity index 80%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.19.4.bb
index deba3bb..29c3e9b 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.4.bb
@@ -7,8 +7,8 @@ PR = "r0"
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "af2b33c1215f189e637bd59cc9139255"
-SRC_URI[sha256sum] = "7e3c313ed08e26339deb603a615cec62a370131075514439f79f473f92ab84c3"
+SRC_URI[md5sum] = "a7e8b8b5b29280cb257f2a9c0fe566ee"
+SRC_URI[sha256sum] = "c191b1c51638c921bd8da4875df7123e3a0bc98bf2c93e6a9365c451d21d11f7"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
-- 
1.7.9.5




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

* [PATCH 2/5] iptables: upgrade to ver. 1.4.14
  2012-07-24  5:36 [PATCH 0/5] Connectivity and base packages updates Cristian Iorga
  2012-07-24  5:36 ` [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4 Cristian Iorga
@ 2012-07-24  5:36 ` Cristian Iorga
  2012-07-24  5:36 ` [PATCH 3/5] telepathy-mission-control: upgrade to ver. 5.13 Cristian Iorga
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Cristian Iorga @ 2012-07-24  5:36 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../{iptables_1.4.13.bb => iptables_1.4.14.bb}     |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/iptables/{iptables_1.4.13.bb => iptables_1.4.14.bb} (91%)

diff --git a/meta/recipes-extended/iptables/iptables_1.4.13.bb b/meta/recipes-extended/iptables/iptables_1.4.14.bb
similarity index 91%
rename from meta/recipes-extended/iptables/iptables_1.4.13.bb
rename to meta/recipes-extended/iptables/iptables_1.4.14.bb
index 59782c0..4396ccf 100644
--- a/meta/recipes-extended/iptables/iptables_1.4.13.bb
+++ b/meta/recipes-extended/iptables/iptables_1.4.14.bb
@@ -24,8 +24,8 @@ FILES_${PN}-dbg =+ "${libdir}/xtables/.debug"
 SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \
            file://types.h-add-defines-that-are-required-for-if_packet.patch"
 
-SRC_URI[md5sum] = "40a15608ec57b50e9377cace546dd115"
-SRC_URI[sha256sum] = "321e2600fc4541a958e44cafd85a42864b0035404097e0f2e082d474029b9ded"
+SRC_URI[md5sum] = "5ab24ad683f76689cfe7e0c73f44855d"
+SRC_URI[sha256sum] = "9be675696f41cd4f35cc332b667d285fe9489ca93c8e1f77804bd04b3315a522"
 
 inherit autotools
 
-- 
1.7.9.5




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

* [PATCH 3/5] telepathy-mission-control: upgrade to ver. 5.13
  2012-07-24  5:36 [PATCH 0/5] Connectivity and base packages updates Cristian Iorga
  2012-07-24  5:36 ` [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4 Cristian Iorga
  2012-07-24  5:36 ` [PATCH 2/5] iptables: upgrade to ver. 1.4.14 Cristian Iorga
@ 2012-07-24  5:36 ` Cristian Iorga
  2012-07-24  5:36 ` [PATCH 4/5] libpcap: upgrade to ver. 1.3 Cristian Iorga
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Cristian Iorga @ 2012-07-24  5:36 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 ...12.0.bb => telepathy-mission-control_5.13.0.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.12.0.bb => telepathy-mission-control_5.13.0.bb} (92%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.12.0.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.13.0.bb
similarity index 92%
rename from meta/recipes-connectivity/telepathy/telepathy-mission-control_5.12.0.bb
rename to meta/recipes-connectivity/telepathy/telepathy-mission-control_5.13.0.bb
index 65b5d89..f1f4c1e 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.12.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.13.0.bb
@@ -40,5 +40,5 @@ FILES_libmissioncontrol-dbg = "${libdir}/.debug/libmissioncontrol.so.*"
 FILES_libmissioncontrol-config-dbg = "${libdir}/.debug/libmissioncontrol-config.so.*"
 FILES_libmissioncontrol-server-dbg = "${libdir}/.debug/libmissioncontrol-server.so.*"
 
-SRC_URI[md5sum] = "f39dcfef785a37dc21efa9af06be2e61"
-SRC_URI[sha256sum] = "660aeb65543e1b029dfde6a895934cb20b766644bae2a68c0030052aa6645e77"
+SRC_URI[md5sum] = "8b0c82136467d1188d4fa7f032cd3beb"
+SRC_URI[sha256sum] = "b546da6bd1a1ac16f8a1db67b7673673e007ecaf9844da405c50acbcef0118eb"
-- 
1.7.9.5




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

* [PATCH 4/5] libpcap: upgrade to ver. 1.3
  2012-07-24  5:36 [PATCH 0/5] Connectivity and base packages updates Cristian Iorga
                   ` (2 preceding siblings ...)
  2012-07-24  5:36 ` [PATCH 3/5] telepathy-mission-control: upgrade to ver. 5.13 Cristian Iorga
@ 2012-07-24  5:36 ` Cristian Iorga
  2012-07-24  5:36 ` [PATCH 5/5] byacc: upgrade to ver. 20120526 Cristian Iorga
  2012-07-26 19:17 ` [PATCH 0/5] Connectivity and base packages updates Saul Wold
  5 siblings, 0 replies; 10+ messages in thread
From: Cristian Iorga @ 2012-07-24  5:36 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../{libpcap-1.2.1 => libpcap-1.3.0}/aclocal.patch |    0
 .../ieee80215-arphrd.patch                         |    0
 .../libpcap/{libpcap_1.2.1.bb => libpcap_1.3.0.bb} |    4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/libpcap/{libpcap-1.2.1 => libpcap-1.3.0}/aclocal.patch (100%)
 rename meta/recipes-connectivity/libpcap/{libpcap-1.2.1 => libpcap-1.3.0}/ieee80215-arphrd.patch (100%)
 rename meta/recipes-connectivity/libpcap/{libpcap_1.2.1.bb => libpcap_1.3.0.bb} (73%)

diff --git a/meta/recipes-connectivity/libpcap/libpcap-1.2.1/aclocal.patch b/meta/recipes-connectivity/libpcap/libpcap-1.3.0/aclocal.patch
similarity index 100%
rename from meta/recipes-connectivity/libpcap/libpcap-1.2.1/aclocal.patch
rename to meta/recipes-connectivity/libpcap/libpcap-1.3.0/aclocal.patch
diff --git a/meta/recipes-connectivity/libpcap/libpcap-1.2.1/ieee80215-arphrd.patch b/meta/recipes-connectivity/libpcap/libpcap-1.3.0/ieee80215-arphrd.patch
similarity index 100%
rename from meta/recipes-connectivity/libpcap/libpcap-1.2.1/ieee80215-arphrd.patch
rename to meta/recipes-connectivity/libpcap/libpcap-1.3.0/ieee80215-arphrd.patch
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.2.1.bb b/meta/recipes-connectivity/libpcap/libpcap_1.3.0.bb
similarity index 73%
rename from meta/recipes-connectivity/libpcap/libpcap_1.2.1.bb
rename to meta/recipes-connectivity/libpcap/libpcap_1.3.0.bb
index 91bedf7..717e0e8 100644
--- a/meta/recipes-connectivity/libpcap/libpcap_1.2.1.bb
+++ b/meta/recipes-connectivity/libpcap/libpcap_1.3.0.bb
@@ -5,8 +5,8 @@ PR = "${INC_PR}.0"
 SRC_URI += "file://aclocal.patch \
             file://ieee80215-arphrd.patch"
 
-SRC_URI[md5sum] = "06046e0e81efc60566daf1cc96c77d46"
-SRC_URI[sha256sum] = "a135a6ef7e539729a57c7ed345bdb9b64159e13404174006a7972eb33f00debd"
+SRC_URI[md5sum] = "f78455a92622b7a3c05c58b6ad1cec7e"
+SRC_URI[sha256sum] = "41cbd9ed68383afd9f1fda279cb78427d36879d9e34ee707e31a16a1afd872b9"
 
 #
 # make install doesn't cover the shared lib
-- 
1.7.9.5




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

* [PATCH 5/5] byacc: upgrade to ver. 20120526
  2012-07-24  5:36 [PATCH 0/5] Connectivity and base packages updates Cristian Iorga
                   ` (3 preceding siblings ...)
  2012-07-24  5:36 ` [PATCH 4/5] libpcap: upgrade to ver. 1.3 Cristian Iorga
@ 2012-07-24  5:36 ` Cristian Iorga
  2012-07-26 19:17 ` [PATCH 0/5] Connectivity and base packages updates Saul Wold
  5 siblings, 0 replies; 10+ messages in thread
From: Cristian Iorga @ 2012-07-24  5:36 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../byacc/{byacc_20120115.bb => byacc_20120526.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/byacc/{byacc_20120115.bb => byacc_20120526.bb} (75%)

diff --git a/meta/recipes-extended/byacc/byacc_20120115.bb b/meta/recipes-extended/byacc/byacc_20120526.bb
similarity index 75%
rename from meta/recipes-extended/byacc/byacc_20120115.bb
rename to meta/recipes-extended/byacc/byacc_20120526.bb
index 4549ca4..8721b1c 100644
--- a/meta/recipes-extended/byacc/byacc_20120115.bb
+++ b/meta/recipes-extended/byacc/byacc_20120526.bb
@@ -9,5 +9,5 @@ LICENSE="PD"
 LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3"
 require byacc.inc
 
-SRC_URI[md5sum] = "3061c62c47ec0f43255afd8fc3f7e3ab"
-SRC_URI[sha256sum] = "4034efc9b59646fc61e29b1a87472cccf1d1aaf45435f9d3bf58dec2b5f0831c"
+SRC_URI[md5sum] = "d8a9959f784205092762eb29426bdf23"
+SRC_URI[sha256sum] = "be05856b039bc9eb95a93cf89ac381de4fc6bb91d236c6b130e8b1daeb6075d6"
-- 
1.7.9.5




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

* Re: [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4
  2012-07-24  5:36 ` [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4 Cristian Iorga
@ 2012-07-24 11:14   ` Burton, Ross
  2012-07-24 11:30     ` Iorga, Cristian
  0 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2012-07-24 11:14 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 24 July 2012 06:36, Cristian Iorga <cristian.iorga@intel.com> wrote:
>  rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} (80%)

I only just noticed that we're shipping the development series of
telepathy-glib, which is a bold statement.  Telepathy follows the
GNOME versioning, so even=release, odd=development.  For telepathy,
development really can mean it -- new interfaces and aggressively
increased dependencies are quite likely.  Once 0.20 is released it's
probably best to stick with stable releases.

Ross



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

* Re: [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4
  2012-07-24 11:14   ` Burton, Ross
@ 2012-07-24 11:30     ` Iorga, Cristian
  2012-07-24 11:37       ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Iorga, Cristian @ 2012-07-24 11:30 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hello Ross, Saul, all,


Previously, an update to telepathy-glib 0.19.2 was in our yocto recipes, so updating to 0.19.4 seems like an obvious choice.
This is the status with a lot of stuff we are delivering.
I am in the process of updating gstreamer, and I have received recommendation to update the entire gstreamer stack to unstable versions, because we are many versions behind while being on the stable branch.
To be honest, I don't know how to proceed on gstreamer.
Please advise.

Thanks,
Cristian

-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Burton, Ross
Sent: Tuesday, July 24, 2012 2:15 PM
To: Patches and discussions about the oe-core layer
Subject: Re: [OE-core] [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4

On 24 July 2012 06:36, Cristian Iorga <cristian.iorga@intel.com> wrote:
>  rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.2.bb 
> => telepathy-glib_0.19.4.bb} (80%)

I only just noticed that we're shipping the development series of telepathy-glib, which is a bold statement.  Telepathy follows the GNOME versioning, so even=release, odd=development.  For telepathy, development really can mean it -- new interfaces and aggressively increased dependencies are quite likely.  Once 0.20 is released it's probably best to stick with stable releases.

Ross

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4
  2012-07-24 11:30     ` Iorga, Cristian
@ 2012-07-24 11:37       ` Burton, Ross
  0 siblings, 0 replies; 10+ messages in thread
From: Burton, Ross @ 2012-07-24 11:37 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hi Christian,

On 24 July 2012 12:30, Iorga, Cristian <cristian.iorga@intel.com> wrote:
> I am in the process of updating gstreamer, and I have received recommendation to update the entire gstreamer stack to unstable versions, because we are many versions behind while being on the stable branch.
> To be honest, I don't know how to proceed on gstreamer.
> Please advise.

I'd recommend keeping with the stable releases -- 0.10.36 that we
already have.  The 0.11.x series is leading up to a GStreamer 1.0
release which has serious API changes, so isn't a trivial upgrade.

Packaging the 0.11.x releases as gstreamer-1.0 that is parallel
installable with the 0.10 series would be a good idea, but that can
wait until someone asks for it or they make a 1.0 release.

Ross



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

* Re: [PATCH 0/5] Connectivity and base packages updates.
  2012-07-24  5:36 [PATCH 0/5] Connectivity and base packages updates Cristian Iorga
                   ` (4 preceding siblings ...)
  2012-07-24  5:36 ` [PATCH 5/5] byacc: upgrade to ver. 20120526 Cristian Iorga
@ 2012-07-26 19:17 ` Saul Wold
  5 siblings, 0 replies; 10+ messages in thread
From: Saul Wold @ 2012-07-26 19:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 07/23/2012 10:36 PM, Cristian Iorga wrote:
> Multiple package updates, see below for details.
> Packages and core-image-sato target build on all architectures.
> Basic sanity tests performed in core-image-sato under qemux86.
> No obvious issues observed.
>
> Cristian Iorga (5):
>    telepathy-glib: upgrade to ver. 0.19.4
>    iptables: upgrade to ver. 1.4.14
>    telepathy-mission-control: upgrade to ver. 5.13
>    libpcap: upgrade to ver. 1.3
>    byacc: upgrade to ver. 20120526
>
>   .../{libpcap-1.2.1 => libpcap-1.3.0}/aclocal.patch |    0
>   .../ieee80215-arphrd.patch                         |    0
>   .../libpcap/{libpcap_1.2.1.bb => libpcap_1.3.0.bb} |    4 ++--
>   ...thy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} |    4 ++--
>   ...12.0.bb => telepathy-mission-control_5.13.0.bb} |    4 ++--
>   .../byacc/{byacc_20120115.bb => byacc_20120526.bb} |    4 ++--
>   .../{iptables_1.4.13.bb => iptables_1.4.14.bb}     |    4 ++--
>   7 files changed, 10 insertions(+), 10 deletions(-)
>   rename meta/recipes-connectivity/libpcap/{libpcap-1.2.1 => libpcap-1.3.0}/aclocal.patch (100%)
>   rename meta/recipes-connectivity/libpcap/{libpcap-1.2.1 => libpcap-1.3.0}/ieee80215-arphrd.patch (100%)
>   rename meta/recipes-connectivity/libpcap/{libpcap_1.2.1.bb => libpcap_1.3.0.bb} (73%)
>   rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} (80%)
>   rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.12.0.bb => telepathy-mission-control_5.13.0.bb} (92%)
>   rename meta/recipes-extended/byacc/{byacc_20120115.bb => byacc_20120526.bb} (75%)
>   rename meta/recipes-extended/iptables/{iptables_1.4.13.bb => iptables_1.4.14.bb} (91%)
>

Merged all but the telepathy-glib as we should wait for stable

Thanks
	Sau!



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

end of thread, other threads:[~2012-07-26 19:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-24  5:36 [PATCH 0/5] Connectivity and base packages updates Cristian Iorga
2012-07-24  5:36 ` [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4 Cristian Iorga
2012-07-24 11:14   ` Burton, Ross
2012-07-24 11:30     ` Iorga, Cristian
2012-07-24 11:37       ` Burton, Ross
2012-07-24  5:36 ` [PATCH 2/5] iptables: upgrade to ver. 1.4.14 Cristian Iorga
2012-07-24  5:36 ` [PATCH 3/5] telepathy-mission-control: upgrade to ver. 5.13 Cristian Iorga
2012-07-24  5:36 ` [PATCH 4/5] libpcap: upgrade to ver. 1.3 Cristian Iorga
2012-07-24  5:36 ` [PATCH 5/5] byacc: upgrade to ver. 20120526 Cristian Iorga
2012-07-26 19:17 ` [PATCH 0/5] Connectivity and base packages updates Saul Wold

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