Commit Graph

117 Commits

Author SHA256 Message Date
Dominique Leuenberger
8b67c39744 Accepting request 548087 from network
- Update keyring 

- Get rid of python dependency due to examples. (fate#323526)

- Security update to version 2.78:
  * bsc#1060354, CVE-2017-14491: 2 byte heap based overflow.
  * bsc#1060355, CVE-2017-14492: heap based overflow.
  * bsc#1060360, CVE-2017-14493: stack based overflow.
  * bsc#1060361, CVE-2017-14494: DHCP - info leak.
  * bsc#1060362, CVE-2017-14495: DNS - OOM DoS.
  * bsc#1060364, CVE-2017-14496: DNS - DoS Integer underflow.
  * Fix DHCP relaying, broken in 2.76 and 2.77.
  * For other changes, see
    http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
- Obsoleted patches:
  * Fix-crash-introduced-in-2675f2061525bc954be14988d643.patch
  * Handle-binding-upstream-servers-to-an-interface.patch

OBS-URL: https://build.opensuse.org/request/show/548087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=65
2017-12-08 20:47:30 +00:00
Ismail Dönmez
b5b76cd9b1 - Update keyring
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=93
2017-12-04 13:39:44 +00:00
Ismail Dönmez
7a3d7e2c7b Accepting request 547138 from home:cbosdonnat:branches:network
- Get rid of python dependency due to examples. (fate#323526)

OBS-URL: https://build.opensuse.org/request/show/547138
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=92
2017-12-01 15:00:21 +00:00
Dominique Leuenberger
9141fa3579 Accepting request 525886 from network
1

OBS-URL: https://build.opensuse.org/request/show/525886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=64
2017-10-05 09:53:17 +00:00
Reinhard Max
09eac739de - Security update to version 2.78:
* bsc#1060354, CVE-2017-14491: 2 byte heap based overflow.
  * bsc#1060355, CVE-2017-14492: heap based overflow.
  * bsc#1060360, CVE-2017-14493: stack based overflow.
  * bsc#1060361, CVE-2017-14494: DHCP - info leak.
  * bsc#1060362, CVE-2017-14495: DNS - OOM DoS.
  * bsc#1060364, CVE-2017-14496: DNS - DoS Integer underflow.
  * Fix DHCP relaying, broken in 2.76 and 2.77.
  * For other changes, see
    http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
- Obsoleted patches:
  * Fix-crash-introduced-in-2675f2061525bc954be14988d643.patch
  * Handle-binding-upstream-servers-to-an-interface.patch

OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=90
2017-10-02 14:34:17 +00:00
Ismail Dönmez
1c4b4aee27 Accepting request 523600 from home:scarabeus_iv:branches:network
- Fix /srv/tftpboot permissions wrt bsc#940608

OBS-URL: https://build.opensuse.org/request/show/523600
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=89
2017-09-13 14:15:31 +00:00
d7b45ae928 - reload system dbus to pick up policy change on install (bsc#1054429)
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=88
2017-08-18 11:16:45 +00:00
Dominique Leuenberger
a9a380275e Accepting request 449478 from network
1

OBS-URL: https://build.opensuse.org/request/show/449478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=63
2017-01-11 11:01:12 +00:00
Ismail Dönmez
13ce29f32b Accepting request 449467 from home:mwilck:branches:network
- Handle binding upstream servers to an interface if interface
  is destroyed and recreated (boo#1018160) 
  Added two patches from upstream:
  * added Handle-binding-upstream-servers-to-an-interface.patch
  * added Fix-crash-introduced-in-2675f2061525bc954be14988d643.patch

OBS-URL: https://build.opensuse.org/request/show/449467
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=86
2017-01-10 08:52:59 +00:00
Dominique Leuenberger
b07b199c9f Accepting request 416775 from network
- Update to 2.76:
  * Include 0.0.0.0/8 in DNS rebind checks.
  * Enhance --add-subnet to allow arbitrary subnet addresses.
  * Respect the --no-resolv flag in inotify code. Fixes bug
    which caused dnsmasq to fail to start if a resolv-file
    was a dangling symbolic link, even of --no-resolv set.
  * Fix crash when an A or AAAA record is defined locally,
    in a hosts file, and an upstream server sends a reply
    that the same name is empty (CVE-2015-8899, bsc#983273).
  * Fix failure to correctly calculate cache-size when reading a
    hosts-file fails.
  * Fix wrong answer to simple name query when --domain-needed
    set, but no upstream servers configured.
  * Return REFUSED when running out of forwarding table slots,
    not SERVFAIL.
  * Add --max-port configuration.
  * Add --script-arp and two new functions for the dhcp-script.
  * Extend --add-mac to allow a new encoding of the MAC address
    as base64, by configurting --add-mac=base64
  * Add --add-cpe-id option.
  * Don't crash with divide-by-zero if an IPv6 dhcp-range is
    declared as a whole /64.
    (ie xx::0 to xx::ffff:ffff:ffff:ffff)
  * Add support for a TTL parameter in --host-record and --cname.
  * Add --dhcp-ttl option.
  * Add --tftp-mtu option.
  * Check return-code of inet_pton() when parsing dhcp-option.
  * Fix wrong value for EDNS UDP packet size when using
    --servers-file to define upstream DNS servers.
  * Add dhcp_release6 to contrib/lease-tools.

OBS-URL: https://build.opensuse.org/request/show/416775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=62
2016-08-06 18:35:45 +00:00
Reinhard Max
428579c9fb - Update to 2.76:
* Include 0.0.0.0/8 in DNS rebind checks.
  * Enhance --add-subnet to allow arbitrary subnet addresses.
  * Respect the --no-resolv flag in inotify code. Fixes bug
    which caused dnsmasq to fail to start if a resolv-file
    was a dangling symbolic link, even of --no-resolv set.
  * Fix crash when an A or AAAA record is defined locally,
    in a hosts file, and an upstream server sends a reply
    that the same name is empty (CVE-2015-8899, bsc#983273).
  * Fix failure to correctly calculate cache-size when reading a
    hosts-file fails.
  * Fix wrong answer to simple name query when --domain-needed
    set, but no upstream servers configured.
  * Return REFUSED when running out of forwarding table slots,
    not SERVFAIL.
  * Add --max-port configuration.
  * Add --script-arp and two new functions for the dhcp-script.
  * Extend --add-mac to allow a new encoding of the MAC address
    as base64, by configurting --add-mac=base64
  * Add --add-cpe-id option.
  * Don't crash with divide-by-zero if an IPv6 dhcp-range is
    declared as a whole /64.
    (ie xx::0 to xx::ffff:ffff:ffff:ffff)
  * Add support for a TTL parameter in --host-record and --cname.
  * Add --dhcp-ttl option.
  * Add --tftp-mtu option.
  * Check return-code of inet_pton() when parsing dhcp-option.
  * Fix wrong value for EDNS UDP packet size when using
    --servers-file to define upstream DNS servers.
  * Add dhcp_release6 to contrib/lease-tools.

OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=84
2016-08-03 14:02:20 +00:00
Dominique Leuenberger
066af89b75 Accepting request 404054 from network
- dnsmasq-groups.patch: Initialize the supplementary groups of the
  dnsmasq user (bsc#859298).

OBS-URL: https://build.opensuse.org/request/show/404054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=61
2016-06-29 13:04:14 +00:00
Reinhard Max
9e6d0bab8c - dnsmasq-groups.patch: Initialize the supplementary groups of the
dnsmasq user (bsc#859298).

OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=82
2016-06-22 13:51:23 +00:00
Reinhard Max
a427dadb0d - Initialize the supplementary groups of the dnsmasq user
(bsc#859298).

OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=81
2016-06-16 12:44:49 +00:00
Dominique Leuenberger
548fa244ba Accepting request 366915 from network
1

OBS-URL: https://build.opensuse.org/request/show/366915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=60
2016-03-09 14:15:29 +00:00
Ismail Dönmez
3508d04081 Accepting request 366204 from home:pluskalm:branches:network
OBS-URL: https://build.opensuse.org/request/show/366204
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=79
2016-03-06 08:08:56 +00:00
Stephan Kulow
7dd60a9e09 Accepting request 326525 from network
1

OBS-URL: https://build.opensuse.org/request/show/326525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=59
2015-08-27 06:54:14 +00:00
bcc77e54ae Accepting request 326465 from home:StefanBruens:branches:network
The build log is filled with a lot of redefinition warnings, as e.g. HAVE_DBUS is defined in both config.h and on the command line.

The correct way for the dnsmasq build system is to supply the configuration options as "COPTS" during make and make install.

OBS-URL: https://build.opensuse.org/request/show/326465
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=77
2015-08-25 07:22:17 +00:00
Dominique Leuenberger
d6937a64d2 Accepting request 323450 from network
1

OBS-URL: https://build.opensuse.org/request/show/323450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=58
2015-08-19 11:41:09 +00:00
Ismail Dönmez
86a5b874df Accepting request 323445 from home:StefanBruens:branches:network
This is a kind request to update dnsmasq from version 2.72 to 2.75.

2.73 contains a security related fix - CVE-2015-3294

The upstream changelog is contained in the rpm changelog.

OBS-URL: https://build.opensuse.org/request/show/323445
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=75
2015-08-16 16:23:15 +00:00
Stephan Kulow
4940698f3b Accepting request 312722 from network
Please accept these changes.

OBS-URL: https://build.opensuse.org/request/show/312722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=57
2015-07-05 15:56:36 +00:00
Rusmir Duško
5f6b4d8c52 Accepting request 312327 from home:elvigia:branches:network
- dnsmasq.service: Order Before=nss-lookup.target  and 
  Wants=nss-lookup.target as this service may provide
  name resolution even for the localhost.

OBS-URL: https://build.opensuse.org/request/show/312327
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=74
2015-06-17 05:06:46 +00:00
Dominique Leuenberger
ab5d8ef97e Accepting request 303603 from network
1

OBS-URL: https://build.opensuse.org/request/show/303603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=56
2015-04-27 10:58:23 +00:00
Andrey Karepin
8df28a2525 Accepting request 298167 from home:abergmann:branches:network
- Move trust-anchors.conf into /etc/dnsmasq.d to be AppArmor conform.
  (bnc#908137)

OBS-URL: https://build.opensuse.org/request/show/298167
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=72
2015-04-24 08:43:40 +00:00
Dominique Leuenberger
86c76718c6 Accepting request 280034 from network
1

OBS-URL: https://build.opensuse.org/request/show/280034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=55
2015-01-07 08:38:17 +00:00
fee64a2aaa Accepting request 280028 from home:jirislaby:branches:network
better msg

OBS-URL: https://build.opensuse.org/request/show/280028
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=70
2015-01-06 10:58:42 +00:00
Dominique Leuenberger
d01cbbdbc1 Accepting request 266774 from network
1

OBS-URL: https://build.opensuse.org/request/show/266774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=54
2014-12-31 10:22:15 +00:00
Ismail Dönmez
991e52c43e Accepting request 266624 from home:dimstar:branches:network
- Fix symlink of rcFOO to /usr/sbin/service, resolving a dangling
  symlink lint warning (and remove the same from rpmlintrc).

OBS-URL: https://build.opensuse.org/request/show/266624
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=68
2014-12-29 11:59:12 +00:00
2123e32b0d Accepting request 266355 from home:nemysis:branches:network
Please accept these changes.

OBS-URL: https://build.opensuse.org/request/show/266355
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=67
2014-12-29 08:46:59 +00:00
Dominique Leuenberger
75d18f81e6 Accepting request 260715 from network
1

OBS-URL: https://build.opensuse.org/request/show/260715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=53
2014-11-13 08:19:36 +00:00
80c82d8487 Accepting request 260440 from home:seife:branches:network
fix logging, PrivateDevices=yes kills it (bnc#902511, bnc#904537)

OBS-URL: https://build.opensuse.org/request/show/260440
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=65
2014-11-10 16:14:27 +00:00
Stephan Kulow
9b5a820ba0 Accepting request 246516 from network
- enable DNSSEC
  - require libnettle
  - package trust-anchors.conf
- spec fixes:
  - define HAVE_ flags on commandline, otherwise 'dnsmasq --version'
    will not correctly reflect the feature status

- actually build with relro and pie. (bnc#893057)

OBS-URL: https://build.opensuse.org/request/show/246516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=52
2014-09-01 14:58:42 +00:00
Reinhard Max
746d5ca9b6 Accepting request 246498 from home:dsterba:branches:network
Enable DNSSEC for dnsmasq. I've been testing it for a few days, all ok.

The pending SR 246184 is for devel->Factory, thus I'm not superseding it

OBS-URL: https://build.opensuse.org/request/show/246498
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=63
2014-08-26 12:34:11 +00:00
Reinhard Max
dd98fa455b Accepting request 245716 from home:msmeissn:branches:network
- actually build with relro and pie. (bnc#893057)

OBS-URL: https://build.opensuse.org/request/show/245716
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=62
2014-08-25 08:27:14 +00:00
7ea494b1ab Accepting request 243765 from network
- Removed Suse and all other OS/Distribution related subdirs from 
  contrib, so only the rest gets packaged. The subdirs are not 
  necessary anymore (bnc#889028).  

- Removed README.SUSE file, it was to confusing and not necessary (bnc#889972). 
  Information is already present in the upstream documentation.
- Split up vendor-files.tar.bz2 into single files
- Comply with systemd packaging guidlines (forwarded request 243762 from vwallfahrer)

OBS-URL: https://build.opensuse.org/request/show/243765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=50
2014-08-08 08:10:13 +00:00
Reinhard Max
a3cec7836a Accepting request 243762 from home:vwallfahrer:branches:network
- Removed Suse and all other OS/Distribution related subdirs from 
  contrib, so only the rest gets packaged. The subdirs are not 
  necessary anymore (bnc#889028).  

- Removed README.SUSE file, it was to confusing and not necessary (bnc#889972). 
  Information is already present in the upstream documentation.
- Split up vendor-files.tar.bz2 into single files
- Comply with systemd packaging guidlines

OBS-URL: https://build.opensuse.org/request/show/243762
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=60
2014-08-06 11:50:45 +00:00
Stephan Kulow
79db2d213d Accepting request 236978 from network
1

OBS-URL: https://build.opensuse.org/request/show/236978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=49
2014-06-19 11:19:46 +00:00
Reinhard Max
02afb350f8 Accepting request 236965 from home:dirkmueller:branches:network
- license update: GPL-2.0 or GPL-3.0
  correct license is dual GPL-2.0 or GPL-3.0; please add COPYING-v3-file to
  RPM.

- update to 2.71:
    Subtle change to error handling to help DNSSEC validation 
    when servers fail to provide NODATA answers for 
    non-existent DS records.
    Tweak code which removes DNSSEC records from answers when
    not required. Fixes broken answers when additional section
    has real records in it. Thanks to Marco Davids for the bug 
    report.
    Fix DNSSEC validation of ANY queries. Thanks to Marco Davids
    for spotting that too.
    Fix total DNS failure and 100% CPU use if cachesize set to zero,
    regression introduced in 2.69. Thanks to James Hunt and
    the Ubuntu crowd for assistance in fixing this.
    Fix crash, introduced in 2.69, on TCP request when dnsmasq
    compiled with DNSSEC support, but running without DNSSEC
    enabled. Thanks to Manish Sing for spotting that one.
    Fix regression which broke ipset functionality. Thanks to 
    Wang Jian for the bug report.
    Implement dynamic interface discovery on *BSD. This allows
    the contructor: syntax to be used in dhcp-range for DHCPv6
    on the BSD platform. Thanks to Matthias Andree for
    valuable research on how to implement this.
    Fix infinite loop associated with some --bogus-nxdomain
    configs. Thanks fogobogo for the bug report.
    Fix missing RA RDNS option with configuration like
    --dhcp-option=option6:23,[::] Thanks to Tsachi Kimeldorfer

OBS-URL: https://build.opensuse.org/request/show/236965
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=58
2014-06-12 13:39:16 +00:00
Stephan Kulow
6a457e5ca2 Accepting request 227741 from network
- dnsmasq.service: Set PrivateDevices=yes so we run in a 
  separate namespace with the bare minimum device nodes isolated
  from the host. (forwarded request 227618 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/227741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=48
2014-03-28 11:10:10 +00:00
c8bad6f701 Accepting request 227618 from home:elvigia:branches:network
- dnsmasq.service: Set PrivateDevices=yes so we run in a 
  separate namespace with the bare minimum device nodes isolated
  from the host.

OBS-URL: https://build.opensuse.org/request/show/227618
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=56
2014-03-27 13:05:09 +00:00
Stephan Kulow
24bbe4be31 Accepting request 172836 from network
- reintroduced /sbin/rcdnsmasq as /sbin/service link.

- Do not order after syslog.target which it is neither 
  required not recommended and currently no longer even exists.

- sync /srv/tftpboot directory attributes with atftp package

- remove all sysvinit support

OBS-URL: https://build.opensuse.org/request/show/172836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=46
2013-04-23 09:30:17 +00:00
a347d7fed3 - reintroduced /sbin/rcdnsmasq as /sbin/service link.
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=54
2013-04-22 11:35:55 +00:00
91f4bc157f Accepting request 172606 from home:elvigia:branches:network
- Do not order after syslog.target which it is neither 
  required not recommended and currently no longer even exists.

OBS-URL: https://build.opensuse.org/request/show/172606
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=53
2013-04-22 11:29:22 +00:00
03dffd0f57 Accepting request 163896 from home:coolo:branches:openSUSE:Factory
- sync /srv/tftpboot directory attributes with atftp package

OBS-URL: https://build.opensuse.org/request/show/163896
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=52
2013-04-15 15:20:23 +00:00
21482efb3a Accepting request 162549 from home:elvigia:branches:network
- remove all sysvinit support

OBS-URL: https://build.opensuse.org/request/show/162549
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=51
2013-04-04 08:35:14 +00:00
Stephan Kulow
29d6a9fc25 Accepting request 158737 from network
Create a utils subpackage to include DHCP lease management utils (forwarded request 158731 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/158737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=45
2013-03-14 14:19:29 +00:00
Ismail Dönmez
830ab95923 Accepting request 158731 from home:vuntz:branches:network
Create a utils subpackage to include DHCP lease management utils

OBS-URL: https://build.opensuse.org/request/show/158731
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=49
2013-03-12 18:56:12 +00:00
Stephan Kulow
d447007bd6 Accepting request 156243 from network
- Install dnsmasq.service accordingly (/usr/lib/systemd for 12.3
  and up or /lib/systemd for older versions). (forwarded request 156101 from rmilasan)

OBS-URL: https://build.opensuse.org/request/show/156243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=44
2013-02-25 19:33:58 +00:00
37f6a0f603 Accepting request 156101 from home:rmilasan:branches:network
- Install dnsmasq.service accordingly (/usr/lib/systemd for 12.3
  and up or /lib/systemd for older versions).

OBS-URL: https://build.opensuse.org/request/show/156101
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=47
2013-02-24 11:24:40 +00:00
Stephan Kulow
7d11eaf384 Accepting request 145506 from network
- Update to version 2.65. For other changes relating to other
  versions in between please see the  CHANGELOG
  *  Fix regression which broke forwarding orgf queries sent via
    TCP which are not for A and AAAA and which were directed to
    non-default servers. Thanks to Niax for the bug reportst.
    Fix failure to build with DHCP support excluded. Thanks to 
    Gustavo Zacarias for the patch.
    
    Fix nasty regression in 27.64 which completely broke cacheing.
- renamed group_and_isc.diff to group_and_isc.patch rebasinp to -p1
  level as outlined in the documentation at
  http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines (forwarded request 145505 from toganm)

OBS-URL: https://build.opensuse.org/request/show/145506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=42
2012-12-17 08:33:31 +00:00