open-src/lib/libXext/Makefile
changeset 1345 d5dacbb8de2b
parent 1276 52f85727ce94
child 1370 7a7a374453e5
equal deleted inserted replaced
1344:800e8c2d47f1 1345:d5dacbb8de2b
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Xlib-based client library for common X11 protocol extensions
     3 # Xlib-based client library for common X11 protocol extensions
     4 #
     4 #
     5 # Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
     6 #
     6 #
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # copy of this software and associated documentation files (the "Software"),
     8 # copy of this software and associated documentation files (the "Software"),
     9 # to deal in the Software without restriction, including without limitation
     9 # to deal in the Software without restriction, including without limitation
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    35 TARBALL_MD5   = 71251a22bc47068d60a95f50ed2ec3cf
    35 TARBALL_MD5   = 71251a22bc47068d60a95f50ed2ec3cf
    36 TARBALL_SHA1  = 764ac472ae19a0faade193717a9e0938d3430aaa
    36 TARBALL_SHA1  = 764ac472ae19a0faade193717a9e0938d3430aaa
    37 TARBALL_SHA256= 56229c617eb7bfd6dec40d2805bc4dfb883dfe80f130d99b9a2beb632165e859
    37 TARBALL_SHA256= 56229c617eb7bfd6dec40d2805bc4dfb883dfe80f130d99b9a2beb632165e859
    38 
    38 
    39 # Patches to apply to source after unpacking, in order
    39 # Patches to apply to source after unpacking, in order
    40 SOURCE_PATCHES  = shm.patch,-p1
    40 SOURCE_PATCHES += CVE-2013-1982.patch,-p1
       
    41 SOURCE_PATCHES += shm.patch,-p1
    41 SOURCE_PATCHES += sun-exts.patch,-p1
    42 SOURCE_PATCHES += sun-exts.patch,-p1
    42 
    43 
    43 # Library name (used for specfiles/mapfiles)
    44 # Library name (used for specfiles/mapfiles)
    44 LIBNAME=Xext
    45 LIBNAME=Xext
       
    46 
       
    47 # Dates to show in Oracle copyright notice in pkg license file
       
    48 # Earliest & latest of the copyrights in the Oracle files in this pkg
       
    49 ORACLE_COPYRIGHT_YEARS = 1990, 2013
    45 
    50 
    46 # ARC cases that covered this module
    51 # ARC cases that covered this module
    47 # PSARC 1999/188 FBPM (Frame Buffer Power Management) Extension
    52 # PSARC 1999/188 FBPM (Frame Buffer Power Management) Extension
    48 MODULE_ARC_CASES = PSARC/1999/188
    53 MODULE_ARC_CASES = PSARC/1999/188
    49 # PSARC/2005/328 Xinerama Protocol Compatibility
    54 # PSARC/2005/328 Xinerama Protocol Compatibility