From owner-freebsd-ports@FreeBSD.ORG Thu Feb 6 15:24:04 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE2196C0; Thu, 6 Feb 2014 15:24:04 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 24A8C1222; Thu, 6 Feb 2014 15:24:04 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id hm4so1718412wib.14 for ; Thu, 06 Feb 2014 07:24:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2uqrw9jH6rQwNtU0jsBCU3VaObbO35dUhrM8//IYYPI=; b=FiapVZHwaFvk7VB8yKfiQzJCSNEAAagCW15CpjLtfRosTEoZ9YRA7y2Qh2O8S0oRAk UF8Bk72z0g1VxphgYlBI1+YGiocqsWbSnb8t+ye2hEVW4ZKVWo2i8bh/o/rMeJwdias8 p1ldZTrnJcozvQluuv0BHjDkWilzbe7V7HYZOI97iWYDJhSXCwb0ZMUHHUyy1RjM6JFA P9Jo3GA7W8erXkHGprwbcODQJSyoxYV1o06saio9bmSs9nEMXOYRpJE0l5ykwsP59vrK 9DqA+tB0ohUbnZ4brlyCLFHfhbcys4UctbMf4oTj34D1dHcYI/QOLh5umqgtD1YtijJm jLLw== MIME-Version: 1.0 X-Received: by 10.194.206.9 with SMTP id lk9mr2328380wjc.46.1391700242579; Thu, 06 Feb 2014 07:24:02 -0800 (PST) Received: by 10.194.188.39 with HTTP; Thu, 6 Feb 2014 07:24:02 -0800 (PST) In-Reply-To: <20140206150619.GV2951@home.opsec.eu> References: <1391697997.2043.5.camel@TIS-Ben-T520.local> <20140206150619.GV2951@home.opsec.eu> Date: Thu, 6 Feb 2014 16:24:02 +0100 Message-ID: Subject: Re: FreeBSD Port: prosody-0.8.2 From: Benjamin Podszun To: Kurt Jaeger Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: ports , lx X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 15:24:04 -0000 Hi. On Thu, Feb 6, 2014 at 4:06 PM, Kurt Jaeger wrote: > Hi! > > > Starting from 20.08.2013 prosody is on 0.9, 0.9.2 was released in > > January 2014. > > Have a look at > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182075 > > there is an update to 0.9.1 as a patch and one open question > someone has to solve. > Thanks for the link. I .. didn't know better to search there first. Sorry about that. So I guess I want that bug to be resolved, with a bump to 0.9.2 ideally :) > > Is there any chance to see an update to this port? Are you still > > interested in this project or is the port currently abandoned? > > Can I help with anything to bump this to a more current (ideally: THE > > current) version? > > If you can try to coordinate with the luasec and luasocket maintainers ? Actually I think that's a non-issue (now). The comment from lx/the maintainer of prosody claims that s2s is broken (no idea, haven't tried the patch just yet) and wonders if we'd need the forked lua dependencies. Looking at the prosody project page [1] even THEY don't realize that the situation has changed and they still point to [2] as a 'fork just to get a release out'. The luasec bug [3] was closed just a week ago - in other words: luasec proper, the official version, got a new release out and the fork should be irrelevant now. A quick chat with the prosody developers seems to confirm that. That said: The luasec changes _shouldn't_ break s2s (merely disable some features, such as PFS for TLS for example). So .. this probably now needs a bump for lua51-luasec (which lists no individual maintainer, points to ports@freebsd.org only) from 0.4 to 0.5. How would I approach that? Looking at the port myself and giving it a try? Attaching that to a bug of sorts (similar to the prosody one)? Thanks a lot/regards, Ben 1: https://prosody.im/doc/depends#luasec 2: https://prosody.im/doc/depends/luasec/prosody 3: https://github.com/brunoos/luasec/issues/3