Commit graph

8326 commits

Author SHA1 Message Date
tonnerre
157423a905 Donate my Perl packages to the Great Five. (Don't worry, I'll try to take
care of them still.)
2009-05-21 14:28:44 +00:00
sno
c586cb72d3 pkgsrc changes:
- Updating package for p5 module HTML::Tiny from 1.03nb1 to 1.05
  - Setting gnu-gpl-v2 as license

Upstream changes:
1.05    2009-03-08
        Add support for TO_JSON in json_encode.
1.04    2009-03-07
        Make link default to being closed. See #40990.
2009-05-21 11:43:44 +00:00
sno
e78bda7a76 pkgsrc changes:
- Updating package for p5 module CSS:Squish from 0.07nb1 to 0.08
  - Setting gnu-gpl-v2 as license
  - fix typo in homepage

Upstream changes:
0.08  Mon Apr 20 2009
    * module doesn't work on perl 5.6.x and older
    * update docs
2009-05-21 11:33:32 +00:00
sno
2fc2acb0d9 pkgsrc changes:
- Updating package for p5 module Apache::Session from 1.87 to 1.88
  - Setting gnu-gpl-v2 as license
  - Adjusting dependencies according to META.yml (and perl core)

Upstream changes:
1.88   2008-12-20  by Alexandr Ciornii
  - Apache::Session::Generate::MD5::validate will untaint data
  - MIN_PERL_VERSION in Makefile.PL
2009-05-21 11:28:14 +00:00
sno
0dc26bf00f pkgsrc changes:
- Updating package for LWP::Determined::UserAgent from 1.03nb1 to 1.04
  - Setting gnu-gpl-v2 as license

Upstream changes:
2009-04-04 Jesse Vincent <jesse@cpan.org>
	* Release 1.04 -- Keeping pace with LWP updates
	* New Maintainer
	* Resolves [cpan #42123] and [cpan #41508]
2009-05-21 10:32:13 +00:00
sno
3407af480e pkgsrc changes:
- Updating package for p5 module Catalyst::Runtime from 5.80003 to
    5.80004
  - Adjusting/reordering dependencies

Upstream changes:
5.80004 2009-05-18 17:03:23
        - Rename the actions attribute in Catalyt::Controller to
          _controller_actions to avoid name clashes with application
          controller naming. (random)
        - Test for using Moose in components which have a non-Moose base class
          Fixed by 349cda in Moose 0.78 (t0m)
        - Fix deprecation message for Catalyst::Dispatcher to refer
          to the class actually calling the deprecated method. RT#45741 (t0m)
        - Clarify limitations of $request->base and $request->secure.
          (Phil Mitchell)
        - Add 'use Catalyst' to documentation for a Moose MyApp class as
          noted by dmaki. (t0m)
        - Fix so that / (and other special characters) are URL encoded when
          passed into $c->uri_for as Args/CaptureArgs (t0m)
        - Fix development server so that $c->engine->env returns the correct
          environment (t0m)
        - Require Moose 0.78 to fix metaclass incompatibility issues (t0m)
        - Require MooseX::MethodAttributes 0.10 and use
          Moose::Meta::Class->initialize rather than Moose->init_meta to fix
          bugs related to having a 'meta' method in your controller (t0m)
        - Fix cases where your application failing to complie could cause perl
          to report 'Unknown Error' (t0m)
        - Support adding Moose::Roles to the plugin list. These are applied to
          MyApp after plugins have been pushed onto @ISA (t0m)
        - Fix calling $c->req->parameters as the first thing you do when
          parse_on_demand is on (t0m)
2009-05-20 22:07:42 +00:00
snj
8decf8feb0 Update to 1.1.7.
Changes:
- Do not handle KeyEvents with Ctrl or Alt modifiers that we
  otherwise know nothing about. Otherwise shortcuts defined in the
  WebView will never be executed.
- Add information about the SVG index bounds check committed in r43590.
- For paste from middle button (button==2) we want to use
  the GDK_PRIMARY_SELECTION. Implement the new getCurrentTarget
  method in PasteboardHelperGtk by asking the WebView which
  clipboard to use.
- Add glib-2.0 to the list of required package.
- (test_webkit_web_frame_create_destroy): Declare webView as a GtkWidget*
  to fix pointer type incompatibility warnings.
- Make the scan program call g_thread_init(NULL) in addition to
  g_type_init(), so that it actually works.
- Unify scrolling code via adjustments and keys. Use the WebCore
  defined constants, since that's what people are most used to at
  this point.
- Add missing call to notifyStatus in the committed case and a
  missing property notify.
- When a download is requested by an ongoing request, use the already
  provided response to set the suggested filename for the WebKitDownload
  object, if available.
- Remove bogus extern "C" from some source files.
- Misc fixes to InspectorClientGtk: use g_filename_to_uri to
  get the URI and use web_view_load_uri instead of the deprecated
  web_view_open method for loading the URI.
- Add #if ENABLE(DATABASE) guards around database code so toggling
  ENABLE_DATABASE off does not break builds.
- Implement load-status and progress properties on the view, as well as
  load-status on the frame. This supersedes the different load signals
  load-progress-changed, load-committed, load-done, load-started and
  load-finished which are not only misnamed but broken by design.
- Fix memory leaks.
- Use strlen instead of g_utf8_strlen when calculating the size of
  the data that is being given to webkit_web_frame_load_string to be
  loaded, so that we don't miss any of the content.
- Fix mis-applied patch.
- Add a FrameLoaderClient callback for ResourceRetrievedByXMLHttpRequest.
- Provide a mechanism to create a quirks delegate for HTMLParser
- Add MessageSource and MessageLevel parameters to
  ChromeClient::addMessageToConsole.
2009-05-20 03:28:48 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
sno
5e3caece2e pkgsrc changes:
- Updating package for p5 module Catalyst::Controller::FormBuilder from
    0.04 to 0.05
  - Adjusting dependencies according to META.yml
  - Adjust home page and comment
  - Setting license to gnu-gpl-v2

Upstream changes:
0.05   08-05-09 15:12:26
    Change from NEXT to MRO::Compat. Remove unneeded Class::Accessor::Fast
    base classes (Chisel Wright)
2009-05-19 22:41:30 +00:00
sno
5ff307fe00 pkgsrc changes:
- Updating package for p5 module Catalyst::Devel from 1.12 to 1.15
  - Adjusting dependencies according to META.yml

Upstream changes:
1.15    2009-05-13 20:02
        - Remove -p option for pid file, and restore it to the port number,
          as it should be -port|-p (t0m)
        - Document -pidfile in myapp_server.pl POD (t0m)

1.14_02 2009-05-11 04:29
        - Small changes to work with File::ChangeNotify 0.03.

1.14_01 2009-05-11 03:45
        - This release moves the restarter functionality into a new
          module Catalyst::Restarter, that is not a Catalyst Engine
          subclass.

          The new restarter is simpler and more reliable, because it
          does not try to test if a changed piece of code can be
          compiled. It simply restarts the server whenever it detects
          changes. This also makes it much faster.

          However, this does mean that the server can simply die when
          a changed file cannot compile. This is different than the
          old behavior, where the server remained running without
          incorporating the change.

          Finally, the new restarter relies on File::ChangeNotify,
          which is designed to accomodate per-OS methods of detecting
          changed files. As of this writing, it currently ships with a
          file watcher that uses inotify on Linux systems, and a
          default fallback class that does everything in pure Perl.

1.13    2009-05-11 02:50
        - add [-pidfile|-p] option for myapp_server.pl (caelum)
        - Bump dependency on Config::General (caelum)
        - On perls with c3 method dispatch, make sure Class::C3 is recent
          enough to not produce warnings if it is already installed (caelum)
        - add resources to META.yml (caelum)
2009-05-19 22:25:55 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
sno
e0ad185724 pkgsrc changes:
- Updating package for p5 module CatalystX::CRUD::YUI from 0.018 to 0.019
  - Adjusting dependencies

Upstream changes:
0.019   17 May 2009
        * fix number of skipped tests in 01-rdbo.t
        * switch from Class::C3 to MRO::Compat and update deps in Makefile.PL
        * change Livegrid->new to accept 'c' arg instead of getting it from form->app.
          This fixes bug affecting tests under perl 5.10.
2009-05-19 06:59:11 +00:00
sno
1972b33eff pkgsrc changes:
- Updating package for p5 module Catalyst::Plugin::Session::Store::File
    from 0.16 to 0.17
  - Adjusting dependency version numbers

Upstream changes:
0.17  10 May 2009
    - Add dependency on recent -Session to fix moose issues
2009-05-19 06:49:30 +00:00
sno
0fa6b2b002 pkgsrc changes:
- Updating package for p5 module Catalyst::Plugin::Session::Store::FastMmap
    from 0.08 to 0.10
  - Adjusting dependencies

Upstream changes:
0.10   13 May 2009
        - Change tests to be compatible with Catalyst 5.80004
        - Re-add /session-file prefix to the test session directory which was
          present in 0.07. I can't see where this was removed, but the test
          looks more correct with it. RT#45724

0.09    04 May 2009
        - remove Win32 hack since Cache::FastMmap 1.29 supports Win32.
          see https://rt.cpan.org/Ticket/Display.html?id=45642
2009-05-19 06:43:41 +00:00
abs
0d38cf684b +PKG_DESTDIR_SUPPORT 2009-05-18 22:16:14 +00:00
abs
1314166817 +PKG_DESTDIR_SUPPORT= 2009-05-18 22:14:20 +00:00
abs
b5da261380 +PKG_DESTDIR_SUPPORT 2009-05-18 21:14:50 +00:00
wiz
a720284ee5 Update to 3.26.2. Add LICENSE comment (needs AND).
GtkHTML-3.26.2 2009-05-18
-------------------------

Bug Fixes:
	#581228 - tarball does not provide gtkhtml-editor (Gilles Dartiguelongue)
	#578394 – HTML images cannot be scaled to more than 100 px (Matthew Barnes)
Updated Translations:
	krishnababu (te)
	Ivar Smolin (et)
2009-05-18 13:40:53 +00:00
taca
91e9be873c Make typolight27-translations package to 20090518.
Update Dutch and Polish translation files.

* Dutch translation add some missing labels.
* Polish catched up to TYPOlight 2.7.0.
2009-05-18 13:35:55 +00:00
sno
cb199f6f53 PkgSrc changes:
- Updating package for p5 module HTML::Mason from 1.40 to 1.42
  - Reordering dependencies (alphabetical order)
  - Removing option for p5-Cache-Cache, because it's mandatory now

Upstream changes:
1.42 May 7, 2009

    [ BUG FIXES ]

    - Fix 10b-cache-chi.t to work with latest version of CHI - expire_if
  and ref of cache changed

    - Fixed a bug where attempting to load a module that failed to compile
  in a Mason component could mask the compilation error. RT #39803.

    - Fixed the print method in HTML::Mason::FakeApache. It was including
  the object itself in the output. Patch by Martin Petricek. RT
  #43035.

1.41  May 5, 2009

    [ BUG FIXES ]

    - This is a one-fix release to get this module working with the latest
  version of Exception::Class (1.27).
2009-05-17 19:56:58 +00:00
sno
9e5f444c4e PkgSrc changes:
- Updating package for p5 module Catalyst::Plugin::Session::Store::Delegate
    from 0.03 to 0.04
  - Adjusting dependencies

Upstream changes:
0.04
        - Switch to Module::Install.
        - Avoid test suite warnings with Catalyst 5.80
2009-05-17 19:41:14 +00:00
sno
0198355a99 PkgSrc changes:
- Updating package for p5 module Catalyst::Plugin::Session::State::Cookie
    from 0.10 to 0.11
  - Adding patch to prevent install missing dependencies

Upstream changes:
0.11    2009-05-13
        - Change TestApp so that the application is in t/lib, to make it easier
          for Catalyst to force our package to be immutable.
2009-05-17 19:34:17 +00:00
sno
8fba55cb88 PkgSrc changes:
- Updating package for p5 module Catalyst::Plugin::Session from 0.21 to
    0.22

Upstream changes:
0.22 2009-05-13
        - INSANE HACK to ensure B::Hooks::EndOfScope inlines us a new method right now
          in Catalyst::Plugin::Session::Test::Store for Catalyst 5.80004 compatibility.

          This change does not in any way affect normal users - it is just due to the
          fairly crazy way that Catalyst::Plugin::Session::Test::Store works, and that
          module is _only_ used for unit testing session store plugins pre-installation.

          Session::Test::Store should be replaced with a more sane solution, and other
          CPAN modules using it moved away from using it, but this change keeps stops
          new Catalyst breaking other distributions right now.
2009-05-17 19:26:00 +00:00
sno
551fc72095 PkgSrc changes:
- Updating package for Catalyst::Manual from 5.7020 to 5.7021

Upstream changes:
5.7021  8 May 2009
        - Switch to SimpleDB for auth
        - Switch to use of DBIx::Class::EncodedColumn for hashed & salted passwords
        - Re-write PostgreSQL section in appendix
        - Remove "create=dynamic" and only cover "create=static" for DBIC helper
        - Rewrite / clean up a big chunk of Catalyst::Manual::Intro (Ian Wells)
        - There is no Catalyst::Config, fix reference to it. (t0m)
        - Misc minor adjustments
2009-05-17 18:54:08 +00:00
sno
dbc6c0ffb8 PkgSrc changes:
- Updating package for p5 module Rose::HTML::Objects from 0.602 to
    0.603
  - Adjusting dependency

Upstream changes:
0.603 (05.06.2009) - John Siracusa <siracusa@gmail.com>
    * Fixed a bug that cause the class attribite on label tags not to
      be cleared correctly.  (Reported by Denis Moskowitz)
2009-05-17 18:48:22 +00:00
tron
98959f1f81 Stop the "squid31" package from cluttering "${PKG_SYSCONFDIR}" with
various configuration and example files. Leave the installation of the
example files to "pkgsrc" instead.

Problem reported by Hasso Tepper in private e-mail.
2009-05-17 14:17:42 +00:00
obache
53e611c2f3 Update Opera to 9.64.
Release Notes

Opera 9.64 is a recommended security and stability upgrade, incorporating the
Opera Presto 2.1.1 user agent engine. Opera highly recommends all users to
upgrade to Opera 9.64 to take advantage of these improvements.

Release date: 03.03.2009

Changes and improvements since Opera 9.63
Security
* Fixed an issue where specially crafted JPEG images could be used to execute
  arbitrary code, as reported by Tavis Ormandy of the Google Security Team; see
  our advisory: http://www.opera.com/support/kb/view/926/
* Fixed an issue where plug-ins could be used to allow cross domain scripting,
  as reported by Adam Barth; details will be disclosed at a later date.
* Fixed a moderately severe issue; details will be disclosed at a later date.
* Added Untrusted Rootstore Capability:
  * Opera downloads only the detailed information about untrusted (blacklisted)
    certificates when they are encountered
  * If download fails for certificate information in the list, Opera considers
    any certificate matching the ID as untrusted
* Added version conditional fetching of certificate dependencies from an online
  repository
* Fixed a problem downloading the CRL (Certificate Revocation List)
* Fixed a problem that could cause SSL to deadlock in one state, hanging the
  connection
* Fixed a problem that could cause the incorrect calculation of Certificate IDs
* Implemented Extended Validation (EV) for cross-signed EV Root Certificates not
  shipped by default
* Implemented preshipping of the Entrust 2048 CA (Certificate Authority)
* Implemented Root Certificate fetching from an online repository when an
  intermediate matches a certificate in the repository
* Improved support for weak encryption when importing .p12 private certificates
* Prevented security information documents from being written to disk

Miscellaneous
* Fixed a problem which created separate feed notifications; Opera now groups
  them together
* Fixed a problem with the backspace key event in the Flash plug-in
* Fixed a problem with inline find when no text was entered, and the Enter key
  was pressed
* Fixed an instability error with the 64 bit Linux version
2009-05-17 13:46:00 +00:00
taca
2dc43ce94b Update typolight27-translations package to 20090510.
Slovak language translation files are updated to support TYPOlight 2.7.0.
2009-05-17 10:43:28 +00:00
rillig
e70bed4a1f Removed references to a non-existent patch-aa file. I wonder how these
entries got there.
2009-05-16 07:30:41 +00:00
adrianp
853cfe055f 6.12
The twelfth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

    * SA-CORE-2009-006 - Drupal core - Cross site scripting

In addition to this security vulnerability, the following bugs have been fixed since the 6.11 release:

* #353328 by catch, BrianV: When a new commment is added, the redirection path should point to page, where the new comment is.
* #239945 by Xano, JeremyFrench, Damien Tournoud, andypost: Should not iterate over the children in taxonomy_get_tree() anymore if we reached max_depth.
* #292565 by grendzy, John Morahan, Jody Linn: remove path munging on 403/404 pages, which caused problems for login redirects
* #448268 by dww: Make sure that submitting the themes admin form clears out the update status cache, just like the modules admin form does.
2009-05-14 19:38:02 +00:00
adrianp
33025cecc5 5.18
This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

* SA-CORE-2009-006 Drupal core - Cross site scripting

In addition to this security vulnerability, the following bugs have been fixed since the 5.15 release:

* #396224 partial rollback of SA-CORE-2009-003 security hardening.
* #396224 adding missing documentation comment update. By dvessel and pwolanin.
* #267305 by brianV. Remove ?>.
* #305544 by jsenich. Add missing clear-block to admin by modules.
* #330084 by c960657: Remove unnecessary duplication of the From header value in Reply-to; standards indicate setting the From header should be sufficient.
2009-05-14 19:37:02 +00:00
snj
6a0b1bff54 Update to 0.1.6.
Changes:
 + Add Delete All to transferbar
 + Show search in context menu
 + Implement 'Default' search engine
 + Show only icons in Statusbar Features
 + Implement Clear private data
 + Support News Feed icon and external aggregator
 + Fix reloading of Not found pages
 + Fixup spaces when middle click opening
 + Fix possibly wrong identificaton string
 + Optionally search engines in completion
 + Optionally Gtk 2.16 entry progress and icon
 + Experimental panel detaching
 + Support external download manager again
 + Implement '-a', '--app' argument
 + Implement '-c', '--config' argument
 + Fix a bookmark saving issue
 + Support data: URIs in the address entry
 + Several performance and memory leak fixes
 + Load cookies idle to accelerate startup
 + Support mailto: links
 + Save tab reordering in the session
 + Add a Cookie Manager extension
 + Fix crashers in Colourful Tabs
2009-05-13 18:41:31 +00:00
snj
f883634946 Update to 1.1.6.
Changes:
  - Several ATK support additions and fixes got landed, with many
    roles being now implemented, providing better accessibility.
  - Caret browsing is now available.
  - Spelling check has been implemented using Enchant; the API is
    still lacking, and some of the functionality still needs to be
    improved, though.
  - Error reporting is now available, with default error pages, and
    API that allows the application to override the default behavior;
    localization of those pages is still not supported, but planned.
  - More crashes and other bugs fixed.
2009-05-13 18:39:46 +00:00
taca
b8b346f40d Update typolight27-translations to 20090510.
Update Dutch and Latvian translation files.
2009-05-13 13:12:27 +00:00
hasso
b934204bc6 Fix install on platforms not using pax tar. Bump PKGREVISION. 2009-05-13 07:53:49 +00:00
obache
ae36674a0f set LICENSE. 2009-05-12 13:27:55 +00:00
martti
97bdd322bb Activated LICENSE=... 2009-05-12 12:27:19 +00:00
martti
8b8f9427d3 Added PKG_DESTDIR_SUPPORT=user-destdir 2009-05-12 11:09:26 +00:00
seb
d9b4822f52 Add & enable p5-Reaction 2009-05-09 16:32:06 +00:00
seb
8d042767f4 Initial import of p5-Reaction version 0.2.0 in the NetBSD Packages
Collection.

Reaction is a Catalyst extension providing you with:
- Model mutations abstracted into Action objects.
- Reflection to generate interface models using the Action objects
from a DBIx::Class schema.
- An abstract UI expression system based on view, skin, rendering
context, widget and layout set.
- Stylable via skins. Parts of the skins can be extended and flexibly
from large down to very small parts.
- Full separation of interface rendering structure and templating,
making re-usable extensions even easier.
2009-05-09 16:30:59 +00:00
seb
2720344b87 Fix build when CPAN.pm is not configured (no CPAN/Config.pm in @INC
pathd or as ~/.cpan/CPAN/MyConfig.pm) as in such a situation it runs
an interactive setup process!

The fix is to _not_ call Module::Install::auto_install() in Makefile.PL
as pkgsrc handles the required modules anyway.
2009-05-08 17:56:04 +00:00
manu
217652d41d include buildlink machinery when ldap option is enabled 2009-05-08 15:24:12 +00:00
taca
0429712bb5 Update squid20 package to 3.0.15 (squid-2.0.STABLE15).
Changes to squid-3.0.STABLE15 (06 May 2009):

	- Regression Bug 2635: Incorrect Max-Forwards header type
	- Bug 2652: 'Success' error on CONNECT requests
	- Bug 2625: IDENT receiving errors
	- Bug 2610: ipfilter support detection
	- Bug 2578: FTP download resume failure
	- Bug 2536: %H on HTTPS error pages
	- Bug 2491: assertion "age >= 0"
	- Bug 2276: too many NTLM helpers running
	- Endian system and compiler fixes provided by the NetBSD project
	- documentation fixes provided by the Debian project
2009-05-08 13:39:09 +00:00
taca
cd205ddc5a Update typolight27-translations package to 20090506.
* Update Latvian translation files to support TYPOlight 2.7.0.

pkgsrc change:

* Update PLIST files which were updated for TYPOlight 2.7.0.
  (What did I doing..., sigh.)
2009-05-07 15:10:01 +00:00
obache
d35e57f22c define LICENSE. 2009-05-07 11:29:52 +00:00
schmonz
6d67f101d8 Update to 3.11. From the changelog:
* Avoid using python-support. Closes: #525086
* websetup: Display stderr in browser if ikiwiki setup fails.
* blogspam: Load RPC::XML library in checkconfig, so that an error
    can be printed at that point if it's not available, allowing
    the admin to see it during wiki setup. Closes: #520015
* websetup: If setup fails, restore old setup file.
* relativedate: Deal with clock skew.
* Add IkiWiki::ErrorReason objects, and modify pagespecs to return
    them in cases where they fail to match due to a configuration
    or syntax error.
* pagespec_match_list: New API function, matches pages in a list
    and throws an error if the pagespec is bad.
* inline, brokenlinks, calendar, linkmap, map, orphans, pagecount,
    pagestate, postsparkline: Display a handy error message if the
    pagespec is erronious [sic].
* comments: Add link to comment post form to allow user to sign in
    if they wish to, if the configuration makes signin optional for
    commenting.
* Updated Danish translation from Jonas Smedegaard. Closes: #525751
* translation.mdwn: Typo fixes. Closes: #525753

Add msgfmt to USE_TOOLS (it's called at the end of the build).
2009-05-05 18:02:05 +00:00
tron
b521a1b189 (Re-)add "patch-aj" which got lost during the last commit.
Problem pointed out by Michael van Elst.
2009-05-05 07:49:48 +00:00
taca
884a54b43c Update typolight27-translations package to 20090504.
Update French and Ukrainian translation files which support TYPOlight 2.7.0.
2009-05-05 03:28:53 +00:00
obache
48e228dbdf Update ja-trac to 0.11.4pl1, aka Trac-0.11.4.ja1
Trac-0.11.4.ja1 (Apr 1, 2009)
 * Merge Trac-0.11.4
 * Fixes unicode transcoding for Exception.
   - trac/core.py
   - trac/util/text.py

Trac 0.11.4 (March 30, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.4

 Trac 0.11.4 contains a number of bug fixes and minor enhancements.
 The following list contains only a few highlights:

 * Custom mainnav links regression (#8153)
 * Fixed Python 2.3 incompatibility (#8061)
 * Fixed Python 2.6 notification issue (#8083)
 * Fixed PostgreSQL multi column index issue (#7600)
2009-05-05 03:06:46 +00:00
schmonz
8808d553c5 Add and enable wmd. 2009-05-04 22:49:15 +00:00