All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] X apps/UX: eds-dbus update, Edwin
@ 2010-11-25  3:01 Zhai Edwin
  2010-11-22  6:26 ` [PATCH 4/4] eds-dbus: Update to 2.32.1 Zhai Edwin
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Zhai Edwin @ 2010-11-25  3:01 UTC (permalink / raw)
  To: poky

Saul,
This is the update of eds-dbus with some other necessry new recipes. Pls. review and pull.

Thanks,
edwin


Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: gzhai/distro01
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/distro01

Thanks,
    Zhai Edwin <edwin.zhai@intel.com>
---


Zhai Edwin (4):
  libgdata: Add 0.6.5 as new recipe
  nspr: Add 4.8.6 as new recipe
  nss: Add 3.12.8 as new recipe
  eds-dbus: Update to 2.32.1

 .../conf/distro/include/poky-default-revisions.inc |    2 +-
 meta/recipes-gnome/gnome/libgdata_0.6.5.bb         |   12 +
 .../recipes-sato/eds/eds-dbus/compatible_api.patch |  109 +
 .../eds/eds-dbus/new-contact-fix.patch             |   14 +-
 meta/recipes-sato/eds/eds-dbus/nossl.patch         |   56 +-
 .../eds/eds-dbus/optional_imapx_provider.patch     |   62 -
 meta/recipes-sato/eds/eds-dbus_git.bb              |   17 +-
 .../nspr/nspr-4.8.6/30_config_64bits.dpatch        |   41 +
 .../nspr/nspr-4.8.6/30_pkgconfig.dpatch            |   33 +
 .../nspr/nspr-4.8.6/configure_fix.patch            |   19 +
 .../nspr/nspr-4.8.6/unbreak-build.diff             |   46 +
 meta/recipes-sato/nspr/nspr-tools-native_4.8.6.bb  |   35 +
 meta/recipes-sato/nspr/nspr_4.8.6.bb               |   33 +
 .../recipes-sato/nss/nss-3.12.6/00_ckbi_1.79.patch | 6386 ++++++++++++++++++++
 meta/recipes-sato/nss/nss-3.12.6/25_entropy.patch  |   22 +
 meta/recipes-sato/nss/nss-3.12.6/38_hurd.patch     |   59 +
 meta/recipes-sato/nss/nss-3.12.6/38_kbsd.patch     |  152 +
 .../nss/nss-3.12.6/38_mips64_build.patch           |   27 +
 .../nss/nss-3.12.6/80_security_build.patch         |   17 +
 .../nss/nss-3.12.6/80_security_tools.patch         |   26 +
 meta/recipes-sato/nss/nss-3.12.6/81_sonames.patch  |  351 ++
 .../nss/nss-3.12.6/85_security_load.patch          |   79 +
 meta/recipes-sato/nss/nss-3.12.6/90_realpath.patch |   35 +
 .../nss/nss-3.12.6/91_build_pwdecrypt.patch        |   17 +
 .../nss-3.12.6/95_add_spi+cacert_ca_certs.patch    | 1168 ++++
 .../nss/nss-3.12.6/96_NSS_VersionCheck.patch       |   18 +
 .../97_SSL_RENEGOTIATE_TRANSITIONAL.patch          |   21 +
 meta/recipes-sato/nss/nss-3.12.6/build-fix.patch   |   63 +
 meta/recipes-sato/nss/nss-3.12.6/nss.pc.in         |   11 +
 meta/recipes-sato/nss/nss_3.12.6.bb                |  107 +
 30 files changed, 8910 insertions(+), 128 deletions(-)
 create mode 100644 meta/recipes-gnome/gnome/libgdata_0.6.5.bb
 create mode 100644 meta/recipes-sato/eds/eds-dbus/compatible_api.patch
 delete mode 100644 meta/recipes-sato/eds/eds-dbus/optional_imapx_provider.patch
 create mode 100644 meta/recipes-sato/nspr/nspr-4.8.6/30_config_64bits.dpatch
 create mode 100644 meta/recipes-sato/nspr/nspr-4.8.6/30_pkgconfig.dpatch
 create mode 100644 meta/recipes-sato/nspr/nspr-4.8.6/configure_fix.patch
 create mode 100644 meta/recipes-sato/nspr/nspr-4.8.6/unbreak-build.diff
 create mode 100644 meta/recipes-sato/nspr/nspr-tools-native_4.8.6.bb
 create mode 100644 meta/recipes-sato/nspr/nspr_4.8.6.bb
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/00_ckbi_1.79.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/25_entropy.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/38_hurd.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/38_kbsd.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/38_mips64_build.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/80_security_build.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/80_security_tools.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/81_sonames.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/85_security_load.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/90_realpath.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/91_build_pwdecrypt.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/95_add_spi+cacert_ca_certs.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/96_NSS_VersionCheck.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/97_SSL_RENEGOTIATE_TRANSITIONAL.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/build-fix.patch
 create mode 100644 meta/recipes-sato/nss/nss-3.12.6/nss.pc.in
 create mode 100644 meta/recipes-sato/nss/nss_3.12.6.bb



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

end of thread, other threads:[~2010-12-08 11:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-25  3:01 [PATCH 0/4] X apps/UX: eds-dbus update, Edwin Zhai Edwin
2010-11-22  6:26 ` [PATCH 4/4] eds-dbus: Update to 2.32.1 Zhai Edwin
2010-11-30 20:50   ` Saul Wold
2010-12-06  1:36     ` Zhai, Edwin
2010-12-07  8:33       ` Saul Wold
2010-12-08 11:58         ` Zhai, Edwin
2010-11-22  8:41 ` [PATCH 1/4] libgdata: Add 0.6.5 as new recipe Zhai Edwin
2010-11-23  2:04 ` [PATCH 2/4] nspr: Add 4.8.6 " Zhai Edwin
2010-11-24  2:59 ` [PATCH 3/4] nss: Add 3.12.8 " Zhai Edwin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.