All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Various PUs
@ 2014-08-29 13:10 Cristian Iorga
  2014-08-29 13:10 ` [PATCH 1/3] iproute2: upgrade to 3.16.0 Cristian Iorga
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cristian Iorga @ 2014-08-29 13:10 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit fe2e53ba30ba679c038bd5b48b9a91a41af4c49e:

  bitbake: toaster: create Build methods for calculating progress and ETA (2014-08-29 13:56:50 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (3):
  iproute2: upgrade to 3.16.0
  libpcap: upgrade to 1.6.1
  libical: upgrade to 1.0.0

 .../{iproute2_3.15.0.bb => iproute2_3.16.0.bb}     |  4 +-
 meta/recipes-connectivity/libpcap/libpcap.inc      |  4 +-
 .../libpcap/libpcap/ieee80215-arphrd.patch         | 24 ----------
 .../libpcap/{libpcap_1.5.3.bb => libpcap_1.6.1.bb} |  8 ++--
 .../libical/files/pthread-fix.patch                | 52 ----------------------
 .../libical/{libical_0.48.bb => libical_1.0.0.bb}  | 13 +++---
 6 files changed, 12 insertions(+), 93 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.15.0.bb => iproute2_3.16.0.bb} (68%)
 delete mode 100644 meta/recipes-connectivity/libpcap/libpcap/ieee80215-arphrd.patch
 rename meta/recipes-connectivity/libpcap/{libpcap_1.5.3.bb => libpcap_1.6.1.bb} (66%)
 delete mode 100644 meta/recipes-support/libical/files/pthread-fix.patch
 rename meta/recipes-support/libical/{libical_0.48.bb => libical_1.0.0.bb} (40%)

-- 
1.9.1



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

* [PATCH 1/3] iproute2: upgrade to 3.16.0
  2014-08-29 13:10 [PATCH 0/3] Various PUs Cristian Iorga
@ 2014-08-29 13:10 ` Cristian Iorga
  2014-08-29 13:10 ` [PATCH 2/3] libpcap: upgrade to 1.6.1 Cristian Iorga
  2014-08-29 13:10 ` [PATCH 3/3] libical: upgrade to 1.0.0 Cristian Iorga
  2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2014-08-29 13:10 UTC (permalink / raw)
  To: openembedded-core

Bugfixes.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../iproute2/{iproute2_3.15.0.bb => iproute2_3.16.0.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.15.0.bb => iproute2_3.16.0.bb} (68%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb
similarity index 68%
rename from meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb
index 7cf9115..b1a68f2 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb
@@ -4,8 +4,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
            file://configure-cross.patch \
            file://0001-iproute2-de-bash-scripts.patch \
           "
-SRC_URI[md5sum] = "5b1711c9d16071959052e369a2682d77"
-SRC_URI[sha256sum] = "5359ed1f31839d8542a057c0c4233131ab9c28d8c41fc9c8484579d9c0b99af4"
+SRC_URI[md5sum] = "6c823b40fdcfa7b8120743349a52ac18"
+SRC_URI[sha256sum] = "1f0a8a6c0e872166f75433f5cbf9766f3002b5c2f13501b3bb8c51846a127b79"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
1.9.1



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

* [PATCH 2/3] libpcap: upgrade to 1.6.1
  2014-08-29 13:10 [PATCH 0/3] Various PUs Cristian Iorga
  2014-08-29 13:10 ` [PATCH 1/3] iproute2: upgrade to 3.16.0 Cristian Iorga
@ 2014-08-29 13:10 ` Cristian Iorga
  2014-08-29 13:10 ` [PATCH 3/3] libical: upgrade to 1.0.0 Cristian Iorga
  2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2014-08-29 13:10 UTC (permalink / raw)
  To: openembedded-core

- Still BSD licensed, some changes into
pcap triggered a checksum change;
- ieee80215-arphrd.patch removed, obsolete.
- switched to ${BP} variable;

Changelog from previous version:
Saturday  Jul. 19, 2014 mcr@sandelman.ca
  Summary for 1.6.1 libpcap release
	some fixes for the any device
	changes for how --enable-XXX works

Wednesday Jul. 2, 2014 mcr@sandelman.ca
  Summary for 1.6.0 libpcap release
        Don't support D-Bus sniffing on OS X
        fixes for byte order issues with NFLOG captures
        Handle using cooked mode for DLT_NETLINK in activate_new().
        on platforms where you can not capture on down interfaces, do not list them
        but: do list interfaces which are down, if you can capture on them!

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-connectivity/libpcap/libpcap.inc      |  4 ++--
 .../libpcap/libpcap/ieee80215-arphrd.patch         | 24 ----------------------
 .../libpcap/{libpcap_1.5.3.bb => libpcap_1.6.1.bb} |  8 +++-----
 3 files changed, 5 insertions(+), 31 deletions(-)
 delete mode 100644 meta/recipes-connectivity/libpcap/libpcap/ieee80215-arphrd.patch
 rename meta/recipes-connectivity/libpcap/{libpcap_1.5.3.bb => libpcap_1.6.1.bb} (66%)

diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc
index 92d6eff..a12eb16 100644
--- a/meta/recipes-connectivity/libpcap/libpcap.inc
+++ b/meta/recipes-connectivity/libpcap/libpcap.inc
@@ -7,7 +7,7 @@ BUGTRACKER = "http://sourceforge.net/tracker/?group_id=53067&atid=469577"
 SECTION = "libs/network"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867 \
-                    file://pcap.h;beginline=1;endline=34;md5=8d6cf7e17d5745010d633e30bc529ea9"
+                    file://pcap.h;beginline=1;endline=32;md5=39af3510e011f34b8872f120b1dc31d2"
 DEPENDS = "flex-native bison-native"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}"
@@ -17,7 +17,7 @@ PACKAGECONFIG[libnl] = "--with-libnl,--without-libnl,libnl"
 
 INC_PR = "r5"
 
-SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz"
+SRC_URI = "http://www.tcpdump.org/release/${BP}.tar.gz"
 
 BINCONFIG = "${bindir}/pcap-config"
 
diff --git a/meta/recipes-connectivity/libpcap/libpcap/ieee80215-arphrd.patch b/meta/recipes-connectivity/libpcap/libpcap/ieee80215-arphrd.patch
deleted file mode 100644
index 2f5cd21..0000000
--- a/meta/recipes-connectivity/libpcap/libpcap/ieee80215-arphrd.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Upstream-Status: Pending
-
-Index: libpcap-1.0.0/pcap-linux.c
-===================================================================
---- libpcap-1.0.0.orig/pcap-linux.c	2009-01-28 11:58:54.000000000 +0300
-+++ libpcap-1.0.0/pcap-linux.c	2009-01-28 11:59:04.000000000 +0300
-@@ -1616,6 +1616,17 @@
- 		 * so let's use "Linux-cooked" mode. Jean II */
- 		//handle->md.cooked = 1;
- 		break;
-+#ifndef ARPHRD_IEEE80215
-+#define ARPHRD_IEEE80215 805
-+#endif
-+#ifndef ARPHRD_IEEE80215_PHY
-+#define ARPHRD_IEEE80215_PHY 806
-+#endif
-+
-+    case ARPHRD_IEEE80215:
-+    case ARPHRD_IEEE80215_PHY:
-+        handle->linktype = DLT_IEEE802_15_4;
-+        break;
- 
- 	/* ARPHRD_LAPD is unofficial and randomly allocated, if reallocation
- 	 * is needed, please report it to <daniele@orlandi.com> */
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.5.3.bb b/meta/recipes-connectivity/libpcap/libpcap_1.6.1.bb
similarity index 66%
rename from meta/recipes-connectivity/libpcap/libpcap_1.5.3.bb
rename to meta/recipes-connectivity/libpcap/libpcap_1.6.1.bb
index 3ba3caa..f570ebb 100644
--- a/meta/recipes-connectivity/libpcap/libpcap_1.5.3.bb
+++ b/meta/recipes-connectivity/libpcap/libpcap_1.6.1.bb
@@ -1,10 +1,8 @@
 require libpcap.inc
 
-SRC_URI += "file://aclocal.patch \
-            file://ieee80215-arphrd.patch \
-           "
-SRC_URI[md5sum] = "7e7321fb3aff2f2bb05c8229f3795d4a"
-SRC_URI[sha256sum] = "9ae92159c1060f15e6a90f2c4ad227268b6aaa382c316fa49a31c496b9979e93"
+SRC_URI += "file://aclocal.patch"
+SRC_URI[md5sum] = "5eb05edf6b6c6e63d536d1c9fbfb2f7c"
+SRC_URI[sha256sum] = "116cbb3ac9e96d5dd7b39638a2f894a67fa3dcf06d794e6dae2b9a942ad13476"
 
 #
 # make install doesn't cover the shared lib
-- 
1.9.1



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

* [PATCH 3/3] libical: upgrade to 1.0.0
  2014-08-29 13:10 [PATCH 0/3] Various PUs Cristian Iorga
  2014-08-29 13:10 ` [PATCH 1/3] iproute2: upgrade to 3.16.0 Cristian Iorga
  2014-08-29 13:10 ` [PATCH 2/3] libpcap: upgrade to 1.6.1 Cristian Iorga
@ 2014-08-29 13:10 ` Cristian Iorga
  2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2014-08-29 13:10 UTC (permalink / raw)
  To: openembedded-core

pthread-fix.patch no longer needed, included upstream;
Switched to new website, new bug tracker, new source repo.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../libical/files/pthread-fix.patch                | 52 ----------------------
 .../libical/{libical_0.48.bb => libical_1.0.0.bb}  | 13 +++---
 2 files changed, 5 insertions(+), 60 deletions(-)
 delete mode 100644 meta/recipes-support/libical/files/pthread-fix.patch
 rename meta/recipes-support/libical/{libical_0.48.bb => libical_1.0.0.bb} (40%)

diff --git a/meta/recipes-support/libical/files/pthread-fix.patch b/meta/recipes-support/libical/files/pthread-fix.patch
deleted file mode 100644
index 877b808..0000000
--- a/meta/recipes-support/libical/files/pthread-fix.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-New added pthread feature leads to some deadlock with some unlock code missing.
-This patch fix it.
-
-Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-
-Upstream-Status: Pending
-
-Index: libical-0.47/src/libical/icaltimezone.c
-===================================================================
---- libical-0.47.orig/src/libical/icaltimezone.c	2011-12-16 13:42:25.000000000 +0800
-+++ libical-0.47/src/libical/icaltimezone.c	2011-12-16 14:16:25.000000000 +0800
-@@ -1773,7 +1773,7 @@
-     filename = (char*) malloc (filename_len);
-     if (!filename) {
- 	icalerror_set_errno(ICAL_NEWFAILED_ERROR);
--	return;
-+	goto out;
-     }
- 
-     snprintf (filename, filename_len, "%s/%s.ics", get_zone_directory(),
-@@ -1783,7 +1783,7 @@
-     free (filename);
-     if (!fp) {
- 	icalerror_set_errno(ICAL_FILE_ERROR);
--	return;
-+	goto out;
-     }
- 
- 	
-@@ -1807,7 +1807,7 @@
- 
-     if (!subcomp) {
- 	icalerror_set_errno(ICAL_PARSE_ERROR);
--	return;
-+	goto out;
-     }
- 
-     icaltimezone_get_vtimezone_properties (zone, subcomp);
-@@ -1817,10 +1817,12 @@
-     icalcomponent_free(comp);
-     }
- #endif 
--#ifdef HAVE_PTHREAD
-+
-  out:
-+#ifdef HAVE_PTHREAD
-     pthread_mutex_unlock(&builtin_mutex);
- #endif
-+    return;
- }
- 
- 
diff --git a/meta/recipes-support/libical/libical_0.48.bb b/meta/recipes-support/libical/libical_1.0.0.bb
similarity index 40%
rename from meta/recipes-support/libical/libical_0.48.bb
rename to meta/recipes-support/libical/libical_1.0.0.bb
index f464026..07b549e 100644
--- a/meta/recipes-support/libical/libical_0.48.bb
+++ b/meta/recipes-support/libical/libical_1.0.0.bb
@@ -1,16 +1,13 @@
 SUMMARY = "iCal and scheduling (RFC 2445, 2446, 2447) library"
-HOMEPAGE = "http://sourceforge.net/projects/freeassociation/"
-BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16077&atid=116077"
+HOMEPAGE = "https://github.com/libical/libical"
+BUGTRACKER = "https://github.com/libical/libical/issues"
 LICENSE = "LGPLv2.1 | MPL-1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \
                     file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6"
 SECTION = "libs"
 
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/project/freeassociation/${BPN}/${P}/${BPN}-${PV}.tar.gz\
-           file://pthread-fix.patch"
-
-SRC_URI[md5sum] = "e549f434d5fbf9cd156c60ed4943618f"
-SRC_URI[sha256sum] = "2ae78b0757f0dd13431acf42a9a8d038339fd4767fd5134e650bf60ee0b4dff0"
+SRC_URI = "https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz"
+SRC_URI[md5sum] = "f4b8e33ae5efb2f025eb43ce69682a36"
+SRC_URI[sha256sum] = "0072e83834092315772e6719b85fc8b11530b1ff53f4d108315fb38cddbce8c2"
 
 inherit autotools
-- 
1.9.1



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

end of thread, other threads:[~2014-08-29 13:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 13:10 [PATCH 0/3] Various PUs Cristian Iorga
2014-08-29 13:10 ` [PATCH 1/3] iproute2: upgrade to 3.16.0 Cristian Iorga
2014-08-29 13:10 ` [PATCH 2/3] libpcap: upgrade to 1.6.1 Cristian Iorga
2014-08-29 13:10 ` [PATCH 3/3] libical: upgrade to 1.0.0 Cristian Iorga

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.