All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nspr & nss: add nspr and nss to pass LSB library check
@ 2011-04-11  8:01 Kang Kai
  2011-04-11  8:01 ` [PATCH 1/2] nspr: add nspr to pass LSB library test Kang Kai
  2011-04-11  8:02 ` [PATCH 2/2] nss: add nss for LSB library check Kang Kai
  0 siblings, 2 replies; 3+ messages in thread
From: Kang Kai @ 2011-04-11  8:01 UTC (permalink / raw)
  To: poky, saul.wold

From: Kang Kai <kai.kang@windriver.com>

Hi Saul,

According to your opinion, I use the 'copyright' file as license file and send again.

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

Thanks,
    Kang Kai <kai.kang@windriver.com>
---


Kang Kai (2):
  nspr: add nspr to pass LSB library test
  nss: add nss for LSB library check

 .../mozilla/nspr-4.8.7/30_config_64bits.dpatch     |   45 +
 .../mozilla/nspr-4.8.7/30_pkgconfig.dpatch         |   37 +
 .../mozilla/nspr-4.8.7/81_sonames.dpatch           |  233 +
 .../mozilla/nspr-4.8.7/unbreak-build.diff          |   50 +
 .../recipes-extended/mozilla/nspr-tools-native.inc |   29 +
 .../mozilla/nspr-tools-native_4.8.7.bb             |   16 +
 meta/recipes-extended/mozilla/nspr.inc             |   44 +
 meta/recipes-extended/mozilla/nspr_4.8.7.bb        |   17 +
 .../mozilla/nss-3.12.6/00_ckbi_1.79.patch          | 6390 ++++++++++++++++++++
 .../mozilla/nss-3.12.6/25_entropy.patch            |   26 +
 .../mozilla/nss-3.12.6/38_hurd.patch               |   63 +
 .../mozilla/nss-3.12.6/38_kbsd.patch               |  156 +
 .../mozilla/nss-3.12.6/38_mips64_build.patch       |   31 +
 .../mozilla/nss-3.12.6/80_security_build.patch     |   21 +
 .../mozilla/nss-3.12.6/80_security_tools.patch     |   30 +
 .../mozilla/nss-3.12.6/81_sonames.patch            |  355 ++
 .../mozilla/nss-3.12.6/85_security_load.patch      |   83 +
 .../mozilla/nss-3.12.6/90_realpath.patch           |   39 +
 .../mozilla/nss-3.12.6/91_build_pwdecrypt.patch    |   21 +
 .../nss-3.12.6/95_add_spi+cacert_ca_certs.patch    | 1172 ++++
 .../mozilla/nss-3.12.6/96_NSS_VersionCheck.patch   |   23 +
 .../97_SSL_RENEGOTIATE_TRANSITIONAL.patch          |   25 +
 .../mozilla/nss-3.12.6/build-fix.patch             |   67 +
 meta/recipes-extended/mozilla/nss-3.12.6/nss.pc.in |   11 +
 meta/recipes-extended/mozilla/nss-3.12.6/series    |   14 +
 meta/recipes-extended/mozilla/nss_3.12.6.bb        |  116 +
 26 files changed, 9114 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-extended/mozilla/nspr-4.8.7/30_config_64bits.dpatch
 create mode 100644 meta/recipes-extended/mozilla/nspr-4.8.7/30_pkgconfig.dpatch
 create mode 100644 meta/recipes-extended/mozilla/nspr-4.8.7/81_sonames.dpatch
 create mode 100644 meta/recipes-extended/mozilla/nspr-4.8.7/unbreak-build.diff
 create mode 100644 meta/recipes-extended/mozilla/nspr-tools-native.inc
 create mode 100644 meta/recipes-extended/mozilla/nspr-tools-native_4.8.7.bb
 create mode 100644 meta/recipes-extended/mozilla/nspr.inc
 create mode 100644 meta/recipes-extended/mozilla/nspr_4.8.7.bb
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/00_ckbi_1.79.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/25_entropy.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/38_hurd.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/38_kbsd.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/38_mips64_build.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/80_security_build.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/80_security_tools.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/81_sonames.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/85_security_load.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/90_realpath.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/91_build_pwdecrypt.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/95_add_spi+cacert_ca_certs.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/96_NSS_VersionCheck.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/97_SSL_RENEGOTIATE_TRANSITIONAL.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/build-fix.patch
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/nss.pc.in
 create mode 100644 meta/recipes-extended/mozilla/nss-3.12.6/series
 create mode 100644 meta/recipes-extended/mozilla/nss_3.12.6.bb



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

end of thread, other threads:[~2011-04-11  8:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-11  8:01 [PATCH 0/2] nspr & nss: add nspr and nss to pass LSB library check Kang Kai
2011-04-11  8:01 ` [PATCH 1/2] nspr: add nspr to pass LSB library test Kang Kai
2011-04-11  8:02 ` [PATCH 2/2] nss: add nss for LSB library check Kang Kai

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.