~ubuntu-branches/ubuntu/karmic/nss/karmic-updates

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/libpkix/pkix/checker/manifest.mn

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-06-16 13:23:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616132347-311ysb8oep74b98y
Tags: 3.12.3-0ubuntu1
* new upstream release 3.12.3 RTM (NSS_3_12_3_RTM) (LP: #387751)
* adjust patches to changed upstream code base
  - update debian/patches/38_kbsd.patch
* needs nspr >= 4.7.4
  - update debian/control
* update 85_security_load.patch to latest debian version
  - update debian/patches/85_security_load.patch
* add new symbols for 3.12.3
  - update debian/libnss3-1d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
PRIVATE_EXPORTS = \
44
44
        pkix_basicconstraintschecker.h \
45
45
        pkix_certchainchecker.h \
46
 
        pkix_defaultcrlchecker.h \
47
 
        pkix_defaultrevchecker.h \
 
46
        pkix_crlchecker.h \
 
47
        pkix_ekuchecker.h \
48
48
        pkix_expirationchecker.h \
49
49
        pkix_namechainingchecker.h \
50
50
        pkix_nameconstraintschecker.h \
51
51
        pkix_ocspchecker.h \
52
52
        pkix_policychecker.h \
 
53
        pkix_revocationmethod.h \
53
54
        pkix_revocationchecker.h \
54
55
        pkix_signaturechecker.h \
55
56
        pkix_targetcertchecker.h \
60
61
CSRCS = \
61
62
        pkix_basicconstraintschecker.c \
62
63
        pkix_certchainchecker.c \
63
 
        pkix_defaultcrlchecker.c \
64
 
        pkix_defaultrevchecker.c \
 
64
        pkix_crlchecker.c \
 
65
        pkix_ekuchecker.c \
65
66
        pkix_expirationchecker.c \
66
67
        pkix_namechainingchecker.c \
67
68
        pkix_nameconstraintschecker.c \
68
69
        pkix_ocspchecker.c \
 
70
        pkix_revocationmethod.c \
69
71
        pkix_revocationchecker.c \
70
72
        pkix_policychecker.c \
71
73
        pkix_signaturechecker.c \