diff options
author | itojun <itojun> | 2002-10-02 13:10:02 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-10-02 13:10:02 +0000 |
commit | 4707cc1980a643af9c96721b87debbfa6f677c6e (patch) | |
tree | d628b91f006bc1abc73c36e386754453f0a8740a /www/apache2 | |
parent | 390fc9c78113697674ed1a481f71f7edef535289 (diff) | |
download | pkgsrc-4707cc1980a643af9c96721b87debbfa6f677c6e.tar.gz |
upgrade to 2.0.42.
---
Changes with Apache 2.0.42
*) mod_dav: Check for versioning hooks before using them.
[Greg Stein]
Changes with Apache 2.0.41
*) The protocol version (eg: HTTP/1.1) in the request line parsing
is now case insensitive. [Jim Jagielski]
*) Allow AddOutputFilterByType to add multiple filters per directive.
[Justin Erenkrantz]
*) Remove warnings with Sun's Forte compiler. [Justin Erenkrantz]
*) Fixed mod_disk_cache's generation of 304s
[Kris Verbeeck <Kris.Verbeeck@ubizen.com>]
*) Add support for using fnmatch patterns in the final path
segment of an Include statement (eg.. include /foo/bar/*.conf).
and remove the noise on stderr during config dir processing.
[Joe Orton <jorton@redhat.com>]
*) mod_cache: cache_storage.c. Add the hostname and any request
args to the key generated for caching. This provides a unique
key for each virtual host and for each request with unique
args. [Paul J. Reder, args code provided by Kris Verbeeck]
*) mod_cache: Do not cache responses to GET requests with query
URLs if the origin server does not explicitly provide an
Expires header on the response (RFC 2616 Section 13.9)
[Kris Verbeeck krisv@be.ubizen.com]
*) Fix memory leak in core_output_filter. [Justin Erenkrantz]
*) Update OpenSSL detection to work on Darwin.
[Sander Temme <sctemme@covalent.net>]
*) Update the xslt and css to give the documentation a more
modern style.
[André Malo <nd@perlig.de>, Gernot Winkler <greh@o3media.de>]
*) Fix some bucket memory leaks in the chunking code
[Joe Schaefer <joe+apache@sunstarsys.com>]
*) Add ModMimeUsePathInfo directive. [Justin Erenkrantz]
*) mod_cache: added support for caching streamed responses (proxy,
CGI, etc) with optional CacheMaxStreamingBuffer setting [Brian Pane]
*) Add image/x-icon to httpd.conf PR 10993.
[Ian Holsman, Peter Bieringer <pb@bieringer.de>]
*) Fix FileETags none operation. PR 12207.
[Justin Erenkrantz, Andrew Ho <andrew@tellme.com>]
*) Restored the experimental leader/followers MPM to working
condition and converted its thread synchronization from
mutexes to atomic CAS. [Brian Pane]
*) Fix Logic on non-html file removal in mod_deflate
[Kris Verbeeck <Kris.Verbeeck@ubizen.com>]
*) Fix "ab -g"'s truncated year: the last digit was cut off.
[Leon Brocard <acme@astray.com>]
*) mod_rewrite can now sets cookies in err_headers, uses the correct
expiry date, and can now set the path as well
PR 12132,12181,12172.
[Ian Holsman / Rob Cromwell <apachechangelog@robcromwell.com>]
*) The content-length filter no longer tries to buffer up
the entire output of a long-running request before sending
anything to the client. [Brian Pane]
*) Win32: Lower the default stack size from 1MB to 256K. This will
allow around 8000 threads to be started per child process.
'EDITBIN /STACK:size apache.exe' can be used to change this
value directly in the apache.exe executable.
[Bill Stoddard]
*) Win32: Implement ThreadLimit directive in the Windows MPM.
[Bill Stoddard]
*) Remove CacheOn config directive since it is set but never checked.
No sense wasting cycles on unused code. Besides, the only truly
bug free code is deleted code. :) [Paul J. Reder]
*) BufferLogs are now run-time enabled, and the log_config now has 2 new
callbacks to allow a 3rd party module to actually do the writing of the
log file [Ian Holsman]
*) Correct ISAPIReadAheadBuffer to default to 49152, per mod_isapi docs.
[André Malo, Astrid Keßler <kess@kess-net.de>]
*) Fix Segfault in mod_cache. [Kris Verbeeck <Kris.Verbeeck@ubizen.com>]
*) Fix a null pointer dereference in the merge_env_dir_configs
function of the mod_env module. PR 11791
[Paul J. Reder]
*) New option to ServerTokens 'maj[or]'. Only show the major version
Also Surfaced this directive in the standard config (default FULL)
[Ian Holsman]
*) Change mod_rewrite to use apr-util's dbm support for dbm rewrite
maps. The dbm type (e.g., ndbm, gdbm) can be specified on the
RewriteMap directive. PR 10644 [Jeff Trawick]
*) Fixed mod_rewrite's RewriteMap prg: support so that request/response
pairs will no longer get out of sync with each other. PR 9534
[Cliff Woolley]
*) Fixes required to get quoted and escaped command args working in
mod_ext_filter. PR 11793 [Paul J. Reder]
*) mod-proxy: handle proxied responses with no status lines
[JD Silvester <jsilves@uwo.ca>, Brett Huttley <brett@huttley.net>]
*) Fix bug where environment or command line arguments containing
non-ASCII-7 characters would cause the Win32 child process creation
to fail. PR 11854 [William Rowe]
*) Bug #11213.. make module loading error messages more informative
[Ian Darwin <Ian779@darwinsys.com>]
*) thread safety & proxy-ftp [Alexey Panchenko alexey@liwest.ru, Ian Holsman]
*) mod_disk_cache works much better. This module should still
be considered experimental. [Eric Prud'hommeaux]
*) Performance improvement for keepalive requests: when setting
aside a small file for potential concatenation with the next
response on the connection, set aside the file descriptor rather
than copying the file into the heap. [Brian Pane]
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 4 | ||||
-rw-r--r-- | www/apache2/PLIST | 140 | ||||
-rw-r--r-- | www/apache2/distinfo | 6 |
3 files changed, 124 insertions, 26 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index b0106c159d7..0aa0bba4414 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2002/09/20 19:51:53 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2002/10/02 13:10:02 itojun Exp $ DISTNAME= httpd-${APACHE_VERSION} PKGNAME= apache-${APACHE_VERSION} -APACHE_VERSION= 2.0.40 +APACHE_VERSION= 2.0.42 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ http://httpd.apache.org/dist/httpd/old/ \ diff --git a/www/apache2/PLIST b/www/apache2/PLIST index cd2cf09c804..f8a43815fdd 100644 --- a/www/apache2/PLIST +++ b/www/apache2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2002/08/29 14:12:28 martti Exp $ +@comment $NetBSD: PLIST,v 1.8 2002/10/02 13:10:02 itojun Exp $ bin/apr-config bin/apu-config etc/rc.d/apache @@ -43,6 +43,7 @@ include/httpd/apr_poll.h include/httpd/apr_pools.h include/httpd/apr_portable.h include/httpd/apr_proc_mutex.h +include/httpd/apr_queue.h include/httpd/apr_reslist.h include/httpd/apr_ring.h include/httpd/apr_rmm.h @@ -68,6 +69,7 @@ include/httpd/apr_xlate.h include/httpd/apr_xml.h include/httpd/apu.h include/httpd/apu_compat.h +include/httpd/apu_version.h include/httpd/http_config.h include/httpd/http_connection.h include/httpd/http_core.h @@ -107,20 +109,19 @@ include/httpd/util_md5.h include/httpd/util_script.h include/httpd/util_time.h include/httpd/util_xml.h -lib/APRVARS lib/apr.exp lib/aprutil.exp lib/httpd/httpd.exp lib/libapr.a lib/libapr.la lib/libapr.so -lib/libapr.so.0 -lib/libapr.so.0.0 +lib/libapr.so.9 +lib/libapr.so.9.2 lib/libaprutil.a lib/libaprutil.la lib/libaprutil.so -lib/libaprutil.so.0 -lib/libaprutil.so.0.0 +lib/libaprutil.so.9 +lib/libaprutil.so.9.2 man/man1/dbmmanage.1 man/man1/htdigest.1 man/man1/htpasswd.1 @@ -448,8 +449,11 @@ share/httpd/manual/configuring.xml share/httpd/manual/configuring.xml.ja share/httpd/manual/content-negotiation.html.en share/httpd/manual/content-negotiation.html.ja.jis +share/httpd/manual/content-negotiation.xml +share/httpd/manual/content-negotiation.xml.ja share/httpd/manual/custom-error.html.en share/httpd/manual/custom-error.html.ja.jis +share/httpd/manual/custom-error.xml share/httpd/manual/developer/API.html share/httpd/manual/developer/debugging.html share/httpd/manual/developer/documenting.html @@ -462,10 +466,14 @@ share/httpd/manual/developer/layeredio.html share/httpd/manual/developer/modules.html.en share/httpd/manual/developer/modules.html.ja.jis share/httpd/manual/developer/request.html -share/httpd/manual/dns-caveats.html +share/httpd/manual/developer/thread_safety.html +share/httpd/manual/dns-caveats.html.en +share/httpd/manual/dns-caveats.xml share/httpd/manual/dso.html.en share/httpd/manual/dso.html.ja.jis share/httpd/manual/dso.html.ko.euc-kr +share/httpd/manual/dso.xml +share/httpd/manual/dso.xml.ja share/httpd/manual/ebcdic.html share/httpd/manual/env.html.en share/httpd/manual/env.html.ja.jis @@ -474,29 +482,41 @@ share/httpd/manual/faq/index.html share/httpd/manual/filter.html.en share/httpd/manual/filter.html.ja.jis share/httpd/manual/filter.xml +share/httpd/manual/filter.xml.ja share/httpd/manual/footer.html -share/httpd/manual/glossary.html +share/httpd/manual/glossary.html.en +share/httpd/manual/glossary.xml share/httpd/manual/handler.html.en share/httpd/manual/handler.html.ja.jis share/httpd/manual/handler.xml +share/httpd/manual/handler.xml.ja share/httpd/manual/header.html share/httpd/manual/howto/auth.html.en share/httpd/manual/howto/auth.html.ja.jis share/httpd/manual/howto/cgi.html.en share/httpd/manual/howto/cgi.html.ja.jis +share/httpd/manual/howto/cgi.xml share/httpd/manual/howto/footer.html share/httpd/manual/howto/header.html -share/httpd/manual/howto/htaccess.html +share/httpd/manual/howto/htaccess.html.en +share/httpd/manual/howto/htaccess.xml +share/httpd/manual/howto/public_html.html.en +share/httpd/manual/howto/public_html.xml share/httpd/manual/howto/ssi.html.en share/httpd/manual/howto/ssi.html.ja.jis +share/httpd/manual/howto/ssi.xml share/httpd/manual/images/apache_header.gif share/httpd/manual/images/apache_header.png share/httpd/manual/images/custom_errordocs.gif share/httpd/manual/images/custom_errordocs.png +share/httpd/manual/images/down.gif +share/httpd/manual/images/favicon.ico +share/httpd/manual/images/feather.gif share/httpd/manual/images/home.gif share/httpd/manual/images/home.png share/httpd/manual/images/index.gif share/httpd/manual/images/index.png +share/httpd/manual/images/left.gif share/httpd/manual/images/mod_rewrite_fig1.fig share/httpd/manual/images/mod_rewrite_fig1.gif share/httpd/manual/images/mod_rewrite_fig1.png @@ -505,17 +525,24 @@ share/httpd/manual/images/mod_rewrite_fig2.gif share/httpd/manual/images/mod_rewrite_fig2.png share/httpd/manual/images/pixel.gif share/httpd/manual/images/pixel.png +share/httpd/manual/images/right.gif share/httpd/manual/images/sub.gif share/httpd/manual/images/sub.png +share/httpd/manual/images/up.gif share/httpd/manual/index.html.en share/httpd/manual/index.html.fr share/httpd/manual/index.html.ja.jis share/httpd/manual/index.html.ko.euc-kr +share/httpd/manual/install.html.de share/httpd/manual/install.html.en share/httpd/manual/install.html.ja.jis share/httpd/manual/install.html.ko.euc-kr +share/httpd/manual/install.xml +share/httpd/manual/install.xml.de share/httpd/manual/invoking.html.en share/httpd/manual/invoking.html.ja.jis +share/httpd/manual/invoking.xml +share/httpd/manual/invoking.xml.ja share/httpd/manual/logs.html.en share/httpd/manual/logs.html.ja.jis share/httpd/manual/logs.xml @@ -528,7 +555,8 @@ share/httpd/manual/misc/index.html share/httpd/manual/misc/known_client_problems.html share/httpd/manual/misc/perf-tuning.html share/httpd/manual/misc/rewriteguide.html -share/httpd/manual/misc/security_tips.html +share/httpd/manual/misc/security_tips.html.en +share/httpd/manual/misc/security_tips.xml share/httpd/manual/misc/tutorials.html share/httpd/manual/mod/allmodules.xml share/httpd/manual/mod/allmodules.xml.ja @@ -536,6 +564,7 @@ share/httpd/manual/mod/core.html.en share/httpd/manual/mod/core.xml share/httpd/manual/mod/directive-dict.html.en share/httpd/manual/mod/directive-dict.html.ja.jis +share/httpd/manual/mod/directive-dict.xml share/httpd/manual/mod/directives.html.en share/httpd/manual/mod/directives.html.ja.jis share/httpd/manual/mod/directives.xml @@ -551,11 +580,17 @@ share/httpd/manual/mod/mod_access.html.ja.jis share/httpd/manual/mod/mod_access.xml share/httpd/manual/mod/mod_access.xml.ja share/httpd/manual/mod/mod_actions.html.en +share/httpd/manual/mod/mod_actions.html.ja.jis share/httpd/manual/mod/mod_actions.xml +share/httpd/manual/mod/mod_actions.xml.ja share/httpd/manual/mod/mod_alias.html.en +share/httpd/manual/mod/mod_alias.html.ja.jis share/httpd/manual/mod/mod_alias.xml +share/httpd/manual/mod/mod_alias.xml.ja share/httpd/manual/mod/mod_asis.html.en +share/httpd/manual/mod/mod_asis.html.ja.jis share/httpd/manual/mod/mod_asis.xml +share/httpd/manual/mod/mod_asis.xml.ja share/httpd/manual/mod/mod_auth.html.en share/httpd/manual/mod/mod_auth.html.ja.jis share/httpd/manual/mod/mod_auth.xml @@ -566,6 +601,8 @@ share/httpd/manual/mod/mod_auth_dbm.html.en share/httpd/manual/mod/mod_auth_dbm.xml share/httpd/manual/mod/mod_auth_digest.html.en share/httpd/manual/mod/mod_auth_digest.xml +share/httpd/manual/mod/mod_auth_ldap.html.en +share/httpd/manual/mod/mod_auth_ldap.xml share/httpd/manual/mod/mod_autoindex.html.en share/httpd/manual/mod/mod_autoindex.html.ja.jis share/httpd/manual/mod/mod_autoindex.xml @@ -592,6 +629,8 @@ share/httpd/manual/mod/mod_dir.html.en share/httpd/manual/mod/mod_dir.html.ja.jis share/httpd/manual/mod/mod_dir.xml share/httpd/manual/mod/mod_dir.xml.ja +share/httpd/manual/mod/mod_disk_cache.html.en +share/httpd/manual/mod/mod_disk_cache.xml share/httpd/manual/mod/mod_echo.html.en share/httpd/manual/mod/mod_echo.xml share/httpd/manual/mod/mod_env.html.en @@ -616,8 +655,12 @@ share/httpd/manual/mod/mod_info.html.en share/httpd/manual/mod/mod_info.xml share/httpd/manual/mod/mod_isapi.html.en share/httpd/manual/mod/mod_isapi.xml +share/httpd/manual/mod/mod_ldap.html.en +share/httpd/manual/mod/mod_ldap.xml share/httpd/manual/mod/mod_log_config.html.en share/httpd/manual/mod/mod_log_config.xml +share/httpd/manual/mod/mod_mem_cache.html.en +share/httpd/manual/mod/mod_mem_cache.xml share/httpd/manual/mod/mod_mime.html.en share/httpd/manual/mod/mod_mime.xml share/httpd/manual/mod/mod_mime_magic.html.en @@ -656,6 +699,7 @@ share/httpd/manual/mod/mod_vhost_alias.html.en share/httpd/manual/mod/mod_vhost_alias.xml share/httpd/manual/mod/module-dict.html.en share/httpd/manual/mod/module-dict.html.ja.jis +share/httpd/manual/mod/module-dict.xml share/httpd/manual/mod/mpm_common.html.en share/httpd/manual/mod/mpm_common.html.ja.jis share/httpd/manual/mod/mpm_common.xml @@ -679,18 +723,27 @@ share/httpd/manual/mod/worker.xml.ja share/httpd/manual/mpm.html.en share/httpd/manual/mpm.html.ja.jis share/httpd/manual/mpm.html.ko.euc-kr +share/httpd/manual/mpm.xml +share/httpd/manual/mpm.xml.ja share/httpd/manual/new_features_2_0.html.de share/httpd/manual/new_features_2_0.html.en share/httpd/manual/new_features_2_0.html.fr share/httpd/manual/new_features_2_0.html.ja.jis share/httpd/manual/new_features_2_0.html.ko.euc-kr +share/httpd/manual/new_features_2_0.xml +share/httpd/manual/new_features_2_0.xml.de share/httpd/manual/platform/footer.html share/httpd/manual/platform/header.html -share/httpd/manual/platform/netware.html -share/httpd/manual/platform/perf-hp.html -share/httpd/manual/platform/win_compiling.html -share/httpd/manual/platform/win_service.html -share/httpd/manual/platform/windows.html +share/httpd/manual/platform/netware.html.en +share/httpd/manual/platform/netware.xml +share/httpd/manual/platform/perf-hp.html.en +share/httpd/manual/platform/perf-hp.xml +share/httpd/manual/platform/win_compiling.html.en +share/httpd/manual/platform/win_compiling.xml +share/httpd/manual/platform/win_service.html.en +share/httpd/manual/platform/win_service.xml +share/httpd/manual/platform/windows.html.en +share/httpd/manual/platform/windows.xml share/httpd/manual/programs/ab.html share/httpd/manual/programs/apachectl.html share/httpd/manual/programs/apxs.html @@ -708,10 +761,13 @@ share/httpd/manual/programs/suexec.html share/httpd/manual/search/manual-index.cgi share/httpd/manual/sections.html.en share/httpd/manual/sections.html.ja.jis +share/httpd/manual/sections.xml share/httpd/manual/server-wide.html.en share/httpd/manual/server-wide.html.ja.jis +share/httpd/manual/server-wide.xml share/httpd/manual/sitemap.html.en share/httpd/manual/sitemap.html.ja.jis +share/httpd/manual/sitemap.xml share/httpd/manual/ssl/footer.html share/httpd/manual/ssl/header.html share/httpd/manual/ssl/index.html.en @@ -731,26 +787,66 @@ share/httpd/manual/ssl/ssl_template.imgdot-1x1-000000.gif share/httpd/manual/ssl/ssl_template.imgdot-1x1-transp.gif share/httpd/manual/stopping.html.en share/httpd/manual/stopping.html.ja.jis +share/httpd/manual/stopping.xml share/httpd/manual/style/common.dtd -share/httpd/manual/style/common.xsl -share/httpd/manual/style/de.xml -share/httpd/manual/style/en.xml -share/httpd/manual/style/ja.xml -share/httpd/manual/style/manual.css +share/httpd/manual/style/css/manual-loose-100pc-b.css +share/httpd/manual/style/css/manual-loose-100pc.css +share/httpd/manual/style/css/manual-loose-90pc-b.css +share/httpd/manual/style/css/manual-loose-90pc.css +share/httpd/manual/style/css/manual-loose-fix13-b.css +share/httpd/manual/style/css/manual-loose-fix13.css +share/httpd/manual/style/css/manual-loose-fix15-b.css +share/httpd/manual/style/css/manual-loose-fix15.css +share/httpd/manual/style/css/manual-print.css +share/httpd/manual/style/css/manual-sbar-left-100pc-b.css +share/httpd/manual/style/css/manual-sbar-left-100pc.css +share/httpd/manual/style/css/manual-sbar-left-90pc-b.css +share/httpd/manual/style/css/manual-sbar-left-90pc.css +share/httpd/manual/style/css/manual-sbar-left-fix13-b.css +share/httpd/manual/style/css/manual-sbar-left-fix13.css +share/httpd/manual/style/css/manual-sbar-left-fix15-b.css +share/httpd/manual/style/css/manual-sbar-left-fix15.css +share/httpd/manual/style/css/manual-sbar-right-100pc-b.css +share/httpd/manual/style/css/manual-sbar-right-100pc.css +share/httpd/manual/style/css/manual-sbar-right-90pc-b.css +share/httpd/manual/style/css/manual-sbar-right-90pc.css +share/httpd/manual/style/css/manual-sbar-right-fix13-b.css +share/httpd/manual/style/css/manual-sbar-right-fix13.css +share/httpd/manual/style/css/manual-sbar-right-fix15-b.css +share/httpd/manual/style/css/manual-sbar-right-fix15.css +share/httpd/manual/style/css/manual.css +share/httpd/manual/style/lang/de.xml +share/httpd/manual/style/lang/en.xml +share/httpd/manual/style/lang/ja.xml +share/httpd/manual/style/lang/sv.xml +share/httpd/manual/style/manual.de.xsl share/httpd/manual/style/manual.en.xsl share/httpd/manual/style/manual.ja.xsl +share/httpd/manual/style/manual.pt-br.xsl +share/httpd/manual/style/manual.sv.xsl share/httpd/manual/style/manualpage.dtd share/httpd/manual/style/modulesynopsis.dtd -share/httpd/manual/style/sv.xml +share/httpd/manual/style/sitemap.dtd +share/httpd/manual/style/xsl/common.xsl +share/httpd/manual/style/xsl/directiveindex.xsl +share/httpd/manual/style/xsl/manualpage.xsl +share/httpd/manual/style/xsl/moduleindex.xsl +share/httpd/manual/style/xsl/sitemap.xsl +share/httpd/manual/style/xsl/synopsis.xsl share/httpd/manual/suexec.html.en share/httpd/manual/suexec.html.ja.jis +share/httpd/manual/suexec.xml +share/httpd/manual/upgrading.html.de share/httpd/manual/upgrading.html.en share/httpd/manual/upgrading.html.fr share/httpd/manual/upgrading.html.ja.jis share/httpd/manual/upgrading.html.ko.euc-kr share/httpd/manual/upgrading.xml +share/httpd/manual/upgrading.xml.de +share/httpd/manual/upgrading.xml.ja share/httpd/manual/urlmapping.html.en share/httpd/manual/urlmapping.html.ja.jis +share/httpd/manual/urlmapping.xml share/httpd/manual/vhosts/details.html share/httpd/manual/vhosts/examples.html share/httpd/manual/vhosts/fd-limits.html.en @@ -786,3 +882,5 @@ share/httpd/manual/vhosts/name-based.html.ja.jis @dirrm share/examples/httpd @dirrm lib/httpd @dirrm include/httpd + + diff --git a/www/apache2/distinfo b/www/apache2/distinfo index 7e7c862e636..29c5ad84a02 100644 --- a/www/apache2/distinfo +++ b/www/apache2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2002/08/29 14:12:28 martti Exp $ +$NetBSD: distinfo,v 1.11 2002/10/02 13:10:03 itojun Exp $ -SHA1 (httpd-2.0.40.tar.gz) = 19be578519538f7455f6241d2e13cecd408e3ecf -Size (httpd-2.0.40.tar.gz) = 4676089 bytes +SHA1 (httpd-2.0.42.tar.gz) = e2703fac8ad122dbd0605b582409e961030856b2 +Size (httpd-2.0.42.tar.gz) = 4971969 bytes SHA1 (patch-aa) = 9d74b4ddeab96761f1bb3a7d39a5ab9001e3ea84 SHA1 (patch-ad) = e4a0c729ce5fbf43855ea080946052ef025334f1 SHA1 (patch-ag) = 3d68e475caef0555097a9756533034686e81d474 |