1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

net-im/prosody: Update to 0.11.6

PR:		249225
Submitted by:	Thomas Morper <thomas@beingboiled.info> (maintainer)
This commit is contained in:
Li-Wen Hsu 2020-09-10 03:04:58 +00:00
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

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= prosody
PORTVERSION= 0.11.5
PORTREVISION= 1
PORTVERSION= 0.11.6
CATEGORIES= net-im
MASTER_SITES= https://prosody.im/downloads/source/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1585094580
SHA256 (prosody-0.11.5.tar.gz) = 55f8bd65d5d2af61cc739bd6164e4207011e0d2d260cde583071c90d8d85408b
SIZE (prosody-0.11.5.tar.gz) = 425122
TIMESTAMP = 1599685429
SHA256 (prosody-0.11.6.tar.gz) = cda1db631c5f91f8439c66c9204dbf3bc41efd65313f7f5d3c88121ff9141755
SIZE (prosody-0.11.6.tar.gz) = 425962

View File

@ -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