* [PATCH 0/6] Recipe upgrades
@ 2012-05-01 22:00 nitin.a.kamble
2012-05-03 19:50 ` Saul Wold
0 siblings, 1 reply; 11+ messages in thread
From: nitin.a.kamble @ 2012-05-01 22:00 UTC (permalink / raw)
To: openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
The following changes since commit d89f7b9cab1946a3267e3b0402f168f946d480b2:
documentation/Makefile: Fixed figures publishing bug (2012-05-01 20:50:56 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib nitin/upgrades
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades
Nitin A Kamble (6):
qt4: fix compilation issue
makedepend: upgrade from 1.0.3 to 1.0.4
quilt: upgrade from 0.51 to 0.60
gdb: upgrade from 7.4 to 7.4.1
python: upgrade from 2.7.2 to 2.7.3
distro-tracking: update as per recent recipe upgrades
meta/conf/distro/include/default-versions.inc | 4 +-
.../conf/distro/include/distro_tracking_fields.inc | 20 +++++-----
meta/recipes-devtools/gdb/gdb-common.inc | 6 ++--
...canadian_7.4.bb => gdb-cross-canadian_7.4.1.bb} | 2 +-
.../gdb/{gdb-cross_7.4.bb => gdb-cross_7.4.1.bb} | 0
.../gdb/{gdb_7.4.bb => gdb_7.4.1.bb} | 0
...thon-native_2.7.2.bb => python-native_2.7.3.bb} | 6 +---
meta/recipes-devtools/python/python.inc | 8 ++--
.../python/python/04-default-is-optimized.patch | 30 +++++++++------
.../python/fix_for_using_different_libdir.patch | 30 +++++++++-------
.../python/sys_platform_is_now_always_linux2.patch | 39 --------------------
.../python/{python_2.7.2.bb => python_2.7.3.bb} | 3 +-
.../quilt/{quilt-0.51.inc => quilt-0.60.inc} | 4 +-
.../{quilt-native_0.51.bb => quilt-native_0.60.bb} | 2 +-
.../quilt/{quilt_0.51.bb => quilt_0.60.bb} | 2 +-
.../{makedepend_1.0.3.bb => makedepend_1.0.4.bb} | 5 +--
meta/recipes-qt/qt4/qt-4.8.1.inc | 1 +
.../qt4/qt-4.8.1/fix_conflicting_types.patch | 29 +++++++++++++++
meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +-
19 files changed, 94 insertions(+), 99 deletions(-)
rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.4.bb => gdb-cross-canadian_7.4.1.bb} (88%)
rename meta/recipes-devtools/gdb/{gdb-cross_7.4.bb => gdb-cross_7.4.1.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb_7.4.bb => gdb_7.4.1.bb} (100%)
rename meta/recipes-devtools/python/{python-native_2.7.2.bb => python-native_2.7.3.bb} (92%)
delete mode 100644 meta/recipes-devtools/python/python/sys_platform_is_now_always_linux2.patch
rename meta/recipes-devtools/python/{python_2.7.2.bb => python_2.7.3.bb} (98%)
rename meta/recipes-devtools/quilt/{quilt-0.51.inc => quilt-0.60.inc} (84%)
rename meta/recipes-devtools/quilt/{quilt-native_0.51.bb => quilt-native_0.60.bb} (83%)
rename meta/recipes-devtools/quilt/{quilt_0.51.bb => quilt_0.60.bb} (98%)
rename meta/recipes-graphics/xorg-util/{makedepend_1.0.3.bb => makedepend_1.0.4.bb} (82%)
create mode 100644 meta/recipes-qt/qt4/qt-4.8.1/fix_conflicting_types.patch
--
1.7.7
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/6] Recipe upgrades
2012-05-01 22:00 nitin.a.kamble
@ 2012-05-03 19:50 ` Saul Wold
0 siblings, 0 replies; 11+ messages in thread
From: Saul Wold @ 2012-05-03 19:50 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 05/01/2012 03:00 PM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>
> The following changes since commit d89f7b9cab1946a3267e3b0402f168f946d480b2:
>
> documentation/Makefile: Fixed figures publishing bug (2012-05-01 20:50:56 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib nitin/upgrades
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades
>
> Nitin A Kamble (6):
> qt4: fix compilation issue
This one got merged accidently and will cause some breakage until we get
the updated version of glib-2.0 in, but other fixes are required also.
> makedepend: upgrade from 1.0.3 to 1.0.4
> quilt: upgrade from 0.51 to 0.60
> gdb: upgrade from 7.4 to 7.4.1
> python: upgrade from 2.7.2 to 2.7.3
> distro-tracking: update as per recent recipe upgrades
>
> meta/conf/distro/include/default-versions.inc | 4 +-
> .../conf/distro/include/distro_tracking_fields.inc | 20 +++++-----
> meta/recipes-devtools/gdb/gdb-common.inc | 6 ++--
> ...canadian_7.4.bb => gdb-cross-canadian_7.4.1.bb} | 2 +-
> .../gdb/{gdb-cross_7.4.bb => gdb-cross_7.4.1.bb} | 0
> .../gdb/{gdb_7.4.bb => gdb_7.4.1.bb} | 0
> ...thon-native_2.7.2.bb => python-native_2.7.3.bb} | 6 +---
> meta/recipes-devtools/python/python.inc | 8 ++--
> .../python/python/04-default-is-optimized.patch | 30 +++++++++------
> .../python/fix_for_using_different_libdir.patch | 30 +++++++++-------
> .../python/sys_platform_is_now_always_linux2.patch | 39 --------------------
> .../python/{python_2.7.2.bb => python_2.7.3.bb} | 3 +-
> .../quilt/{quilt-0.51.inc => quilt-0.60.inc} | 4 +-
> .../{quilt-native_0.51.bb => quilt-native_0.60.bb} | 2 +-
> .../quilt/{quilt_0.51.bb => quilt_0.60.bb} | 2 +-
> .../{makedepend_1.0.3.bb => makedepend_1.0.4.bb} | 5 +--
> meta/recipes-qt/qt4/qt-4.8.1.inc | 1 +
> .../qt4/qt-4.8.1/fix_conflicting_types.patch | 29 +++++++++++++++
> meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +-
> 19 files changed, 94 insertions(+), 99 deletions(-)
> rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.4.bb => gdb-cross-canadian_7.4.1.bb} (88%)
> rename meta/recipes-devtools/gdb/{gdb-cross_7.4.bb => gdb-cross_7.4.1.bb} (100%)
> rename meta/recipes-devtools/gdb/{gdb_7.4.bb => gdb_7.4.1.bb} (100%)
> rename meta/recipes-devtools/python/{python-native_2.7.2.bb => python-native_2.7.3.bb} (92%)
> delete mode 100644 meta/recipes-devtools/python/python/sys_platform_is_now_always_linux2.patch
> rename meta/recipes-devtools/python/{python_2.7.2.bb => python_2.7.3.bb} (98%)
> rename meta/recipes-devtools/quilt/{quilt-0.51.inc => quilt-0.60.inc} (84%)
> rename meta/recipes-devtools/quilt/{quilt-native_0.51.bb => quilt-native_0.60.bb} (83%)
> rename meta/recipes-devtools/quilt/{quilt_0.51.bb => quilt_0.60.bb} (98%)
> rename meta/recipes-graphics/xorg-util/{makedepend_1.0.3.bb => makedepend_1.0.4.bb} (82%)
> create mode 100644 meta/recipes-qt/qt4/qt-4.8.1/fix_conflicting_types.patch
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 0/6] Recipe upgrades
@ 2014-02-28 16:37 Paul Eggleton
2014-02-28 16:37 ` [PATCH 1/6] openssh: upgrade to 6.5p1 Paul Eggleton
` (5 more replies)
0 siblings, 6 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-02-28 16:37 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 9c5734b91c274be85200a9790202326dd6debfc1:
linux-yocto-dev: bump to v3.14-rc4 (2014-02-28 14:51:35 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/upgrades
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/upgrades
Paul Eggleton (6):
openssh: upgrade to 6.5p1
ethtool: upgrade to 3.13
cmake: upgrade to 2.8.12.2
augeas: upgrade to 1.2.0
chrpath: upgrade to 0.16
dropbear: upgrade to 2014.63
.../openssh/{openssh-6.4p1 => openssh}/init | 0
.../{openssh-6.4p1 => openssh}/nostrip.patch | 0
.../openssh-CVE-2011-4327.patch | 0
.../openssh/{openssh-6.4p1 => openssh}/ssh_config | 0
.../openssh/{openssh-6.4p1 => openssh}/sshd | 0
.../openssh/{openssh-6.4p1 => openssh}/sshd.socket | 0
.../{openssh-6.4p1 => openssh}/sshd@.service | 0
.../openssh/{openssh-6.4p1 => openssh}/sshd_config | 0
.../{openssh-6.4p1 => openssh}/sshdgenkeys.service | 0
.../{openssh-6.4p1 => openssh}/volatiles.99_sshd | 0
.../openssh/{openssh_6.4p1.bb => openssh_6.5p1.bb} | 4 +-
meta/recipes-core/dropbear/dropbear.inc | 1 -
.../dropbear/dropbear/0002-static_build_fix.patch | 64 ----------------------
meta/recipes-core/dropbear/dropbear_2013.62.bb | 4 --
meta/recipes-core/dropbear/dropbear_2014.63.bb | 4 ++
.../chrpath/{chrpath_0.15.bb => chrpath_0.16.bb} | 6 +-
...native_2.8.12.1.bb => cmake-native_2.8.12.2.bb} | 4 +-
.../cmake/{cmake_2.8.12.1.bb => cmake_2.8.12.2.bb} | 4 +-
meta/recipes-extended/augeas/augeas_1.1.0.bb | 6 --
meta/recipes-extended/augeas/augeas_1.2.0.bb | 5 ++
.../ethtool/{ethtool-3.12.1 => ethtool}/run-ptest | 0
.../ethtool/{ethtool_3.12.1.bb => ethtool_3.13.bb} | 6 +-
22 files changed, 21 insertions(+), 87 deletions(-)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/init (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/nostrip.patch (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/openssh-CVE-2011-4327.patch (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/ssh_config (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/sshd (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/sshd.socket (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/sshd@.service (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/sshd_config (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/sshdgenkeys.service (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/volatiles.99_sshd (100%)
rename meta/recipes-connectivity/openssh/{openssh_6.4p1.bb => openssh_6.5p1.bb} (97%)
delete mode 100644 meta/recipes-core/dropbear/dropbear/0002-static_build_fix.patch
delete mode 100644 meta/recipes-core/dropbear/dropbear_2013.62.bb
create mode 100644 meta/recipes-core/dropbear/dropbear_2014.63.bb
rename meta/recipes-devtools/chrpath/{chrpath_0.15.bb => chrpath_0.16.bb} (78%)
rename meta/recipes-devtools/cmake/{cmake-native_2.8.12.1.bb => cmake-native_2.8.12.2.bb} (58%)
rename meta/recipes-devtools/cmake/{cmake_2.8.12.1.bb => cmake_2.8.12.2.bb} (88%)
delete mode 100644 meta/recipes-extended/augeas/augeas_1.1.0.bb
create mode 100644 meta/recipes-extended/augeas/augeas_1.2.0.bb
rename meta/recipes-extended/ethtool/{ethtool-3.12.1 => ethtool}/run-ptest (100%)
rename meta/recipes-extended/ethtool/{ethtool_3.12.1.bb => ethtool_3.13.bb} (81%)
--
1.8.5.3
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 1/6] openssh: upgrade to 6.5p1
2014-02-28 16:37 [PATCH 0/6] Recipe upgrades Paul Eggleton
@ 2014-02-28 16:37 ` Paul Eggleton
2014-02-28 16:37 ` [PATCH 2/6] ethtool: upgrade to 3.13 Paul Eggleton
` (4 subsequent siblings)
5 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-02-28 16:37 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/init | 0
.../openssh/{openssh-6.4p1 => openssh}/nostrip.patch | 0
.../openssh/{openssh-6.4p1 => openssh}/openssh-CVE-2011-4327.patch | 0
.../openssh/{openssh-6.4p1 => openssh}/ssh_config | 0
meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/sshd | 0
.../openssh/{openssh-6.4p1 => openssh}/sshd.socket | 0
.../openssh/{openssh-6.4p1 => openssh}/sshd@.service | 0
.../openssh/{openssh-6.4p1 => openssh}/sshd_config | 0
.../openssh/{openssh-6.4p1 => openssh}/sshdgenkeys.service | 0
.../openssh/{openssh-6.4p1 => openssh}/volatiles.99_sshd | 0
.../openssh/{openssh_6.4p1.bb => openssh_6.5p1.bb} | 4 ++--
11 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/init (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/nostrip.patch (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/openssh-CVE-2011-4327.patch (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/ssh_config (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/sshd (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/sshd.socket (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/sshd@.service (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/sshd_config (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/sshdgenkeys.service (100%)
rename meta/recipes-connectivity/openssh/{openssh-6.4p1 => openssh}/volatiles.99_sshd (100%)
rename meta/recipes-connectivity/openssh/{openssh_6.4p1.bb => openssh_6.5p1.bb} (97%)
diff --git a/meta/recipes-connectivity/openssh/openssh-6.4p1/init b/meta/recipes-connectivity/openssh/openssh/init
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-6.4p1/init
rename to meta/recipes-connectivity/openssh/openssh/init
diff --git a/meta/recipes-connectivity/openssh/openssh-6.4p1/nostrip.patch b/meta/recipes-connectivity/openssh/openssh/nostrip.patch
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-6.4p1/nostrip.patch
rename to meta/recipes-connectivity/openssh/openssh/nostrip.patch
diff --git a/meta/recipes-connectivity/openssh/openssh-6.4p1/openssh-CVE-2011-4327.patch b/meta/recipes-connectivity/openssh/openssh/openssh-CVE-2011-4327.patch
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-6.4p1/openssh-CVE-2011-4327.patch
rename to meta/recipes-connectivity/openssh/openssh/openssh-CVE-2011-4327.patch
diff --git a/meta/recipes-connectivity/openssh/openssh-6.4p1/ssh_config b/meta/recipes-connectivity/openssh/openssh/ssh_config
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-6.4p1/ssh_config
rename to meta/recipes-connectivity/openssh/openssh/ssh_config
diff --git a/meta/recipes-connectivity/openssh/openssh-6.4p1/sshd b/meta/recipes-connectivity/openssh/openssh/sshd
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-6.4p1/sshd
rename to meta/recipes-connectivity/openssh/openssh/sshd
diff --git a/meta/recipes-connectivity/openssh/openssh-6.4p1/sshd.socket b/meta/recipes-connectivity/openssh/openssh/sshd.socket
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-6.4p1/sshd.socket
rename to meta/recipes-connectivity/openssh/openssh/sshd.socket
diff --git a/meta/recipes-connectivity/openssh/openssh-6.4p1/sshd@.service b/meta/recipes-connectivity/openssh/openssh/sshd@.service
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-6.4p1/sshd@.service
rename to meta/recipes-connectivity/openssh/openssh/sshd@.service
diff --git a/meta/recipes-connectivity/openssh/openssh-6.4p1/sshd_config b/meta/recipes-connectivity/openssh/openssh/sshd_config
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-6.4p1/sshd_config
rename to meta/recipes-connectivity/openssh/openssh/sshd_config
diff --git a/meta/recipes-connectivity/openssh/openssh-6.4p1/sshdgenkeys.service b/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-6.4p1/sshdgenkeys.service
rename to meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service
diff --git a/meta/recipes-connectivity/openssh/openssh-6.4p1/volatiles.99_sshd b/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd
similarity index 100%
rename from meta/recipes-connectivity/openssh/openssh-6.4p1/volatiles.99_sshd
rename to meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd
diff --git a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb b/meta/recipes-connectivity/openssh/openssh_6.5p1.bb
similarity index 97%
rename from meta/recipes-connectivity/openssh/openssh_6.4p1.bb
rename to meta/recipes-connectivity/openssh/openssh_6.5p1.bb
index 236714d..6c413af 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.4p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.5p1.bb
@@ -32,8 +32,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
PAM_SRC_URI = "file://sshd"
-SRC_URI[md5sum] = "a62b88b884df0b09b8a8c5789ac9e51b"
-SRC_URI[sha256sum] = "5530f616513b14aea3662c4c373bafd6a97a269938674c006377e381f68975d2"
+SRC_URI[md5sum] = "a084e7272b8cbd25afe0f5dce4802fef"
+SRC_URI[sha256sum] = "a1195ed55db945252d5a1730d4a2a2a5c1c9a6aa01ef2e5af750a962623d9027"
inherit useradd update-rc.d update-alternatives systemd
--
1.8.5.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 2/6] ethtool: upgrade to 3.13
2014-02-28 16:37 [PATCH 0/6] Recipe upgrades Paul Eggleton
2014-02-28 16:37 ` [PATCH 1/6] openssh: upgrade to 6.5p1 Paul Eggleton
@ 2014-02-28 16:37 ` Paul Eggleton
2014-02-28 16:37 ` [PATCH 3/6] cmake: upgrade to 2.8.12.2 Paul Eggleton
` (3 subsequent siblings)
5 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-02-28 16:37 UTC (permalink / raw)
To: openembedded-core
LIC_FILES_CHKSUM changed due to updating the COPYING license text
(still GPLv2, but new FSF address, some minor formatting changes,
reference to "GNU Library General Public License" -> "GNU Lesser
General Public License".
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-extended/ethtool/{ethtool-3.12.1 => ethtool}/run-ptest | 0
.../recipes-extended/ethtool/{ethtool_3.12.1.bb => ethtool_3.13.bb} | 6 +++---
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/ethtool/{ethtool-3.12.1 => ethtool}/run-ptest (100%)
rename meta/recipes-extended/ethtool/{ethtool_3.12.1.bb => ethtool_3.13.bb} (81%)
diff --git a/meta/recipes-extended/ethtool/ethtool-3.12.1/run-ptest b/meta/recipes-extended/ethtool/ethtool/run-ptest
similarity index 100%
rename from meta/recipes-extended/ethtool/ethtool-3.12.1/run-ptest
rename to meta/recipes-extended/ethtool/ethtool/run-ptest
diff --git a/meta/recipes-extended/ethtool/ethtool_3.12.1.bb b/meta/recipes-extended/ethtool/ethtool_3.13.bb
similarity index 81%
rename from meta/recipes-extended/ethtool/ethtool_3.12.1.bb
rename to meta/recipes-extended/ethtool/ethtool_3.13.bb
index 6615009..adcb6db 100644
--- a/meta/recipes-extended/ethtool/ethtool_3.12.1.bb
+++ b/meta/recipes-extended/ethtool/ethtool_3.13.bb
@@ -3,14 +3,14 @@ DESCRIPTION = "A small utility for examining and tuning the settings of your eth
HOMEPAGE = "http://www.kernel.org/pub/software/network/ethtool/"
SECTION = "console/network"
LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://ethtool.c;beginline=4;endline=17;md5=c19b30548c582577fc6b443626fc1216"
SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
file://run-ptest"
-SRC_URI[md5sum] = "5a1058efe8eb4f3473f5028967729078"
-SRC_URI[sha256sum] = "45190d70e5ce1b4d87def4f71fb5bf04f8a4f4dc5f9e0f38c49c16c462fb59d9"
+SRC_URI[md5sum] = "0c0c0558a403b478cd3f65dadc00470d"
+SRC_URI[sha256sum] = "68f6b6c9417e8ff3d3b5a8bc22fc4fe8846176ee7d7636e365ce6a2e7b1e44e9"
inherit autotools ptest
RDEPENDS_${PN}-ptest += "make"
--
1.8.5.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 3/6] cmake: upgrade to 2.8.12.2
2014-02-28 16:37 [PATCH 0/6] Recipe upgrades Paul Eggleton
2014-02-28 16:37 ` [PATCH 1/6] openssh: upgrade to 6.5p1 Paul Eggleton
2014-02-28 16:37 ` [PATCH 2/6] ethtool: upgrade to 3.13 Paul Eggleton
@ 2014-02-28 16:37 ` Paul Eggleton
2014-02-28 16:37 ` [PATCH 4/6] augeas: upgrade to 1.2.0 Paul Eggleton
` (2 subsequent siblings)
5 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-02-28 16:37 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../cmake/{cmake-native_2.8.12.1.bb => cmake-native_2.8.12.2.bb} | 4 ++--
meta/recipes-devtools/cmake/{cmake_2.8.12.1.bb => cmake_2.8.12.2.bb} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-devtools/cmake/{cmake-native_2.8.12.1.bb => cmake-native_2.8.12.2.bb} (58%)
rename meta/recipes-devtools/cmake/{cmake_2.8.12.1.bb => cmake_2.8.12.2.bb} (88%)
diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.12.1.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb
similarity index 58%
rename from meta/recipes-devtools/cmake/cmake-native_2.8.12.1.bb
rename to meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb
index c813795..08b2c02 100644
--- a/meta/recipes-devtools/cmake/cmake-native_2.8.12.1.bb
+++ b/meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb
@@ -6,5 +6,5 @@ DEPENDS += "bzip2-native zlib-native"
SRC_URI += "file://cmlibarchive-disable-ext2fs.patch"
-SRC_URI[md5sum] = "9d38cd4e2c94c3cea97d0e2924814acc"
-SRC_URI[sha256sum] = "fa28c12791d64c36ba6b6cb062a4b4bd4223053f6b9ea501b1bdbdf4d5df3a67"
+SRC_URI[md5sum] = "17c6513483d23590cbce6957ec6d1e66"
+SRC_URI[sha256sum] = "8c6574e9afabcb9fc66f463bb1f2f051958d86c85c37fccf067eb1a44a120e5e"
diff --git a/meta/recipes-devtools/cmake/cmake_2.8.12.1.bb b/meta/recipes-devtools/cmake/cmake_2.8.12.2.bb
similarity index 88%
rename from meta/recipes-devtools/cmake/cmake_2.8.12.1.bb
rename to meta/recipes-devtools/cmake/cmake_2.8.12.2.bb
index c220aba..52c3b32 100644
--- a/meta/recipes-devtools/cmake/cmake_2.8.12.1.bb
+++ b/meta/recipes-devtools/cmake/cmake_2.8.12.2.bb
@@ -6,8 +6,8 @@ DEPENDS += "curl expat zlib libarchive ncurses"
SRC_URI += "file://dont-run-cross-binaries.patch"
-SRC_URI[md5sum] = "9d38cd4e2c94c3cea97d0e2924814acc"
-SRC_URI[sha256sum] = "fa28c12791d64c36ba6b6cb062a4b4bd4223053f6b9ea501b1bdbdf4d5df3a67"
+SRC_URI[md5sum] = "17c6513483d23590cbce6957ec6d1e66"
+SRC_URI[sha256sum] = "8c6574e9afabcb9fc66f463bb1f2f051958d86c85c37fccf067eb1a44a120e5e"
# Strip ${prefix} from ${docdir}, set result into docdir_stripped
python () {
--
1.8.5.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 4/6] augeas: upgrade to 1.2.0
2014-02-28 16:37 [PATCH 0/6] Recipe upgrades Paul Eggleton
` (2 preceding siblings ...)
2014-02-28 16:37 ` [PATCH 3/6] cmake: upgrade to 2.8.12.2 Paul Eggleton
@ 2014-02-28 16:37 ` Paul Eggleton
2014-02-28 16:37 ` [PATCH 5/6] chrpath: upgrade to 0.16 Paul Eggleton
2014-02-28 16:37 ` [PATCH 6/6] dropbear: upgrade to 2014.63 Paul Eggleton
5 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-02-28 16:37 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-extended/augeas/augeas_1.1.0.bb | 6 ------
meta/recipes-extended/augeas/augeas_1.2.0.bb | 5 +++++
2 files changed, 5 insertions(+), 6 deletions(-)
delete mode 100644 meta/recipes-extended/augeas/augeas_1.1.0.bb
create mode 100644 meta/recipes-extended/augeas/augeas_1.2.0.bb
diff --git a/meta/recipes-extended/augeas/augeas_1.1.0.bb b/meta/recipes-extended/augeas/augeas_1.1.0.bb
deleted file mode 100644
index 5eebcc6..0000000
--- a/meta/recipes-extended/augeas/augeas_1.1.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require augeas.inc
-
-PR = "r1"
-
-SRC_URI[md5sum] = "520ce983457ff9ffa3816bc41a9f328b"
-SRC_URI[sha256sum] = "9d81e4228329e2d5cccb018ab06bc8b734fb2dede2c4d9b5c02303d4a690b76b"
diff --git a/meta/recipes-extended/augeas/augeas_1.2.0.bb b/meta/recipes-extended/augeas/augeas_1.2.0.bb
new file mode 100644
index 0000000..67b3941
--- /dev/null
+++ b/meta/recipes-extended/augeas/augeas_1.2.0.bb
@@ -0,0 +1,5 @@
+require augeas.inc
+
+
+SRC_URI[md5sum] = "dce2f52cbd20f72c7da48e014ad48076"
+SRC_URI[sha256sum] = "f4aeb28ebe0b0921920fe1c9b4c016739c25261a15de04cb97db02d669f481e0"
--
1.8.5.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 5/6] chrpath: upgrade to 0.16
2014-02-28 16:37 [PATCH 0/6] Recipe upgrades Paul Eggleton
` (3 preceding siblings ...)
2014-02-28 16:37 ` [PATCH 4/6] augeas: upgrade to 1.2.0 Paul Eggleton
@ 2014-02-28 16:37 ` Paul Eggleton
2014-02-28 16:37 ` [PATCH 6/6] dropbear: upgrade to 2014.63 Paul Eggleton
5 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-02-28 16:37 UTC (permalink / raw)
To: openembedded-core
I elected not to use ${PV} in SRC_URI because the URL still needs to
have a unique number in it per release, so there doesn't seem to be any
point.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-devtools/chrpath/{chrpath_0.15.bb => chrpath_0.16.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/chrpath/{chrpath_0.15.bb => chrpath_0.16.bb} (78%)
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.15.bb b/meta/recipes-devtools/chrpath/chrpath_0.16.bb
similarity index 78%
rename from meta/recipes-devtools/chrpath/chrpath_0.15.bb
rename to meta/recipes-devtools/chrpath/chrpath_0.16.bb
index 461710e..0a3b06e 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.15.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.16.bb
@@ -7,11 +7,11 @@ BUGTRACKER = "http://alioth.debian.org/tracker/?atid=412807&group_id=31052"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-SRC_URI = "http://alioth.debian.org/frs/download.php/file/3968/chrpath-${PV}.tar.gz \
+SRC_URI = "http://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz \
file://standarddoc.patch"
-SRC_URI[md5sum] = "2d2dc80e25e17425d8af849baae60654"
-SRC_URI[sha256sum] = "f1125f5dd0f7c7eaa4d0b64bf17c5b9cb4ee828722246970e201a18a77e18879"
+SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982"
+SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b"
inherit autotools
--
1.8.5.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 6/6] dropbear: upgrade to 2014.63
2014-02-28 16:37 [PATCH 0/6] Recipe upgrades Paul Eggleton
` (4 preceding siblings ...)
2014-02-28 16:37 ` [PATCH 5/6] chrpath: upgrade to 0.16 Paul Eggleton
@ 2014-02-28 16:37 ` Paul Eggleton
5 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-02-28 16:37 UTC (permalink / raw)
To: openembedded-core
Drop 0002-static_build_fix.patch since an equivalent fix has been merged
upstream.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/recipes-core/dropbear/dropbear.inc | 1 -
.../dropbear/dropbear/0002-static_build_fix.patch | 64 ----------------------
meta/recipes-core/dropbear/dropbear_2013.62.bb | 4 --
meta/recipes-core/dropbear/dropbear_2014.63.bb | 4 ++
4 files changed, 4 insertions(+), 69 deletions(-)
delete mode 100644 meta/recipes-core/dropbear/dropbear/0002-static_build_fix.patch
delete mode 100644 meta/recipes-core/dropbear/dropbear_2013.62.bb
create mode 100644 meta/recipes-core/dropbear/dropbear_2014.63.bb
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
index d5fceec..40ed9d2 100644
--- a/meta/recipes-core/dropbear/dropbear.inc
+++ b/meta/recipes-core/dropbear/dropbear.inc
@@ -14,7 +14,6 @@ DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
file://0001-urandom-xauth-changes-to-options.h.patch \
- file://0002-static_build_fix.patch \
file://0003-configure.patch \
file://0004-fix-2kb-keys.patch \
file://0007-dropbear-fix-for-x32-abi.patch \
diff --git a/meta/recipes-core/dropbear/dropbear/0002-static_build_fix.patch b/meta/recipes-core/dropbear/dropbear/0002-static_build_fix.patch
deleted file mode 100644
index 552bee8..0000000
--- a/meta/recipes-core/dropbear/dropbear/0002-static_build_fix.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-Subject: [PATCH 2/6] static_build_fix
-Upstream-Status: Submitted
-
-dropbear: fix static build
-
-A more appropriate fix is to remove @CRYPTLIB@ from the objs
-line, since it will cause problems with target checking,
-this change also meets the goals of the orignal change which
-was to not link libcrypt to all binaries.
-
-svr-authpasswd.o: In function `svr_auth_password':
-svr-authpasswd.c:(.text+0xfc): undefined reference to `crypt'
-collect2: ld returned 1 exit status
-
-Signed-off-by: Saul Wold <sgw@linux.intel.com>
----
- Makefile.in | 11 +++++++----
- 1 file changed, 7 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 4bdd845..e82e561 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -56,7 +56,7 @@ HEADERS=options.h dbutil.h session.h packet.h algo.h ssh.h buffer.h kex.h \
- loginrec.h atomicio.h x11fwd.h agentfwd.h tcpfwd.h compat.h \
- listener.h fake-rfc2553.h
-
--dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS) @CRYPTLIB@
-+dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS)
- dbclientobjs=$(COMMONOBJS) $(CLISVROBJS) $(CLIOBJS)
- dropbearkeyobjs=$(COMMONOBJS) $(KEYOBJS)
- dropbearconvertobjs=$(COMMONOBJS) $(CONVERTOBJS)
-@@ -158,7 +158,10 @@ dbclient: $(dbclientobjs)
- dropbearkey: $(dropbearkeyobjs)
- dropbearconvert: $(dropbearconvertobjs)
-
--dropbear dbclient dropbearkey dropbearconvert: $(HEADERS) $(LIBTOM_DEPS) Makefile
-+dropbear: $(HEADERS) $(LIBTOM_DEPS) Makefile
-+ $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBS) @CRYPTLIB@
-+
-+dbclient dropbearkey dropbearconvert: $(HEADERS) $(LIBTOM_DEPS) Makefile
- $(CC) $(LDFLAGS) -o $@$(EXEEXT) $($@objs) $(LIBS)
-
- # scp doesn't use the libs so is special.
-@@ -169,14 +172,14 @@ scp: $(SCPOBJS) $(HEADERS) Makefile
- # multi-binary compilation.
- MULTIOBJS=
- ifeq ($(MULTI),1)
-- MULTIOBJS=dbmulti.o $(sort $(foreach prog, $(PROGRAMS), $($(prog)objs))) @CRYPTLIB@
-+ MULTIOBJS=dbmulti.o $(sort $(foreach prog, $(PROGRAMS), $($(prog)objs)))
- CFLAGS+=$(addprefix -DDBMULTI_, $(PROGRAMS)) -DDROPBEAR_MULTI
- endif
-
- dropbearmulti: multilink
-
- multibinary: $(HEADERS) $(MULTIOBJS) $(LIBTOM_DEPS) Makefile
-- $(CC) $(LDFLAGS) -o dropbearmulti$(EXEEXT) $(MULTIOBJS) $(LIBS)
-+ $(CC) $(LDFLAGS) -o dropbearmulti$(EXEEXT) $(MULTIOBJS) $(LIBS) @CRYPTLIB@
-
- multilink: multibinary $(addprefix link, $(PROGRAMS))
-
---
-1.7.11.7
-
diff --git a/meta/recipes-core/dropbear/dropbear_2013.62.bb b/meta/recipes-core/dropbear/dropbear_2013.62.bb
deleted file mode 100644
index 3cae940..0000000
--- a/meta/recipes-core/dropbear/dropbear_2013.62.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require dropbear.inc
-
-SRC_URI[md5sum] = "ca2c7932a1399cf361f795aaa3843998"
-SRC_URI[sha256sum] = "c6656302bbcc54b0a9c361f505822f6994039117ec32d2897ead3364da079ffa"
diff --git a/meta/recipes-core/dropbear/dropbear_2014.63.bb b/meta/recipes-core/dropbear/dropbear_2014.63.bb
new file mode 100644
index 0000000..bb7e617
--- /dev/null
+++ b/meta/recipes-core/dropbear/dropbear_2014.63.bb
@@ -0,0 +1,4 @@
+require dropbear.inc
+
+SRC_URI[md5sum] = "7066bb9a2da708f3ed06314fdc9c47fd"
+SRC_URI[sha256sum] = "595992de432ba586a0e7e191bbb1ad587727678bb3e345b018c395b8c55b57ae"
--
1.8.5.3
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 0/6] Recipe upgrades
@ 2014-05-13 11:00 Paul Eggleton
2014-05-14 17:20 ` Paul Eggleton
0 siblings, 1 reply; 11+ messages in thread
From: Paul Eggleton @ 2014-05-13 11:00 UTC (permalink / raw)
To: openembedded-core
Recipe upgrades plus a couple of tidy-up patches.
The following changes since commit 23521fccb122b64f3469d46176f73fe476b0dfc5:
gstreamer1.0-plugins-good: add libxfixes and libxdamange to x11 depends (2014-05-11 13:07:36 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/upgrades
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/upgrades
Paul Eggleton (6):
openssh: update to 6.6p1
openssh: move packaging definitions to the end
ethtool: upgrade to 3.14
nfs-utils: upgrade to 1.3.0
dropbear: add missing patch header
libsdl2: upgrade to 2.0.3
.../{nfs-utils_1.2.9.bb => nfs-utils_1.3.0.bb} | 7 +++----
.../openssh/{openssh_6.5p1.bb => openssh_6.6p1.bb} | 18 +++++++++---------
.../dropbear/dropbear/0003-configure.patch | 4 +++-
.../ethtool/{ethtool_3.13.bb => ethtool_3.14.bb} | 4 ++--
.../libsdl2/{libsdl2_2.0.1.bb => libsdl2_2.0.3.bb} | 6 +++---
5 files changed, 20 insertions(+), 19 deletions(-)
rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.2.9.bb => nfs-utils_1.3.0.bb} (95%)
rename meta/recipes-connectivity/openssh/{openssh_6.5p1.bb => openssh_6.6p1.bb} (97%)
rename meta/recipes-extended/ethtool/{ethtool_3.13.bb => ethtool_3.14.bb} (87%)
rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.1.bb => libsdl2_2.0.3.bb} (91%)
--
1.9.0
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/6] Recipe upgrades
2014-05-13 11:00 [PATCH 0/6] Recipe upgrades Paul Eggleton
@ 2014-05-14 17:20 ` Paul Eggleton
0 siblings, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2014-05-14 17:20 UTC (permalink / raw)
To: openembedded-core
On Tuesday 13 May 2014 12:00:58 Paul Eggleton wrote:
> Recipe upgrades plus a couple of tidy-up patches.
>
>
> The following changes since commit 23521fccb122b64f3469d46176f73fe476b0dfc5:
>
> gstreamer1.0-plugins-good: add libxfixes and libxdamange to x11 depends
> (2014-05-11 13:07:36 +0100)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib paule/upgrades
>
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paul
> e/upgrades
>
> Paul Eggleton (6):
> openssh: update to 6.6p1
> openssh: move packaging definitions to the end
> ethtool: upgrade to 3.14
> nfs-utils: upgrade to 1.3.0
> dropbear: add missing patch header
> libsdl2: upgrade to 2.0.3
I've rebased this branch on top of master and re-pushed it, since the OpenSSH
CVEs have now been merged. The substance of the patches has not otherwise
changed however.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-05-14 17:20 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 16:37 [PATCH 0/6] Recipe upgrades Paul Eggleton
2014-02-28 16:37 ` [PATCH 1/6] openssh: upgrade to 6.5p1 Paul Eggleton
2014-02-28 16:37 ` [PATCH 2/6] ethtool: upgrade to 3.13 Paul Eggleton
2014-02-28 16:37 ` [PATCH 3/6] cmake: upgrade to 2.8.12.2 Paul Eggleton
2014-02-28 16:37 ` [PATCH 4/6] augeas: upgrade to 1.2.0 Paul Eggleton
2014-02-28 16:37 ` [PATCH 5/6] chrpath: upgrade to 0.16 Paul Eggleton
2014-02-28 16:37 ` [PATCH 6/6] dropbear: upgrade to 2014.63 Paul Eggleton
-- strict thread matches above, loose matches on Subject: below --
2014-05-13 11:00 [PATCH 0/6] Recipe upgrades Paul Eggleton
2014-05-14 17:20 ` Paul Eggleton
2012-05-01 22:00 nitin.a.kamble
2012-05-03 19:50 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox