View | Details | Raw Unified | Return to issue 127069
Collapse All | Expand All

(-)main/LICENSE (-3 / +2 lines)
Lines 1029-1037 Link Here
1029
For integration of XML Expat - built in main/expat/
1029
For integration of XML Expat - built in main/expat/
1030
- MIT license
1030
- MIT license
1031
1031
1032
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
1032
Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper
1033
                               and Clark Cooper
1033
Copyright (c) 2001-2016 Expat maintainers
1034
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
1035
1034
1036
Permission is hereby granted, free of charge, to any person obtaining
1035
Permission is hereby granted, free of charge, to any person obtaining
1037
a copy of this software and associated documentation files (the
1036
a copy of this software and associated documentation files (the
(-)main/expat/expat-2.1.0.patch
Lines 1-87 Link Here
(-)main/expat/expat-winapi.patch (+1 lines)
Line 0 Link Here
1
--- misc/expat-2.2.0/lib/makefile.mk	Wed Aug 20 14:33:55 2008
Lines 1-5 Link Here
(-)main/expat/makefile.mk (-2 / +2 lines)
Lines 38-45 Link Here
38
38
39
# --- Files --------------------------------------------------------
39
# --- Files --------------------------------------------------------
40
40
41
TARFILE_NAME=expat-2.1.0
41
TARFILE_NAME=expat-2.2.0
42
TARFILE_MD5=dd7dab7a5fea97d2a6a43f511449b7cd 
42
TARFILE_MD5=2f47841c829facb346eb6e3fab5212e2
43
ADDITIONAL_FILES=lib$/makefile.mk
43
ADDITIONAL_FILES=lib$/makefile.mk
44
PATCH_FILES=$(TARFILE_NAME).patch \
44
PATCH_FILES=$(TARFILE_NAME).patch \
45
            expat-winapi.patch
45
            expat-winapi.patch
(-)main/expat/prj/d.lst (-2 / +2 lines)
Lines 1-7 Link Here
1
mkdir: %_DEST%\inc%_EXT%\external\expat
1
mkdir: %_DEST%\inc%_EXT%\external\expat
2
mkdir: %_DEST%\lib%_EXT%\x64
2
mkdir: %_DEST%\lib%_EXT%\x64
3
..\%__SRC%\misc\build\expat-2.1.0\lib\expat.h %_DEST%\inc%_EXT%\external\expat.h
3
..\%__SRC%\misc\build\expat-2.2.0\lib\expat.h %_DEST%\inc%_EXT%\external\expat.h
4
..\%__SRC%\misc\build\expat-2.1.0\lib\expat_external.h %_DEST%\inc%_EXT%\external\expat_external.h
4
..\%__SRC%\misc\build\expat-2.2.0\lib\expat_external.h %_DEST%\inc%_EXT%\external\expat_external.h
5
..\%__SRC%\slb\expat_xmltok.lib %_DEST%\lib%_EXT%\expat_xmltok.lib
5
..\%__SRC%\slb\expat_xmltok.lib %_DEST%\lib%_EXT%\expat_xmltok.lib
6
..\%__SRC%\slb\expat_xmlparse.lib %_DEST%\lib%_EXT%\expat_xmlparse.lib
6
..\%__SRC%\slb\expat_xmlparse.lib %_DEST%\lib%_EXT%\expat_xmlparse.lib
7
..\%__SRC%\slb\ascii_expat_xmlparse.lib %_DEST%\lib%_EXT%\ascii_expat_xmlparse.lib
7
..\%__SRC%\slb\ascii_expat_xmlparse.lib %_DEST%\lib%_EXT%\ascii_expat_xmlparse.lib
(-)main/external_deps.lst (-3 / +3 lines)
Lines 221-229 Link Here
221
    URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
221
    URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
222
222
223
if (SYSTEM_EXPAT != YES)
223
if (SYSTEM_EXPAT != YES)
224
    MD5 = dd7dab7a5fea97d2a6a43f511449b7cd
224
    MD5 = 2f47841c829facb346eb6e3fab5212e2
225
    name = expat-2.1.0.tar.gz
225
    name = expat-2.2.0.tar.bz2
226
    URL1 = http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz/download
226
    URL1 = http://downloads.sourceforge.net/project/expat/expat/2.2.0/expat-2.2.0.tar.bz2
227
    URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
227
    URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
228
228
229
if (SYSTEM_CURL != YES)
229
if (SYSTEM_CURL != YES)

Return to issue 127069