prosody: bump to version 0.11.2
authorFrancois Perrad <fperrad@gmail.com>
Sun, 27 Jan 2019 13:24:24 +0000 (14:24 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 27 Jan 2019 19:11:49 +0000 (20:11 +0100)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/prosody/0001-enable-syslog.patch
package/prosody/0002-add-pidfile.patch
package/prosody/prosody.hash
package/prosody/prosody.mk

index 4bd0a15aed7e41d59b46d331ad15185c46b10abc..16acc89c5a5a30f0edc945bc2ad5dd5a0ce29631 100644 (file)
@@ -11,7 +11,7 @@ diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
 index a0fc6c9e..af3cc0e4 100644
 --- a/prosody.cfg.lua.dist
 +++ b/prosody.cfg.lua.dist
-@@ -163,7 +163,7 @@ archive_expires_after = "1w" -- Remove archived messages after 1 week
+@@ -155,7 +155,7 @@ archive_expires_after = "1w" -- Remove archived messages after 1 week
  log = {
        info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging
        error = "prosody.err";
index b6af8dd822cb4ba706fbd3a4977387ab93a10932..6221fd0856aec75d69d9a1c07d03e6b91f984cc6 100644 (file)
@@ -11,9 +11,9 @@ diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
 index af3cc0e4..675db12f 100644
 --- a/prosody.cfg.lua.dist
 +++ b/prosody.cfg.lua.dist
-@@ -181,6 +181,9 @@ log = {
- -- Location of directory to find certificates in (relative to main config file):
certificates = "certs"
+@@ -176,6 +176,9 @@ log = {
+ -- HTTPS currently only supports a single certificate, specify it here:
--https_certificate = "certs/localhost.crt"
  
 +-- This must match the PIDFILE used in S50prosody
 +pidfile = "/var/run/prosody/prosody.pid"
index 65bf5c9344d459743e818ac78f6e7c11d362c2fb..f3f9aa47774a7f5a1272a140522b418be2384a0a 100644 (file)
@@ -1,8 +1,8 @@
 # Locally computed:
-md5    9157b6eaf05f7dfe004e38dbe950cafd  prosody-0.11.1.tar.gz
-sha1   dacce98fda317f5ba3c05842e2d97018d050b435  prosody-0.11.1.tar.gz
-sha256 91bec43f0798729e0a2b207613a745598ea3ca7dcb7fd85df44ccf04fa5c65aa  prosody-0.11.1.tar.gz
-sha512 6e25d2365d40582f57799bb08bf2673ba43270e8bcca5c5b785381380db55ec3ea6ab771fb9bd228bf265a564bb017dbfeae81713abd2de35a92704f8b8004ef  prosody-0.11.1.tar.gz
+md5    b4529e0cf8e0ee82a2f677e404c3df35  prosody-0.11.2.tar.gz
+sha1   0508cfc1c3c74a7eb8fdac2ed50435e190930f6a  prosody-0.11.2.tar.gz
+sha256 8911f6dc29b9e0c4edf9e61dc23fa22d77bc42c4caf28b809ab843b2f08e4831  prosody-0.11.2.tar.gz
+sha512 22e55a551a40c92f38a1ed1de5fdcad574d699d58c2e27f93c3d465b55487b8e923c2ba088daf93c7140cbafb0d429687e0b662c8bb1c1aba4b79ac1ea271cd1  prosody-0.11.2.tar.gz
 
 # Hash for license file:
 sha256 bbbdc1c5426e5944cf869fc0faeaf19d88a220cd2b39ea98b7b8e86b0e88a2ef  COPYING
index 95c9686795843504b78ec90bd0b39e73da051185..c2111f6b83d6de7b843b51b967afe57da905b3f5 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PROSODY_VERSION = 0.11.1
+PROSODY_VERSION = 0.11.2
 PROSODY_SITE = https://prosody.im/downloads/source
 PROSODY_LICENSE = MIT
 PROSODY_LICENSE_FILES = COPYING