From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 25 20:37:05 2021 Received: (at submit) by debbugs.gnu.org; 26 Feb 2021 01:37:05 +0000 Received: from localhost ([127.0.0.1]:39831 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFS41-0002jW-1a for submit@debbugs.gnu.org; Thu, 25 Feb 2021 20:37:05 -0500 Received: from lists.gnu.org ([209.51.188.17]:40460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFS3x-0002j9-Fm for submit@debbugs.gnu.org; Thu, 25 Feb 2021 20:37:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43070) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFS3x-0001uv-8l for guix-patches@gnu.org; Thu, 25 Feb 2021 20:37:01 -0500 Received: from out1.migadu.com ([2001:41d0:2:863f::]:34701) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lFS3t-0005Ck-8t for guix-patches@gnu.org; Thu, 25 Feb 2021 20:37:01 -0500 To: guix-patches@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raghavgururajan.name; s=key1; t=1614303413; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=uZ1cUQY3SuO2F0vMLKt6H6jrXR+JkuyF8zJqL83EPJg=; b=SEltgiGMFjfj4PCDPjot+6fSCfwcZj1uTJmffCbjGmVRvObRODoJBB7Suqe+uwC76xqn+p 98jiVHKIFYXCKL7mp8FNV6ax3HUi1aD6+tZ7UdA1ZzF0Dv0gwM9hS3YiPLxGNmCiUAEAjG nW1/ztEua2a+5Y6Zhs/pOoBpArSc2O3C8Jvl/o7/0q1BpX/E3X7tJHOOsthMPQdRf2fQ09 69FJfca6ayZYKuCuBEjB7G8Ehvp730F3yRMSKOy8NyuHtZPSLcaDJjd3WEKLDw6h0A3VNs f8YYmXr/1SmLkgxEgMmiiV32AbN7bwbfGmImXx9fgRnZ3mUnhoMmay8T46ECUg== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Raghav Gururajan Subject: gnu: Add usrsctp. Message-ID: Date: Thu, 25 Feb 2021 20:36:50 -0500 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rmflZHJm8AI4Oi44y5oJDygz6jQrvicjQ" X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: rg@raghavgururajan.name Received-SPF: pass client-ip=2001:41d0:2:863f::; envelope-from=rg@raghavgururajan.name; helo=out1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rmflZHJm8AI4Oi44y5oJDygz6jQrvicjQ Content-Type: multipart/mixed; boundary="AvwZvCxJIHPEPTnozZTFuIX9NGV87cj0M"; protected-headers="v1" From: Raghav Gururajan To: guix-patches@gnu.org Message-ID: Subject: gnu: Add usrsctp. --AvwZvCxJIHPEPTnozZTFuIX9NGV87cj0M Content-Type: multipart/mixed; boundary="------------81B6E8FCD46D47E6023CDB01" Content-Language: en-US This is a multi-part message in MIME format. --------------81B6E8FCD46D47E6023CDB01 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable --------------81B6E8FCD46D47E6023CDB01 Content-Type: text/x-patch; charset=UTF-8; name="0001-gnu-Add-usrsctp.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0001-gnu-Add-usrsctp.patch" =46rom 835600530ebb611807e4eb8cb7e2fbaed970444d Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Thu, 25 Feb 2021 16:02:10 -0500 Subject: [PATCH 1/3] gnu: Add usrsctp. * gnu/packages/networking.scm (usrsctp): New variable. --- gnu/packages/networking.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 804d4dce0c..57c4afa198 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -142,6 +142,36 @@ #:use-module (gnu packages xml) #:use-module (ice-9 match)) =20 +(define-public usrsctp + (package + (name "usrsctp") + (version "0.9.5.0") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/sctplab/usrsctp.git") + (commit version))) + (file-name + (git-file-name name version)) + (sha256 + (base32 "10ndzkip8blgkw572n3dicl6mgjaa7kygwn3vls80liq92vf1sa9"))= )) + (build-system gnu-build-system) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("libtool" ,libtool) + ("pkg-config" ,pkg-config) + ("python" ,python-wrapper) + ("which" ,which))) + (synopsis "SCTP user-land implementation") + (description "UsrSCTP is a portable SCTP userland stack. SCTP is a = message +oriented, reliable transport protocol with direct support for multihomin= g that +runs on top of IP or UDP, and supports both v4 and v6 versions.") + (home-page "https://github.com/sctplab/usrsctp/") + (license license:bsd-3))) + (define-public axel (package (name "axel") --=20 2.30.1 --------------81B6E8FCD46D47E6023CDB01-- --AvwZvCxJIHPEPTnozZTFuIX9NGV87cj0M-- --rmflZHJm8AI4Oi44y5oJDygz6jQrvicjQ Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wnsEABYIACMWIQTNLV6qqYzLN9qR1rBfWBZkf4vlUQUCYDhQsgUDAAAAAAAKCRBfWBZkf4vlUW9V AP9XzApat9EondN+UTqKCAh06U9q9yDGG8zqRYbqvNhFSwD9FSLYq6RUXHXr6K30fXgFi07CoF8Y ayhyo5miohyZiwM= =3MDD -----END PGP SIGNATURE----- --rmflZHJm8AI4Oi44y5oJDygz6jQrvicjQ-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 02 16:02:27 2021 Received: (at control) by debbugs.gnu.org; 2 Mar 2021 21:02:27 +0000 Received: from localhost ([127.0.0.1]:54346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHC9z-0005Df-Hl for submit@debbugs.gnu.org; Tue, 02 Mar 2021 16:02:27 -0500 Received: from out0.migadu.com ([94.23.1.103]:48426) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHC9v-0005DT-IH for control@debbugs.gnu.org; Tue, 02 Mar 2021 16:02:26 -0500 To: control@debbugs.gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raghavgururajan.name; s=key1; t=1614718941; h=from:from:reply-to:subject:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=10j38Hi4GvBI8DxEGlFBnjMxOg/vn8vGaKoW97Mog2s=; b=NvaLR1pK/i3JoUk1HfrCP5/0MEd5P2nc2yfeYweugUJqAeIIf7SKhz+jaI9wlHTeO3cqyn WArfcgPXsy3xcd5Ku8ySwjhH01AyjQ1J8KtiSXqrOqnd/9hPuCFQyS+wvWczyg1ssGsK5S 07kBa0EodoE5W+xk5bN+qrFLBdXRK7ftr9pO7nEOr93aI+Rqn67TXGKcm4BvSQ2VLjD503 A33Ha6Y+F+w3WjqOfSQ/KTQXyXqMuCKDNMw6zfHzczEbiBpq80Kkn5XSF/R06IkZH1wjT4 CNKmBVh6xrU1uZcgDvgrLih05nXZMkFwHPR5E23DNYkM1pF2Xs6fu8Ws1feAYg== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Raghav Gururajan Message-ID: <021ee658-b092-b4e6-1159-9aa09266b823@raghavgururajan.name> Date: Tue, 2 Mar 2021 16:02:20 -0500 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Xe7ebRBVrzWubqKNPAag9ehpA5GtlYsaK" X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: rg@raghavgururajan.name X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 46787 close 46788 close 46789 Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [94.23.1.103 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [94.23.1.103 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Xe7ebRBVrzWubqKNPAag9ehpA5GtlYsaK Content-Type: multipart/mixed; boundary="6N2O3lYxBu95e68TrXD8Ge4D6j2DSeCEI"; protected-headers="v1" From: Raghav Gururajan To: control@debbugs.gnu.org Message-ID: <021ee658-b092-b4e6-1159-9aa09266b823@raghavgururajan.name> --6N2O3lYxBu95e68TrXD8Ge4D6j2DSeCEI Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable close 46787 close 46788 close 46789 --6N2O3lYxBu95e68TrXD8Ge4D6j2DSeCEI-- --Xe7ebRBVrzWubqKNPAag9ehpA5GtlYsaK Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wnsEABYIACMWIQTNLV6qqYzLN9qR1rBfWBZkf4vlUQUCYD6n3AUDAAAAAAAKCRBfWBZkf4vlUdDx AQDPCLjwE/EYYfkyh2OPpAk45SUMYNaUhRqA0F3xk7AMiwD/bnLuTTbDSOmuxufLwcOtu9/rI8Zv Hkw4k+7hUFcQNA8= =xKVG -----END PGP SIGNATURE----- --Xe7ebRBVrzWubqKNPAag9ehpA5GtlYsaK-- From unknown Fri Aug 15 19:20:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 31 Mar 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator