2015-08-30 06:51:55 -04:00
|
|
|
#***************************************************************************
|
|
|
|
# _ _ ____ _
|
|
|
|
# Project ___| | | | _ \| |
|
|
|
|
# / __| | | | |_) | |
|
|
|
|
# | (__| |_| | _ <| |___
|
|
|
|
# \___|\___/|_| \_\_____|
|
|
|
|
#
|
2015-10-20 07:33:01 -04:00
|
|
|
# Copyright (C) 2005 - 2009, Gisle Vanem <gvanem@yahoo.no>.
|
2015-08-30 06:51:55 -04:00
|
|
|
# Copyright (C) 2005 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
#
|
|
|
|
# This software is licensed as described in the file COPYING, which
|
|
|
|
# you should have received as part of this distribution. The terms
|
2016-02-02 18:19:02 -05:00
|
|
|
# are also available at https://curl.haxx.se/docs/copyright.html.
|
2015-08-30 06:51:55 -04:00
|
|
|
#
|
|
|
|
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
|
|
|
# copies of the Software, and permit persons to whom the Software is
|
|
|
|
# furnished to do so, under the terms of the COPYING file.
|
|
|
|
#
|
|
|
|
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
|
|
|
# KIND, either express or implied.
|
|
|
|
#
|
|
|
|
#***************************************************************************
|
|
|
|
|
2005-01-08 11:06:37 -05:00
|
|
|
#
|
|
|
|
# Watcom / OpenWatcom / Win32 makefile for libcurl.
|
|
|
|
#
|
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
.ERASE
|
|
|
|
|
|
|
|
!if $(__VERSION__) < 1280
|
|
|
|
!message !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
!message ! This Open Watcom version is too old and is no longer supported !
|
|
|
|
!message ! Please download latest version from www.openwatcom.org !
|
|
|
|
!message !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
!error Unsupported version of Open Watcom
|
|
|
|
!endif
|
|
|
|
|
2010-07-28 21:18:40 -04:00
|
|
|
!ifndef %watcom
|
|
|
|
!error WATCOM environment variable not set!
|
|
|
|
!endif
|
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
# In order to process Makefile.inc wmake must be called with -u switch!
|
|
|
|
!ifndef %MAKEFLAGS
|
|
|
|
!error You MUST call wmake with the -u switch!
|
|
|
|
!endif
|
|
|
|
|
2010-08-07 12:32:39 -04:00
|
|
|
!ifdef %libname
|
|
|
|
LIBNAME = $(%libname)
|
|
|
|
!else
|
2010-08-05 21:42:18 -04:00
|
|
|
LIBNAME = libcurl
|
|
|
|
!endif
|
2014-03-02 18:27:38 -05:00
|
|
|
TARGETS = $(LIBNAME).dll $(LIBNAME).lib
|
2005-01-08 11:06:37 -05:00
|
|
|
|
|
|
|
CC = wcc386
|
2010-07-28 21:18:40 -04:00
|
|
|
LD = wlink
|
|
|
|
AR = wlib
|
2010-08-07 12:32:39 -04:00
|
|
|
RC = wrc
|
2010-07-28 21:18:40 -04:00
|
|
|
|
|
|
|
!ifdef __LOADDLL__
|
|
|
|
! loaddll wcc386 wccd386
|
|
|
|
! loaddll wpp386 wppd386
|
|
|
|
! loaddll wlib wlibd
|
2014-03-02 18:27:38 -05:00
|
|
|
! loaddll wlink wlinkd
|
2010-07-28 21:18:40 -04:00
|
|
|
!endif
|
2005-01-08 11:06:37 -05:00
|
|
|
|
2010-10-13 11:29:47 -04:00
|
|
|
!ifdef __LINUX__
|
|
|
|
CP = cp
|
|
|
|
MD = mkdir -p
|
|
|
|
!else
|
|
|
|
CP = copy 2>NUL
|
2010-08-10 15:27:01 -04:00
|
|
|
MD = mkdir
|
2010-10-13 11:29:47 -04:00
|
|
|
!endif
|
2014-03-02 18:27:38 -05:00
|
|
|
!if $(__VERSION__) > 1290
|
|
|
|
RD = rm -rf
|
|
|
|
!else ifdef __UNIX__
|
|
|
|
RD = rm -rf
|
|
|
|
!else
|
|
|
|
RD = rmdir /q /s 2>NUL
|
2010-10-13 11:29:47 -04:00
|
|
|
!endif
|
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
SYS_INCL = -I"$(%watcom)/h/nt" -I"$(%watcom)/h"
|
2010-07-28 21:18:40 -04:00
|
|
|
|
|
|
|
CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm &
|
2010-07-31 05:52:05 -04:00
|
|
|
-wcd=201 -bt=nt -d+ -dWIN32 -dCURL_WANTS_CA_BUNDLE_ENV &
|
Remove all traces of FBOpenSSL SPNEGO support
This is just fundamentally broken. SPNEGO (RFC4178) is a protocol which
allows client and server to negotiate the underlying mechanism which will
actually be used to authenticate. This is *often* Kerberos, and can also
be NTLM and other things. And to complicate matters, there are various
different OIDs which can be used to specify the Kerberos mechanism too.
A SPNEGO exchange will identify *which* GSSAPI mechanism is being used,
and will exchange GSSAPI tokens which are appropriate for that mechanism.
But this SPNEGO implementation just strips the incoming SPNEGO packet
and extracts the token, if any. And completely discards the information
about *which* mechanism is being used. Then we *assume* it was Kerberos,
and feed the token into gss_init_sec_context() with the default
mechanism (GSS_S_NO_OID for the mech_type argument).
Furthermore... broken as this code is, it was never even *used* for input
tokens anyway, because higher layers of curl would just bail out if the
server actually said anything *back* to us in the negotiation. We assume
that we send a single token to the server, and it accepts it. If the server
wants to continue the exchange (as is required for NTLM and for SPNEGO
to do anything useful), then curl was broken anyway.
So the only bit which actually did anything was the bit in
Curl_output_negotiate(), which always generates an *initial* SPNEGO
token saying "Hey, I support only the Kerberos mechanism and this is its
token".
You could have done that by manually just prefixing the Kerberos token
with the appropriate bytes, if you weren't going to do any proper SPNEGO
handling. There's no need for the FBOpenSSL library at all.
The sane way to do SPNEGO is just to *ask* the GSSAPI library to do
SPNEGO. That's what the 'mech_type' argument to gss_init_sec_context()
is for. And then it should all Just Work™.
That 'sane way' will be added in a subsequent patch, as will bug fixes
for our failure to handle any exchange other than a single outbound
token to the server which results in immediate success.
2014-07-11 04:37:18 -04:00
|
|
|
-dBUILDING_LIBCURL -I. -I"../include" $(SYS_INCL)
|
2010-07-28 21:18:40 -04:00
|
|
|
|
|
|
|
!ifdef %debug
|
|
|
|
DEBUG = -dDEBUG=1 -dDEBUGBUILD
|
|
|
|
CFLAGS += -d3 $(DEBUG)
|
|
|
|
!else
|
|
|
|
CFLAGS += -d0
|
|
|
|
!endif
|
|
|
|
|
|
|
|
!ifdef %use_ipv6
|
|
|
|
CFLAGS += -d_WIN32_WINNT=0x0501 -dENABLE_IPV6
|
|
|
|
!endif
|
2005-01-08 11:06:37 -05:00
|
|
|
|
2010-08-18 09:16:10 -04:00
|
|
|
!ifdef %use_sspi
|
|
|
|
CFLAGS += -dUSE_WINDOWS_SSPI
|
|
|
|
!endif
|
|
|
|
|
2014-10-30 11:43:29 -04:00
|
|
|
!ifdef %use_winssl
|
|
|
|
CFLAGS += -dUSE_WINDOWS_SSPI
|
|
|
|
CFLAGS += -DUSE_SCHANNEL
|
|
|
|
!endif
|
|
|
|
|
2011-04-24 12:58:07 -04:00
|
|
|
!ifdef %use_winidn
|
|
|
|
CFLAGS += -dWINVER=0x0600 -dUSE_WIN32_IDN
|
|
|
|
! if $(__VERSION__) <= 1290
|
|
|
|
CFLAGS += -dWANT_IDN_PROTOTYPES
|
|
|
|
! endif
|
|
|
|
!endif
|
|
|
|
|
2007-10-31 06:20:48 -04:00
|
|
|
#
|
|
|
|
# Change to suite.
|
|
|
|
#
|
2010-07-28 21:18:40 -04:00
|
|
|
!ifdef %zlib_root
|
2010-07-31 05:52:05 -04:00
|
|
|
ZLIB_ROOT = $(%zlib_root)
|
2010-07-28 21:18:40 -04:00
|
|
|
!else
|
2014-03-02 18:27:38 -05:00
|
|
|
ZLIB_ROOT = ../../zlib-1.2.8
|
2010-07-28 21:18:40 -04:00
|
|
|
!endif
|
2007-10-31 06:20:48 -04:00
|
|
|
|
2010-10-12 00:55:01 -04:00
|
|
|
!ifdef %libssh2_root
|
|
|
|
LIBSSH2_ROOT = $(%libssh2_root)
|
|
|
|
!else
|
2015-04-30 02:29:00 -04:00
|
|
|
LIBSSH2_ROOT = ../../libssh2-1.5.0
|
2010-10-12 00:55:01 -04:00
|
|
|
!endif
|
|
|
|
|
|
|
|
!ifdef %librtmp_root
|
|
|
|
LIBRTMP_ROOT = $(%librtmp_root)
|
|
|
|
!else
|
2014-03-02 18:27:38 -05:00
|
|
|
LIBRTMP_ROOT = ../../rtmpdump-2.3
|
2010-10-12 00:55:01 -04:00
|
|
|
!endif
|
|
|
|
|
2010-08-11 12:08:39 -04:00
|
|
|
!ifdef %openssl_root
|
|
|
|
OPENSSL_ROOT = $(%openssl_root)
|
|
|
|
!else
|
2015-04-30 02:29:00 -04:00
|
|
|
OPENSSL_ROOT = ../../openssl-1.0.2a
|
2010-08-11 12:08:39 -04:00
|
|
|
!endif
|
|
|
|
|
2010-07-28 21:18:40 -04:00
|
|
|
!ifdef %ares_root
|
2010-07-31 05:52:05 -04:00
|
|
|
ARES_ROOT = $(%ares_root)
|
2010-07-28 21:18:40 -04:00
|
|
|
!else
|
2014-03-02 18:27:38 -05:00
|
|
|
ARES_ROOT = ../ares
|
2010-07-28 21:18:40 -04:00
|
|
|
!endif
|
|
|
|
|
|
|
|
!ifdef %use_zlib
|
2014-03-02 18:27:38 -05:00
|
|
|
CFLAGS += -dHAVE_ZLIB_H -dHAVE_LIBZ -I"$(ZLIB_ROOT)"
|
2007-10-31 06:20:48 -04:00
|
|
|
!endif
|
|
|
|
|
2010-10-12 00:55:01 -04:00
|
|
|
!ifdef %use_rtmp
|
2014-03-02 18:27:38 -05:00
|
|
|
CFLAGS += -dUSE_LIBRTMP -I"$(LIBRTMP_ROOT)"
|
2010-10-12 00:55:01 -04:00
|
|
|
!endif
|
|
|
|
|
|
|
|
!ifdef %use_ssh2
|
2014-03-02 18:27:38 -05:00
|
|
|
CFLAGS += -DUSE_LIBSSH2 -DHAVE_LIBSSH2_H -I"$(LIBSSH2_ROOT)/include" -I"$(LIBSSH2_ROOT)/win32"
|
2010-10-12 09:31:41 -04:00
|
|
|
!endif
|
2010-10-12 00:55:01 -04:00
|
|
|
|
2010-08-11 12:08:39 -04:00
|
|
|
!ifdef %use_ssl
|
2014-03-02 18:27:38 -05:00
|
|
|
CFLAGS += -wcd=138 -dUSE_OPENSSL -dUSE_SSLEAY -I"$(OPENSSL_ROOT)/inc32"
|
2010-08-11 12:08:39 -04:00
|
|
|
!endif
|
|
|
|
|
2010-07-28 21:18:40 -04:00
|
|
|
!ifdef %use_ares
|
2014-03-02 18:27:38 -05:00
|
|
|
CFLAGS += -dUSE_ARES -I"$(ARES_ROOT)"
|
2008-08-20 19:35:48 -04:00
|
|
|
!endif
|
|
|
|
|
2010-07-28 21:18:40 -04:00
|
|
|
!ifdef %use_watt32
|
2014-03-02 18:27:38 -05:00
|
|
|
CFLAGS += -dUSE_WATT32 -I"$(%watt_root)/inc"
|
2008-12-16 04:03:58 -05:00
|
|
|
!endif
|
|
|
|
|
2008-08-17 09:34:15 -04:00
|
|
|
OBJ_BASE = WC_Win32.obj
|
2014-03-02 18:27:38 -05:00
|
|
|
!if $(__VERSION__) > 1290
|
|
|
|
OBJ_STAT = $(OBJ_BASE)/stat
|
|
|
|
OBJ_DYN = $(OBJ_BASE)/dyn
|
|
|
|
!else ifdef __UNIX__
|
|
|
|
OBJ_STAT = $(OBJ_BASE)/stat
|
|
|
|
OBJ_DYN = $(OBJ_BASE)/dyn
|
2010-07-28 21:50:09 -04:00
|
|
|
!else
|
2014-03-02 18:27:38 -05:00
|
|
|
OBJ_STAT = $(OBJ_BASE)\stat
|
|
|
|
OBJ_DYN = $(OBJ_BASE)\dyn
|
2010-07-28 21:50:09 -04:00
|
|
|
!endif
|
2010-02-03 18:07:11 -05:00
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
LINK_ARG = $(OBJ_DYN)/wlink.arg
|
|
|
|
LIB_ARG = $(OBJ_STAT)/wlib.arg
|
2010-10-13 19:22:40 -04:00
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
!include Makefile.inc
|
2005-01-08 11:06:37 -05:00
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
OBJS1 = ./$(CSOURCES:.c=.obj)
|
|
|
|
OBJS2 = $(OBJS1:vtls/=)
|
|
|
|
OBJS3 = $(OBJS2: = ./)
|
|
|
|
OBJS_STAT = $(OBJS3:./=$(OBJ_STAT)/)
|
|
|
|
OBJS_DYN = $(OBJS3:./=$(OBJ_DYN)/)
|
|
|
|
|
|
|
|
CURLBUILDH = ../include/curl/curlbuild.h
|
|
|
|
RESOURCE = $(OBJ_DYN)/libcurl.res
|
2008-08-17 09:34:15 -04:00
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
DIRS = $(OBJ_BASE) $(OBJ_BASE)/stat $(OBJ_BASE)/dyn
|
2005-01-08 11:06:37 -05:00
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
.c : vtls
|
2008-08-17 09:34:15 -04:00
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
all: $(CURLBUILDH) $(DIRS) $(TARGETS) .SYMBOLIC
|
2005-01-08 11:06:37 -05:00
|
|
|
@echo Welcome to libcurl
|
|
|
|
|
|
|
|
clean: .SYMBOLIC
|
2014-03-02 18:27:38 -05:00
|
|
|
-rm -f $(OBJS_STAT)
|
|
|
|
-rm -f $(OBJS_DYN)
|
|
|
|
-rm -f $(RESOURCE) $(LINK_ARG) $(LIB_ARG)
|
2005-01-08 11:06:37 -05:00
|
|
|
|
2010-08-15 10:55:02 -04:00
|
|
|
vclean distclean: clean .SYMBOLIC
|
2014-03-02 18:27:38 -05:00
|
|
|
-rm -f $(TARGETS) $(LIBNAME).map $(LIBNAME).sym
|
|
|
|
-$(RD) $(OBJ_STAT)
|
|
|
|
-$(RD) $(OBJ_DYN)
|
2010-07-28 21:18:40 -04:00
|
|
|
-$(RD) $(OBJ_BASE)
|
2005-01-08 11:06:37 -05:00
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
$(DIRS):
|
2010-08-05 21:42:18 -04:00
|
|
|
-$(MD) $^@
|
|
|
|
|
|
|
|
$(CURLBUILDH): .EXISTSONLY
|
|
|
|
$(CP) $^@.dist $^@
|
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
$(LIBNAME).dll: $(OBJS_DYN) $(RESOURCE) $(__MAKEFILES__)
|
|
|
|
%create $(LINK_ARG)
|
|
|
|
@%append $(LINK_ARG) system nt dll
|
2010-08-10 11:29:06 -04:00
|
|
|
!ifdef %debug
|
2014-03-02 18:27:38 -05:00
|
|
|
@%append $(LINK_ARG) debug all
|
|
|
|
@%append $(LINK_ARG) option symfile
|
|
|
|
!endif
|
|
|
|
@%append $(LINK_ARG) option quiet, caseexact, eliminate
|
|
|
|
@%append $(LINK_ARG) option map=$(OBJ_DYN)/$(LIBNAME).map
|
|
|
|
@%append $(LINK_ARG) option implib=$(LIBNAME)_imp.lib
|
|
|
|
@%append $(LINK_ARG) option res=$(RESOURCE)
|
|
|
|
@for %f in ($(OBJS_DYN)) do @%append $(LINK_ARG) file %f
|
|
|
|
@%append $(LINK_ARG) library wldap32.lib
|
2010-07-28 21:18:40 -04:00
|
|
|
!ifdef %use_watt32
|
2014-03-02 18:27:38 -05:00
|
|
|
@%append $(LINK_ARG) library '$(%watt_root)/lib/wattcpw_imp.lib'
|
2008-12-16 04:03:58 -05:00
|
|
|
!else
|
2014-03-02 18:27:38 -05:00
|
|
|
@%append $(LINK_ARG) library ws2_32.lib
|
2008-12-16 04:03:58 -05:00
|
|
|
!endif
|
2010-07-28 21:18:40 -04:00
|
|
|
!ifdef %use_zlib
|
2014-03-02 18:27:38 -05:00
|
|
|
@%append $(LINK_ARG) library '$(ZLIB_ROOT)/zlib.lib'
|
2007-10-31 06:20:48 -04:00
|
|
|
!endif
|
2010-10-12 00:55:01 -04:00
|
|
|
!ifdef %use_rtmp
|
2014-03-02 18:27:38 -05:00
|
|
|
@%append $(LINK_ARG) library '$(LIBRTMP_ROOT)/librtmp/librtmp.lib'
|
2010-10-12 00:55:01 -04:00
|
|
|
!endif
|
|
|
|
!ifdef %use_ssh2
|
2014-03-02 18:27:38 -05:00
|
|
|
@%append $(LINK_ARG) library '$(LIBSSH2_ROOT)/win32/libssh2.lib'
|
2010-10-12 00:55:01 -04:00
|
|
|
!endif
|
2010-08-11 12:08:39 -04:00
|
|
|
!ifdef %use_ssl
|
2014-03-02 18:27:38 -05:00
|
|
|
@%append $(LINK_ARG) library '$(OPENSSL_ROOT)/out32/libeay32.lib'
|
|
|
|
@%append $(LINK_ARG) library '$(OPENSSL_ROOT)/out32/ssleay32.lib'
|
2010-08-11 12:08:39 -04:00
|
|
|
!endif
|
2010-07-28 21:18:40 -04:00
|
|
|
!ifdef %use_ares
|
2014-03-02 18:27:38 -05:00
|
|
|
@%append $(LINK_ARG) library '$(ARES_ROOT)/cares.lib'
|
2008-08-20 19:35:48 -04:00
|
|
|
!endif
|
2011-04-24 12:58:07 -04:00
|
|
|
!ifdef %use_winidn
|
|
|
|
! if $(__VERSION__) > 1290
|
2014-03-02 18:27:38 -05:00
|
|
|
@%append $(LINK_ARG) library normaliz.lib
|
2011-04-24 12:58:07 -04:00
|
|
|
! else
|
2014-03-02 18:27:38 -05:00
|
|
|
@%append $(LINK_ARG) import '_IdnToAscii@20' 'NORMALIZ.DLL'.'IdnToAscii'
|
|
|
|
@%append $(LINK_ARG) import '_IdnToUnicode@20' 'NORMALIZ.DLL'.'IdnToUnicode'
|
2011-04-24 12:58:07 -04:00
|
|
|
! endif
|
|
|
|
!endif
|
2014-03-02 18:27:38 -05:00
|
|
|
$(LD) name $^@ @$(LINK_ARG)
|
2005-01-12 10:32:26 -05:00
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
$(LIBNAME).lib: $(OBJS_STAT)
|
|
|
|
%create $(LIB_ARG)
|
|
|
|
@for %f in ($<) do @%append $(LIB_ARG) +- %f
|
|
|
|
$(AR) -q -b -c -pa $^@ @$(LIB_ARG)
|
2008-08-17 09:34:15 -04:00
|
|
|
|
2014-03-02 18:27:38 -05:00
|
|
|
$(RESOURCE): libcurl.rc
|
|
|
|
$(RC) $(DEBUG) -q -r -zm -bt=nt -I"../include" $(SYS_INCL) $[@ -fo=$^@
|
|
|
|
|
|
|
|
.c{$(OBJ_DYN)}.obj:
|
|
|
|
$(CC) $(CFLAGS) -bd -br $[@ -fo=$^@
|
|
|
|
|
|
|
|
.c{$(OBJ_STAT)}.obj:
|
|
|
|
$(CC) $(CFLAGS) -DCURL_STATICLIB $[@ -fo=$^@
|
Remove all traces of FBOpenSSL SPNEGO support
This is just fundamentally broken. SPNEGO (RFC4178) is a protocol which
allows client and server to negotiate the underlying mechanism which will
actually be used to authenticate. This is *often* Kerberos, and can also
be NTLM and other things. And to complicate matters, there are various
different OIDs which can be used to specify the Kerberos mechanism too.
A SPNEGO exchange will identify *which* GSSAPI mechanism is being used,
and will exchange GSSAPI tokens which are appropriate for that mechanism.
But this SPNEGO implementation just strips the incoming SPNEGO packet
and extracts the token, if any. And completely discards the information
about *which* mechanism is being used. Then we *assume* it was Kerberos,
and feed the token into gss_init_sec_context() with the default
mechanism (GSS_S_NO_OID for the mech_type argument).
Furthermore... broken as this code is, it was never even *used* for input
tokens anyway, because higher layers of curl would just bail out if the
server actually said anything *back* to us in the negotiation. We assume
that we send a single token to the server, and it accepts it. If the server
wants to continue the exchange (as is required for NTLM and for SPNEGO
to do anything useful), then curl was broken anyway.
So the only bit which actually did anything was the bit in
Curl_output_negotiate(), which always generates an *initial* SPNEGO
token saying "Hey, I support only the Kerberos mechanism and this is its
token".
You could have done that by manually just prefixing the Kerberos token
with the appropriate bytes, if you weren't going to do any proper SPNEGO
handling. There's no need for the FBOpenSSL library at all.
The sane way to do SPNEGO is just to *ask* the GSSAPI library to do
SPNEGO. That's what the 'mech_type' argument to gss_init_sec_context()
is for. And then it should all Just Work™.
That 'sane way' will be added in a subsequent patch, as will bug fixes
for our failure to handle any exchange other than a single outbound
token to the server which results in immediate success.
2014-07-11 04:37:18 -04:00
|
|
|
|