Commit graph

4695 commits

Author SHA1 Message Date
Hannu Nyman
4d51267162
Merge pull request #7896 from neheb/lf
lftp: Fix compilation without deprecated OpenSSL APIs
2019-01-08 15:07:28 +02:00
Hannu Nyman
0ff2fe284d
Merge pull request #7892 from neheb/sstp
sstp-client: Fix compilation without deprecated OpenSSL APIs
2019-01-08 15:05:29 +02:00
Toke Høiland-Jørgensen
71c7d30e00 acme: Remove 8192 bits certificate option
This is not supported by letsencrypt, so issuing the certificate will fail.
Instead, add 3072 bits as an intermediate option.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-01-08 13:08:15 +01:00
Toke Høiland-Jørgensen
5a1f294667 acme: Support selecting ECC certificates from Luci
As pointed out by @andersk, acme.sh already supports ECC certificates, and
they can be set manually in the uci file, just not in Luci. Fix this by
changing the key size selector into a listbox, and adding ECC certs as
options.

Fixes #7825.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-01-08 11:29:37 +01:00
Saverio Proto
0551b498e4
Merge pull request #7887 from neheb/patch-8
tinc: Fix to actually build without deprecated APIs
2019-01-08 11:10:35 +01:00
Daniel F. Dickinson
cb06f02504 nut: Prevent FSD when not specifically requested
Under certain circumstances nutshutdown was causing a forced
shutdown of the UPS even though killpower was not indicated.
Prevent that.  Also clarify the logic for powering off server
by avoiding && || chains.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-08 04:07:01 -05:00
Hannu Nyman
fdbb6f1117
Merge pull request #7874 from Ansuel/softup
softethervpn: update to latest release and rework makefile
2019-01-07 19:48:00 +02:00
Daniel F. Dickinson
c8cc504efe nut: Fix procd crashloop no interfaces
Fix a crashloop under procd when attempting to bind
to any address when no interfaces are yet available.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-07 02:03:31 -05:00
Rosen Penev
3195ca7f76 lftp: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:12:45 -08:00
Rosen Penev
2c33e9f0eb clamav: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:09:23 -08:00
Deng Qingfang
05ed633739 shadowsocks-client: remove
It hasn't been maintained for years and doesn't have recent features such as AEAD crypto and IPv6.
(The "recent" update is fix compilation without deprecated OpenSSL APIs, which is made by Rosen Penev)
It has been superseded by shadowsocks-libev, which is recently maintained by community and has LuCI frontend.
Despite its smaller size, it depends on OpenSSL, which is way larger than MbedTLS, the one shadowsocks-libev used. Thus, it doesn't really fit in space-constrained devices.

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-01-07 13:07:22 +08:00
Rosen Penev
0e4b4f66a2 squid: Fix compilation without OpenSSL ENGINE support
OpenSSL 1.1 includes the header but support has to be checked in another
way.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:02:59 -08:00
Rosen Penev
ba9d0a08f2 sstp-client: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:00:47 -08:00
Rosen Penev
d304dab571 aria2: Fix faulty patch
The if condition was wrong and caused compilation errors with 1.1.
Potentially broke 1.0.2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 19:59:09 -08:00
Hannu Nyman
483c9fceae
Merge pull request #7889 from cshoredaniel/pr-gitolite-remove-extra-vars
gitolite: Remove unecessary Makefile variables
2019-01-06 14:07:20 +02:00
Rosen Penev
5ef7a05a8a
tinc: Fix to actually build without deprecated APIs
The configure script checks for the existence of OpenSSL by checking a
deprecated function. This works around it. The other changes have been done
previously

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-05 23:31:25 -08:00
Dirk Brenken
7696b4ec63
Merge pull request #7882 from dibdot/travelmate
travelmate: update 1.3.2
2019-01-06 06:44:37 +01:00
Terry Stockert
4adaa5b8b0 fwknop: ensure default ifname matches default network
Signed-off-by: Terry Stockert <stockert@inkblotadmirer.me>
2019-01-06 10:58:27 +08:00
Dirk Brenken
11c4abe51e travelmate: update 1.3.2
- support named 'wifi-iface' sections correctly

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-05 23:21:20 +01:00
Dirk Brenken
f1c78bb0ec
Merge pull request #7880 from dibdot/banip
banIP: release 0.1.0
2019-01-05 22:22:00 +01:00
Dirk Brenken
72df8e4c66 banIP: release 0.1.0
* add automatic blocklist backup & restore, they will be used
  in case of download errors or during startup in backup mode
* add a 'backup mode' to re-use blocklist backups during startup,
  get fresh lists via reload or restart action
* procd interface trigger now supports multiple WAN interfaces
* change URL for abuse.ch/feodo list source in default config
* small fixes
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-05 16:28:44 +01:00
Ansuel Smith
d2271e228a
softethervpn: update to latest release and rework makefile
This package install both server client and bridge app... This is useless if someone needs to run only the server on the device. Split the package in 3 subpackage and a base package that contains file needed by all 3. This also upgrade the package to latest release to fix some bug and memory leak.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-01-04 19:32:49 +01:00
Deng Qingfang
925fc7a769 nginx: update to 1.15.8 and remove PKG_VERSION from modules tarball filename
Update to 1.15.8. Also use HTTPS
PKG_VERSION (nginx version) in 3rd-party modules tarball filename is dispensable and can be dropped to avoid unnecessary downloading

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-01-04 15:37:55 +08:00
Peter Wagner
7cf1c9e11c aria2: immediate assign value
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-01-03 01:10:56 +01:00
Peter Wagner
c579202935 aria2: fix "Illegal instruction" crash on ar71xx
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-01-02 22:52:40 +01:00
Hannu Nyman
8f8fa195d9
Merge pull request #7844 from neheb/cn
conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs
2019-01-02 21:46:41 +02:00
Ted Hess
d79a3ca6c8
Merge pull request #7850 from commodo/netatalk
netatalk: bump to version 3.1.12
2019-01-02 13:45:39 -05:00
Alexandru Ardelean
476039e845 netatalk: bump to version 3.1.12
This change upgrades the package to version 3.1.12.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-01-02 20:05:18 +02:00
Hannu Nyman
ceebed0c67
Merge pull request #7827 from rosysong/nft-qos
nft-qos: fix monitor doesn't work when firstboot
2019-01-02 18:02:58 +02:00
Stijn Tintel
ce1a54563f strongswan: bump to 5.7.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2019-01-02 14:00:32 +01:00
Rosen Penev
5a6bc18334 vpnc: Fix compilation without deprecated OpenSSL 1.0.2 APIs
One missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-01 23:55:24 -08:00
Rosen Penev
8c73cc5b0e conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs
Two headers were missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-01 23:42:22 -08:00
Rosy Song
6a42b7bf38 nft-qos: fix monitor doesn't work when firstboot
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-01-02 09:20:36 +08:00
Ted Hess
fe4ef28c3d
Merge pull request #5266 from dermoth/libndp
libndp: Add library/tool for Neighbor Discovery Protocol
2019-01-01 14:03:11 -05:00
Daniel F. Dickinson
c8d28e284d gitolite: Remove unecessary Makefile variables
PKG_SOURCE_DIR and PKG_BUILD_DIR are just the default, so remove them
from the gitolite Makefile

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-01 04:30:41 -05:00
Alexandru Ardelean
5e0c99df09 tcpreplay: bump to version 4.3.1
This change bumps the version to 4.3.1.
Also, it changes the source archive to `tar.xz`

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-12-31 00:08:40 +02:00
Thomas Guyot-Sionnest
9502b9c65a libndp: Add library/tool for Neighbor Discovery Protocol
This is a new package to add tooling for IPv6 Neighbor Discovery
Protocol, ndptool. Builds libndp and ndptool.

Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
2018-12-30 15:14:37 -05:00
Peter Wagner
641c815885 wget: update to 1.20.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-30 20:21:47 +01:00
David Mora
89cef29983
stubby: Remove iamperson347 from maintainer
I am no longer able to support maintaining the stubby daemon for openwrt. I suggest Jonathan Underwood <jonathan.underwood@gmail.com> as a replacement.
2018-12-30 09:50:36 -05:00
Eneas U de Queiroz
d33a4c4924 keepalived: build without libipset
keepalived 2.0.7 is not compatible with libipset 7.x.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-28 11:02:00 +08:00
Hannu Nyman
234fc70c73
Merge pull request #7760 from cshoredaniel/pr-nut-server-init-driver-updates
nut: server init driver updates
2018-12-27 15:30:19 +02:00
Dirk Brenken
d5ddc24dfa
Merge pull request #7784 from dibdot/banip
banip: release 0.0.7
2018-12-27 07:23:11 +01:00
Dirk Brenken
85efcd6e45
Merge pull request #7781 from dibdot/adblock
adblock: release 3.6.1
2018-12-27 07:22:42 +01:00
Dirk Brenken
939979a7a9 banip: release 0.0.7
* determine L3 and L2 network devices to support pppoe interfaces
correctly

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-26 21:52:26 +01:00
Hannu Nyman
545ee10043
Merge pull request #7773 from TDT-AG/pr/20181225-mwan3
mwan3: code cleanup
2018-12-26 22:24:09 +02:00
Dirk Brenken
9ec73489e0 adblock: release 3.6.1
* report engine supports multiple listening ports, set
  'adb_replisten' to a space separated list of ports,
  default '53'
* report engine supports multiple interfaces, set 'adb_repiface'
  to 'any'
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-26 21:19:21 +01:00
Hannu Nyman
ca6fe95dbb
Merge pull request #7658 from neheb/chaos
chaosvpn: Fix compilation without deprecated OpenSSL APIs
2018-12-26 19:55:31 +02:00
Hannu Nyman
5a8af6e281
Merge pull request #7751 from gladiac1337/feature-haproxy-v1.8.16
haproxy: Update HAProxy to v1.8.16
2018-12-26 19:47:07 +02:00
Hannu Nyman
b65c6ee965
Merge pull request #7649 from dengqf6/samba4
samba4: update to 4.9.4
2018-12-26 19:44:19 +02:00
Hannu Nyman
f806f55e9e
Merge pull request #7647 from neheb/aria
aria2: Fix compilation without deprecated OpenSSL APIs
2018-12-26 19:43:00 +02:00
Hannu Nyman
75a3f71423
Merge pull request #7761 from cshoredaniel/pr-gitolite-codeload-update
gitolite: Update to 3.6.10 and switch to codeload
2018-12-26 19:39:12 +02:00
Florian Eckert
cb37a0e15b mwan3: update version to 2.7.8
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-25 18:27:49 +01:00
Florian Eckert
a49d609635 mwan3: remove duplicated global enable check
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-25 18:25:38 +01:00
Florian Eckert
f54c2f3157 mwan3: remove local_source deprecated code artefacts
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-25 18:24:16 +01:00
Deng Qingfang
5b75a84165 samba4: update to 4.9.4
Fixes following CVEs (4.9.3 and 4.9.4):
CVE-2018-16853, CVE-2018-14629, CVE-2018-16853
CVE-2018-14629, CVE-2018-16841, CVE-2018-16851
CVE-2018-16852, CVE-2018-16853, CVE-2018-16857

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-12-24 21:01:15 +08:00
Daniel F. Dickinson
dfe650e58a gitolite: Update to 3.6.10 and switch to codeload
There have been a couple of point releases, so pull in those changes.
Also codeload seems to be preferred to git tarballs when using github, so
switch to codeload.
Finally, fix a typo in project URL.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 02:02:58 -05:00
Daniel F. Dickinson
89effa4a84 nut: Bump PKG_RELEASE
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:26:03 -05:00
Daniel F. Dickinson
2d87aa40c8 nut: really run upsd as non-root
One local removal was missed in last push of this fix, so
in certain circumstances upsd would run as root even when
it shouldn't.

Fixes f48b060fa7 ("nut: Fix upsd runs as root")
Closes: #6697 (properly)

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:25:39 -05:00
Daniel F. Dickinson
f916a7e0eb nut: Update server config comment 'docs'
Update the commented out settings in /etc/config/nut_server that
shows the available sections with their default settings.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:24:37 -05:00
Christian Lachner
e02d8ca48b haproxy: Update HAProxy to v1.8.16
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-12-22 10:53:43 +01:00
Eneas U de Queiroz
80b61c3e57 softethervpn: add package name to build dir
Current build dir is set at just v$(PKG_VERSION).

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-21 15:55:38 -02:00
Eneas U de Queiroz
2977cbba22 softethervpn: add -Wl,-rpath to HOST_LDFLAGS
Avoids failures related to the absence of a matching libreadline.so in
the host system.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-21 15:55:38 -02:00
champtar
2a171c36fa
Merge pull request #7738 from TDT-AG/pr/20181220-mwan3
mwan3: add nping to tracking method
2018-12-21 13:36:42 +01:00
Michael Stoll
7acb0c3e38 mwan3: add nping to tracking method
Signed-off-by: Michael Stoll <michael.stoll@meadow-robotics.com>
2018-12-21 11:21:31 +01:00
Daniel F. Dickinson
23c4235554 nut: Fix additional (other) variable handling
There was a cut & paste error in the handling of 'other'
variables (i.e. driver variables not specifically known
to the package but which some users may require to be add).
There was also a logic error from not switching sufficient
after cut & paste.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:24:00 -05:00
Daniel F. Dickinson
d04f2580b1 nut: Remove extraneous config reads
Handling of driver variable defaults, overrides, and additional
(other) variables changed and left behind some extraneous
config reads (config_get and config_list_foreach).  Remove those.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:23:56 -05:00
Daniel F. Dickinson
97c7ef6c4d nut: alphabetize driver options
There are a lot of options; to make development easier
alphabetize them.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:23:50 -05:00
Val Kulkov
29478d7a67 subversion: bump to the latest stable release
Update to subversion 1.11.0.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2018-12-21 12:03:26 +08:00
Rosen Penev
ac848c2af3 clamav: Change depends from uclibcxx to CXX_DEPENDS
The build system allows changing uclibc++ to libstdcpp globally. This
avoids an unnecessary depends in the case of libstdcpp usage.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-21 10:51:02 +08:00
Dirk Brenken
440829b6b9
Merge pull request #7732 from dibdot/adblock
adblock: release 3.6.0
2018-12-20 08:50:48 +01:00
Hannu Nyman
6ea773f828
Merge pull request #7721 from sartura/geth_update_1.8.20
geth: Update to 1.8.20
2018-12-19 20:56:42 +02:00
Dirk Brenken
4e8d22eced adblock: release 3.6.0
* add adblock dns query reporting via tcpdump (see readme for details)
* fix tld compression on low memory systems (< 64 MB)
* fix various small issues

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-19 17:32:29 +01:00
Jacob Siverskog
ff0933e2f1 mdnsresponder: bump to 878.200.35 and refresh patches
While at it, change the source URL to https.

Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2018-12-19 15:51:19 +01:00
Hannu Nyman
69a7c970cf
Merge pull request #7730 from ja-pa/unbound-dns64-patch
unbound: add patch to fix dns64 crash
2018-12-19 16:47:42 +02:00
Hannu Nyman
6856136301
Merge pull request #7689 from wvdakker/master
Shorewall: Bump to 5.2.1.4
2018-12-19 16:40:19 +02:00
Jan Pavlinec
c4a57c3f07
unbound: add patch to fix dns64 crash
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2018-12-19 10:19:06 +01:00
Saverio Proto
4e39f35d66
Merge pull request #7646 from neheb/tinc
tinc: Fix compilation without deprecated OpenSSL APIs
2018-12-18 20:49:05 +01:00
Mislav Novakovic
9a4818e4c0 geth: Update to 1.8.20
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-12-18 14:50:33 +01:00
Eneas U de Queiroz
e3c6fcb796 softethervpn: cleanup host/build, pass HOST_*FLAGS
Remove hack to avoid readline host dependency, now that readline is
being host/built.
Pass on HOST_CFLAGS, HOST_CPPFLAGS, & HOST_LDFLAGS, to fix buildbots
host-compile errors about not finding openssl headers.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-18 10:32:30 -02:00
Karl Palsson
84ece779f5 net/mosquitto: bump to 1.5.5
Security and bug fix.  Full changelog available at: https://mosquitto.org/ChangeLog.txt

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-12-18 09:38:50 +00:00
Peter Wagner
89ef798dec git: update to 2.20.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-18 00:14:22 +01:00
Hans Dedecker
d26f7e5a47
Merge pull request #7701 from dengqf6/xtables
xtables-addons: fix compile error on kernel 4.18+
2018-12-17 21:14:19 +01:00
Deng Qingfang
f55fb35700 xtables-addons: fix compile error on kernel 4.18+
Use `struct nf_nat_range2` for kernel 4.18+

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-12-18 03:44:11 +08:00
Rosen Penev
0bd1f7a9a9 haproxy: Update deprecated API patch
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-17 22:13:46 +08:00
W. van den Akker
c249254b71
Shorewall6: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:48:23 +01:00
W. van den Akker
127ac07f5e
Shorewall: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:47:19 +01:00
W. van den Akker
e516a5c370
Shorewall6-lite: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:45:53 +01:00
W. van den Akker
b47a8ca057
Shorewall-lite: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:43:29 +01:00
W. van den Akker
d78ab3afac
Shorewall-core: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:43:11 +01:00
W. van den Akker
f7d7ef46ed
Shorewall6: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:03:20 +01:00
W. van den Akker
9db8dc75ac
Shorewall: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:02:34 +01:00
W. van den Akker
db11a1276a
Shorewall6-lite: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:01:48 +01:00
W. van den Akker
4bb8dc4c84
Shorewall-lite: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:00:42 +01:00
W. van den Akker
1fa827a5d8
Shorewall-core: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 18:59:02 +01:00
Deng Qingfang
cf3aaa4ae4 nginx: add stream SSL and stream SSL preread support
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-12-17 00:29:04 +08:00
Hannu Nyman
0bebf15543
Merge pull request #7665 from sotux/master-aria2
aria2: fix some typo and init script mistakes
2018-12-15 15:45:47 +02:00
James Qian
a07454d026 aria2: fix some typo
Signed-off-by: James Qian <sotux82@gmail.com>
2018-12-15 21:16:23 +08:00
Hannu Nyman
8f78a82cfd
Merge pull request #7612 from cotequeiroz/snort_includes
snort: fix pcap include directory
2018-12-14 16:54:58 +02:00
Rosen Penev
0b16458cf4 chaosvpn: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-13 14:33:22 -08:00
Rosen Penev
2b87d184ad aria2: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-13 12:58:57 -08:00