* [PATCH 0/6] Recipe upgrades
@ 2014-05-13 11:00 Paul Eggleton
2014-05-13 11:00 ` [PATCH 1/6] openssh: update to 6.6p1 Paul Eggleton
` (6 more replies)
0 siblings, 7 replies; 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* [PATCH 1/6] openssh: update to 6.6p1 2014-05-13 11:00 [PATCH 0/6] Recipe upgrades Paul Eggleton @ 2014-05-13 11:00 ` Paul Eggleton 2014-05-13 11:01 ` [PATCH 2/6] openssh: move packaging definitions to the end Paul Eggleton ` (5 subsequent siblings) 6 siblings, 0 replies; 11+ messages in thread From: Paul Eggleton @ 2014-05-13 11:00 UTC (permalink / raw) To: openembedded-core Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- .../openssh/{openssh_6.5p1.bb => openssh_6.6p1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/openssh/{openssh_6.5p1.bb => openssh_6.6p1.bb} (97%) diff --git a/meta/recipes-connectivity/openssh/openssh_6.5p1.bb b/meta/recipes-connectivity/openssh/openssh_6.6p1.bb similarity index 97% rename from meta/recipes-connectivity/openssh/openssh_6.5p1.bb rename to meta/recipes-connectivity/openssh/openssh_6.6p1.bb index b93b9ae..e784cf4 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.5p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.6p1.bb @@ -33,8 +33,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. PAM_SRC_URI = "file://sshd" -SRC_URI[md5sum] = "a084e7272b8cbd25afe0f5dce4802fef" -SRC_URI[sha256sum] = "a1195ed55db945252d5a1730d4a2a2a5c1c9a6aa01ef2e5af750a962623d9027" +SRC_URI[md5sum] = "3e9800e6bca1fbac0eea4d41baa7f239" +SRC_URI[sha256sum] = "48c1f0664b4534875038004cc4f3555b8329c2a81c1df48db5c517800de203bb" inherit useradd update-rc.d update-alternatives systemd -- 1.9.0 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 2/6] openssh: move packaging definitions to the end 2014-05-13 11:00 [PATCH 0/6] Recipe upgrades Paul Eggleton 2014-05-13 11:00 ` [PATCH 1/6] openssh: update to 6.6p1 Paul Eggleton @ 2014-05-13 11:01 ` Paul Eggleton 2014-05-13 11:01 ` [PATCH 3/6] ethtool: upgrade to 3.14 Paul Eggleton ` (4 subsequent siblings) 6 siblings, 0 replies; 11+ messages in thread From: Paul Eggleton @ 2014-05-13 11:01 UTC (permalink / raw) To: openembedded-core Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/recipes-connectivity/openssh/openssh_6.6p1.bb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh_6.6p1.bb b/meta/recipes-connectivity/openssh/openssh_6.6p1.bb index e784cf4..5173a93 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.6p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.6p1.bb @@ -10,13 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=e326045657e842541d3f35aada442507" DEPENDS = "zlib openssl" DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" -RPROVIDES_${PN}-ssh = "ssh" -RPROVIDES_${PN}-sshd = "sshd" - -RCONFLICTS_${PN} = "dropbear" -RCONFLICTS_${PN}-sshd = "dropbear" -RCONFLICTS_${PN}-keygen = "ssh-keygen" - SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \ file://nostrip.patch \ file://sshd_config \ @@ -141,6 +134,13 @@ RDEPENDS_${PN} += "${PN}-scp ${PN}-ssh ${PN}-sshd ${PN}-keygen" RDEPENDS_${PN}-sshd += "${PN}-keygen ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-keyinit pam-plugin-loginuid', '', d)}" RDEPENDS_${PN}-ptest += "${PN}-sftp ${PN}-misc ${PN}-sftp-server make" +RPROVIDES_${PN}-ssh = "ssh" +RPROVIDES_${PN}-sshd = "sshd" + +RCONFLICTS_${PN} = "dropbear" +RCONFLICTS_${PN}-sshd = "dropbear" +RCONFLICTS_${PN}-keygen = "ssh-keygen" + CONFFILES_${PN}-sshd = "${sysconfdir}/ssh/sshd_config" CONFFILES_${PN}-ssh = "${sysconfdir}/ssh/ssh_config" -- 1.9.0 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 3/6] ethtool: upgrade to 3.14 2014-05-13 11:00 [PATCH 0/6] Recipe upgrades Paul Eggleton 2014-05-13 11:00 ` [PATCH 1/6] openssh: update to 6.6p1 Paul Eggleton 2014-05-13 11:01 ` [PATCH 2/6] openssh: move packaging definitions to the end Paul Eggleton @ 2014-05-13 11:01 ` Paul Eggleton 2014-05-13 11:01 ` [PATCH 4/6] nfs-utils: upgrade to 1.3.0 Paul Eggleton ` (3 subsequent siblings) 6 siblings, 0 replies; 11+ messages in thread From: Paul Eggleton @ 2014-05-13 11:01 UTC (permalink / raw) To: openembedded-core Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/recipes-extended/ethtool/{ethtool_3.13.bb => ethtool_3.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_3.13.bb => ethtool_3.14.bb} (87%) diff --git a/meta/recipes-extended/ethtool/ethtool_3.13.bb b/meta/recipes-extended/ethtool/ethtool_3.14.bb similarity index 87% rename from meta/recipes-extended/ethtool/ethtool_3.13.bb rename to meta/recipes-extended/ethtool/ethtool_3.14.bb index adcb6db..2a3ca70 100644 --- a/meta/recipes-extended/ethtool/ethtool_3.13.bb +++ b/meta/recipes-extended/ethtool/ethtool_3.14.bb @@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ file://run-ptest" -SRC_URI[md5sum] = "0c0c0558a403b478cd3f65dadc00470d" -SRC_URI[sha256sum] = "68f6b6c9417e8ff3d3b5a8bc22fc4fe8846176ee7d7636e365ce6a2e7b1e44e9" +SRC_URI[md5sum] = "997e20c25c43ad5800f8ae3204455a8a" +SRC_URI[sha256sum] = "b1a988d6e397bd9d5d73cfd64329f85121936a050174bbfe90f8701fd893a1df" inherit autotools ptest RDEPENDS_${PN}-ptest += "make" -- 1.9.0 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 4/6] nfs-utils: upgrade to 1.3.0 2014-05-13 11:00 [PATCH 0/6] Recipe upgrades Paul Eggleton ` (2 preceding siblings ...) 2014-05-13 11:01 ` [PATCH 3/6] ethtool: upgrade to 3.14 Paul Eggleton @ 2014-05-13 11:01 ` Paul Eggleton 2014-05-13 11:01 ` [PATCH 5/6] dropbear: add missing patch header Paul Eggleton ` (2 subsequent siblings) 6 siblings, 0 replies; 11+ messages in thread From: Paul Eggleton @ 2014-05-13 11:01 UTC (permalink / raw) To: openembedded-core Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- .../nfs-utils/{nfs-utils_1.2.9.bb => nfs-utils_1.3.0.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.2.9.bb => nfs-utils_1.3.0.bb} (95%) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb similarity index 95% rename from meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb rename to meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb index 4f287f4..73cfa6b 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb @@ -3,7 +3,6 @@ DESCRIPTION = "The nfs-utils package provides a daemon for the kernel \ NFS server and related tools." HOMEPAGE = "http://nfs.sourceforge.net/" SECTION = "console/network" -PR = "r1" LICENSE = "MIT & GPLv2+ & BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84" @@ -20,7 +19,7 @@ USERADD_PACKAGES = "${PN}-client" USERADD_PARAM_${PN}-client = "--system --home-dir /var/lib/nfs \ --shell /bin/false --user-group rpcuser" -SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.bz2 \ +SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.xz \ file://0001-configure-Allow-to-explicitly-disable-nfsidmap.patch \ file://nfs-utils-1.0.6-uclibc.patch \ file://nfs-utils-1.2.3-sm-notify-res_init.patch \ @@ -31,8 +30,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.b file://nfs-mountd.service \ file://nfs-statd.service " -SRC_URI[md5sum] = "18869d16db3f49c053f8c68eba3fe2e0" -SRC_URI[sha256sum] = "90b76d5692a520b74273e607a4fd69df4cc35f65e242e22e2bc61b58759722f3" +SRC_URI[md5sum] = "6e93a7997ca3a1eac56bf219adab72a8" +SRC_URI[sha256sum] = "ab8384d0e487ed6a18c5380d5df28015f7dd98680bf08f3247c97d9f7d99e56f" PARALLEL_MAKE = "" -- 1.9.0 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 5/6] dropbear: add missing patch header 2014-05-13 11:00 [PATCH 0/6] Recipe upgrades Paul Eggleton ` (3 preceding siblings ...) 2014-05-13 11:01 ` [PATCH 4/6] nfs-utils: upgrade to 1.3.0 Paul Eggleton @ 2014-05-13 11:01 ` Paul Eggleton 2014-05-13 11:01 ` [PATCH 6/6] libsdl2: upgrade to 2.0.3 Paul Eggleton 2014-05-14 17:20 ` [PATCH 0/6] Recipe upgrades Paul Eggleton 6 siblings, 0 replies; 11+ messages in thread From: Paul Eggleton @ 2014-05-13 11:01 UTC (permalink / raw) To: openembedded-core * Add a brief subject mentioning what the patch is for * Add Upstream-Status Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/recipes-core/dropbear/dropbear/0003-configure.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/dropbear/dropbear/0003-configure.patch b/meta/recipes-core/dropbear/dropbear/0003-configure.patch index 2baf665..c53ab01 100644 --- a/meta/recipes-core/dropbear/dropbear/0003-configure.patch +++ b/meta/recipes-core/dropbear/dropbear/0003-configure.patch @@ -1,7 +1,9 @@ From c5f5c5054c1b15539dccf866e2c3faba7ed68456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20B=C3=A9nard?= <eric@eukrea.com> Date: Thu, 25 Apr 2013 00:27:25 +0200 -Subject: [PATCH 3/6] configure +Subject: [PATCH 3/6] configure: add a variable to allow openpty check to be cached + +Upstream-Status: Pending --- configure.ac | 11 ++++++++--- -- 1.9.0 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 6/6] libsdl2: upgrade to 2.0.3 2014-05-13 11:00 [PATCH 0/6] Recipe upgrades Paul Eggleton ` (4 preceding siblings ...) 2014-05-13 11:01 ` [PATCH 5/6] dropbear: add missing patch header Paul Eggleton @ 2014-05-13 11:01 ` Paul Eggleton 2014-05-14 17:20 ` [PATCH 0/6] Recipe upgrades Paul Eggleton 6 siblings, 0 replies; 11+ messages in thread From: Paul Eggleton @ 2014-05-13 11:01 UTC (permalink / raw) To: openembedded-core License checksum changed only because copyright year changed; the actual license text remains the same. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- .../recipes-graphics/libsdl2/{libsdl2_2.0.1.bb => libsdl2_2.0.3.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.1.bb => libsdl2_2.0.3.bb} (91%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.1.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb similarity index 91% rename from meta/recipes-graphics/libsdl2/libsdl2_2.0.1.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb index fa19566..38304a9 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.1.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb @@ -8,7 +8,7 @@ BUGTRACKER = "http://bugzilla.libsdl.org/" SECTION = "libs" LICENSE = "Zlib" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=0605ca7e995ab1217e0bb988731a87fe" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=67dcb7fae16952557bc5f96e9eb5d188" PROVIDES = "virtual/libsdl2" @@ -23,8 +23,8 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[md5sum] = "0eb97039488bf463e775295f7b18b227" -SRC_URI[sha256sum] = "0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0" +SRC_URI[md5sum] = "fe6c61d2e9df9ef570e7e80c6e822537" +SRC_URI[sha256sum] = "a5a69a6abf80bcce713fa873607735fe712f44276a7f048d60a61bb2f6b3c90c" inherit autotools lib_package binconfig pkgconfig -- 1.9.0 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 0/6] Recipe upgrades 2014-05-13 11:00 [PATCH 0/6] Recipe upgrades Paul Eggleton ` (5 preceding siblings ...) 2014-05-13 11:01 ` [PATCH 6/6] libsdl2: upgrade to 2.0.3 Paul Eggleton @ 2014-05-14 17:20 ` Paul Eggleton 6 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
* [PATCH 0/6] Recipe upgrades
@ 2014-02-28 16:37 Paul Eggleton
0 siblings, 0 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 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
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-05-13 11:00 [PATCH 0/6] Recipe upgrades Paul Eggleton 2014-05-13 11:00 ` [PATCH 1/6] openssh: update to 6.6p1 Paul Eggleton 2014-05-13 11:01 ` [PATCH 2/6] openssh: move packaging definitions to the end Paul Eggleton 2014-05-13 11:01 ` [PATCH 3/6] ethtool: upgrade to 3.14 Paul Eggleton 2014-05-13 11:01 ` [PATCH 4/6] nfs-utils: upgrade to 1.3.0 Paul Eggleton 2014-05-13 11:01 ` [PATCH 5/6] dropbear: add missing patch header Paul Eggleton 2014-05-13 11:01 ` [PATCH 6/6] libsdl2: upgrade to 2.0.3 Paul Eggleton 2014-05-14 17:20 ` [PATCH 0/6] Recipe upgrades Paul Eggleton -- strict thread matches above, loose matches on Subject: below -- 2014-02-28 16:37 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