Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Package upgrades
@ 2012-09-11 15:19 Constantin Musca
  2012-09-12 17:54 ` Saul Wold
  0 siblings, 1 reply; 10+ messages in thread
From: Constantin Musca @ 2012-09-11 15:19 UTC (permalink / raw)
  To: openembedded-core

This is another set of package upgrades compiled on all architectures
and tested using core-image-sato.
The following changes since commit 7250638ec895bc89508711831083d43b9e1e9826:

  upstream_tracking: Fix format issues (2012-09-10 23:21:12 +0100)

are available in the git repository at:

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

Constantin Musca (5):
  boost: upgrade to 1.51.0
  glew: upgrade to 1.9.0
  libexif: upgrade to 0.6.21
  sysstat: upgrade to 10.1.1
  openssl: upgrade to 1.0.1c

 .../openssl-1.0.0j/debian/debian-targets.patch     |   54 -----
 .../openssl/openssl-1.0.0j/debian/pic.patch        |  242 --------------------
 .../configure-targets.patch                        |    0
 .../debian/block_digicert_malaysia.patch           |   29 +++
 .../openssl-1.0.1c/debian/block_diginotar.patch    |   67 ++++++
 .../debian/c_rehash-compat.patch                   |   15 +-
 .../openssl-1.0.1c/debian/c_rehash-multi.patch     |   89 +++++++
 .../debian/ca.patch                                |    1 +
 .../openssl-1.0.1c/debian/config-hurd.patch        |   18 ++
 .../openssl-1.0.1c/debian/debian-targets.patch     |   67 ++++++
 .../openssl-1.0.1c/debian/default_bits.patch       |   14 ++
 .../openssl/openssl-1.0.1c/debian/dgst_hmac.patch  |   54 +++++
 .../openssl/openssl-1.0.1c/debian/gnu_source.patch |   27 +++
 .../debian/libdoc-manpgs-pod-spell.patch           |  239 +++++++++++++++++++
 .../openssl-1.0.1c/debian/libssl-misspell.patch    |   14 ++
 .../debian/make-targets.patch                      |   13 +-
 .../debian/man-dir.patch                           |    1 +
 .../debian/man-section.patch                       |    1 +
 .../debian/no-rpath.patch                          |    1 +
 .../debian/no-symbolic.patch                       |    1 +
 .../debian/openssl-pod-misspell.patch              |  125 ++++++++++
 .../openssl/openssl-1.0.1c/debian/pic.patch        |  178 ++++++++++++++
 .../openssl/openssl-1.0.1c/debian/pkcs12-doc.patch |   39 ++++
 .../openssl-1.0.1c/debian/pod_ec.misspell.patch    |   14 ++
 .../debian/pod_pksc12.misspell.patch               |   14 ++
 .../openssl-1.0.1c/debian/pod_req_misspell2.patch  |   15 ++
 .../debian/pod_s_server.misspell.patch             |   14 ++
 .../debian/pod_x509setflags.misspell.patch         |   14 ++
 .../openssl/openssl-1.0.1c/debian/rehash-crt.patch |   36 +++
 .../openssl/openssl-1.0.1c/debian/rehash_pod.patch |   63 +++++
 .../openssl-1.0.1c/debian/renegiotate_tls.patch    |   13 ++
 .../openssl-1.0.1c/debian/shared-lib-ext.patch     |   17 ++
 .../openssl/openssl-1.0.1c/debian/stddef.patch     |   15 ++
 .../openssl/openssl-1.0.1c/debian/valgrind.patch   |   23 ++
 .../debian/version-script.patch                    |  203 ++++++++++++++--
 .../engines-install-in-libdir-ssl.patch            |    0
 .../{openssl-1.0.0j => openssl-1.0.1c}/find.pl     |    0
 .../oe-ldflags.patch                               |    0
 .../openssl-fix-link.patch                         |    0
 .../openssl_fix_for_x32.patch                      |   38 ++-
 .../shared-libs.patch                              |   33 +--
 .../{openssl_1.0.0j.bb => openssl_1.0.1c.bb}       |   37 ++-
 meta/recipes-extended/sysstat/sysstat_10.0.5.bb    |    8 -
 meta/recipes-extended/sysstat/sysstat_10.1.1.bb    |    8 +
 .../glew/{glew_1.7.0.bb => glew_1.9.0.bb}          |    6 +-
 .../boost/{boost_1.50.0.bb => boost_1.51.0.bb}     |    4 +-
 .../{libexif_0.6.20.bb => libexif_0.6.21.bb}       |    4 +-
 47 files changed, 1465 insertions(+), 403 deletions(-)
 delete mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0j/debian/debian-targets.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0j/debian/pic.patch
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/configure-targets.patch (100%)
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/block_digicert_malaysia.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/block_diginotar.patch
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/c_rehash-compat.patch (77%)
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/c_rehash-multi.patch
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/ca.patch (93%)
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/config-hurd.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/debian-targets.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/default_bits.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/dgst_hmac.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/gnu_source.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/libdoc-manpgs-pod-spell.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/libssl-misspell.patch
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/make-targets.patch (46%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/man-dir.patch (86%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/man-section.patch (95%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/no-rpath.patch (91%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/no-symbolic.patch (91%)
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/openssl-pod-misspell.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pic.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pkcs12-doc.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_ec.misspell.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_pksc12.misspell.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_req_misspell2.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_s_server.misspell.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_x509setflags.misspell.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/rehash-crt.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/rehash_pod.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/renegiotate_tls.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/shared-lib-ext.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/stddef.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/valgrind.patch
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/version-script.patch (95%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/engines-install-in-libdir-ssl.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/find.pl (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/oe-ldflags.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/openssl-fix-link.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/openssl_fix_for_x32.patch (63%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/shared-libs.patch (43%)
 rename meta/recipes-connectivity/openssl/{openssl_1.0.0j.bb => openssl_1.0.1c.bb} (53%)
 delete mode 100644 meta/recipes-extended/sysstat/sysstat_10.0.5.bb
 create mode 100644 meta/recipes-extended/sysstat/sysstat_10.1.1.bb
 rename meta/recipes-graphics/glew/{glew_1.7.0.bb => glew_1.9.0.bb} (80%)
 rename meta/recipes-support/boost/{boost_1.50.0.bb => boost_1.51.0.bb} (53%)
 rename meta/recipes-support/libexif/{libexif_0.6.20.bb => libexif_0.6.21.bb} (74%)

-- 
1.7.9.5




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

* Re: [PATCH 0/5] Package upgrades
  2012-09-11 15:19 Constantin Musca
@ 2012-09-12 17:54 ` Saul Wold
  0 siblings, 0 replies; 10+ messages in thread
From: Saul Wold @ 2012-09-12 17:54 UTC (permalink / raw)
  To: Constantin Musca; +Cc: openembedded-core

On 09/11/2012 08:19 AM, Constantin Musca wrote:
> This is another set of package upgrades compiled on all architectures
> and tested using core-image-sato.
> The following changes since commit 7250638ec895bc89508711831083d43b9e1e9826:
>
>    upstream_tracking: Fix format issues (2012-09-10 23:21:12 +0100)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib cmuscax/upgrades
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cmuscax/upgrades
>
> Constantin Musca (5):
>    boost: upgrade to 1.51.0
>    glew: upgrade to 1.9.0
>    libexif: upgrade to 0.6.21
>    sysstat: upgrade to 10.1.1
Merged the above 4 into OE-Core

>    openssl: upgrade to 1.0.1c

I had some trouble with this one, there are a number of other recipes 
that depend on openssl and need PR bumps and more testing, particularly 
git had an issue with this patch. It's probably a good thing to have but 
might be just a little to late in the cycle given it's used by other tools.

Thanks
	Sau!

>
>   .../openssl-1.0.0j/debian/debian-targets.patch     |   54 -----
>   .../openssl/openssl-1.0.0j/debian/pic.patch        |  242 --------------------
>   .../configure-targets.patch                        |    0
>   .../debian/block_digicert_malaysia.patch           |   29 +++
>   .../openssl-1.0.1c/debian/block_diginotar.patch    |   67 ++++++
>   .../debian/c_rehash-compat.patch                   |   15 +-
>   .../openssl-1.0.1c/debian/c_rehash-multi.patch     |   89 +++++++
>   .../debian/ca.patch                                |    1 +
>   .../openssl-1.0.1c/debian/config-hurd.patch        |   18 ++
>   .../openssl-1.0.1c/debian/debian-targets.patch     |   67 ++++++
>   .../openssl-1.0.1c/debian/default_bits.patch       |   14 ++
>   .../openssl/openssl-1.0.1c/debian/dgst_hmac.patch  |   54 +++++
>   .../openssl/openssl-1.0.1c/debian/gnu_source.patch |   27 +++
>   .../debian/libdoc-manpgs-pod-spell.patch           |  239 +++++++++++++++++++
>   .../openssl-1.0.1c/debian/libssl-misspell.patch    |   14 ++
>   .../debian/make-targets.patch                      |   13 +-
>   .../debian/man-dir.patch                           |    1 +
>   .../debian/man-section.patch                       |    1 +
>   .../debian/no-rpath.patch                          |    1 +
>   .../debian/no-symbolic.patch                       |    1 +
>   .../debian/openssl-pod-misspell.patch              |  125 ++++++++++
>   .../openssl/openssl-1.0.1c/debian/pic.patch        |  178 ++++++++++++++
>   .../openssl/openssl-1.0.1c/debian/pkcs12-doc.patch |   39 ++++
>   .../openssl-1.0.1c/debian/pod_ec.misspell.patch    |   14 ++
>   .../debian/pod_pksc12.misspell.patch               |   14 ++
>   .../openssl-1.0.1c/debian/pod_req_misspell2.patch  |   15 ++
>   .../debian/pod_s_server.misspell.patch             |   14 ++
>   .../debian/pod_x509setflags.misspell.patch         |   14 ++
>   .../openssl/openssl-1.0.1c/debian/rehash-crt.patch |   36 +++
>   .../openssl/openssl-1.0.1c/debian/rehash_pod.patch |   63 +++++
>   .../openssl-1.0.1c/debian/renegiotate_tls.patch    |   13 ++
>   .../openssl-1.0.1c/debian/shared-lib-ext.patch     |   17 ++
>   .../openssl/openssl-1.0.1c/debian/stddef.patch     |   15 ++
>   .../openssl/openssl-1.0.1c/debian/valgrind.patch   |   23 ++
>   .../debian/version-script.patch                    |  203 ++++++++++++++--
>   .../engines-install-in-libdir-ssl.patch            |    0
>   .../{openssl-1.0.0j => openssl-1.0.1c}/find.pl     |    0
>   .../oe-ldflags.patch                               |    0
>   .../openssl-fix-link.patch                         |    0
>   .../openssl_fix_for_x32.patch                      |   38 ++-
>   .../shared-libs.patch                              |   33 +--
>   .../{openssl_1.0.0j.bb => openssl_1.0.1c.bb}       |   37 ++-
>   meta/recipes-extended/sysstat/sysstat_10.0.5.bb    |    8 -
>   meta/recipes-extended/sysstat/sysstat_10.1.1.bb    |    8 +
>   .../glew/{glew_1.7.0.bb => glew_1.9.0.bb}          |    6 +-
>   .../boost/{boost_1.50.0.bb => boost_1.51.0.bb}     |    4 +-
>   .../{libexif_0.6.20.bb => libexif_0.6.21.bb}       |    4 +-
>   47 files changed, 1465 insertions(+), 403 deletions(-)
>   delete mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0j/debian/debian-targets.patch
>   delete mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0j/debian/pic.patch
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/configure-targets.patch (100%)
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/block_digicert_malaysia.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/block_diginotar.patch
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/c_rehash-compat.patch (77%)
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/c_rehash-multi.patch
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/ca.patch (93%)
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/config-hurd.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/debian-targets.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/default_bits.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/dgst_hmac.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/gnu_source.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/libdoc-manpgs-pod-spell.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/libssl-misspell.patch
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/make-targets.patch (46%)
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/man-dir.patch (86%)
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/man-section.patch (95%)
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/no-rpath.patch (91%)
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/no-symbolic.patch (91%)
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/openssl-pod-misspell.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pic.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pkcs12-doc.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_ec.misspell.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_pksc12.misspell.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_req_misspell2.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_s_server.misspell.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_x509setflags.misspell.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/rehash-crt.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/rehash_pod.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/renegiotate_tls.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/shared-lib-ext.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/stddef.patch
>   create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/valgrind.patch
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/version-script.patch (95%)
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/engines-install-in-libdir-ssl.patch (100%)
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/find.pl (100%)
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/oe-ldflags.patch (100%)
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/openssl-fix-link.patch (100%)
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/openssl_fix_for_x32.patch (63%)
>   rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/shared-libs.patch (43%)
>   rename meta/recipes-connectivity/openssl/{openssl_1.0.0j.bb => openssl_1.0.1c.bb} (53%)
>   delete mode 100644 meta/recipes-extended/sysstat/sysstat_10.0.5.bb
>   create mode 100644 meta/recipes-extended/sysstat/sysstat_10.1.1.bb
>   rename meta/recipes-graphics/glew/{glew_1.7.0.bb => glew_1.9.0.bb} (80%)
>   rename meta/recipes-support/boost/{boost_1.50.0.bb => boost_1.51.0.bb} (53%)
>   rename meta/recipes-support/libexif/{libexif_0.6.20.bb => libexif_0.6.21.bb} (74%)
>



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

* [PATCH 0/5] Package upgrades
@ 2012-12-04  9:19 Constantin Musca
  0 siblings, 0 replies; 10+ messages in thread
From: Constantin Musca @ 2012-12-04  9:19 UTC (permalink / raw)
  To: openembedded-core

This is a set of package upgrades tested using core-image-sato.
The following changes since commit da6c266b1184eed8b1bc851f24a9ee17ab56d562:

  xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions (2012-12-03 16:38:35 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib cmuscax/pus
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=cmuscax/pus

Constantin Musca (5):
  ethtool: upgrade to 3.6
  libxcb: upgrade to 1.9
  libxslt: upgrade to 1.1.28
  lighttpd: upgrade to 1.4.32
  puzzles: upgrade to r9712

 .../ethtool/{ethtool_3.5.bb => ethtool_3.6.bb}     |  4 +--
 .../files/lighttpd_fix_for_automake-1.12.patch     | 37 ----------------------
 .../{lighttpd_1.4.31.bb => lighttpd_1.4.32.bb}     |  5 ++-
 .../xcb/{libxcb_1.8.1.bb => libxcb_1.9.bb}         |  4 +--
 .../puzzles/{puzzles_r9660.bb => puzzles_r9712.bb} |  2 +-
 .../{libxslt_1.1.27.bb => libxslt_1.1.28.bb}       |  4 +--
 6 files changed, 9 insertions(+), 47 deletions(-)
 rename meta/recipes-extended/ethtool/{ethtool_3.5.bb => ethtool_3.6.bb} (79%)
 delete mode 100644 meta/recipes-extended/lighttpd/files/lighttpd_fix_for_automake-1.12.patch
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.31.bb => lighttpd_1.4.32.bb} (90%)
 rename meta/recipes-graphics/xcb/{libxcb_1.8.1.bb => libxcb_1.9.bb} (55%)
 rename meta/recipes-sato/puzzles/{puzzles_r9660.bb => puzzles_r9712.bb} (96%)
 rename meta/recipes-support/libxslt/{libxslt_1.1.27.bb => libxslt_1.1.28.bb} (87%)

-- 
1.7.11.7




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

* [PATCH 0/5] Package upgrades
@ 2013-08-08 13:46 Cristiana Voicu
  0 siblings, 0 replies; 10+ messages in thread
From: Cristiana Voicu @ 2013-08-08 13:46 UTC (permalink / raw)
  To: openembedded-core

Hi,

Tests done:
 * build tested on AB running following nightlies: x86, x86_64, ppc, mips, arm;
 * checked with rpm if the packages were installed; basic functionality for kmod,
systemtap, atk, mkfontscale and ed

Thanks,
Cristiana

The following changes since commit f63e7f4323368c0d6fe7a1d44393a7e15652d4f2:

  subversion: Add patch to use neon 0.30 (2013-08-07 07:43:47 +0100)

are available in the git repository at:

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

Cristiana Voicu (5):
  ed: upgrade to 1.9
  mkfontscale: upgrade to 1.1.1
  atk: upgrade to 2.9.3
  systemtap: upgrade to 2.3
  kmod: upgrade to 14

 meta/recipes-extended/ed/{ed_1.8.bb => ed_1.9.bb}  |    7 +++----
 .../{mkfontscale_1.1.0.bb => mkfontscale_1.1.1.bb} |    6 ++----
 meta/recipes-kernel/kmod/kmod-native_git.bb        |    1 -
 meta/recipes-kernel/kmod/kmod.inc                  |    5 ++---
 ...-man-page-generation-because-we-don-t-hav.patch |   21 ++++++++++----------
 .../kmod/kmod/fix-undefined-O_CLOEXEC.patch        |    5 ++---
 meta/recipes-kernel/kmod/kmod_git.bb               |    3 +--
 meta/recipes-kernel/systemtap/systemtap_git.bb     |    2 --
 meta/recipes-kernel/systemtap/systemtap_git.inc    |    4 ++--
 .../atk/{atk_2.8.0.bb => atk_2.9.3.bb}             |    4 ++--
 10 files changed, 25 insertions(+), 33 deletions(-)
 rename meta/recipes-extended/ed/{ed_1.8.bb => ed_1.9.bb} (68%)
 rename meta/recipes-graphics/xorg-app/{mkfontscale_1.1.0.bb => mkfontscale_1.1.1.bb} (78%)
 rename meta/recipes-support/atk/{atk_2.8.0.bb => atk_2.9.3.bb} (79%)

-- 
1.7.9.5



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

* [PATCH 0/5] Package upgrades
@ 2014-12-29 17:24 Aníbal Limón
  2014-12-29 17:24 ` [PATCH 1/5] xrandr: Upgrade to 1.4.3 Aníbal Limón
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Aníbal Limón @ 2014-12-29 17:24 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 6dde745bf90d9f9e52af3779df28879d91cbc64c:

  binutils: several security fixes (2014-12-27 22:53:40 +0000)

are available in the git repository at:

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

Aníbal Limón (5):
  xrandr: Upgrade to 1.4.3
  acpid: Upgrade to 2.0.23
  lsof: Upgrade to 4.88
  mc: Upgrade to 4.8.13
  sqlite3: Upgrade to 3.8.7.4

 meta/recipes-bsp/acpid/{acpid_2.0.22.bb => acpid_2.0.23.bb}           | 4 ++--
 meta/recipes-extended/lsof/{lsof_4.87.bb => lsof_4.88.bb}             | 4 ++--
 meta/recipes-extended/mc/{mc_4.8.12.bb => mc_4.8.13.bb}               | 4 ++--
 meta/recipes-graphics/xorg-app/{xrandr_1.4.2.bb => xrandr_1.4.3.bb}   | 4 ++--
 .../recipes-support/sqlite/{sqlite3_3.8.6.0.bb => sqlite3_3.8.7.4.bb} | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)
 rename meta/recipes-bsp/acpid/{acpid_2.0.22.bb => acpid_2.0.23.bb} (55%)
 rename meta/recipes-extended/lsof/{lsof_4.87.bb => lsof_4.88.bb} (91%)
 rename meta/recipes-extended/mc/{mc_4.8.12.bb => mc_4.8.13.bb} (93%)
 rename meta/recipes-graphics/xorg-app/{xrandr_1.4.2.bb => xrandr_1.4.3.bb} (72%)
 rename meta/recipes-support/sqlite/{sqlite3_3.8.6.0.bb => sqlite3_3.8.7.4.bb} (80%)

-- 
1.9.1



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

* [PATCH 1/5] xrandr: Upgrade to 1.4.3
  2014-12-29 17:24 [PATCH 0/5] Package upgrades Aníbal Limón
@ 2014-12-29 17:24 ` Aníbal Limón
  2014-12-29 17:24 ` [PATCH 2/5] acpid: Upgrade to 2.0.23 Aníbal Limón
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Aníbal Limón @ 2014-12-29 17:24 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
 meta/recipes-graphics/xorg-app/{xrandr_1.4.2.bb => xrandr_1.4.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xrandr_1.4.2.bb => xrandr_1.4.3.bb} (72%)

diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.4.2.bb b/meta/recipes-graphics/xorg-app/xrandr_1.4.3.bb
similarity index 72%
rename from meta/recipes-graphics/xorg-app/xrandr_1.4.2.bb
rename to meta/recipes-graphics/xorg-app/xrandr_1.4.3.bb
index 84f01b0..41bd420 100644
--- a/meta/recipes-graphics/xorg-app/xrandr_1.4.2.bb
+++ b/meta/recipes-graphics/xorg-app/xrandr_1.4.3.bb
@@ -11,5 +11,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
 DEPENDS += "libxrandr libxrender"
 PE = "1"
 
-SRC_URI[md5sum] = "78fd973d9b532106f8777a3449176148"
-SRC_URI[sha256sum] = "b2e76ee92ff827f1c52ded7c666fe6f2704ca81cdeef882397da4e3e8ab490bc"
+SRC_URI[md5sum] = "441fdb98d2abc6051108b7075d948fc7"
+SRC_URI[sha256sum] = "7154ac3486b86923692f2d6cdb2991a2ee72bc32af2c4379a6f1c068f204be1b"
-- 
1.9.1



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

* [PATCH 2/5] acpid: Upgrade to 2.0.23
  2014-12-29 17:24 [PATCH 0/5] Package upgrades Aníbal Limón
  2014-12-29 17:24 ` [PATCH 1/5] xrandr: Upgrade to 1.4.3 Aníbal Limón
@ 2014-12-29 17:24 ` Aníbal Limón
  2014-12-29 17:24 ` [PATCH 3/5] lsof: Upgrade to 4.88 Aníbal Limón
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Aníbal Limón @ 2014-12-29 17:24 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
 meta/recipes-bsp/acpid/{acpid_2.0.22.bb => acpid_2.0.23.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-bsp/acpid/{acpid_2.0.22.bb => acpid_2.0.23.bb} (55%)

diff --git a/meta/recipes-bsp/acpid/acpid_2.0.22.bb b/meta/recipes-bsp/acpid/acpid_2.0.23.bb
similarity index 55%
rename from meta/recipes-bsp/acpid/acpid_2.0.22.bb
rename to meta/recipes-bsp/acpid/acpid_2.0.23.bb
index 603fc2b..a5317a4 100644
--- a/meta/recipes-bsp/acpid/acpid_2.0.22.bb
+++ b/meta/recipes-bsp/acpid/acpid_2.0.23.bb
@@ -3,5 +3,5 @@ require acpid.inc
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
                     file://acpid.h;endline=24;md5=324a9cf225ae69ddaad1bf9d942115b5"
 
-SRC_URI[md5sum] = "c8ba756030d1b21fc973ec3d640f27f1"
-SRC_URI[sha256sum] = "3d11454f4283c8f771d8dbd5eb6b5f2bbd9d94d9f77d68bab89e35d98b67ab31"
+SRC_URI[md5sum] = "d7bcdcdefcd53b03730e50ba842554ea"
+SRC_URI[sha256sum] = "4396aaec13510c3a1faa941a15a4b5335b6ae4fbec8438b9249b88c3b66187ee"
-- 
1.9.1



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

* [PATCH 3/5] lsof: Upgrade to 4.88
  2014-12-29 17:24 [PATCH 0/5] Package upgrades Aníbal Limón
  2014-12-29 17:24 ` [PATCH 1/5] xrandr: Upgrade to 1.4.3 Aníbal Limón
  2014-12-29 17:24 ` [PATCH 2/5] acpid: Upgrade to 2.0.23 Aníbal Limón
@ 2014-12-29 17:24 ` Aníbal Limón
  2014-12-29 17:24 ` [PATCH 4/5] mc: Upgrade to 4.8.13 Aníbal Limón
  2014-12-29 17:24 ` [PATCH 5/5] sqlite3: Upgrade to 3.8.7.4 Aníbal Limón
  4 siblings, 0 replies; 10+ messages in thread
From: Aníbal Limón @ 2014-12-29 17:24 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
 meta/recipes-extended/lsof/{lsof_4.87.bb => lsof_4.88.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/lsof/{lsof_4.87.bb => lsof_4.88.bb} (91%)

diff --git a/meta/recipes-extended/lsof/lsof_4.87.bb b/meta/recipes-extended/lsof/lsof_4.88.bb
similarity index 91%
rename from meta/recipes-extended/lsof/lsof_4.87.bb
rename to meta/recipes-extended/lsof/lsof_4.88.bb
index e7a1eb2..a96b06e 100644
--- a/meta/recipes-extended/lsof/lsof_4.87.bb
+++ b/meta/recipes-extended/lsof/lsof_4.88.bb
@@ -6,8 +6,8 @@ LICENSE = "BSD"
 
 SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
 
-SRC_URI[md5sum] = "80e2a76d0e05826db910ec88e631296c"
-SRC_URI[sha256sum] = "dfdd3709d82bc79ccdf3e404b84aafa9aede5948642a824ecaefd0aac589da2c"
+SRC_URI[md5sum] = "1b29c10db4aa88afcaeeaabeef6790db"
+SRC_URI[sha256sum] = "fe6f9b0e26b779ccd0ea5a0b6327c2b5c38d207a6db16f61ac01bd6c44e5c99b"
 
 LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
 S = "${WORKDIR}/lsof_${PV}_src"
-- 
1.9.1



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

* [PATCH 4/5] mc: Upgrade to 4.8.13
  2014-12-29 17:24 [PATCH 0/5] Package upgrades Aníbal Limón
                   ` (2 preceding siblings ...)
  2014-12-29 17:24 ` [PATCH 3/5] lsof: Upgrade to 4.88 Aníbal Limón
@ 2014-12-29 17:24 ` Aníbal Limón
  2014-12-29 17:24 ` [PATCH 5/5] sqlite3: Upgrade to 3.8.7.4 Aníbal Limón
  4 siblings, 0 replies; 10+ messages in thread
From: Aníbal Limón @ 2014-12-29 17:24 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
 meta/recipes-extended/mc/{mc_4.8.12.bb => mc_4.8.13.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/mc/{mc_4.8.12.bb => mc_4.8.13.bb} (93%)

diff --git a/meta/recipes-extended/mc/mc_4.8.12.bb b/meta/recipes-extended/mc/mc_4.8.13.bb
similarity index 93%
rename from meta/recipes-extended/mc/mc_4.8.12.bb
rename to meta/recipes-extended/mc/mc_4.8.13.bb
index bc462e3..ef5b1a2 100644
--- a/meta/recipes-extended/mc/mc_4.8.12.bb
+++ b/meta/recipes-extended/mc/mc_4.8.13.bb
@@ -10,8 +10,8 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
            file://mc-CTRL.patch \
            "
 
-SRC_URI[md5sum] = "a64c426364bfaee56b628f6c0738aade"
-SRC_URI[sha256sum] = "1054fcc27a488771cbe5b85d7c10135fa1cd1b7682a19930d44b51a023e39396"
+SRC_URI[md5sum] = "12a521a50da6a86852177591b9623d5e"
+SRC_URI[sha256sum] = "22e1b809edba957eb9a392138bf87fea3877f7ca0b7463b7cc2eb94afa6f3e49"
 
 inherit autotools gettext pkgconfig
 
-- 
1.9.1



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

* [PATCH 5/5] sqlite3: Upgrade to 3.8.7.4
  2014-12-29 17:24 [PATCH 0/5] Package upgrades Aníbal Limón
                   ` (3 preceding siblings ...)
  2014-12-29 17:24 ` [PATCH 4/5] mc: Upgrade to 4.8.13 Aníbal Limón
@ 2014-12-29 17:24 ` Aníbal Limón
  4 siblings, 0 replies; 10+ messages in thread
From: Aníbal Limón @ 2014-12-29 17:24 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
 .../recipes-support/sqlite/{sqlite3_3.8.6.0.bb => sqlite3_3.8.7.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.8.6.0.bb => sqlite3_3.8.7.4.bb} (80%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb b/meta/recipes-support/sqlite/sqlite3_3.8.7.4.bb
similarity index 80%
rename from meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb
rename to meta/recipes-support/sqlite/sqlite3_3.8.7.4.bb
index 32f60eb..4c73d30 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.8.7.4.bb
@@ -10,8 +10,8 @@ PE = "3"
 SQLITE_PV = "${@sqlite_download_version(d)}"
 SRC_URI = "http://www.sqlite.org/2014/sqlite-autoconf-${SQLITE_PV}.tar.gz"
 
-SRC_URI[md5sum] = "f7e4a156b583abeba349629e2364224b"
-SRC_URI[sha256sum] = "53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95"
+SRC_URI[md5sum] = "33bb8db0038317ce1b0480ca1185c7ba"
+SRC_URI[sha256sum] = "86370f139405fdfe03334fd618171a74e50f589f17ccbe5933361ed1f58359ec"
 
 S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}"
 
-- 
1.9.1



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

end of thread, other threads:[~2014-12-29 17:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-29 17:24 [PATCH 0/5] Package upgrades Aníbal Limón
2014-12-29 17:24 ` [PATCH 1/5] xrandr: Upgrade to 1.4.3 Aníbal Limón
2014-12-29 17:24 ` [PATCH 2/5] acpid: Upgrade to 2.0.23 Aníbal Limón
2014-12-29 17:24 ` [PATCH 3/5] lsof: Upgrade to 4.88 Aníbal Limón
2014-12-29 17:24 ` [PATCH 4/5] mc: Upgrade to 4.8.13 Aníbal Limón
2014-12-29 17:24 ` [PATCH 5/5] sqlite3: Upgrade to 3.8.7.4 Aníbal Limón
  -- strict thread matches above, loose matches on Subject: below --
2013-08-08 13:46 [PATCH 0/5] Package upgrades Cristiana Voicu
2012-12-04  9:19 Constantin Musca
2012-09-11 15:19 Constantin Musca
2012-09-12 17:54 ` Saul Wold

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