From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ee5Dn-0004If-VV for guix-patches@gnu.org; Tue, 23 Jan 2018 15:31:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ee5Di-00044h-Uj for guix-patches@gnu.org; Tue, 23 Jan 2018 15:31:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60364) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ee5Di-00044H-QD for guix-patches@gnu.org; Tue, 23 Jan 2018 15:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ee5Di-00085p-Hn for guix-patches@gnu.org; Tue, 23 Jan 2018 15:31:02 -0500 Subject: [bug#30214] [PATCH 05/10] gnu: Add daemontools. Resent-Message-ID: Date: Tue, 23 Jan 2018 15:30:55 -0500 From: Leo Famulari Message-ID: <20180123203055.GE6750@jasmine.lan> References: <87h8rd4nxg.fsf@cbaines.net> <20180122210830.28924-1-mail@cbaines.net> <20180122210830.28924-5-mail@cbaines.net> <20180122215727.GE15170@jasmine.lan> <87tvvc5p1s.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="maH1Gajj2nflutpK" Content-Disposition: inline In-Reply-To: <87tvvc5p1s.fsf@cbaines.net> 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: Christopher Baines Cc: 30214@debbugs.gnu.org --maH1Gajj2nflutpK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 23, 2018 at 07:54:23PM +0000, Christopher Baines wrote: >=20 > Leo Famulari writes: >=20 > > On Mon, Jan 22, 2018 at 09:08:25PM +0000, Christopher Baines wrote: > >> * gnu/packages/admin.scm (daemontools): New variable. > > > > Cool! > > > >> + (name "daemontools") > >> + (version "0.76") > >> + (source (origin > >> + (method url-fetch) > >> + (uri (string-append > >> + "https://cr.yp.to/" name "/" > >> + name "-" version ".tar.gz")) > > > > Can you check if there are any important patches (security or other bug > > fixes) floating around? This release is 16 years young... > > > > For example, you might look at Debian's diff.gz: > > > > https://packages.debian.org/stretch/daemontools >=20 > It looks like Debian has 3 patches for this [1]. I used one of them in > the form of substitute* to get the package to build. I can include all > the patches if that is helpful, but I was actually hesitant to send this > patch at all. >=20 > I packaged it when trying to get the test suite for go-gopkg.in-mgo.v2 > to pass as it uses utilities from daemontools, but I got stuck getting > mongodb to start. I left all of the stuff I did around the tests in > place, but just disabled them. Okay, it's up to you whether or not to add the daemontools package. --maH1Gajj2nflutpK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlpnm38ACgkQJkb6MLrK fwhcrBAAtulJG2pRVLnOHTKKLiUvbBLriFjlSJxsJ60GGxA2n4CWY8XGBrmTv0Mn 71wSwXSu28zWTP5PurXmcY02hIITDriWt0ttRvpef0Z59Y3nitP4QPlNRlNtBFC+ zChr6V70NBM98+g9qyuHJcVHV7u/o5Pdv3kimNWQAu14xALex7HRUjDIEsCsRIf9 1MZUw+02VicxXHwlPulLQ7+CYbcspuh1XVZYRnita6pc1bRWEo+bUV/lDqHnEvyM IKBN6uvK39LRoWuOMb9sQuCYhYqBRBGiQ633c1uCNTA8YaclWyzjK0OEc3A0DL8R VGURJf7g7EcNbDDDBv1CPzOCTbvCnczbeBFWa16ONXLiBgmXjN3Vd392OyJzfM9R DKoF0YRrDFZz9MtHWgUNW7blYgZsUMvAVolTGvu5A0mec+WbDKo3w8+reGpIA6xk Gk3Mj0yb1jc75mFtBSeMmhd95SlBA1Y3ekONks7+OPwfkNuE+o+DJE5US/SO0p/M s+/P8ZhzgzqCWsUnZweG7j4hbHhXi9AiL6LPnhk7NA5AzCqD5uxYXbwOOgw/7PDq VzF9dj7eGYRhGOv7+AYJyx8jan3ILYCPdxiD7amxL7B/NIydt28GHn1QLmMaSD2P x5VRC9/AFJTMyzQheRl7irFafFD8nzwJ5ZExvVjBClY12EWlWiw= =qzbw -----END PGP SIGNATURE----- --maH1Gajj2nflutpK--