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
  2012-12-04  9:19 ` [PATCH 1/5] ethtool: upgrade to 3.6 Constantin Musca
                   ` (4 more replies)
  0 siblings, 5 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 1/5] ethtool: upgrade to 3.6
  2012-12-04  9:19 [PATCH 0/5] Package upgrades Constantin Musca
@ 2012-12-04  9:19 ` Constantin Musca
  2012-12-04  9:19 ` [PATCH 2/5] libxcb: upgrade to 1.9 Constantin Musca
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Constantin Musca @ 2012-12-04  9:19 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
 meta/recipes-extended/ethtool/{ethtool_3.5.bb => ethtool_3.6.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/ethtool/{ethtool_3.5.bb => ethtool_3.6.bb} (79%)

diff --git a/meta/recipes-extended/ethtool/ethtool_3.5.bb b/meta/recipes-extended/ethtool/ethtool_3.6.bb
similarity index 79%
rename from meta/recipes-extended/ethtool/ethtool_3.5.bb
rename to meta/recipes-extended/ethtool/ethtool_3.6.bb
index b9caab6..576fca5 100644
--- a/meta/recipes-extended/ethtool/ethtool_3.5.bb
+++ b/meta/recipes-extended/ethtool/ethtool_3.6.bb
@@ -9,7 +9,7 @@ PR = "r0"
 
 SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "f2dd81ecc515f25372503501f9b7ea1b"
-SRC_URI[sha256sum] = "e87e232ba927aecca5be565e7bea20c533ade97758b17e65b8941df35b3c6f59"
+SRC_URI[md5sum] = "1f4fb25590d26cb622bf3bf03413cfac"
+SRC_URI[sha256sum] = "a0305779bc35893cf4683a9cbc47bbd1d726a142ce2b34384ae3d87fa8e44891"
 
 inherit autotools
-- 
1.7.11.7




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

* [PATCH 2/5] libxcb: upgrade to 1.9
  2012-12-04  9:19 [PATCH 0/5] Package upgrades Constantin Musca
  2012-12-04  9:19 ` [PATCH 1/5] ethtool: upgrade to 3.6 Constantin Musca
@ 2012-12-04  9:19 ` Constantin Musca
  2012-12-04  9:19 ` [PATCH 3/5] libxslt: upgrade to 1.1.28 Constantin Musca
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Constantin Musca @ 2012-12-04  9:19 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
 meta/recipes-graphics/xcb/{libxcb_1.8.1.bb => libxcb_1.9.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xcb/{libxcb_1.8.1.bb => libxcb_1.9.bb} (55%)

diff --git a/meta/recipes-graphics/xcb/libxcb_1.8.1.bb b/meta/recipes-graphics/xcb/libxcb_1.9.bb
similarity index 55%
rename from meta/recipes-graphics/xcb/libxcb_1.8.1.bb
rename to meta/recipes-graphics/xcb/libxcb_1.9.bb
index 52ff0b0..f7da48c 100644
--- a/meta/recipes-graphics/xcb/libxcb_1.8.1.bb
+++ b/meta/recipes-graphics/xcb/libxcb_1.9.bb
@@ -9,5 +9,5 @@ DEPENDS += "libxdmcp"
 
 PACKAGES =+ "libxcb-xinerama"
 
-SRC_URI[md5sum] = "9da03df9e2f4c048202920d9f6a7e123"
-SRC_URI[sha256sum] = "d2f46811e950710e7e79e45615d24f2c7ec318b9de9dc717972723da58bffa0d"
+SRC_URI[md5sum] = "2b05856e9d1cb37836aae7406f2f4ce2"
+SRC_URI[sha256sum] = "8857e62b3aae2976c7e10043643e45a85964fd1dcb4469dfde0d04d3d1b12c96"
-- 
1.7.11.7




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

* [PATCH 3/5] libxslt: upgrade to 1.1.28
  2012-12-04  9:19 [PATCH 0/5] Package upgrades Constantin Musca
  2012-12-04  9:19 ` [PATCH 1/5] ethtool: upgrade to 3.6 Constantin Musca
  2012-12-04  9:19 ` [PATCH 2/5] libxcb: upgrade to 1.9 Constantin Musca
@ 2012-12-04  9:19 ` Constantin Musca
  2012-12-04  9:19 ` [PATCH 4/5] lighttpd: upgrade to 1.4.32 Constantin Musca
  2012-12-04  9:19 ` [PATCH 5/5] puzzles: upgrade to r9712 Constantin Musca
  4 siblings, 0 replies; 10+ messages in thread
From: Constantin Musca @ 2012-12-04  9:19 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
 meta/recipes-support/libxslt/{libxslt_1.1.27.bb => libxslt_1.1.28.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libxslt/{libxslt_1.1.27.bb => libxslt_1.1.28.bb} (87%)

diff --git a/meta/recipes-support/libxslt/libxslt_1.1.27.bb b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
similarity index 87%
rename from meta/recipes-support/libxslt/libxslt_1.1.27.bb
rename to meta/recipes-support/libxslt/libxslt_1.1.28.bb
index 925c860..3f89e78 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.27.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
@@ -12,8 +12,8 @@ PR = "r0"
 SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \
            file://pkgconfig_fix.patch"
 
-SRC_URI[md5sum] = "4d01ff464b9ea7236925a1adf147c7f8"
-SRC_URI[sha256sum] = "b6a8d9a421f2630999ca91d9f8c091ee8ea2d580e6be84c1d21b2a45e11e7e26"
+SRC_URI[md5sum] = "9667bf6f9310b957254fdcf6596600b7"
+SRC_URI[sha256sum] = "5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c"
 S = "${WORKDIR}/libxslt-${PV}"
 
 inherit autotools pkgconfig binconfig lib_package
-- 
1.7.11.7




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

* [PATCH 4/5] lighttpd: upgrade to 1.4.32
  2012-12-04  9:19 [PATCH 0/5] Package upgrades Constantin Musca
                   ` (2 preceding siblings ...)
  2012-12-04  9:19 ` [PATCH 3/5] libxslt: upgrade to 1.1.28 Constantin Musca
@ 2012-12-04  9:19 ` Constantin Musca
  2012-12-04  9:19 ` [PATCH 5/5] puzzles: upgrade to r9712 Constantin Musca
  4 siblings, 0 replies; 10+ messages in thread
From: Constantin Musca @ 2012-12-04  9:19 UTC (permalink / raw)
  To: openembedded-core

lighttpd_fix_for_automake-1.12.patch: removed
- included in the new version

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
 .../files/lighttpd_fix_for_automake-1.12.patch     | 37 ----------------------
 .../{lighttpd_1.4.31.bb => lighttpd_1.4.32.bb}     |  5 ++-
 2 files changed, 2 insertions(+), 40 deletions(-)
 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%)

diff --git a/meta/recipes-extended/lighttpd/files/lighttpd_fix_for_automake-1.12.patch b/meta/recipes-extended/lighttpd/files/lighttpd_fix_for_automake-1.12.patch
deleted file mode 100644
index 42451b8..0000000
--- a/meta/recipes-extended/lighttpd/files/lighttpd_fix_for_automake-1.12.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Upstream-Status: Pending
-
-This patch fixes following issue with automake 1.12
-
-| configure.ac:42: error: automatic de-ANSI-fication support has been removed
-...
-| automake: warnings are treated as errors
-| /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: warning: 'liblightcomp.la': linking libtool libraries using a non-POSIX
-| /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
-
-Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
-2012/05/03
-
-Index: lighttpd-1.4.30/configure.ac
-===================================================================
---- lighttpd-1.4.30.orig/configure.ac
-+++ lighttpd-1.4.30/configure.ac
-@@ -24,6 +24,11 @@ dnl AC_PROG_CXX
- AC_PROG_LN_S
- AC_PROG_MAKE_SET
- 
-+# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it
-+m4_pattern_allow([AM_PROG_AR])
-+AM_PROG_AR
-+
-+
- dnl check environment
- AC_AIX
- AC_ISC_POSIX
-@@ -39,7 +44,6 @@ AM_CONDITIONAL(NO_RDYNAMIC, test x$NO_RD
- AC_EXEEXT
- 
- dnl more automake stuff
--AM_C_PROTOTYPES
- 
- dnl libtool
- AC_DISABLE_STATIC
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb
similarity index 90%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb
index 6856f53..df6ce97 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb
@@ -22,11 +22,10 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
         file://index.html.lighttpd \
         file://lighttpd.conf \
         file://lighttpd \
-        file://lighttpd_fix_for_automake-1.12.patch \
         "
 
-SRC_URI[md5sum] = "c718cc27658240d307b8a1d1c7c4bb54"
-SRC_URI[sha256sum] = "5209e7a25d3044cb21b34d6a2bb3a6f6c216ba903ea486a803d070582e5e26ac"
+SRC_URI[md5sum] = "8e2d4ae8e918d4de1aeb9842584d170b"
+SRC_URI[sha256sum] = "60691b2dcf3ad2472c06b23d75eb0c164bf48a08a630ed3f308f61319104701f"
 
 EXTRA_OECONF = " \
              --without-bzip2 \
-- 
1.7.11.7




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

* [PATCH 5/5] puzzles: upgrade to r9712
  2012-12-04  9:19 [PATCH 0/5] Package upgrades Constantin Musca
                   ` (3 preceding siblings ...)
  2012-12-04  9:19 ` [PATCH 4/5] lighttpd: upgrade to 1.4.32 Constantin Musca
@ 2012-12-04  9:19 ` Constantin Musca
  4 siblings, 0 replies; 10+ messages in thread
From: Constantin Musca @ 2012-12-04  9:19 UTC (permalink / raw)
  To: openembedded-core

License checksum change due to:
< Schmidt and Steffen Bauer.
> Schmidt, Steffen Bauer and Lennard Sprong.

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
 meta/recipes-sato/puzzles/{puzzles_r9660.bb => puzzles_r9712.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-sato/puzzles/{puzzles_r9660.bb => puzzles_r9712.bb} (96%)

diff --git a/meta/recipes-sato/puzzles/puzzles_r9660.bb b/meta/recipes-sato/puzzles/puzzles_r9712.bb
similarity index 96%
rename from meta/recipes-sato/puzzles/puzzles_r9660.bb
rename to meta/recipes-sato/puzzles/puzzles_r9712.bb
index 37536c6..5ab3161 100644
--- a/meta/recipes-sato/puzzles/puzzles_r9660.bb
+++ b/meta/recipes-sato/puzzles/puzzles_r9712.bb
@@ -6,7 +6,7 @@ PR = "r0"
 MOD_PV = "${@d.getVar('PV',1)[1:]}"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=87478fe5bc9ea8f356c5479a5617324a"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=31790deb1e1aac4626e7d1bc04587eb0"
 
 # Upstream updates puzzles.tar.gz for the new release, so checksums seem to be changing regularly right now
 SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV};protocol=svn"
-- 
1.7.11.7




^ permalink raw reply related	[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
  0 siblings, 0 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

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 --
2012-12-04  9:19 [PATCH 0/5] Package upgrades Constantin Musca
2012-12-04  9:19 ` [PATCH 1/5] ethtool: upgrade to 3.6 Constantin Musca
2012-12-04  9:19 ` [PATCH 2/5] libxcb: upgrade to 1.9 Constantin Musca
2012-12-04  9:19 ` [PATCH 3/5] libxslt: upgrade to 1.1.28 Constantin Musca
2012-12-04  9:19 ` [PATCH 4/5] lighttpd: upgrade to 1.4.32 Constantin Musca
2012-12-04  9:19 ` [PATCH 5/5] puzzles: upgrade to r9712 Constantin Musca
  -- strict thread matches above, loose matches on Subject: below --
2014-12-29 17:24 [PATCH 0/5] Package upgrades Aníbal Limón
2013-08-08 13:46 Cristiana Voicu
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