security/nss/pkg/solaris/SUNWtls/pkgdepend

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 # Copyright 2005 Microsystems, Inc.  All Rights Reserved.
     2 # Use is subject to license terms.
     3 #
     4 # This Source Code Form is subject to the terms of the Mozilla Public
     5 # License, v. 2.0. If a copy of the MPL was not distributed with this
     6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     7 #
     8 # This package information file defines software dependencies associated
     9 # with the pkg.  You can define three types of pkg dependencies with this file:
    10 #	 P indicates a prerequisite for installation
    11 #	 I indicates an incompatible package
    12 #	 R indicates a reverse dependency
    13 # <pkg.abbr> see pkginfo(4), PKG parameter
    14 # <name> see pkginfo(4), NAME parameter
    15 # <version> see pkginfo(4), VERSION parameter
    16 # <arch> see pkginfo(4), ARCH parameter
    17 # <type> <pkg.abbr> <name>
    18 # 	(<arch>)<version>
    19 # 	(<arch>)<version>
    20 # 	...
    21 # <type> <pkg.abbr> <name>
    22 # ...
    24 P SUNWcar	Core Architecture, (Root)
    25 P SUNWkvm	Core Architecture, (Kvm)
    26 P SUNWcsr	Core Solaris, (Root)
    27 P SUNWcsu	Core Solaris, (Usr)
    28 P SUNWcsd	Core Solaris Devices
    29 P SUNWcsl	Core Solaris Libraries
    30 P SUNWpr	Netscape Portable Runtime

mercurial