Commit graph

15677 commits

Author SHA1 Message Date
prlw1
eeb52a49f7 Update glib-networking to 2.50.0
Highlight:
  * gnutls: Fixed an infinite loop if a server sent two identical
    copies of its CA certificate [#765317, Carlos Garcia Campos]
2017-08-29 23:08:39 +00:00
wiz
055319f6bb Remove references to NetBSD 0-3. 2017-08-29 13:06:19 +00:00
wen
5f7457d97b Update to 1.22
Upstream changes:
1.22 August 15, 2017
    ! Noindex URI::tcp module [github/JaSei]
    ! Correct the soap namespace declaration when calling services defined in WSDL [github/waaeer]
    ! Fix typos [github/kmhl]
2017-08-29 04:33:26 +00:00
he
b1a6d1521d Add a patch to make this build on NetBSD again.
The hack to let lib/bsd-list.h substitute for <sys/queue.h> and
prevent the latter's processing fails miserably on NetBSD, because
on NetBSD, <net/if.h> requires the TAILQ_* macros which are not
defined in lib/bsd-list.h.
No PKGREVISION bump since this is a build fix only.
2017-08-28 10:29:41 +00:00
he
1908360e18 Add two patches to provide conditional compat define for RTF_LLINFO,
for the benefit of netbsd-8 ++.
No PKGREVISION bump, this is a build fix only.
OK'ed by bouyer@.
2017-08-28 09:00:13 +00:00
tsutsui
bdcc5a9fd9 Update mikutter to 3.5.10.
pkgsrc changes:

- add a patch for workaround for upstream Redmine ticket #1064
- update dependencies per upstream Gemfile

Upstream changes:

- error messages about ja_KS locale on startup
- restrict version of Deferred to avoid issue on the latest one
- fix typo
- new functions for UserConfig
 - trigger 'userconfig_modify' events when UserConfig values are updated
 - abandon use of UserConfig.connect to avoid memory leak on some error paths
- crash in some case if actual timeline is not created
- specify gtk2 3.1.8
2017-08-26 11:57:49 +00:00
fhajny
43153c4087 Update net/freeradius to 3.0.15.
Based on a PR from @coyhile
(https://github.com/joyent/pkgsrc/issues/18). Splits modules with
external dependencies into separate packages.

The 1.1.x branch was EOL'd in 2008. No upgrade guide from 1.1.x to 3.0.x
seem to exist.

Summary of improvements in 3.x:

- Moved configuration entries in radiusd.conf to make more sense.
- Added the "integer64" and "ipv4prefix" data types.
- Added RADIUS over TLS (i.e. RadSec). See raddb/sites-available/tls.
- Updated internal API to support new attributes and formats.
- Added code to send SNMP Traps. See raddb/trigger.conf.
- Added preliminary support for Apple's Grand Central Dispatch.
- Added provisions for raddb/dictionary.local, for local changes See
  raddb/dictionary for more details.
- Added packet/s tracking. See max_pps in the "listen" section.
- The %{} expansions and "unlang" conditions are now parsed at server
  start. Descriptive errors are produced for syntax and format errors.
- Casting is now supported for "unlang" comparisons. See "man unlang"
  e.g. <ipaddr>127.0.0.1 == Framed-IP-Address.
- Direct comparison of attribute references is now supported e.g. &Foo
  == &Bar. This avoids stringification of the attributes.
- Direct assignment of attributes is now supported e.g. Foo := &Bar. It
  also works for "octets" data types.
- Comparisons of IPv4 and IPv6 prefixes are now supported The "<"
  operator means "within the prefix" for comparisons.
- New sha1 xlat expansion (thanks to Alan Buxey).
- Colourised log messages when logging to stdout. Look for yellow
  warnings and red errors. Doing this will save you a LOT of grief.
- If the PCRE library is available, use it (insted of the POSIX
  functions) to process regular expressions (thanks to Phil Mayers).
- -xv now displays all the features the server was built with, and the
  versions of the core libraries (libtalloc, libssl).

Summary of improvements in 2.x:

- simple policy language (see "man unlang")
- virtual servers ("raddb/sites-available/README")
- IPv6 support
- better proxy support ("raddb/proxy.conf")
- More EAP types
- Debugging output should be <em>much</em> easier to understand
- VMPS support
- More modules have been moved to "stable" status (python, etc.)
- SQL configuration has been cleaned up (see "raddb/sql/*")
- limited support for HUP.  (The configuration for some modules is
  re-loaded on HUP.  Nothing else is reloaded.)
- check configuration and exit ("radiusd -C")
- Server core is now event based (simpler, more powerful)
2017-08-26 10:07:27 +00:00
joerg
5bf1b980c1 Don't overlap with libfilezilla. 2017-08-25 20:04:07 +00:00
joerg
d231ee624f Sync PLIST with reality. Bump revision. 2017-08-25 20:03:39 +00:00
jperkin
cbb57753f3 Improve COMMENT lines and satisfy pkglint. 2017-08-25 17:03:25 +00:00
jperkin
e98ed47819 Remove trailing empty lines. 2017-08-25 16:49:11 +00:00
jperkin
92e3e961e6 Fix formatting of go DESCR files. Some of the contents still leave a lot to be
desired.
2017-08-25 16:30:23 +00:00
he
4b4565e500 Omit the insistence on -latomic on mips and powerpc if we're on NetBSD.
No PKGREVISION bump, no change for other platforms, and this is a build fix
for those affected by the problem.
2017-08-24 20:59:22 +00:00
adam
931d707fe2 Revbump for boost update 2017-08-24 20:03:08 +00:00
adam
62d3f1ac1b Revbump for boost update 2017-08-24 20:02:56 +00:00
jperkin
ea7cd2cd0f Don't redefine strlcpy on platforms which already have it, and add
license.  Submitted by Thomas Merkel in NetBSD/pkgsrc#11.

Bump PKGREVISION for the LICENSE change.
2017-08-24 11:04:00 +00:00
jlam
9d51cb8cd0 net/btget: Fix typos in description file. 2017-08-23 17:54:17 +00:00
fhajny
f49bd4c273 Update net/dnsdist to 1.2.0.
- fix for CVE-2016-7069 and CVE-2017-7557.
- applying rules on cache hits
- addition of runtime changeable rules that matches IP address for a
  certain time: TimedIPSetRule
- SNMP support, exporting statistics and sending traps
- preventing the packet cache from ageing responses when deployed in
  front of authoritative servers
- TTL alteration capabilities
- consistent hash results over multiple deployments
- exporting CNAME records over protobuf
- tuning the size of the ringbuffers used to keep track of recent
  queries and responses
- various DNSCrypt-related fixes and improvements, including automatic
  key rotation

Full changelog:

  https://dnsdist.org/changelog.html
2017-08-22 17:00:35 +00:00
jperkin
a9d6ab0f5d Find a suitable make program on SunOS. 2017-08-22 09:05:33 +00:00
adam
3dca382697 Added dependency on py-cffi; PLIST fix; bump revision 2017-08-22 07:57:51 +00:00
ryoon
4a52422bbd Define _OPENBSD_SOURCE to build sane binary on NetBSD suggested from joerg@.
Thank you.

* Bump PKGREVISION
2017-08-22 00:32:18 +00:00
ryoon
18d7d25a4c On NetBSD/amd64 8.0_BETA and 8.99.1 at least, reallocarray(3) in base
causes runtime error and it does not boot at all

* Pass reallocarray as no for NetBSD
* Bump PKGREVISION
2017-08-21 23:25:23 +00:00
he
a31868b633 Upgrade unbound to version 1.6.5.
Upstream changes:
  21 Aug 2017: Wouter
    - Fix install of trust anchor when two anchors are present, makes both
      valid.  Checks hash of DS but not signature of new key.  This fixes
      installs between sep11 and oct11 2017.
    - Tag 1.6.5
2017-08-21 11:14:18 +00:00
fhajny
bd50da466e Update net/erlang-esip to 1.0.15.
Version 1.0.15
- Updating stun to version 1.0.14.
- Updating fast_tls to version 1.0.15.

Version 1.0.14
- Updating fast_tls to version 1.0.14.
- Updating stun to version 1.0.13.
2017-08-20 12:38:02 +00:00
fhajny
7bfd747fb2 Update net/erlang-stun to 1.0.14.
Version 1.0.14
- Updating fast_tls to version 1.0.15.

Version 1.0.13
- Updating fast_tls to version 1.0.14.
- Make test not crash on R20
2017-08-20 12:34:03 +00:00
fhajny
269e29bd01 Update net/erlang-xmpp to 1.1.14.
- Update hex packaging
- Fix namespace in PubSub publishing options
2017-08-20 12:28:37 +00:00
manu
a8d63d7f43 Fix nagios unability to cleanup checkresults directory
From upstream https://github.com/NagiosEnterprises/nagioscore/pull/417

Once nagios is done with a file in the checkresults directory,
it deletes it. This was done with a relative file path, causing
failures if nagios working directory is not the checkresults
directory. As a consequence, old result file remained intact,
causing system slowdowns as the directory grew and nagios spent
more and more time attempting to clean it up.

The fix is just to use an absolute path, so that it works
regardeless of current directory setting.
2017-08-20 06:59:16 +00:00
manu
88023a19bf Update nagios-plugin-dnsrbl to 0.3
- multithreaded DNS lookups to reduce latency
- updated built-in DNSRBL list
2017-08-20 03:28:49 +00:00
jlam
0d33d0cf15 net/ccrtp: Install GNU info files into ${PKGINFODIR}.
This project uses CMake to configure the software.  Force the GNU
info files to be installed into ${CMAKE_INSTALL_INFODIR}, which is
defined by the GNUInstallDirs CMake module included by the
top-level CMakeLists.txt file.  The corrct environment variables
are passed so that ${CMAKE_INSTALL_INFODIR} points into
${PKGINFODIR}.

Remove the subst.mk section that tried to force GNU info files to
be always installed under "info".
2017-08-19 00:27:44 +00:00
jlam
8563eaeba0 net/xl2tpd: Install manpages under ${PKGMANDIR}.
Modify the Makefile patch to set MANDIR to the correct location for
installed manpages under ${PKGMANDIR}.
2017-08-19 00:27:13 +00:00
jlam
eaa0fc1eb7 net/wistumbler2: Install manpages into ${PKGMANDIR}.
Complete the support for installing manpages into ${PKGMANDIR}
that was previously started -- also copy the manpage into the
correct directory under ${PKGMANDIR}.
2017-08-19 00:26:48 +00:00
jlam
95da25f498 net/tcl-scotty: Install manpages into ${PKGMANDIR}.
Modify unix/Makefile.in so that the GNU configure script can
replace @mandir@ with the correct location for the installed
manpages under ${PKGMANDIR}.
2017-08-19 00:26:26 +00:00
jlam
fa8c113041 net/ssmping: Install manpages into ${PKGMANDIR}.
Modify the Makefile patch to copy manpages to the correct location
under ${PKGMANDIR}.
2017-08-19 00:26:12 +00:00
jlam
911ddf7330 net/spegla: Install manpages into ${PKGMANDIR}.
Pass "MANDIR=..." when running "make install" to pass the correct
location for installed manpages under ${PKGMANDIR}.
2017-08-19 00:25:59 +00:00
jlam
f2454d64cd net/socks4: Install manpages into ${PKGMANDIR}.
Modify the Makefile patch to set MAN_DEST_DIR to the correct
location for installed manpages under ${PKGMANDIR}.
2017-08-19 00:25:46 +00:00
jlam
1b2a685d95 net/pppd: Install manpages into ${PKGMANDIR}.
Patch the project makefiles to set MANDIR to the point to the
correct location for installed manpages under ${PKGMANDIR}.
2017-08-19 00:24:36 +00:00
jlam
81ef1655f0 net/ocsync: Install manpages into ${PKGMANDIR}.
This project uses CMake to configure the software.  Force the
manpages to be installed into ${CMAKE_INSTALL_MANDIR}, which is
defined by the included GNUInstallDirs CMake module.  The correct
environment variables are passed so that ${CMAKE_INSTALL_MANDIR}
points into ${PKGMANDIR}.
2017-08-19 00:23:36 +00:00
jlam
9c6d82a270 net/netcat-openbsd: Install manpages into ${PKGMANDIR}.
Fix the project Makefile -- it was using ${PKGMANDIR} in a
different way than how pkgsrc uses it.
2017-08-19 00:23:24 +00:00
jlam
c29eb6909b net/netcat-openbsd: Remove unnecessary bsd.prefs.mk inclusion. 2017-08-19 00:23:05 +00:00
jlam
af71631dc2 net/mrstat: Install manpages into ${PKGMANDIR}.
Patch the project Makefile "install" target to install manpages
under ${PKGMANDIR}.
2017-08-19 00:22:49 +00:00
jlam
97f16c573a net/autonet: Install manpages into ${PKGMANDIR}.
Patch the project Makefile to install manpages into ${PKGMANDIR}
under ${PREFIX}.
2017-08-19 00:19:23 +00:00
leot
7a78ad58bc Update net/youtube-dl to youtube-dl-20170818.
Changes:
2017.08.18
----------
Core
* [YoutubeDL] Sanitize byte string format URLs (#13951)
+ [extractor/common] Add support for float durations in _parse_mpd_formats
  (#13919)

Extractors
* [arte] Detect unavailable videos (#13945)
* [generic] Convert redirect URLs to unicode strings (#13951)
* [udemy] Fix paid course detection (#13943)
* [pluralsight] Use RPC API for course extraction (#13937)
+ [clippit] Add support for clippituser.tv
+ [qqmusic] Support new URL schemes (#13805)
* [periscope] Renew HLS extraction (#13917)
* [mixcloud] Extract decrypt key


2017.08.13
----------
Core
* [YoutubeDL] Make sure format id is not empty
* [extractor/common] Make _family_friendly_search optional
* [extractor/common] Respect source's type attribute for HTML5 media (#13892)

Extractors
* [pornhub:playlistbase] Skip videos from drop-down menu (#12819, #13902)
+ [fourtube] Add support pornerbros.com (#6022)
+ [fourtube] Add support porntube.com (#7859, #13901)
+ [fourtube] Add support fux.com
* [limelight] Improve embeds detection (#13895)
+ [reddit] Add support for v.redd.it and reddit.com (#13847)
* [aparat] Extract all formats (#13887)
* [mixcloud] Fix play info decryption (#13885)
+ [generic] Add support for vzaar embeds (#13876)


2017.08.09
----------
Core
* [utils] Skip missing params in cli_bool_option (#13865)

Extractors
* [xxxymovies] Fix title extraction (#13868)
+ [nick] Add support for nick.com.pl (#13860)
* [mixcloud] Fix play info decryption (#13867)
* [20min] Fix embeds extraction (#13852)
* [dplayit] Fix extraction (#13851)
+ [niconico] Support videos with multiple formats (#13522)
+ [niconico] Support HTML5-only videos (#13806)


2017.08.06
----------
Core
* Use relative paths for DASH fragments (#12990)

Extractors
* [pluralsight] Fix format selection
- [mpora] Remove extractor (#13826)
+ [voot] Add support for voot.com (#10255, #11644, #11814, #12350, #13218)
* [vlive:channel] Limit number of videos per page to 100 (#13830)
* [podomatic] Extend URL regular expression (#13827)
* [cinchcast] Extend URL regular expression
* [yandexdisk] Relax URL regular expression (#13824)
* [vidme] Extract DASH and HLS formats
- [teamfour] Remove extractor (#13782)
* [pornhd] Fix extraction (#13783)
* [udemy] Fix subtitles extraction (#13812)
* [mlb] Extend URL regular expression (#13740, #13773)
+ [pbs] Add support for new URL schema (#13801)
* [nrktv] Update API host (#13796)


2017.07.30.1
------------
Core
* [downloader/hls] Use redirect URL as manifest base (#13755)
* [options] Correctly hide login info from debug outputs (#13696)

Extractors
+ [watchbox] Add support for watchbox.de (#13739)
- [clipfish] Remove extractor
+ [youjizz] Fix extraction (#13744)
+ [generic] Add support for another ooyala embed pattern (#13727)
+ [ard] Add support for lives (#13771)
* [soundcloud] Update client id
+ [soundcloud:trackstation] Add support for track stations (#13733)
* [svtplay] Use geo verification proxy for API request
* [svtplay] Update API URL (#13767)
+ [yandexdisk] Add support for yadi.sk (#13755)
+ [megaphone] Add support for megaphone.fm
* [amcnetworks] Make rating optional (#12453)
* [cloudy] Fix extraction (#13737)
+ [nickru] Add support for nickelodeon.ru
* [mtv] Improve thumbnal extraction
* [nick] Automate geo-restriction bypass (#13711)
* [niconico] Improve error reporting (#13696)
2017-08-18 11:11:51 +00:00
fhajny
faceddcc50 Update net/rabbitmq to 3.6.11.
- Erlang 20 compatibility
- Bug fixes
- Usability improvements

For full notes see release page:

  https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_11
2017-08-18 09:29:27 +00:00
gavan
1e49626e0e 1 new package in net 2017-08-17 02:06:24 +00:00
gavan
ff03fb9c22 Add go-websocket package 2017-08-17 02:03:23 +00:00
wiz
7c8354aa3e Update some HOMEPAGEs. 2017-08-16 21:22:11 +00:00
wiz
7909ca8cec Comment out dead sites. 2017-08-16 20:45:30 +00:00
wiz
a1e4174a9c Follow some http redirects. 2017-08-16 20:21:03 +00:00
wiz
bd2d845e08 Updated wireshark to 2.2.8.
Bug Fixes

   The following vulnerabilities have been fixed:
     * [1]wnpa-sec-2017-13
       WBMXL dissector infinite loop ([2]Bug 13477, [3]Bug 13796)
       [4]CVE-2017-7702, cve-idlink:CVE-2017-11410[] Note: This is an
       update for a fix in Wireshark 2.2.6 and 2.0.12.

     * [5]wnpa-sec-2017-28
       openSAFETY dissector memory exhaustion ([6]Bug 13649, [7]Bug 13755)
       [8]CVE-2017-9350, [9]CVE-2017-11411 Note: This is an update for a
       fix in Wireshark 2.2.7.

     * [10]wnpa-sec-2017-34
       AMQP dissector crash. ([11]Bug 13780) [12]CVE-2017-11408
     * [13]wnpa-sec-2017-35
       MQ dissector crash. ([14]Bug 13792) [15]CVE-2017-11407
     * [16]wnpa-sec-2017-36
       DOCSIS infinite loop. ([17]Bug 13797) [18]CVE-2017-11406

   The following bugs have been fixed:
     * Y.1711 dissector reverses defect type order. ([19]Bug 8292)
     * Packet list keeps scrolling back to selected packet while names are
       being resolved. ([20]Bug 12074)
     * [REGRESSION] Export Objects do not show files from a SMB2 capture.
       ([21]Bug 13214)
     * LTE RRC: lte-rrc.q_RxLevMin filter fails on negative values.
       ([22]Bug 13481)
     * Hexpane showing in proportional font again. ([23]Bug 13638)
     * Regression in SCCP fragments handling. ([24]Bug 13651)
     * TCAP SRT incorrectly matches TC_BEGINs and TC_ENDs. ([25]Bug 13739)
     * Dissector for WSMP (IEEE 1609.3) not current. ([26]Bug 13766)
     * RANAP: possible issue in the heuristic code. ([27]Bug 13770)
     * [oss-fuzz] UBSAN: shift exponent 35 is too large for 32-bit type
       int in packet-btrfcomm.c:314:37. ([28]Bug 13783)
     * RANAP: false positives on heuristic algorithm. ([29]Bug 13791)
     * Automatic name resolution not saved to PCAP-NG NRB. ([30]Bug 13798)
     * DAAP dissector dissect_daap_one_tag recursion stack exhausted.
       ([31]Bug 13799)
     * Malformed DCERPC PNIO packet decode, exception handler invalid
       poionter reference. ([32]Bug 13811)
     * It seems SPVID was decoded from wrong field. ([33]Bug 13821)
     * README.dissectors: Add notes about predefined string structures not
       available to plugin authors. ([34]Bug 13828)
     * Statistics->Packet Lengths doesn't display details for 5120 or
       greater. ([35]Bug 13844)
     * cmake/modules/FindZLIB.cmake doesn't find inflatePrime. ([36]Bug
       13850)
     * BGP: incorrect decoding COMMUNITIES whose length is larger than
       255. ([37]Bug 13872)

  Updated Protocol Support

   AMQP, BGP, BSSMAP, BT RFCOMM, DAAP, DOCSIS, E.212, FDDI, GSM A GM, GSM
   BSSMAP, IEEE 802.11, IP, ISIS LSP, LTE RRC, MQ, OpenSafety, OSPF,
   PROFINET IO, RANAP, SCCP, SGSAP, SMB2, TCAP, TCP, UMTS FP, UMTS RLC,
   WBXML, WSMP, and Y.1711
2017-08-15 19:37:01 +00:00
wiz
96306cecc3 Updated tor to 0.3.0.10.
Changes in version 0.3.0.10 - 2017-08-02
   Tor 0.3.0.10 backports a collection of small-to-medium bugfixes
   from the current Tor alpha series. OpenBSD users and TPROXY users
   should upgrade; others are probably okay sticking with 0.3.0.9.

  o Major features (build system, continuous integration, backport from 0.3.1.5-alpha):
    - Tor's repository now includes a Travis Continuous Integration (CI)
      configuration file (.travis.yml). This is meant to help new
      developers and contributors who fork Tor to a Github repository be
      better able to test their changes, and understand what we expect
      to pass. To use this new build feature, you must fork Tor to your
      Github account, then go into the "Integrations" menu in the
      repository settings for your fork and enable Travis, then push
      your changes. Closes ticket 22636.

  o Major bugfixes (linux TPROXY support, backport from 0.3.1.1-alpha):
    - Fix a typo that had prevented TPROXY-based transparent proxying
      from working under Linux. Fixes bug 18100; bugfix on 0.2.6.3-alpha.
      Patch from "d4fq0fQAgoJ".

  o Major bugfixes (openbsd, denial-of-service, backport from 0.3.1.5-alpha):
    - Avoid an assertion failure bug affecting our implementation of
      inet_pton(AF_INET6) on certain OpenBSD systems whose strtol()
      handling of "0xfoo" differs from what we had expected. Fixes bug
      22789; bugfix on 0.2.3.8-alpha. Also tracked as TROVE-2017-007.

  o Minor features (backport from 0.3.1.5-alpha):
    - Update geoip and geoip6 to the July 4 2017 Maxmind GeoLite2
      Country database.

  o Minor bugfixes (bandwidth accounting, backport from 0.3.1.2-alpha):
    - Roll over monthly accounting at the configured hour and minute,
      rather than always at 00:00. Fixes bug 22245; bugfix on 0.0.9rc1.
      Found by Andrey Karpov with PVS-Studio.

  o Minor bugfixes (compilation warnings, backport from 0.3.1.5-alpha):
    - Suppress -Wdouble-promotion warnings with clang 4.0. Fixes bug 22915;
      bugfix on 0.2.8.1-alpha.
    - Fix warnings when building with libscrypt and openssl scrypt
      support on Clang. Fixes bug 22916; bugfix on 0.2.7.2-alpha.
    - When building with certain versions of the mingw C header files,
      avoid float-conversion warnings when calling the C functions
      isfinite(), isnan(), and signbit(). Fixes bug 22801; bugfix
      on 0.2.8.1-alpha.

  o Minor bugfixes (compilation, mingw, backport from 0.3.1.1-alpha):
    - Backport a fix for an "unused variable" warning that appeared
      in some versions of mingw. Fixes bug 22838; bugfix on
      0.2.8.1-alpha.

  o Minor bugfixes (coverity build support, backport from 0.3.1.5-alpha):
    - Avoid Coverity build warnings related to our BUG() macro. By
      default, Coverity treats BUG() as the Linux kernel does: an
      instant abort(). We need to override that so our BUG() macro
      doesn't prevent Coverity from analyzing functions that use it.
      Fixes bug 23030; bugfix on 0.2.9.1-alpha.

  o Minor bugfixes (directory authority, backport from 0.3.1.1-alpha):
    - When rejecting a router descriptor for running an obsolete version
      of Tor without ntor support, warn about the obsolete tor version,
      not the missing ntor key. Fixes bug 20270; bugfix on 0.2.9.3-alpha.

  o Minor bugfixes (linux seccomp2 sandbox, backport from 0.3.1.5-alpha):
    - Avoid a sandbox failure when trying to re-bind to a socket and
      mark it as IPv6-only. Fixes bug 20247; bugfix on 0.2.5.1-alpha.

  o Minor bugfixes (unit tests, backport from 0.3.1.5-alpha)
    - Fix a memory leak in the link-handshake/certs_ok_ed25519 test.
      Fixes bug 22803; bugfix on 0.3.0.1-alpha.
2017-08-15 19:22:44 +00:00