~ubuntu-branches/ubuntu/trusty/xulrunner/trusty

« back to all changes in this revision

Viewing changes to security/nss/lib/pki1/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2008-08-25 13:04:18 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080825130418-ck1i2ms384tzb9m0
Tags: 1.8.1.16+nobinonly-0ubuntu1
* New upstream release (taken from upstream CVS), LP: #254618.
* Fix MFSA 2008-35, MFSA 2008-34, MFSA 2008-33, MFSA 2008-32, MFSA 2008-31,
  MFSA 2008-30, MFSA 2008-29, MFSA 2008-28, MFSA 2008-27, MFSA 2008-25,
  MFSA 2008-24, MFSA 2008-23, MFSA 2008-22, MFSA 2008-21, MFSA 2008-26 also
  known as CVE-2008-2933, CVE-2008-2785, CVE-2008-2811, CVE-2008-2810,
  CVE-2008-2809, CVE-2008-2808, CVE-2008-2807, CVE-2008-2806, CVE-2008-2805,
  CVE-2008-2803, CVE-2008-2802, CVE-2008-2801, CVE-2008-2800, CVE-2008-2798.
* Drop 89_bz419350_attachment_306066 patch, merged upstream.
* Bump Standards-Version to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
# the terms of any one of the MPL, the GPL or the LGPL.
35
35
#
36
36
# ***** END LICENSE BLOCK *****
37
 
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.7 $ $Date: 2005/01/20 02:25:49 $"
 
37
MAKEFILE_CVS_ID = "@(#) $RCSfile: Makefile,v $ $Revision: 1.7.28.3 $ $Date: 2007/05/09 01:38:14 $"
38
38
 
39
39
include manifest.mn
40
40
include $(CORE_DEPTH)/coreconf/config.mk
44
44
# Generate oiddata.h and oiddata.c.
45
45
oidgen: oidgen.perl oids.txt
46
46
        rm -f oiddata.c oiddata.h
47
 
        perl oidgen.perl oiddata.c oiddata.h oids.txt
 
47
        $(PERL) oidgen.perl oiddata.c oiddata.h oids.txt
48
48
 
49
49
export::  private_export 
50
50