open-src/lib/libX11/Makefile
changeset 1345 d5dacbb8de2b
parent 1339 4f152696e5f2
child 1370 7a7a374453e5
equal deleted inserted replaced
1344:800e8c2d47f1 1345:d5dacbb8de2b
    91 	locale-zh_HK.UTF-8.patch \
    91 	locale-zh_HK.UTF-8.patch \
    92 	locale-zh_TW.UTF-8.patch \
    92 	locale-zh_TW.UTF-8.patch \
    93 	locale-zh_TW.patch \
    93 	locale-zh_TW.patch \
    94 	locale-ru-RU.UTF-8.patch
    94 	locale-ru-RU.UTF-8.patch
    95 
    95 
       
    96 # Patches from May 2013 security alert - will be integrated into libX11 1.6
       
    97 SOURCE_PATCHES += upstream-cleanup.patch,-p1
       
    98 SOURCE_PATCHES += XEatDataWords.patch,-p1
       
    99 SOURCE_PATCHES += CVE-2013-1981.patch,-p1
       
   100 SOURCE_PATCHES += CVE-2013-1997.patch,-p1
       
   101 SOURCE_PATCHES += CVE-2013-2004.patch,-p1
       
   102 SOURCE_PATCHES += alloc-cleanup.patch,-p1
       
   103 
    96 # Library name (used for specfiles/mapfiles)
   104 # Library name (used for specfiles/mapfiles)
    97 LIBNAME=X11
   105 LIBNAME=X11
    98 
   106 
    99 # Dates to show in Oracle copyright notice in pkg license file
   107 # Dates to show in Oracle copyright notice in pkg license file
   100 # Earliest & latest of the copyrights in the Oracle files in this pkg
   108 # Earliest & latest of the copyrights in the Oracle files in this pkg
   101 ORACLE_COPYRIGHT_YEARS = 1986, 2012
   109 ORACLE_COPYRIGHT_YEARS = 1986, 2013
   102 
   110 
   103 # ARC cases that covered this module
   111 # ARC cases that covered this module
   104 # PSARC/1992/077 X11/R5 Xlib API
   112 # PSARC/1992/077 X11/R5 Xlib API
   105 MODULE_ARC_CASES = PSARC/1992/077
   113 MODULE_ARC_CASES = PSARC/1992/077
   106 # PSARC/1992/082 Dynamic Locale Access For X11/R5 Xlib
   114 # PSARC/1992/082 Dynamic Locale Access For X11/R5 Xlib