From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54053) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2dJ1-0004AI-9a for guix-patches@gnu.org; Fri, 14 Feb 2020 10:55:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2dJ0-00058l-Bj for guix-patches@gnu.org; Fri, 14 Feb 2020 10:55:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56763) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j2dJ0-00058a-8o for guix-patches@gnu.org; Fri, 14 Feb 2020 10:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j2dJ0-0003LF-7P for guix-patches@gnu.org; Fri, 14 Feb 2020 10:55:02 -0500 Subject: [bug#39587] [PATCH v2] gnu: Add haproxy. Resent-Message-ID: From: Jelle Licht In-Reply-To: <20200213124909.21523-1-brice@waegenei.re> References: <20200213090615.29979-1-brice@waegenei.re> <20200213124909.21523-1-brice@waegenei.re> Date: Fri, 14 Feb 2020 16:54:05 +0100 Message-ID: <875zg9p3ky.fsf@jlicht.xyz> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brice Waegeneire , 39587@debbugs.gnu.org Hey Brice, I pushed your commit as 96945cabe038cd02c2d76e8821d264626fcc999a to master with the following cosmetic nitpicks: Brice Waegeneire writes: > [...] > + (arguments > + `(#:make-flags > + (let* ((out (assoc-ref %outputs "out"))) > + (list (string-append "PREFIX=" out) > + (string-append "DOCDIR=" out "/share/" ,name) > + "TARGET=linux-glibc" > + "USE_LUA=1" > + "USE_OPENSSL=1" > + "USE_ZLIB=1" > + "USE_PCRE_2=1")) > + #:tests? #f ; there is only regression tests, using varnishtest ^are > [...] > + (description "HAProxy is a free, very fast and reliable solution offering > +high availability, load balancing, and proxying for TCP and HTTP-based > +applications. It is particularly suited for web sites crawling under very > +high loads while needing persistence or Layer7 processing. Supporting tens of > +thousands of connections is clearly realistic with todays hardware.") ^today's > [...] Thanks again for packaging this! - Jelle