1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

477254 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
47c83a6854 Update to 1.049
Changes:	https://metacpan.org/changes/distribution/PAR-Packer
2019-06-01 22:31:32 +00:00
Sunpoet Po-Chuan Hsieh
b2b4feea16 Update CONFLICTS_INSTALL and OPTIONS_EXCLUDE after NODE6 option removed in r502515 2019-06-01 22:31:27 +00:00
Sunpoet Po-Chuan Hsieh
a78d8317b8 Update CONFLICTS_INSTALL and OPTIONS_EXCLUDE after NODE6 option removed in r502515 2019-06-01 22:31:22 +00:00
Sunpoet Po-Chuan Hsieh
bc3c6bc3b6 Add rubygem-platform-api 2.2.0
Ruby HTTP client for the Heroku API.

WWW: https://github.com/heroku/platform-api
2019-06-01 22:31:15 +00:00
Sunpoet Po-Chuan Hsieh
ec5e2d7555 Add rubygem-heroics 0.0.25
Ruby HTTP client generator for APIs represented with JSON schema.

WWW: https://github.com/interagent/heroics
2019-06-01 22:30:29 +00:00
Sunpoet Po-Chuan Hsieh
e352d70df6 Add rubygem-acme-client 2.0.3
acme-client is a client implementation of the ACMEv2 protocol in Ruby.

WWW: https://github.com/unixcharles/acme-client
2019-06-01 22:30:24 +00:00
Sunpoet Po-Chuan Hsieh
6375a07ca8 Add libtextstyle 0.8
GNU libtextstyle provides an easy way to add styling to programs that produce
output to a console or terminal emulator window. It does this in a way that
allows the end user to customize the styling using the industry standard, namely
Cascading Style Sheets (CSS).

WWW: https://www.gnu.org/software/gettext/libtextstyle/manual/
2019-06-01 22:30:18 +00:00
Yuri Victorovich
285fe95996 math/giacxcas: Update 1.5.0-53 -> 1.5.0-57
Reported by:	portscout
2019-06-01 22:11:04 +00:00
Stephen Montgomery-Smith
6685c898dd - Update devel/gdcm to 3.0.0.
- Bump portrevision of dependent ports.
2019-06-01 21:59:13 +00:00
Yuri Victorovich
f553c9ac17 deskutils/goesimage: Update 0.1.1-1 -> 0.1.1-4
Port changes:
* Use nitrogen to set the wallpaper because it can handle interaction with desktop managers which feh can't
* Change the cron schedule to match wallpaper updates on the server
* Update pkg-message
2019-06-01 21:55:37 +00:00
Yuri Victorovich
e6ddba48c5 games/emptyepsilon: Update 2019.01.19 -> 2019.05.21
Reported by:	portscout
2019-06-01 21:23:02 +00:00
Mateusz Piotrowski
6351c72272 Update distinfo after 503169
Reported by:	tobik
2019-06-01 21:00:12 +00:00
Yuri Victorovich
be0311dc43 biology/igv: Update 2.5.2 -> 2.5.3
Reported by:	portscout
2019-06-01 20:49:20 +00:00
Kurt Jaeger
b747f9fc07 security/ossec-hids: upgrade 3.1.0 -> 3.3.0
security/ossec-hids-local: upgrade 3.1.0 -> 3.3.0
security/ossec-hids-local-config: upgrade 3.1.0 -> 3.3.0

- Added LUA option. Bundled Lua support is no longer compiled in by default

PR:		237632
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer)
Relnotes:	https://github.com/ossec/ossec-hids/releases/tag/3.3.0
		https://github.com/ossec/ossec-hids/releases/tag/3.2.0
2019-06-01 19:39:09 +00:00
Tobias C. Berner
282b17a9e8 astro/kstars: update to 3.2.3 2019-06-01 19:19:48 +00:00
TAKATSU Tomonari
ab7c2fcabf - Update to 1.17.1.2 2019-06-01 19:14:20 +00:00
Cy Schubert
64743e76d7 Add missing wildcard to ksh93-devel conflict. 2019-06-01 18:36:17 +00:00
Cy Schubert
86085f626f Register conflicts with the new shells/ast-ksh port. 2019-06-01 18:36:13 +00:00
Cy Schubert
933851f296 Fix version going backward due to update to 2020.0.0.a1 (pointy hat to
yours truly).

The maintainer no longer wants to maintain ksh93 as his desire is to
maintain a backlevel port of ksh93 in order to build and support a
shared library for use by legacy applications, which is inconsistent
with the direction of the att/ast team on github. I will maintain the
port.

PR:		237332
PR:		238266
Approved by:	maintiner (saper@saper.info)
2019-06-01 18:36:02 +00:00
Cy Schubert
c6b0b5112f Resurrect the previous shells/ksh93 as shells/ast-ksh, a ksh93 port
that the maintainer wishes to use to create a shared library for use
with other applications such as CDE. It is based on ksh93v (2014-12-24)
and is incompatible with the direction that att/ast is taking the
official ksh93 implementation.

PR:		237332
Requested by:	maintainer (saper@saper.info)
2019-06-01 18:32:40 +00:00
Gerald Pfeifer
0032df7f14 Welcome GCC 9.1, the first release of the GCC 9 series!
https://gcc.gnu.org/gcc-9/changes.html has a comprehensive overview of
many improvements and changes and https://gcc.gnu.org/gcc-8/porting_to.html
addresses issues you may encounter porting to this new version, though
this release series should have fewer of those than previous ones.

To provide a brief overview of some of the more noticable changes:

GCC's diagnostics now print source code with a left margin showing line
numbers.  This is configurable via -fno-diagnostics-show-line-numbers.
Plus there have been lots of further improvements around diagnostic
messages in general as -fopt-info.

As usual a large number of improvements to code generation, including
but by far not limited to the following:
 - Switch expansion (into expressions).
 - Inliner defaults are tuned to better suit modern C++ codebases,
   especially when built with link time optimizations.
 - Hot/cold partitioning is now more precise and aggressive.
 - Improved scalability for very large translation units.
 - Link-time optimization improvements including faster compilation.

A new option -flive-patching=[inline-only-static|inline-clone] has
been introduced to provide a safe compilation for live-patching.

A new pair of profiling options -fprofile-filter-files and
-fprofile-exclude-files help filter which source files are instrumented.

New built-in functions __builtin_expect_with_probability,
__builtin_has_attribute, and __builtin_speculation_safe_value.

Significant effort has been put into refining existing compiler warnings
and adding additional diagnostics. One notable addition is -Wabsolute-value
which warns for calls to standard functions that compute the absolute value
of an argument when a more appropriate standard function is available. For
example, calling abs(3.14) warns because the appropriate function to
compute the absolute value of a double argument is fabs.

The spelling corrector now considers transposed letters, and the threshold
for similarity has been tightened, to avoid nonsensical suggestions.

A new option --completion provides better option completion in a shell
(such as bash).

OpenACC support in C, C++, and Fortran continues to be maintained and
improved. Most of the OpenACC 2.5 specification is implemented.

Version 5.0 of the OpenMP specification is now partially supported in
the C and C++ compilers.

There is now experimental support for the upcoming C2X revision of the
ISO C standard (via the -std=c2x and similar options).

The C++ front end has experimental support for some of the upcoming
C++2a draft features, enabled by the -std=c++2a or -std=gnu++2a options.
This includes range-based for statements with initializer, default
constructible and assignable stateless lambdas, lambdas in unevaluated
contexts, language support for empty data members, allowing pack expansion
in lambda init-capture, likely and unlikely attributes, class types in
non-type template parameters, allowing virtual function calls in constant
expressions, explicit(bool), std::is_constant_evaluated, nested inline
namespaces, etc.

The C++17 implementation is no longer experimental and parallel algorithms
and <execution> and <memory_resource> are available.  Using the types and
functions in <filesystem> does not require linking with -lstdc++fs any more.

On the Fortran side asynchronous I/O is now fully supported; FINDLOC and
IS_CONTIGUOUS and other intrinsics have been implemented.

The MAX and MIN intrinsics are no longer guaranteed to return any
particular value in case one of the arguments is a NaN. This conforms
with the Fortran standard and what other Fortran compilers do.

A new option -fdec-include, set also by -fdec, has been added for
compatibility with legacy code.  With this option, the INCLUDE directive
is parsed also as a statement, which allows it to be written on multiple
source lines with line continuations.

Support for the Cell Broadband Engine (SPU), and thus powerpcspe on
FreeBSD as well, has been removed for lack of upstream maintainership.

Also there's been a minor ABI change on arm* targets (that GCC warns
about by default, controlled by the -Wpsabi option).

Support for the D programming language has been added to GCC, implementing
version 2.076 of the language and run-time library, though this port does
not enable this yet.  Volunteers welcome to test and contribute.
2019-06-01 18:06:12 +00:00
Sergey A. Osokin
2f498d42d2 Update from 1.8.0 to 1.9.0.
<ChangeLog>

*) Feature: request routing by arguments, headers, and cookies.

*) Feature: route matching patterns allow a wildcard in the middle.

*) Feature: POST operation for appending elements to arrays in
   configuration.

*) Feature: support for changing credentials using CAP_SETUID and
   CAP_SETGID capabilities on Linux without running main process as
   privileged user.

*) Bugfix: memory leak in the router process might have happened when a
   client prematurely closed the connection.

*) Bugfix: applying a large configuration might have failed.

*) Bugfix: PUT and DELETE operations on array elements in configuration
   did not work.

*) Bugfix: request schema in applications did not reflect TLS
   connections.

*) Bugfix: restored compatibility with Node.js applications that use
   ServerResponse._implicitHeader() function; the bug had appeared in
   1.7.

*) Bugfix: various compatibility issues with Node.js applications.

</ChangeLog>
2019-06-01 17:59:52 +00:00
Jan Beich
630a973442 lang/rust-nightly: mark BROKEN after r503207
error[E0412]: cannot find type `Mir` in module `mir`
  --> src/tools/miri/src/fn_call.rs:20:45
   |
20 |     ) -> EvalResult<'tcx, Option<&'mir mir::Mir<'tcx>>> {
   |                                             ^^^ not found in `mir`
help: there is an enum variant `rustc::session::config::BorrowckMode::Mir` and 3 others; try using the variant's enum
   |
20 |     ) -> EvalResult<'tcx, Option<&'mir rustc::session::config::BorrowckMode>> {
   |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20 |     ) -> EvalResult<'tcx, Option<&'mir rustc::session::config::OutputType>> {
   |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20 |     ) -> EvalResult<'tcx, Option<&'mir rustc_mir::util::borrowck_errors::Origin>> {
   |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0412]: cannot find type `Mir` in module `mir`
   --> src/tools/miri/src/lib.rs:410:45
    |
410 |     ) -> EvalResult<'tcx, Option<&'mir mir::Mir<'tcx>>> {
    |                                             ^^^ not found in `mir`
help: there is an enum variant `rustc::session::config::BorrowckMode::Mir` and 3 others; try using the variant's enum
    |
410 |     ) -> EvalResult<'tcx, Option<&'mir rustc::session::config::BorrowckMode>> {
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
410 |     ) -> EvalResult<'tcx, Option<&'mir rustc::session::config::OutputType>> {
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
410 |     ) -> EvalResult<'tcx, Option<&'mir rustc_mir::util::borrowck_errors::Origin>> {
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: no variant `Bits` in enum `rustc_mir::interpret::Scalar<_, _>`
   --> src/tools/miri/src/fn_call.rs:610:29
    |
610 |                     Scalar::Bits { bits: 0, size } => {
    |                     --------^^^^
    |                     |
    |                     variant not found in `rustc_mir::interpret::Scalar<_, _>`

error: no variant `Bits` in enum `rustc_mir::interpret::Scalar<_, _>`
   --> src/tools/miri/src/fn_call.rs:614:29
    |
614 |                     Scalar::Bits { .. } => return err!(ReadBytesAsPointer),
    |                     --------^^^^
    |                     |
    |                     variant not found in `rustc_mir::interpret::Scalar<_, _>`

error: no variant `Bits` in enum `rustc_mir::interpret::Scalar<_, _>`
   --> src/tools/miri/src/operator.rs:144:22
    |
144 |             (Scalar::Bits { .. }, Scalar::Bits { .. }) =>
    |              --------^^^^
    |              |
    |              variant not found in `rustc_mir::interpret::Scalar<_, _>`

error: no variant `Bits` in enum `rustc_mir::interpret::Scalar<_, _>`
   --> src/tools/miri/src/operator.rs:144:43
    |
144 |             (Scalar::Bits { .. }, Scalar::Bits { .. }) =>
    |                                   --------^^^^
    |                                   |
    |                                   variant not found in `rustc_mir::interpret::Scalar<_, _>`

error: no variant `Bits` in enum `rustc_mir::interpret::Scalar<_, _>`
   --> src/tools/miri/src/operator.rs:168:40
    |
168 |             (Scalar::Ptr(ptr), Scalar::Bits { bits, size }) |
    |                                --------^^^^
    |                                |
    |                                variant not found in `rustc_mir::interpret::Scalar<_, _>`

error: no variant `Bits` in enum `rustc_mir::interpret::Scalar<_, _>`
   --> src/tools/miri/src/operator.rs:169:22
    |
169 |             (Scalar::Bits { bits, size }, Scalar::Ptr(ptr)) => {
    |              --------^^^^
    |              |
    |              variant not found in `rustc_mir::interpret::Scalar<_, _>`

error[E0061]: this function takes 3 parameters but 2 parameters were supplied
   --> src/tools/miri/src/operator.rs:161:35
    |
161 |                     self.memory().check_bounds_ptr(left, InboundsCheck::Live)?;
    |                                   ^^^^^^^^^^^^^^^^ expected 3 parameters

error[E0061]: this function takes 3 parameters but 2 parameters were supplied
   --> src/tools/miri/src/operator.rs:162:35
    |
162 |                     self.memory().check_bounds_ptr(right, InboundsCheck::Live)?;
    |                                   ^^^^^^^^^^^^^^^^ expected 3 parameters

error[E0061]: this function takes 3 parameters but 2 parameters were supplied
   --> src/tools/miri/src/operator.rs:186:38
    |
186 |                     if self.memory().check_bounds_ptr(ptr, InboundsCheck::MaybeDead).is_ok() {
    |                                      ^^^^^^^^^^^^^^^^ expected 3 parameters

error: no variant `Bits` in enum `rustc_mir::interpret::Scalar<_, _>`
   --> src/tools/miri/src/operator.rs:281:30
    |
281 |                     (Scalar::Bits { bits: (left.offset.bytes() as u128) & right, size: ptr_size }, false)
    |                      --------^^^^
    |                      |
    |                      variant not found in `rustc_mir::interpret::Scalar<_, _>`

error: no variant `Bits` in enum `rustc_mir::interpret::Scalar<_, _>`
   --> src/tools/miri/src/operator.rs:295:30
    |
295 |                     (Scalar::Bits { bits: 0, size: ptr_size }, false)
    |                      --------^^^^
    |                      |
    |                      variant not found in `rustc_mir::interpret::Scalar<_, _>`

error: no variant `Bits` in enum `rustc_mir::interpret::Scalar<_, _>`
   --> src/tools/miri/src/operator.rs:300:33
    |
300 |                         Scalar::Bits {
    |                         --------^^^^
    |                         |
    |                         variant not found in `rustc_mir::interpret::Scalar<_, _>`

error[E0061]: this function takes 3 parameters but 2 parameters were supplied
   --> src/tools/miri/src/operator.rs:343:27
    |
343 |             self.memory().check_bounds_ptr(ptr, InboundsCheck::Live)?;
    |                           ^^^^^^^^^^^^^^^^ expected 3 parameters

error[E0061]: this function takes 3 parameters but 2 parameters were supplied
   --> src/tools/miri/src/operator.rs:345:27
    |
345 |             self.memory().check_bounds_ptr(ptr, InboundsCheck::Live)?;
    |                           ^^^^^^^^^^^^^^^^ expected 3 parameters

error[E0061]: this function takes 4 parameters but 3 parameters were supplied
   --> src/tools/miri/src/stacked_borrows.rs:553:15
    |
553 |         alloc.check_bounds(this, ptr, size)?;
    |               ^^^^^^^^^^^^ expected 4 parameters

error: aborting due to 17 previous errors

Reported by:	pkg-fallout
2019-06-01 17:34:26 +00:00
Craig Leres
7456dd6cc0 This adds net-mgmt/check_nwc_health, a Nagios plugin that uses
SNMP to monitor network devices.

Reviewed by:	ler (mentor)
Approved by:	ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D20489
2019-06-01 16:06:30 +00:00
Yuri Victorovich
25147d341a misc/snakemake: Update 5.4.5 -> 5.5.0
Reported by:	portscout
2019-06-01 15:48:16 +00:00
Adam Weinberger
06aa85f6d8 Add forgotten pkg-plist for vim-tiny 2019-06-01 15:39:22 +00:00
Yuri Victorovich
14b259584d audio/gxplugins-lv2: Update 0.6 -> 0.7
Reported by:	portscout
2019-06-01 14:52:31 +00:00
Yuri Victorovich
fda5b47c2f devel/eastl: Update 3.13.05 -> 3.13.06
Reported by:	portscout
2019-06-01 14:42:05 +00:00
Adam Weinberger
41fd417789 Update to Vim to patchlevel 1439, change default python, improve vimrc
Some big changes in this update:

* Patchlevel 1439
* Default python is now 3.x instead of 2.x [1]
* Expose DEFAULT_VIMRC option (on by default) to vim-tiny

Also, many changes to the default vimrc. Any changes necessarily risk
contention, but then I remembered that I actually maintain editors/vim,
so here we are. The idea here is that Vim, by default, behaves like Vi,
and people who install the Vim port do so because they DON'T just want
Vi. I've enabled features that are basic quality-of-life settings for
me, and that I hope will be ideal for most end-users.

Important changes in the default vimrc:
* Don't install gvimrc at all. gvim should load $ETCDIR/vimrc anyway. I
  can't test gvim locally, so someone please let me know if I broke it.
* Turn on autoindent
* Disable console bells entirely. Console bells are terrible.
* Enable incsearch: highlights search results as you type them
* ^L clears search highlights while redrawing the screen
* Assume fast terminal by default
* Explain every setting in comments

Many of these settings are modeled after the defaults in NeoVim, which
really got it right. I want our default vimrc to be usable and ideal,
so please let me know if anything doesn't work for you, or if you have
other settings you'd like to see changed in the default.

In particular, please let me know if I broke gvim by removing the gvimrc!

PR:		235142 [1]
Submitted by:	John W. O'Brien [1]
2019-06-01 14:35:55 +00:00
Kubilay Kocak
969c944841 devel/py-buildbot{-*}: Update to 2.3.1
This release fixes a vulnerability in OAuth where user-submitted
authorization token was used for authentication. [1][2]

Changelog:

  https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-3-1-2019-05-22

[1] https://github.com/buildbot/buildbot/wiki/OAuth-vulnerability-in-using-submitted-authorization-token-for-authentication
[2] https://github.com/buildbot/buildbot/pull/4763/files

MFH:		2019Q2 (MFH with ports r501623)
Security:	ada8db8a-8471-11e9-8170-0050562a4d7b
2019-06-01 13:58:51 +00:00
Jan Beich
0c3167010a multimedia/cmrtlib: chase r503202 2019-06-01 13:54:34 +00:00
Kubilay Kocak
4145ed066f security/vuxml: Add buildbot -- OAuth Authentication Vulnerability 2019-06-01 13:48:59 +00:00
Matthias Andree
c9cffaa492 Update e2fsprogs to new upstream release 1.45.2
Various bugfixes, and added Portuguese locale.
Update the Czech, Malay, Polish, Spanish, Swedish, and Ukarainian translations.

Release notes:
<http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.2>

MFH:		2019Q2
2019-06-01 13:27:32 +00:00
Kubilay Kocak
94167abc38 sysutils/asmem: Remove BROKEN (fix build) for FreeBSD 12/13
PR:		238273
Submitted by:	lealxe <lealxe yandex ru>
Approved by:	portmgr (unmaintained port)
MFH:		2019Q2
2019-06-01 13:14:44 +00:00
Jason W. Bacon
144c4feb7d science/afni: Upgrade to 19.1.14
Minor bug fixes and enhancements, some FreeBSD patches upstreamed
2019-06-01 12:59:52 +00:00
Tijl Coosemans
4ab8846ea8 Update kernel-headers to 2.6.32-754.14.2.el6. 2019-06-01 12:39:14 +00:00
Tijl Coosemans
8185ed94ad Update to 1.23.0. 2019-06-01 10:08:53 +00:00
Rodrigo Osorio
31ce8323b3 Add new port textproc/lua-lyaml
Lua binding for libYAML C library for converting between
%YAML 1.1 and Lua tables.

Works with Lua 5.1 (including LuaJIT), 5.2, 5.3 and 5.4.

PR:		 237281
Submitted by:	yds@Necessitu.de
2019-06-01 10:07:10 +00:00
Dmitry Marakasov
5f79d7e903 - Update WWW
Approved by:	portmgr blanket
2019-06-01 09:01:46 +00:00
Rodrigo Osorio
fa11aaf6d7 Add new port databases/lua-lsqlite3
LuaSQLite3 is a thin wrapper around the public domain SQLite3
database engine providing a mean to manipulate SQLite3 databases
directly from Lua using Lua 5.

PR:		237282
Submitted by:	yds@Necessitu.de
2019-06-01 08:34:27 +00:00
Richard Gallamore
3ff6f7ba14 Updated to 2.3
Changes: https://django-compressor.readthedocs.io/en/stable/changelog/
2019-06-01 08:19:58 +00:00
Richard Gallamore
1a0bc7d76e Updated to 3.2.1
Changes: https://github.com/ui/django-post_office/blob/master/CHANGELOG.md
2019-06-01 08:19:00 +00:00
Yuri Victorovich
d74706797e New port: graphics/mirtk: Medical Image Registration ToolKit (MIRTK) 2019-06-01 07:40:23 +00:00
Jan Beich
1d92e91322 print/harfbuzz: update to 2.5.1
Changes:	https://github.com/harfbuzz/harfbuzz/releases/tag/2.5.1
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
Reported by:	GitHub (watch releases)
2019-06-01 07:39:39 +00:00
Yuri Victorovich
d95791b0f1 math/py-pymc3: Update 3.6 -> 3.7
Reported by:	portscout
2019-06-01 06:57:23 +00:00
Tobias C. Berner
d163307e80 graphics/poppler: update to 0.77.0
Release 0.77.0:
        core:
         * Fix crash on signature handling. Issue #766
         * Fix small memory leak in SignatureHandler::getCertificateInfo
         * Splash: Restrict filling of overlapping boxes. Issue #750
         * Fix crash on malformed files

        qt5:
         * Fix optional content handling with exclusive layers

        cpp:
         * Make render_page thread-safe

        utils:
         * pdfsig: Fix small memory leak
         * pdftotext: Fix typo in manpage

PR:		238115
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
2019-06-01 06:39:22 +00:00
Yuri Victorovich
d15697a03c misc/py-toil: Update 3.19.0 -> 3.20.0
Reported by:	portscout
2019-06-01 06:38:09 +00:00
Yuri Victorovich
6259c27aa9 devel/py-pydantic: Update 0.26 -> 0.27
Reported by:	portscout
2019-06-01 06:32:25 +00:00
Yuri Victorovich
45aaad2a28 graphics/py-mpl-scatter-density: Update 0.5 -> 0.6
Reported by:	portscout
2019-06-01 06:13:15 +00:00
Yuri Victorovich
eed83e2bd2 graphics/photoflare: Update 1.5.8.1 -> 1.5.9
Reported by:	portscout
2019-06-01 06:10:04 +00:00