72 Commits

Author SHA256 Message Date
51f7c5cdb9 Accepting request 1103798 from home:polslinux:branches:Base:System
- Update to 643:
  * Fix problem when a program piping into less reads from the tty,
    like sudo asking for password (github #368).
  * Fix search modifier ^E after ^W.
  * Fix bug using negated (^N) search (github #374).
  * Fix bug setting colors with -D on Windows build (github #386).
  * Fix reading special chars like PageDown on Windows (github #378).
  * Fix mouse wheel scrolling on Windows (github #379).
  * Fix erroneous EOF when terminal window size changes (github #372).
  * Fix compile error with some definitions of ECHONL (github #395).
  * Fix crash on Windows when writing logfile (github #405).
  * Fix regression in exit code when stdin is /dev/null and
    output is a file (github #373).
  * Add lesstest test suite to production release (github #344).
  * Change lesstest output to conform with
    automake Simple Test Format (github #399).

OBS-URL: https://build.opensuse.org/request/show/1103798
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=101
2023-08-16 13:01:21 +00:00
fb48f0fee2 Accepting request 1086712 from home:fcrozat:branches:Base:System
- Drop patch cve-2022-46663.patch (merged).

OBS-URL: https://build.opensuse.org/request/show/1086712
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=99
2023-05-12 10:33:22 +00:00
Danilo Spinella
035cfa8018 Accepting request 1084565 from home:kstreitova:branches:Base:System
- Update to 633
  * This release fixes a build problem found in less-632 on systems
    which have termcap.h in a subdirectory (ncurses/termcap.h or
    ncursesw/termcap.h). There is no functional difference between
    less-632 and less-633

- Update to 632 (differences between 608 and 632)

OBS-URL: https://build.opensuse.org/request/show/1084565
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=97
2023-05-04 09:15:54 +00:00
Danilo Spinella
f5fd57e1d3 Accepting request 1083974 from home:kstreitova:branches:Base:System
- Update to 632
  * Add LESSUTFCHARDEF environment variable (github #275).
  * Add # command (github #330).
  * Add ^S search modifier (github #196).
  * Add --wordwrap option (github #113).
  * Add --no-vbell option (github #304).
  * Add --no-search-headers option (github #44).
  * Add --modelines option (github #89).
  * Add --intr option (github #224).
  * Add --proc-backspace, --proc-tab and --proc-return options (github #335).
  * Add --show-preproc-errors option (github #258).
  * Add LESS_LINES and LESS_COLUMNS environment variables (github #84).
  * Add LESS_DATA_DELAY environment variable (github #337).
  * Allow empty "lines" field in --header option.
  * Update Unicode tables.
  * Improve ability of ^X to interrupt F command (github #49).
  * Status column (-J) shows off-screen matches.
  * Parenthesized sub-patterns in searches are colored with unique colors, if supported by the regular expression library (github #196).
  * Don't allow opening a tty as file input unless -f is set (github #309).
  * Don't require newline input after +&... option (github #339).
  * Fix incorrect handling of some Private Use Unicode characters.
  * Fix ANSI color bug when overstriking with colored chars (github #276).
  * Fix compiler const warning (github #279).
  * Fix signal race in iread (github #280).
  * Fix reading procfs files on Linux (github #282).
  * Fix --ignore-case with ctrl-R (no regex) search (github #300).
  * Fix bug doing repeat search after setting & filter (github #299).
  * Fix bug doing repeat search before non-repeat search.
  * Fix crash with -R and certain line lengths (github #338).
  * Fix input of Windows dead keys (github #352).

OBS-URL: https://build.opensuse.org/request/show/1083974
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=95
2023-05-02 11:22:25 +00:00
Danilo Spinella
db3321b2af Accepting request 1063860 from home:dspinella:branches:Base:System
Fix patch

OBS-URL: https://build.opensuse.org/request/show/1063860
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=93
2023-02-08 15:18:18 +00:00
Danilo Spinella
27b4904972 Accepting request 1063645 from home:psimons:branches:Base:System
Fix CVE-2022-46663.

OBS-URL: https://build.opensuse.org/request/show/1063645
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=92
2023-02-08 13:53:32 +00:00
Danilo Spinella
537095d7b2 Accepting request 1003485 from home:dspinella:branches:Base:System
- Update to 608:
  * Add the --header option (github #43).
  * Add the --no-number-headers option (github #178).
  * Add the --status-line option.
  * Add the --redraw-on-quit option (github #36).
  * Add the --search-options option (github #213).
  * Add the --exit-follow-on-close option (github #244).
  * Add 'H' color type to set color of header lines.
  * Add #version conditional to lesskey.
  * Add += syntax to variable section in lesskey files.
  * Allow option name in -- command to end with '=' in addition to '\n'.
  * Add $HOME/.config to possible locations of lesskey file (github #153).
  * Add $XDG_STATE_HOME and $HOME/.local/state to possible locations
    of history file (github #223).
  * Don't read or write history file in secure mode (github #201).
  * Fix display of multibyte and double-width chars in prompt.
  * Fix ESC-BACKSPACE command when BACKSPACE key does not send 0x08
    (github #188).
  * Add more \k codes to lesskey format.
  * Fix bug when empty file is modified while viewing it.
  * Fix bug when parsing a malformed lesskey file (githb #234).
  * Fix bug scrolling history when --incsearch is set (github #214).
  * Fix buffer overflow when invoking lessecho with more than 63 -m/-n 
    options (github #198).
  * Fix buffer overflow in bin_file (github #271).
  * Fix bug restoring color at end of highlighted text.
  * Fix bug in parsing lesskey file.
  * Defer moving cursor to lower left in some more cases.
  * Suppress TAB filename expansion in some cases where it doesn't make sense.
  * Fix termlib detection when compiler doesn't accept

OBS-URL: https://build.opensuse.org/request/show/1003485
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=90
2022-09-19 10:50:50 +00:00
e3945c7a1f Accepting request 997488 from home:kukuk:container
- Which need one /usr/bin/which, not the package which

OBS-URL: https://build.opensuse.org/request/show/997488
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=88
2022-08-17 08:23:59 +00:00
Danilo Spinella
7811399b13 Accepting request 919489 from home:dspinella:branches:Base:System
- Add missing runtime dependency on which, which it is used by lessopen.sh.
  Fix bsc#1190552.

OBS-URL: https://build.opensuse.org/request/show/919489
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=87
2021-09-16 10:03:56 +00:00
Dr. Werner Fink
41a7f65b10 Accepting request 904391 from home:predivan:updates
- Fix build on Leap:
    Account for distinction in confdir after UsrMerge.

OBS-URL: https://build.opensuse.org/request/show/904391
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=86
2021-07-09 11:40:41 +00:00
f9d7b2df6a Accepting request 900653 from home:dirkmueller:Factory
- update to 590:
  * Make less able to read lesskey source files (deprecating lesskey).
  * If XDG_CONFIG_HOME is set, find lesskey source file 
    in $XDG_CONFIG_HOME/lesskey rather than $HOME/.lesskey.
  * If XDG_DATA_HOME is set, find and store history file 
    in $XDG_DATA_HOME/lesshst rather than $HOME/.lesshst.
  * Add the --lesskey-src option.
  * Add the --file-size option.
  * With -F, if screen is resized to make file fit on one screen, don't exit.

OBS-URL: https://build.opensuse.org/request/show/900653
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=84
2021-06-18 08:12:34 +00:00
f33899b882 Accepting request 899945 from home:jengelh:pic
- Remove --with-pic (no static libs are ever produced).

OBS-URL: https://build.opensuse.org/request/show/899945
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=83
2021-06-18 07:57:40 +00:00
69a9e8eb2d Accepting request 893509 from home:dirkmueller:Factory
- update to 586:
  * Make less able to read lesskey source files (deprecating lesskey).
  * If XDG_CONFIG_HOME is set, find lesskey source file 
    in $XDG_CONFIG_HOME/lesskey rather than $HOME/.lesskey.
  * If XDG_DATA_HOME is set, find and store history file 
    in $XDG_DATA_HOME/lesshst rather than $HOME/.lesshst.
  * Add the --lesskey-src option.
  * Add the --file-size option.
  * Fix bug which could leave terminal in mouse-reporting mode 
    after exiting less.
  * Fix bug which caused failure to respond to window resize.
  * Fix backslash bug searching in tag file.

OBS-URL: https://build.opensuse.org/request/show/893509
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=81
2021-05-18 19:53:54 +00:00
4c862d8221 Accepting request 889198 from home:dirkmueller:Factory
- update to 581.2:
  * This fixes a bug found in less-581 where the terminal was sometimes left in
    mouse-reporting mode after exiting less.

OBS-URL: https://build.opensuse.org/request/show/889198
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=79
2021-04-29 07:40:43 +00:00
0054f0463c Accepting request 887989 from home:AndreasStieger:branches:Base:System
less 581

OBS-URL: https://build.opensuse.org/request/show/887989
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=77
2021-04-26 09:46:23 +00:00
bda9ba0645 - update to 563:
* Update Unicode tables.
  * Treat Hangul Jamo medial vowels and final consonants as zero width.
  * Display error message immediately when -o is toggled and 
    input is not a pipe.
  * Fix regression: make screen repaint when "squished" and 
    a no-movement command is given.
  * Fix erroneous EOF calculation when F command is interrupted.
  * Make WIN32C version include this fix from 551:
    Don't count lines in initial screen if using -X with -F.
  * Fix display bug in WIN32C version.
  * Fix memory corruption when built with libtermcap.
  * Support libtinfow.

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=75
2020-08-15 16:26:08 +00:00
b6e4743e5c Accepting request 807838 from home:AndreasStieger:branches:Base:System
less 562

OBS-URL: https://build.opensuse.org/request/show/807838
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=73
2020-05-21 07:30:43 +00:00
8322f7ba09 Accepting request 791412 from home:AndreasStieger:branches:Base:System
less 557

OBS-URL: https://build.opensuse.org/request/show/791412
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=71
2020-04-16 20:05:28 +00:00
f6898c8e2c Accepting request 756986 from home:kukuk:etc
- Move lesskey* from /etc to /usr/etc

OBS-URL: https://build.opensuse.org/request/show/756986
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=69
2019-12-18 12:59:46 +00:00
5db56aa550 OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=67 2019-09-23 11:24:42 +00:00
90d68b43c6 Accepting request 732396 from home:AndreasStieger:branches:Base:System
less 551

OBS-URL: https://build.opensuse.org/request/show/732396
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=66
2019-09-23 11:22:32 +00:00
0736ddf804 Accepting request 602384 from home:kstreitova:branches:Base:System
- update to version 530 [bsc#1091308]
  * Don't output terminal init sequence if using -F and file fits
    on one screen.
  * When using -S, mark truncated lines with a special character.
    The character can be changed or disabled via the new --rscroll
    option.
  * New command M marks the last line displayed on the screen.
  * New command ESC-m removes a line mark.
  * Status column (enabled via -J) now shows mark letters.
  * Status column shows search matches even if highlighting is
    disabled via -G.
  * A second ESC-u command will clear search match markers in the
    status column.
  * Do same ANSI escape code filtering for tag matching that we do
    for searching, to help when viewing syntax-highlighted code.
  * Catch SIGTERM and clean up before exiting.
  * Fix bug initializing default charset on Windows.
  * Handle keypad ENTER key correctly if it sends something other
    than newline.
  * Fix buffering bug when using stdin with a LESSOPEN pipe.
  * Update Unicode tables to 2017-03-08.
  * Pass-thru Unicode formating chars (Cf type) instead of treating
    them as binary chars. But treat them as binary if -U is set.
  * Fix erroneous binary file warning when UTF-8 file contains ANSI
    SGR sequences.
  * Fix bugs when using LESSOPEN and switching between stdin and
    other files.
  * Fix some bugs handling filenames containing shell metacharacters
  * Fix some memory leaks.
  * Allow some debugging environment variables to be set in lesskey

OBS-URL: https://build.opensuse.org/request/show/602384
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=64
2018-04-29 11:37:53 +00:00
b184e5827a Accepting request 593205 from home:kukuk:branches:Base:System
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/593205
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=62
2018-04-03 12:30:25 +00:00
Dr. Werner Fink
f5ab44011b Let lessopen.sh and groff therein know about UTF-8
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=60
2017-10-27 07:03:54 +00:00
Dr. Werner Fink
dc13b0f6bd .
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=58
2017-04-28 11:46:20 +00:00
94451234f2 Accepting request 486147 from home:kstreitova:branches:Base:System
- update to version 487
  * New commands ESC-{ and ESC-} to shift to start/end of displayed
    lines.
  * Make search highlights work correctly when changing caselessness
     with -i.
  * New option -Da in Windows version to enable SGR mode.
  * Fix "nothing to search" error when top or bottom line on screen
    is empty.
  * Fix bug when terminal has no "cm" termcap entry.
  * Fix incorrect display when entering double-width chars in search
    string.
  * Fix bug in Unicode handling that missed some double width
    characters.
  * Update Unicode database to 9.0.0. 
- remove less-429-widechars.patch that is no longer needed
  (fixed upstream)
- refresh less-429-shell.patch
- get rid of %{name} macro from the patch names

OBS-URL: https://build.opensuse.org/request/show/486147
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=56
2017-04-06 13:26:16 +00:00
1e9cc3cf45 Accepting request 341939 from home:AndreasStieger:branches:Base:System
less 481

OBS-URL: https://build.opensuse.org/request/show/341939
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=54
2015-11-02 13:04:26 +00:00
1c9bacddcb Accepting request 313669 from home:vitezslav_cizek:branches:Base:System
- fix a crash in hilite_line (boo#915387)
  * added less-fix_crash_in_hilite_line.patch

OBS-URL: https://build.opensuse.org/request/show/313669
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=52
2015-06-25 12:26:20 +00:00
57b47b362a Accepting request 290992 from home:kstreitova:branches:Base:System
- add less-458-out_of_bounds_read.patch to fix an "out of bounds
  read access in the UTF-8" vulnerability (bnc#921719),
  (CVE-2014-9488)

OBS-URL: https://build.opensuse.org/request/show/290992
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=50
2015-03-18 16:40:41 +00:00
bb27d56340 - build with PIE
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=48
2014-12-19 14:58:57 +00:00
Tomáš Chvátal
be02d5505a - Spec-cleaner
- Remove jless less-normal provides/obsoletes they are from 2000

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=46
2014-11-24 16:45:54 +00:00
Tomáš Chvátal
ffb542b753 Accepting request 242873 from home:pgajdos
- SuSE -> SUSE [bnc#889031] (internal)

OBS-URL: https://build.opensuse.org/request/show/242873
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=44
2014-07-29 14:23:56 +00:00
Tomáš Chvátal
faabb1dce8 Accepting request 242869 from home:pgajdos
- SuSE -> SUSE

OBS-URL: https://build.opensuse.org/request/show/242869
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=43
2014-07-29 14:19:56 +00:00
Dr. Werner Fink
ccef4ea691 Accepting request 206730 from home:tiwai:branches:Base:System
- Fix lesspipe.sh for removing properly the leftover tmp files
  when viewing patch files without colordiff (bnc#850225)

OBS-URL: https://build.opensuse.org/request/show/206730
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=41
2013-11-14 10:42:48 +00:00
987ed0dcb5 Accepting request 184965 from home:rudi_m:branches:Base:System
- Update to version 458
  * Fix Win32 attribute display bug.
  * Fix display bug when using up/down arrow on the command line.

OBS-URL: https://build.opensuse.org/request/show/184965
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=39
2013-07-31 09:41:40 +00:00
Wojtek Dziewięcki
e9691c8cc1 Accepting request 174863 from home:sleep_walker:branches:Base:System
- make sure that -R or --RAW-CONTROL-CHARS is set in LESS
  environment variable

- add support for colordiff in lessopen.sh

OBS-URL: https://build.opensuse.org/request/show/174863
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=37
2013-05-10 11:28:30 +00:00
6ba9c51c50 Accepting request 160301 from home:namtrac:bugfix
- Update to version 457
  * Allow backslash escaping of metacharacters in LESS environment
    variable if the --use-backslash option is set.
  * Don't quit if syntax errors are found in command line options.
  * Increase sizes of some internal buffers.
  * Fix configure bug with --with-regex=none.
  * Fix crash with "stty rows 0".

  isupper, many thanks to Björn Jacke for hint and patch [#29827]

OBS-URL: https://build.opensuse.org/request/show/160301
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=35
2013-03-25 11:56:16 +00:00
Petr Uzel
5baa19dbec - Update to version 456
* Yet another bugfix in option string parser

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=33
2012-11-12 20:50:32 +00:00
Petr Uzel
bd36c150f1 - Update to version 455
* Bugfixes in buildsystem and option parser

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=31
2012-11-06 11:29:09 +00:00
Petr Uzel
75e94ce163 - Update to version 453
* Allow backslash escaping of metacharacters in LESS environment
    variable.
  * Don't quit if syntax errors are found in command line options.
  * Increase sizes of some internal buffers.
  * Fix configure bug with --with-regex=none.
  * Fix crash with "stty rows 0".

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=30
2012-11-04 21:07:58 +00:00
Wojtek Dziewięcki
0c0c1fffc9 rm patch prom spec
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=29
2012-09-25 08:56:22 +00:00
Wojtek Dziewięcki
9c1838f6d9 - Remove speed patch.
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=28
2012-09-25 08:55:49 +00:00
Wojtek Dziewięcki
3c57e29f9c - Remove less-429-lessecho-man.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=27
2012-09-25 07:53:00 +00:00
Wojtek Dziewięcki
ea4300636f - Update to version 451
* Add ESC-F command to keep reading data until a pattern is
    * found.
    * Use exit code of LESSOPEN script if LESSOPEN starts with
    * "||".
    * When up/down arrow is used on the command line immediately
    * after typing text, the next command starting with that text is
      found.
    * Add support for GNU regex.
    * Add configure option --with-regex=none and fix compile
    * errors when compiling with no regex library.
    * Fix possible crashes caused by malformed LESSOPEN or 
      LESSCLOSE variables.
    * Fix bug highlighting text which is discontiguous in the
    * file due to backspace processing.
    * Fix bug in displaying status column when scrolling
    * backwards with -J and -S in effect.
- Comment out speed patch.

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=26
2012-09-25 07:52:19 +00:00
Cristian Rodríguez
cd84cca139 Accepting request 95473 from home:babelworx:ldig:branches:Base:System
license update: GPL-3.0+ or BSD-2-Clause
The less license is a choice of either GPL-3.0+ or BSD-2-Clause (less license). Use SPDX format

OBS-URL: https://build.opensuse.org/request/show/95473
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=24
2011-12-05 19:44:37 +00:00
a374bdba1d Accepting request 94457 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94457
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=22
2011-11-30 13:12:14 +00:00
Petr Uzel
efa80a8687 - correctly recognize xz compressed data (bnc#728033)
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=19
2011-11-04 09:57:10 +00:00
Petr Uzel
2d167513d4 Accepting request 73808 from home:namtrac:branches:Base:System
- Update to version 444
  * Fix bug in unget handling that can cause strange effects on the command line.
  * Remove vestiges of obsolete -l option that can cause a crash.

OBS-URL: https://build.opensuse.org/request/show/73808
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=17
2011-06-16 11:17:41 +00:00
Cristian Rodríguez
3c8b3c7057 Accepting request 71702 from home:rudi_m:branches:Base:System
- bump version 443
  * Change search behavior such that when a search is given an explicit pattern,
    the entire displayed screen is included in the search and not just the
    portion after the target line.
  * Add -A option to change search behavior to the old way: only the portion of
    the screen after the target line is searched.
  * Add %F formatting to prompt strings, replaced by the last component of the
    input file.
  * Control-G while editing a command exits the command.
  * Less now exits with status 2 if control-C is pressed and -K is in effect.
  * Fix "ungetc overflow" when passing long commands via the -p option.
  * Fix bug in using line filtering via the & command in combination with -i and
    -I.
  * Fix bug in handling negative arguments to the -j option.
  * Fix bug in handling %t in prompt strings.
  * Improve handling of long option names.
  * Improve percentage calculation for very large files.
- remove mouse patch because
  * conflicting short opt -A since version 443, see changes above
  * was working for xterm only so probably nobody is using it

OBS-URL: https://build.opensuse.org/request/show/71702
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=15
2011-05-28 21:12:21 +00:00
OBS User buildservice-autocommit
c0340e99ec Updating link to change in openSUSE:Factory/less revision 25.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=4503449d784ffb073baa0f735deee198
2011-05-27 09:30:38 +00:00