~ubuntu-branches/ubuntu/quantal/nss/quantal-updates

« back to all changes in this revision

Viewing changes to mozilla/security/nss/cmd/shlibsign/sign.sh

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2013-03-13 11:15:25 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20130313111525-mdqqswc1hnqrft6d
Tags: 3.14.3-0ubuntu0.12.10.1
* SECURITY UPDATE: New upstream release to fix TLS timing side-channel
  attacks
  - CVE-2013-1620
* Remaining changes:
  - 94_ckbi-1.93.patch: Dropped (included upstream)
  - 38_hurd.patch: refresh
  - 38_kbsd.patch: refresh/update
  - 80_security_tools.patch
  - 85_security_load.patch
  - 95_add_spi+cacert_ca_certs.patch
  - 97_SSL_RENEGOTIATE_TRANSITIONAL.patch
  - lower-dhe-priority.patch
* debian/libnss3.symbols: add NSS_3.14.3 symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# License, v. 2.0. If a copy of the MPL was not distributed with this
4
4
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5
5
 
 
6
# arguments:
 
7
# 1: full path to DIST/OBJDIR (parent dir of "lib")
 
8
# 2: full path to shlibsign executable (DIST/OBJDIR/bin)
 
9
# 3: OS_TARGET
 
10
# 4: full path to DIST/OBJDIR/lib
 
11
# 5: full path to library that is to be signed
 
12
 
6
13
case "${3}" in
7
14
WIN*)
8
15
    if echo "${PATH}" | grep -c \; >/dev/null; then