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

« back to all changes in this revision

Viewing changes to mozilla/security/coreconf/SunOS5.5.mk

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2013-03-13 13:18:17 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20130313131817-nl4k88f5xjj1rkdh
Tags: 3.14.3-0ubuntu0.10.04.1
* SECURITY UPDATE: New upstream release to fix TLS timing side-channel
  attacks
  - CVE-2013-1620
* Remaining changes:
  - 98_ckbi-1.93.patch: Dropped (included upstream)
  - 01_dont_build_nspr.patch
  - 38_kbsd.patch: refresh/update
  - 80_security_build.patch
  - 85_security_load.patch
  - 97_SSL_RENEGOTIATE_TRANSITIONAL.patch
* debian/libnss3.symbols: add NSS_3.14.3 symbols

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
 
 
6
 
SOL_CFLAGS += -D_SVID_GETTOD
7
 
 
8
 
include $(CORE_DEPTH)/coreconf/SunOS5.mk
9
 
 
10
 
ifeq ($(OS_RELEASE),5.5)
11
 
        OS_DEFINES += -DSOLARIS2_5
12
 
endif