net-im/prosody: Update to 0.11.6
PR: 249225 Submitted by: Thomas Morper <thomas@beingboiled.info> (maintainer)
This commit is contained in:
parent
284b9a2b8b
commit
e5c4e01703
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548180
3 changed files with 4 additions and 16 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= prosody
|
PORTNAME= prosody
|
||||||
PORTVERSION= 0.11.5
|
PORTVERSION= 0.11.6
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
MASTER_SITES= https://prosody.im/downloads/source/
|
MASTER_SITES= https://prosody.im/downloads/source/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1585094580
|
TIMESTAMP = 1599685429
|
||||||
SHA256 (prosody-0.11.5.tar.gz) = 55f8bd65d5d2af61cc739bd6164e4207011e0d2d260cde583071c90d8d85408b
|
SHA256 (prosody-0.11.6.tar.gz) = cda1db631c5f91f8439c66c9204dbf3bc41efd65313f7f5d3c88121ff9141755
|
||||||
SIZE (prosody-0.11.5.tar.gz) = 425122
|
SIZE (prosody-0.11.6.tar.gz) = 425962
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- plugins/mod_http_files.lua.orig 2020-01-19 15:50:32 UTC
|
|
||||||
+++ plugins/mod_http_files.lua
|
|
||||||
@@ -112,7 +112,7 @@ function serve(opts)
|
|
||||||
local last_modified = os_date('!%a, %d %b %Y %H:%M:%S GMT', attr.modification);
|
|
||||||
response_headers.last_modified = last_modified;
|
|
||||||
|
|
||||||
- local etag = ('"%02x-%x-%x-%x"'):format(attr.dev or 0, attr.ino or 0, attr.size or 0, attr.modification or 0);
|
|
||||||
+ local etag = ('"%x-%x-%x"'):format(attr.change or 0, attr.size or 0, attr.modification or 0);
|
|
||||||
response_headers.etag = etag;
|
|
||||||
|
|
||||||
local if_none_match = request_headers.if_none_match
|
|
Loading…
Reference in a new issue