Commit Graph

722 Commits

Author SHA256 Message Date
OBS User buildservice-autocommit
51b6e63bd5 Updating link to change in openSUSE:Factory/ncurses revision 215.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=49284fed67b8aeb580df57fba362a40d
2022-06-03 12:16:45 +00:00
Dominique Leuenberger
6a0de8e89e Accepting request 980327 from Base:System
- Add ncurses patch 20220529
  + expanded notes for teken/syscons -TD
  + fix overlooked copying of extended string-heap in copy_termtype
    (cf: 20220430).
  + update config.guess
- Add ncurses patch 20220521
  + improve memory-leak checking in several test-programs.
  + set trailing null on string passed from winsnstr() to wins_nwstr().
  + modify del_curterm() to fix memory-leak introduced by change to
    copy_termtype().
- Update tack to 1.09-20220528
  + Autoconf fixes

- Add ncurses patch 20220514
  + further improvements to test/test_mouse.c; compare with ncurses test
    program menu A/a.

- Add ncurses patch 20220507
  + add test/test_mouse.c (patch by Leonid S Usov).
  + add a few debug-traces for tic, fix a couple of memory-leaks.

- Add ncurses patch 20220501

OBS-URL: https://build.opensuse.org/request/show/980327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=215
2022-06-03 12:16:45 +00:00
OBS User buildservice-autocommit
35fb54531d Updating link to change in openSUSE:Factory/ncurses revision 214.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=45f2daed1af6a92027d81eb03ba71c16
2022-05-13 21:03:00 +00:00
Dominique Leuenberger
81fe1cef79 Accepting request 975718 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/975718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=214
2022-05-13 21:03:00 +00:00
OBS User buildservice-autocommit
866d75d1cd Updating link to change in openSUSE:Factory/ncurses revision 213.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=24e74536753e55fe0ac235938cf9ed81
2022-05-01 16:53:17 +00:00
Dominique Leuenberger
75021e0118 Accepting request 973227 from Base:System
- Include FORTIFY_SOURCE_3-fix.patch as the patch
  is needed for upcoming -D_FORTIFY_SOURCE=3 $optflag.
  We discussed the change with upstream, but the project
  disagrees about stricter rules used with -D_FORTIFY_SOURCE=3.

- Add ncurses patch 20220423
  + in-progress work on invalid_merge(), disable it (cf: 20220402).
  + fix memory leak in _nc_tic_dir() when called from _nc_set_writedir().
  + fix memory leak in tic when "-c" option is used.

OBS-URL: https://build.opensuse.org/request/show/973227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=213
2022-05-01 16:53:17 +00:00
OBS User buildservice-autocommit
c09d294a3b Updating link to change in openSUSE:Factory/ncurses revision 212.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=3f541788ab39b70293b7754e7fd4bf74
2022-04-23 17:44:53 +00:00
Dominique Leuenberger
4fb66dae8e Accepting request 970977 from Base:System
- Add ncurses patch 20220416 (boo#1198627 for CVE-2022-29458)
  + add a limit-check to guard against corrupt terminfo data
    (report/testcase by NCNIPC of China).
  + add check/warning in configure script if option --with-xterm-kbs is
    missing or inconsistent (Arch #74379).
  + add setlocale call to several test-programs.
  + allow extended-color number in opts parameter of wattr_on.

- Add ncurses patch 20220409
  + add test/test_unget_wch.c

OBS-URL: https://build.opensuse.org/request/show/970977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=212
2022-04-23 17:44:53 +00:00
OBS User buildservice-autocommit
7f8fc60efa Updating link to change in openSUSE:Factory/ncurses revision 211.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=6866cb51c034fb9e02db13dc460b00a4
2022-04-14 15:22:48 +00:00
Dominique Leuenberger
151106e0ff Accepting request 968377 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/968377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=211
2022-04-14 15:22:48 +00:00
OBS User buildservice-autocommit
c80998a611 Updating link to change in openSUSE:Factory/ncurses revision 210.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=e4747b589a414005e139ebf8c2e38d8c
2022-04-01 19:34:47 +00:00
Dominique Leuenberger
cec4dcf4f4 Accepting request 965427 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/965427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=210
2022-04-01 19:34:47 +00:00
OBS User buildservice-autocommit
63cdbce4ce Updating link to change in openSUSE:Factory/ncurses revision 209.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=ad58feaaf46cab2f92e0f202df605c00
2022-03-17 16:01:12 +00:00
Dominique Leuenberger
5c3b69bbaf Accepting request 961608 from Base:System
- Add ncurses patch 20220312
  + add xterm+acs building-block -TD
  + add xterm-p370, for use in older terminals -TD
  + add dec+sl to xterm-new, per patch #371 -TD
  + add mosh and mosh-256color -TD
- Correct offsets of patches
  * ncurses-5.9-ibm327x.dif
  * ncurses-6.3.dif

- Add ncurses patch 20220305
  + replace obsolescent "-gnatg" option with "-gnatwa" and "-gnatyg", to
    work around build problems with gnat 12.
  + update external links in Ada95.html
  + trim unused return-value from canonical_name().

OBS-URL: https://build.opensuse.org/request/show/961608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=209
2022-03-17 16:01:12 +00:00
OBS User buildservice-autocommit
cb3f5b8702 Updating link to change in openSUSE:Factory/ncurses revision 208.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=cc4f7a8935d4eb9b8a49c767d18b2988
2022-03-09 17:46:30 +00:00
Dominique Leuenberger
f3178333b1 Accepting request 959802 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/959802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=208
2022-03-09 17:46:30 +00:00
OBS User buildservice-autocommit
682bdf5684 Updating link to change in openSUSE:Factory/ncurses revision 207.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=41390f998c01b82a0139d1d37ed2dece
2022-02-27 21:42:38 +00:00
Dominique Leuenberger
587937cadf Accepting request 957339 from Base:System
- Avoid lto-bytecode error on static libraries

- Add ncurses patch 20220219
  + expanded description in man/resizeterm.3x
  + additional workaround for ImageMagick in test/picsmap.c

OBS-URL: https://build.opensuse.org/request/show/957339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=207
2022-02-27 21:42:38 +00:00
OBS User buildservice-autocommit
9b39f58f8e Updating link to change in openSUSE:Factory/ncurses revision 206.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=2d28d95c8a02b85bdb52c1a0c7777a94
2022-02-23 16:01:40 +00:00
Dominique Leuenberger
325324704d Accepting request 956328 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/956328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=206
2022-02-23 16:01:40 +00:00
OBS User buildservice-autocommit
4a997ce9ff Updating link to change in openSUSE:Factory/ncurses revision 205.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=292227fa0545d092d4ca564fb5010608
2022-02-05 22:22:56 +00:00
Dominique Leuenberger
e3535a0efd Accepting request 950686 from Base:System
- Do not remove detection of getttynam() to avoid fallback
  as with patch 6.3 20211204 this is obsolete

- Add ncurses patch 20220129
  + minor updates for test-packages
  + improve handling of --with-pkg-config-libdir option, allowing for the
    case where either $PKG_CONFIG_LIBDIR or the option value has a
    colon-separated list of directories (report by Rudi Heitbaum,
    cf: 20211113).
  + update kitty -TD
- Add ncurses patch 20220122
  + add ABI 7 defaults to configure script.
  + add warning in configure script if file specified for "--with-caps"
    does not exist.
  + use fix for CF_FIX_WARNINGS from cdk-perl, ignoring error-exit on
    format-warnings.
  + improve readability of long parameterized expressions with the
    infocmp "-f" option by allowing split before a "%p" marker.
- Correct offsets of patch ncurses-6.3.dif

- use bash everywhere, the scripts are not posix shell compatible
  (bsc#1195391)

OBS-URL: https://build.opensuse.org/request/show/950686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=205
2022-02-05 22:22:56 +00:00
Dr. Werner Fink
38c924e241 Accepting request 950468 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
- use bash everywhere, the scripts are not posix shell compatible
  (bsc#1195391)

OBS-URL: https://build.opensuse.org/request/show/950468
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=591
2022-02-02 06:59:07 +00:00
Dominique Leuenberger
f33a0d3c82 Accepting request 947194 from Base:System
- Fix boo#1194805 by skipping linker optimizations from final
  pkgconfig files as well as ncurses-config 

- Add ncurses patch 20220115
  + improve checks for valid mouse events when an intermediate mouse
    state is not part of the mousemask specified by the caller (report by
    Anton Vidovic, cf: 20111022).
  + use newer version 1.36 of gnathtml for generating Ada html files.

OBS-URL: https://build.opensuse.org/request/show/947194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=204
2022-01-21 02:05:35 +00:00
OBS User buildservice-autocommit
f4ae3ed1c7 Updating link to change in openSUSE:Factory/ncurses revision 204.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=ad19aa9580c9eec9ad0bbe87686ee379
2022-01-21 02:05:35 +00:00
Dominique Leuenberger
155ff88110 Accepting request 945994 from Base:System
- Add ncurses patch 20220101
  + add section on releasing memory to curs_termcap.3x and
    curs_terminfo.3x manpages.
- Add ncurses patch 20211225
  + improve markup, e.g., for external manpage links in the manpages
    (prompted by report by Helge Kreutzmann).
- Add ncurses patch 20211219
  + install ncurses-examples programs in libexecdir, adding a wrapper
    script to invoke those.
  + add help-screen and screen-dump to test/combine.c
- Rename package ncurses-tests to ncurses-examples as upstream does

- Add ncurses patch 20211211
  + add test/combine.c, to demo/test combining characters.

- Add ncurses patch 20211204
  + improve configure check for getttynam (report by Werner Fink).
- Correct offsets of patch ncurses-6.3.dif

OBS-URL: https://build.opensuse.org/request/show/945994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=203
2022-01-15 19:05:04 +00:00
OBS User buildservice-autocommit
92b572918f Updating link to change in openSUSE:Factory/ncurses revision 203.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=6e7c8b7968e84697c108979d4bf04c08
2022-01-15 19:05:04 +00:00
Dominique Leuenberger
f026b3006c Accepting request 936027 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/936027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=202
2021-12-17 22:54:21 +00:00
OBS User buildservice-autocommit
b49d91c4d9 Updating link to change in openSUSE:Factory/ncurses revision 202.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=7511710eef706467807c59050e10c360
2021-12-17 22:54:21 +00:00
Dominique Leuenberger
9e9de90413 Accepting request 933003 from Base:System
- Add ncurses patch 20211120
  + add dim, ecma+strikeout to st-0.6 -TD
  + deallocate the tparm cache when del_curterm is called for the last
    allocated TERMINAL structure (report/testcase by Bram Moolenaar,
    cf: 20200531).
  + modify test-package to more closely conform to Debian multi-arch.
  + if the --with-pkg-config-libdir option is not given, use
    ${libdir}/pkgconfig as a default (prompted by discussion with Ross
    Burton).
- Correct offsets of patch ncurses-6.3.dif

OBS-URL: https://build.opensuse.org/request/show/933003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=201
2021-11-26 23:50:25 +00:00
Dr. Werner Fink
3c3ece2db2 OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=585 2021-11-22 08:33:14 +00:00
Dominique Leuenberger
0626bc144d Accepting request 931670 from Base:System
- Add ncurses patch 20211115 (boo##1192668)
  + fix memory-leak in delwin for pads (report by Werner Fink, OpenSUSE
    #1192668, cf:  20211106),

- Add ncurses patch 20211113
  + minor clarification to clear.1 (Debian #999437).
  + add xterm+sl-alt, use that in foot+base (report by Jonas Grosse
    Sundrup) -TD
  + improve search-path check for pkg-config, for Debian testing which
    installs pkg-config with architecture-prefixes.
- Correct offsets of patch ncurses-6.3.dif

- Add ncurses patch 20211106
  + improve check in misc/Makefile.in for empty $PKG_CONFIG_LIBDIR
  + modify wnoutrefresh to call pnoutrefresh if its parameter is a pad,
    rather than treating it as an error, and modify new_panel to permit
    its window-parameter to be a pad (report by Giorgos Xou).
  + fix a memory-leak in del_curterm (prompted by discussion with Bram
    Moolenaar, cf: 20210821).

- Add ncurses patch 20211030
  + simplify some references to WINDOWS._flags using macros.
  + add a "check" rule in Ada95 makefile, to help with test-packages.
  + build-fix for cross-compiling to MingW, conditionally add -lssp
- Correct offsets of patch ncurses-6.3.dif

- Add ncurses patch 20211026
  + corrected regex needed for older pkg-config used in Solaris 10.
  + amend configure option's auto-search to account for systems where
    none of the directories known to pkg-config exist, adapted from

OBS-URL: https://build.opensuse.org/request/show/931670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=200
2021-11-20 21:47:44 +00:00
Dr. Werner Fink
d1ba7496f3 Restore link
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=581
2021-11-16 08:57:31 +00:00
Dominique Leuenberger
b37ba5e403 https://bugzilla.opensuse.org/show_bug.cgi?id=1192668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=199
2021-11-15 11:21:08 +00:00
Dr. Werner Fink
8dbf89b3a6 Update to ncurses 6.3 patch 20211113
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=579
2021-11-15 07:35:11 +00:00
Dominique Leuenberger
ecbbd552d0 Accepting request 930176 from Base:System
- Add ncurses patch 20211106
  + improve check in misc/Makefile.in for empty $PKG_CONFIG_LIBDIR
  + modify wnoutrefresh to call pnoutrefresh if its parameter is a pad,
    rather than treating it as an error, and modify new_panel to permit
    its window-parameter to be a pad (report by Giorgos Xou).
  + fix a memory-leak in del_curterm (prompted by discussion with Bram
    Moolenaar, cf: 20210821).

- Add ncurses patch 20211030
  + simplify some references to WINDOWS._flags using macros.
  + add a "check" rule in Ada95 makefile, to help with test-packages.
  + build-fix for cross-compiling to MingW, conditionally add -lssp
- Correct offsets of patch ncurses-6.3.dif

- Add ncurses patch 20211026
  + corrected regex needed for older pkg-config used in Solaris 10.
  + amend configure option's auto-search to account for systems where
    none of the directories known to pkg-config exist, adapted from
    mailing-list comment (report by Milan P. Stanic).
- Port patch ncurses-6.2.dif which is now named ncurses-6.3.dif

OBS-URL: https://build.opensuse.org/request/show/930176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=198
2021-11-12 14:58:52 +00:00
Dr. Werner Fink
f5f6b4a70f Update to ncurses patch 20211106
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=578
2021-11-08 07:28:14 +00:00
Dr. Werner Fink
b4baa7a859 Update to ncurses patch 20211030
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=577
2021-11-02 08:52:04 +00:00
Dominique Leuenberger
2a8bdc1652 Accepting request 927252 from Base:System
- Update to ncurses 6.3 (patch 20211021)
  + update release notes
  + add "ncu2openbsd" script, to illustrate how to update an OpenBSD
    system to use a current ncurses release.
- Add upstream keyring to verify source signatures of both ncurses
  and tack tar ball with their ASC (armored ASCii signature) counterpart

- Add ncurses patch 20211018
  + check for screen size-change in scr_init() and scr_restore(), in case
    a screen dump does not match the current screen dimensions (report by
    Frank Tkalcevic).

- Add ncurses patch 20211017
  + amend change for pkg-config to account for "none" being returned in
    the libdir-path result rather than "no" (report by Gabriele Balducci).
- Add ncurses patch 20211016
  + build-fix for pmake with libtool.
  + improve make-tar.sh scripts, adding COPYING to tar file, and clean up
    shellcheck warnings.
  + add link for "reset6" manpage in test-package ncurses6-doc
  + revise configure option --with-pkg-config-libdir, using the actual
    search path from pkg-config or pkgconf using the output from --debug
    (report by Pascal Pignard).
  + freeze ABI in ".map" files.
- Correct offsets of patch ncurses-6.2.dif

- Add ncurses patch 20211009
  + implement "+m" option in tabs program.
  + fill in some details for infoton -TD
  + fix spelling/consistency in several descriptions -TD

OBS-URL: https://build.opensuse.org/request/show/927252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=197
2021-10-28 16:31:16 +00:00
Dr. Werner Fink
44e9587836 asc
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=576
2021-10-25 07:37:51 +00:00
Dr. Werner Fink
943fc6e09a tack-1.09-20210619.tgz.asc
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=575
2021-10-22 12:05:32 +00:00
Dr. Werner Fink
56f04af102 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=574
2021-10-22 11:56:18 +00:00
Dr. Werner Fink
40cdb04006 Update to ncurses 6.3 (20211021)
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=573
2021-10-22 10:46:15 +00:00
Dr. Werner Fink
9198f15893 Update to ncurses-6.2 patch 20211018
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=572
2021-10-19 07:00:42 +00:00
Dominique Leuenberger
824525316c Accepting request 924628 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/924628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=196
2021-10-18 19:58:13 +00:00
Dr. Werner Fink
bea00e8ccb Update to ncurses 6.2 patch 20211002
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=571
2021-10-04 07:53:22 +00:00
Dr. Werner Fink
39f7c02acb Update to ncurses-6.2 patch 20210925
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=570
2021-09-27 09:32:34 +00:00
Dominique Leuenberger
9a03ce57e7 Accepting request 918836 from Base:System
- Add ncurses patch 20210911
  + adjust ifdef in test_opaque.c to fix build with ncurses 5.7
  + add testing note for xterm-{hp|sco|sun} -TD
  + corrected description for ansi.sys-old -TD
  + add xterm+nopcfkeys, to fill in keys for xterm-hp, xterm-sun -TD
  + use hp+arrows in a few places -TD
  + use hp+pfk-cr in a few places -TD
- Correct offsets of patch ncurses-6.2.dif

- Add ncurses patch 20210905
  + correct logic in filtering of redefinitions (report by Sven Joachim,
    cf: 20210828).
- Add ncurses patch 20210904
  + modify linux3.0 entry to reflect default mapping of shift-tab by
    kbd 1.14 (report by Jan Engelhardt) -TD
  + add historical note to tput, curses-terminfo and curses-color
    manpages based on source-code for SVr2, SVr3 and SVr4.
  + minor grammatical fixes for "it's" vs "its" (report by Nick Black).
  + amend fix for --disable-root-environ (report by Arnav Singh).
  + build-fix for compiling link_test
  + drop symbols GCC_PRINTF and GCC_SCANF from curses.h.in, to simplify
    use (Debian #993179).
- Add ncurses patch 20210828
  + correct reversed check for --disable-root-environ (report/analysis
    by Arnav Singh, cf: 20210626).
  + apply gcc format attribute to prototypes which use a va_list
    parameter rather than a "..." variable-length parameter list
    (prompted by discussion in a tmux pull-request).
  + modify configure scripts to filter out redefinitions of _XOPEN_SOURCE,
    e.g., for NetBSD which generally supports 500, but 600 is needed for

OBS-URL: https://build.opensuse.org/request/show/918836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=195
2021-09-20 21:32:20 +00:00
Dr. Werner Fink
36d010fd39 Update to ncurses-6.2 patch 20210911
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=569
2021-09-13 10:13:24 +00:00
Dr. Werner Fink
ebab0ccf70 Update to ncurses-6.2 patch 20210905
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=568
2021-09-06 10:32:25 +00:00