~ubuntu-branches/ubuntu/hardy/nss/hardy-security

« back to all changes in this revision

Viewing changes to mozilla/security/nss/cmd/signtool/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-05-18 14:50:36 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100518145036-t5o0kz9yr83e4jjk
Tags: 3.12.6-0ubuntu0.8.04.1
* New upstream release 3.12.6 RTM (NSS_3_12_6_RTM)
  - fixes CVE-2009-3555 aka US-CERT VU#120541
* Adjust patches to changed upstream code base
  - update debian/patches/38_mips64_build.patch
  - update debian/patches/81_sonames.patch
  - update debian/patches/85_security_load.patch
* Remove patches that are merged upstream
  - delete debian/patches/91_nonexec_stack.patch
  - update debian/patches/series 
* Bump nspr dependency to 4.8
  - update debian/control
* Add new symbols for 3.12.6
  - update debian/libnss3-1d.symbols  
* Enable transitional scheme for SSL renegotiation
  - add 97_SSL_RENEGOTIATE_TRANSITIONAL.patch
  - update debian/patches/series
* Generate missing checksum for libnssdbm3.so to make FIPS mode
  work properly
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
include ../platlibs.mk
60
60
 
 
61
ifdef USE_SYSTEM_ZLIB
 
62
OS_LIBS += $(ZLIB_LIBS)
 
63
else
 
64
EXTRA_LIBS += $(ZLIB_LIBS)
 
65
endif
 
66
 
61
67
#######################################################################
62
68
# (5) Execute "global" rules. (OPTIONAL)                              #
63
69
#######################################################################