~ubuntu-branches/ubuntu/lucid/nss/lucid-security

« back to all changes in this revision

Viewing changes to mozilla/security/nss/cmd/lowhashtest/manifest.mn

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2013-01-11 14:47:38 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20130111144738-iybbas2ln824kgoz
Tags: 3.14.1-0ckbi1.93ubuntu.0.10.04.1
* New upstream release. Dropped the following patches:
  - debian/patches/25_entropy.patch (was bz51429 obsoleted by fix for
    bz174993)
  - debian/patches/38_mips64_build.patch (we don't build on mips)
  - debian/patches/90_realpath.patch (included upstream)
    upstream)
  - debian/patches/diginotar.patch (included upstream)
  - debian/patches/CVE-2012-0441.patch (included upstream)
* debian/patches/01_dont_build_nspr.patch: refresh
* debian/patches/38_kbsd.patch: refresh/update based on Debian
* debian/patches/80_security_build.patch: refresh
* debian/patches/85_security_load.patch: refresh/update based on Debian
* debian/patches/97_SSL_RENEGOTIATE_TRANSITIONAL.patch: refresh/update based
  on Debian
* SECURITY UPDATE: distrust improperly issued TURKTRUST intermediate CAs
  - debian/patches/94_ckbi-1.9.patch: update to CKBI 1.93 by using
    mozilla/security/nss/lib/ckfw/builtins/certdata.txt from upstream and
    updating mozilla/security/nss/lib/ckfw/builtins/nssckbi.h. Apply this
    before 95_add_spi+cacert_ca_certs.patch since it keeps this patch clean
    and underscores that SPI and CACERT are not part of upstream Roots.
  - CVE-2013-0743
* debian/libnss3-0d.symbols: updated for *_3.12.10 through *_3.14.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
2
# This Source Code Form is subject to the terms of the Mozilla Public
 
3
# License, v. 2.0. If a copy of the MPL was not distributed with this
 
4
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
5
CORE_DEPTH = ../../..
 
6
 
 
7
MODULE = nss
 
8
 
 
9
REQUIRES = seccmd dbm softoken
 
10
 
 
11
INCLUDES += -I$(CORE_DEPTH)/nss/lib/freebl
 
12
 
 
13
PROGRAM = lowhashtest
 
14
 
 
15
EXPORTS = \
 
16
        $(NULL)
 
17
 
 
18
PRIVATE_EXPORTS = \
 
19
        $(NULL)
 
20
 
 
21
CSRCS = \
 
22
        lowhashtest.c \
 
23
        $(NULL)
 
24