~ubuntu-branches/ubuntu/raring/nss/raring-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2011-09-09 11:57:13 UTC
  • Revision ID: package-import@ubuntu.com-20110909115713-36ev4q4t6s0yp6if
Tags: 3.12.9+ckbi-1.82-0ubuntu5
* SECURITY UPDATE: Add patch from Debian version 3.12.11-3 rebased against
  3.12.9 to remove the DigiNotar certificates and actively distrust them;
  Thanks to Mike Hommey from Debian for the original patch (LP: #837557)
  - mozilla/security/nss/lib/ckfw/builtins/certdata.*:
    Explicitely distrust various DigiNotar CAs:
    - DigiNotar Root CA
    - DigiNotar Services 1024 CA
    - DigiNotar Cyber CA
    - DigiNotar Cyber CA 2nd
    - DigiNotar PKIoverheid
    - DigiNotar PKIoverheid G2
  - mozilla/security/nss/lib/ckfw/builtins/certdata.*:
    Remove DigiNotar Root CA. 
* Add a symlink from Linux2.6.mk to Linux3.0.mk; This is a temporary hack to
  let NSS build on a 3.0.x kernel
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
build: build-stamp
40
40
build-stamp: $(QUILT_STAMPFN)
41
41
        dh_testdir
 
42
        #Add symlink to workaround not being able to build on a 3.0 kernel
 
43
        ln -s $(CURDIR)/mozilla/security/coreconf/Linux2.6.mk \
 
44
                $(CURDIR)/mozilla/security/coreconf/Linux3.0.mk
42
45
        if [ ! -h patches ] ; then ln -s $(CURDIR)/debian/patches ; fi
43
46
        $(MAKE) -C mozilla/security/nss \
44
47
                nss_build_all \
57
60
clean: clean-patched unpatch
58
61
clean-patched:
59
62
        dh_testdir
 
63
        #Clean up symlink added in build-patch
 
64
        rm -f $(CURDIR)/mozilla/security/coreconf/Linux3.0.mk
60
65
        dh_testroot
61
66
 
62
67
        -$(MAKE) -C mozilla/security/nss \