From unknown Fri Sep 19 16:06:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35147] [PATCH 1/2] gnu: Add apsl2.0. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 04 Apr 2019 16:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 35147 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35147@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.155439651118672 (code B ref -1); Thu, 04 Apr 2019 16:49:02 +0000 Received: (at submit) by debbugs.gnu.org; 4 Apr 2019 16:48:31 +0000 Received: from localhost ([127.0.0.1]:44620 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC5XS-0004r6-Cu for submit@debbugs.gnu.org; Thu, 04 Apr 2019 12:48:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC5XO-0004qs-Or for submit@debbugs.gnu.org; Thu, 04 Apr 2019 12:48:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:46691) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hC5XJ-0003AT-IE for submit@debbugs.gnu.org; Thu, 04 Apr 2019 12:48:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hC5XI-0001Q6-Ey for guix-patches@gnu.org; Thu, 04 Apr 2019 12:48:21 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hC5XH-00036I-Du for guix-patches@gnu.org; Thu, 04 Apr 2019 12:48:20 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:59461) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hC5XH-0002uR-4e for guix-patches@gnu.org; Thu, 04 Apr 2019 12:48:19 -0400 X-Originating-IP: 92.169.116.19 Received: from localhost.localdomain (lfbn-1-4117-19.w92-169.abo.wanadoo.fr [92.169.116.19]) (Authenticated sender: mail@ambrevar.xyz) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 950E31C0006 for ; Thu, 4 Apr 2019 16:48:14 +0000 (UTC) From: Pierre Neidhardt Date: Thu, 4 Apr 2019 18:48:14 +0200 Message-Id: <20190404164814.26096-1-mail@ambrevar.xyz> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.197 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) 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: -1.0 (-) * guix/licenses.scm (apsl2.0): New variable. --- guix/licenses.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index 676e71acdb..623ec69898 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -34,6 +34,7 @@ #:use-module (srfi srfi-9) #:export (license? license-name license-uri license-comment agpl1 agpl3 agpl3+ + apsl2.0 asl1.1 asl2.0 boost1.0 bsd-2 bsd-3 bsd-4 @@ -129,6 +130,11 @@ "https://gnu.org/licenses/agpl.html" "https://gnu.org/licenses/why-affero-gpl.html")) +(define apsl2.0 + (license "APSL 2.0" + "https://opensource.apple.com/apsl/" + "Apple Public Source License 2.0")) + (define asl1.1 (license "ASL 1.1" "http://directory.fsf.org/wiki/License:Apache1.1" -- 2.21.0 From unknown Fri Sep 19 16:06:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35147] [PATCH 2/2] gnu: Add hfsprogs. References: <20190404164814.26096-1-mail@ambrevar.xyz> In-Reply-To: <20190404164814.26096-1-mail@ambrevar.xyz> Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 04 Apr 2019 16:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35147 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35147@debbugs.gnu.org Received: via spool by 35147-submit@debbugs.gnu.org id=B35147.155439660318846 (code B ref 35147); Thu, 04 Apr 2019 16:51:02 +0000 Received: (at 35147) by debbugs.gnu.org; 4 Apr 2019 16:50:03 +0000 Received: from localhost ([127.0.0.1]:44625 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC5Yt-0004tT-7W for submit@debbugs.gnu.org; Thu, 04 Apr 2019 12:50:03 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:55231) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC5Yq-0004tJ-H7 for 35147@debbugs.gnu.org; Thu, 04 Apr 2019 12:49:57 -0400 X-Originating-IP: 92.169.116.19 Received: from localhost.localdomain (lfbn-1-4117-19.w92-169.abo.wanadoo.fr [92.169.116.19]) (Authenticated sender: mail@ambrevar.xyz) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 6A4BB1C0002 for <35147@debbugs.gnu.org>; Thu, 4 Apr 2019 16:49:55 +0000 (UTC) From: Pierre Neidhardt Date: Thu, 4 Apr 2019 18:49:54 +0200 Message-Id: <20190404164954.26854-1-mail@ambrevar.xyz> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) 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: -1.7 (-) * gnu/packages/linux.scm (hfsprogs): New variable. --- gnu/packages/linux.scm | 54 +++++++ .../patches/hfsplus-tools-no-blocks.patch | 147 ++++++++++++++++++ 2 files changed, 201 insertions(+) create mode 100644 gnu/packages/patches/hfsplus-tools-no-blocks.patch diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 06bf8095be..dcc9e946a2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -80,8 +80,10 @@ #:use-module (gnu packages gnuzilla) #:use-module (gnu packages gperf) #:use-module (gnu packages gtk) + #:use-module (gnu packages libbsd) #:use-module (gnu packages libunwind) #:use-module (gnu packages libusb) + #:use-module (gnu packages llvm) #:use-module (gnu packages man) #:use-module (gnu packages maths) #:use-module (gnu packages multiprecision) @@ -5329,3 +5331,55 @@ have to construct the archives directly, without using the archiver.") (description "inputattach dispatches input events from several device types and interfaces and translates so that the X server can use them.") (license license:gpl2+))) + +(define-public hfsprogs + (package + (name "hfsprogs") + (version "540.1") + (source (origin + (method url-fetch) + (uri (string-append + ;; The tarball from + ;; https://opensource.apple.com/tarballs/diskdev_cmds/ + ;; does not contain any Makefile. + "http://cavan.codon.org.uk/~mjg59/diskdev_cmds/diskdev_cmds-" + version ".linux3.tar.gz")) + (sha256 + (base32 + "15sl9z1dafykj3b249z6a82p74ljqpgkvh97l0vbz8zrjwx206xh")) + ;; The patch cleans up the Makefile so we don't need clang, among others. + (patches (search-patches "hfsplus-tools-no-blocks.patch")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; No tests. + #:phases + (modify-phases %standard-phases + (delete 'configure) + (replace 'build + (lambda _ + ;; FIXME: Weirdly enough, PWD points to the parent directory when + ;; expanded in the CFLAGS, which leads the build to fail with + ;; "missing.h" not found. + (invoke "make" "CC=gcc" + (string-append "PWD=" (getcwd))))) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (bin (string-append out "/bin/")) + (doc (string-append out "/share/man/man8"))) + (mkdir-p bin) + (copy-file "newfs_hfs.tproj/newfs_hfs" (string-append bin "/mkfs.hfsplus")) + (copy-file "fsck_hfs.tproj/fsck_hfs" (string-append bin "/fsck.hfsplus")) + (mkdir-p doc) + (copy-file "newfs_hfs.tproj/newfs_hfs.8" (string-append doc "/mkfs.hfsplus.8")) + (copy-file "fsck_hfs.tproj/fsck_hfs.8" (string-append doc "/fsck.hfsplus.8")))))))) + (inputs + `(("openssl" ,openssl))) + (native-inputs + `(("libbsd" ,libbsd) + ("util-linux" ,util-linux))) + (home-page "https://opensource.apple.com/") + (synopsis "HFS/HFS+ file system tools") + (description "This package provides user space tools to create and check +Apple HFS/HFS+ filesystems.") + (license license:apsl2.0))) diff --git a/gnu/packages/patches/hfsplus-tools-no-blocks.patch b/gnu/packages/patches/hfsplus-tools-no-blocks.patch new file mode 100644 index 0000000000..2017055744 --- /dev/null +++ b/gnu/packages/patches/hfsplus-tools-no-blocks.patch @@ -0,0 +1,147 @@ +diff -up diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib/SControl.c.jx diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib/SControl.c +--- diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib/SControl.c.jx 2012-02-02 17:16:56.000000000 -0500 ++++ diskdev_cmds-540.1.linux3/fsck_hfs.tproj/dfalib/SControl.c 2014-06-18 13:01:42.716781467 -0400 +@@ -200,6 +200,22 @@ isMinorError(int msg, int *counts) + } + } + ++static int *msgCounts = NULL; ++static jmp_buf envBuf; ++ ++static fsck_block_status_t ++fsckAfterCallback(fsck_ctx_t c, int msgNum, va_list args) ++{ ++ if (abs(msgNum) > E_FirstError && abs(msgNum) < E_LastError) { ++ if (isMinorError(abs(msgNum), msgCounts) == 1) ++ return fsckBlockContinue; ++ longjmp(envBuf, 1); ++ return fsckBlockAbort; ++ } else { ++ return fsckBlockContinue; ++ } ++} ++ + /*------------------------------------------------------------------------------ + + External +@@ -207,7 +223,6 @@ External + + ------------------------------------------------------------------------------*/ + +-static jmp_buf envBuf; + int + CheckHFS( const char *rdevnode, int fsReadRef, int fsWriteRef, int checkLevel, + int repairLevel, fsck_ctx_t fsckContext, int lostAndFoundMode, +@@ -222,7 +237,6 @@ CheckHFS( const char *rdevnode, int fsRe + int isJournaled = 0; + Boolean autoRepair; + Boolean exitEarly = 0; +- __block int *msgCounts = NULL; + Boolean majorErrors = 0; + + if (checkLevel == kMajorCheck) { +@@ -292,16 +306,7 @@ CheckHFS( const char *rdevnode, int fsRe + * the message in question corresponds to a major or a minor error. If it's + * major, we longjmp just above, which causes us to exit out early. + */ +- fsckSetBlock(fsckContext, fsckPhaseAfterMessage, (fsckBlock_t) ^(fsck_ctx_t c, int msgNum, va_list args) { +- if (abs(msgNum) > E_FirstError && abs(msgNum) < E_LastError) { +- if (isMinorError(abs(msgNum), msgCounts) == 1) +- return fsckBlockContinue; +- longjmp(envBuf, 1); +- return fsckBlockAbort; +- } else { +- return fsckBlockContinue; +- } +- }); ++ fsckSetBlock(fsckContext, fsckPhaseAfterMessage, fsckAfterCallback); + } + } + DoAgain: +diff -up diskdev_cmds-540.1.linux3/fsck_hfs.tproj/fsck_messages.c.jx diskdev_cmds-540.1.linux3/fsck_hfs.tproj/fsck_messages.c +--- diskdev_cmds-540.1.linux3/fsck_hfs.tproj/fsck_messages.c.jx 2012-02-02 17:42:58.000000000 -0500 ++++ diskdev_cmds-540.1.linux3/fsck_hfs.tproj/fsck_messages.c 2014-06-18 12:57:01.110952333 -0400 +@@ -29,7 +29,6 @@ + #include + #include + #include +-#include + + #include "fsck_messages.h" + #include "fsck_keys.h" +@@ -287,20 +286,10 @@ fsckSetBlock(fsck_ctx_t c, fsck_block_ph + if (c != NULL) { + switch (phase) { + case fsckPhaseBeforeMessage: +- if (ctx->preMessage) { +- Block_release(ctx->preMessage); +- ctx->preMessage = NULL; +- } +- if (bp) +- ctx->preMessage = (fsckBlock_t)Block_copy(bp); ++ ctx->preMessage = bp; + break; + case fsckPhaseAfterMessage: +- if (ctx->postMessage) { +- Block_release(ctx->postMessage); +- ctx->postMessage = NULL; +- } +- if (bp) +- ctx->postMessage = (fsckBlock_t)Block_copy(bp); ++ ctx->postMessage = bp; + break; + case fsckPhaseNone: + /* Just here for compiler warnings */ +@@ -591,12 +580,6 @@ fsckDestroy(fsck_ctx_t c) + if (ctx->flags & cfFromFD) { + fclose(ctx->fp); + } +- if (ctx->preMessage) { +- Block_release(ctx->preMessage); +- } +- if (ctx->postMessage) { +- Block_release(ctx->postMessage); +- } + + free(ctx); + return; +diff -up diskdev_cmds-540.1.linux3/fsck_hfs.tproj/fsck_messages.h.jx diskdev_cmds-540.1.linux3/fsck_hfs.tproj/fsck_messages.h +--- diskdev_cmds-540.1.linux3/fsck_hfs.tproj/fsck_messages.h.jx 2012-02-02 17:54:40.000000000 -0500 ++++ diskdev_cmds-540.1.linux3/fsck_hfs.tproj/fsck_messages.h 2014-06-18 12:31:48.602094998 -0400 +@@ -139,7 +139,7 @@ typedef enum fsck_block_phase_type fsck_ + * the third is a va_list of the arguments for the message. + */ + +-typedef fsck_block_status_t (^fsckBlock_t)(fsck_ctx_t, int, va_list); ++typedef fsck_block_status_t (*fsckBlock_t)(fsck_ctx_t, int, va_list); + + extern fsckBlock_t fsckGetBlock(fsck_ctx_t, fsck_block_phase_t); + extern void fsckSetBlock(fsck_ctx_t, fsck_block_phase_t, fsckBlock_t); +diff -up diskdev_cmds-540.1.linux3/fsck_hfs.tproj/Makefile.lnx.jx diskdev_cmds-540.1.linux3/fsck_hfs.tproj/Makefile.lnx +--- diskdev_cmds-540.1.linux3/fsck_hfs.tproj/Makefile.lnx.jx 2012-02-03 11:25:21.000000000 -0500 ++++ diskdev_cmds-540.1.linux3/fsck_hfs.tproj/Makefile.lnx 2014-06-18 12:52:03.146015370 -0400 +@@ -4,7 +4,7 @@ OFILES = $(CFILES:.c=.o) + all: fsck_hfs + + fsck_hfs: $(OFILES) dfalib/libdfa.a +- $(CC) $(CFLAGS) $(LDFLAGS) $(OFILES) dfalib/libdfa.a -o fsck_hfs -lBlocksRunTime -lpthread ++ $(CC) $(CFLAGS) $(LDFLAGS) $(OFILES) dfalib/libdfa.a -o fsck_hfs -lpthread + + dfalib/libdfa.a: FORCE + $(MAKE) -C dfalib -f Makefile.lnx libdfa.a +diff -up diskdev_cmds-540.1.linux3/Makefile.jx diskdev_cmds-540.1.linux3/Makefile +--- diskdev_cmds-540.1.linux3/Makefile.jx 2012-02-16 15:00:18.000000000 -0500 ++++ diskdev_cmds-540.1.linux3/Makefile 2014-06-18 12:42:59.015463500 -0400 +@@ -1,9 +1,8 @@ + VERSION=540.1.linux3 + +-CC := clang +-CFLAGS := -g3 -Wall -fblocks -I$(PWD)/BlocksRunTime -I$(PWD)/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"$(VERSION)\" +-LDFLAGS := -Wl,--build-id -L$(PWD)/BlocksRunTime +-SUBDIRS := BlocksRunTime newfs_hfs.tproj fsck_hfs.tproj ++CFLAGS += -I$(PWD)/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"$(VERSION)\" ++LDFLAGS := -Wl,--build-id ++SUBDIRS := newfs_hfs.tproj fsck_hfs.tproj + + all clean: + for d in $(SUBDIRS); do $(MAKE) -C $$d -f Makefile.lnx $@; done -- 2.21.0 From unknown Fri Sep 19 16:06:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35147] Acknowledgement ([PATCH 1/2] gnu: Add apsl2.0.) Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 04 Apr 2019 16:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35147 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35147@debbugs.gnu.org Received: via spool by 35147-submit@debbugs.gnu.org id=B35147.155439706219524 (code B ref 35147); Thu, 04 Apr 2019 16:58:02 +0000 Received: (at 35147) by debbugs.gnu.org; 4 Apr 2019 16:57:42 +0000 Received: from localhost ([127.0.0.1]:44635 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC5gL-00054q-Qs for submit@debbugs.gnu.org; Thu, 04 Apr 2019 12:57:42 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:42905) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC5gK-00054h-5T for 35147@debbugs.gnu.org; Thu, 04 Apr 2019 12:57:40 -0400 X-Originating-IP: 92.169.116.19 Received: from bababa (lfbn-1-4117-19.w92-169.abo.wanadoo.fr [92.169.116.19]) (Authenticated sender: pierre@atlas.engineer) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 916FF240011 for <35147@debbugs.gnu.org>; Thu, 4 Apr 2019 16:57:36 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: References: <20190404164814.26096-1-mail@ambrevar.xyz> Date: Thu, 04 Apr 2019 18:57:36 +0200 Message-ID: <87pnq1n1xb.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) 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: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I've got a weird issue with the Makefile: =2D-8<---------------cut here---------------start------------->8--- CFLAGS +=3D -I$(PWD)/include -DDEBUG_BUILD=3D0 -D_FILE_OFFSET_BITS=3D64 -D = LINUX=3D1 -D BSD=3D1 -D VERSION=3D\"$(VERSION)\" =2D-8<---------------cut here---------------end--------------->8--- PWD is expanded to the parent directory of the current directory (what the hell?!?), I had to force it to the current directory for it to work. Any clue what's going on? It seems to work beside that. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlymN4AACgkQm9z0l6S7 zH+5Xwf6A3PBkAyCMSyZMb4C+H1OPiSEw6ESAt5bQv9amuwQ9p9gVKjfQE0tNGnO aPTdM/15B/DAa7c3ftGJpFu4Wy6Vc8zFBN6h/8/mW9G4Rq1kY0T5PPXwHHkav+lZ SXyGb4r1JVZ3sTysNDCREiM/AJJXUZdNla8AGjPxtMhTvhHph/iOuxXnVuMPzeyX qn/Zcr9fN680/LCtgvt34j+sGop9XvP3vviR7OLDpfT6GAoDs5uK6ZliV9+laoTh GE+604ItGeO6xcNvhFKXSLXi5gm3/RfokpicMgNtUI+tGs3/elYK42mt/8HcLzs6 uB1NxaBGvNrRic9qYM8YXUGwxkTJSw== =436v -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Sep 19 16:06:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35147] [PATCH 1/2] gnu: Add apsl2.0. Resent-From: zimoun Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 07 Apr 2022 12:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35147 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pierre Neidhardt Cc: 35147@debbugs.gnu.org Received: via spool by 35147-submit@debbugs.gnu.org id=B35147.164933577231122 (code B ref 35147); Thu, 07 Apr 2022 12:50:01 +0000 Received: (at 35147) by debbugs.gnu.org; 7 Apr 2022 12:49:32 +0000 Received: from localhost ([127.0.0.1]:60146 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncRZs-00085t-J5 for submit@debbugs.gnu.org; Thu, 07 Apr 2022 08:49:32 -0400 Received: from mail-wm1-f51.google.com ([209.85.128.51]:35501) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ncRZn-00085S-Uf for 35147@debbugs.gnu.org; Thu, 07 Apr 2022 08:49:31 -0400 Received: by mail-wm1-f51.google.com with SMTP id c190-20020a1c35c7000000b0038e37907b5bso5636609wma.0 for <35147@debbugs.gnu.org>; Thu, 07 Apr 2022 05:49:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=CEh07qr01OFbUONVMRfNF3sAGN3OtHG/qKv6mdfctQk=; b=Pz/hs7S5/qPZHaJOV94nNPBN3fTsOokVG5EkvQ7HN7QUVmZN/wA5mN8OgcHpm6lMbb G1JAHsv5reWxKy6N6ZI9EdZ7BubG6OsWl8ed3IONBZG41l5/4s2uKv4PFWnTPaBOX6Ei IWB8OpjpnJkdhYHAYqqdNo2gRoOXNZvZWaFzdmTuG58S2ah7RtDM1D1IYf0vFtzEd+Ia EzChGUkIRNABpH3h+KBYtxCUDxI0MxPq4eASiRhJTuKN59cE5/VNP343RhM9mFafUDq+ byNLmSp1i3Lqigsm78Mzafde6Cez42N6yejG7aFzXpSBnwj6McE+WtZ2sHSYshGqD9ew iIgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=CEh07qr01OFbUONVMRfNF3sAGN3OtHG/qKv6mdfctQk=; b=ehI3W4cQjJ7aguEiMxG3wjlnMIRGvAH+dKvOG+6qs9hqeG2z32g2qCS74YX0vGe+7T L7Gs/F/08lUANcj8LiTP3yJbzxOe84fPHR4o3P+nW6YE0SSI6ojtAXMO+eNmJDilN8jd Ix+N3azUaZQqo6Km/fMsCQsgDEoJl3whMdTgxFwDUkqL3vcDbdn4Aj6jkXpK8q2CINAu JLKDLcIGwIYxvRorgeM9VgN4KTQKt+pSAvq5SuHfXA6yrJq1agf1HItKkUnkhVFyWZWN 4vG6KD6TTzErTgHsOPt4Bu/YDTVWrGkiqaSYPVB0FPzbA+n6Usjke3jpI1lRWCToqVYd R1Gg== X-Gm-Message-State: AOAM533f0PC1OFdFASd443OpVPPpDYIrPcjeG1Xg0oUWb0D3paUbgf3+ hIwctiVIAtQhKFU0oCVrTY5lcCK7m+0= X-Google-Smtp-Source: ABdhPJySSb9p4o0F8keq/oSrTFFXvKlTxf1Hv8iaMfauIPAJTH/zzQCe4MRUD3J9EuRoMBC3ai7C4A== X-Received: by 2002:a05:600c:35cc:b0:38c:6d25:f4ad with SMTP id r12-20020a05600c35cc00b0038c6d25f4admr12051349wmq.127.1649335761995; Thu, 07 Apr 2022 05:49:21 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id 14-20020a056000154e00b00203f8adde0csm21204686wry.32.2022.04.07.05.49.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Apr 2022 05:49:21 -0700 (PDT) From: zimoun References: <20190404164814.26096-1-mail@ambrevar.xyz> <87pnq1n1xb.fsf@ambrevar.xyz> Date: Thu, 07 Apr 2022 14:48:43 +0200 In-Reply-To: <87pnq1n1xb.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Thu, 04 Apr 2019 18:57:36 +0200") Message-ID: <86a6cx2h5g.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.6 (+) 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: Hi, This old submission [1] is not merged yet. 1: Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.128.51 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.128.51 listed in wl.mailspike.net] 0.0 T_SPF_HELO_TEMPERROR SPF: test of HELO record failed (temperror) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (zimon.toutoune[at]gmail.com) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.0 T_SCC_BODY_TEXT_LINE No description available. 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.6 (/) Hi, This old submission [1] is not merged yet. 1: On Thu, 04 Apr 2019 at 18:57, Pierre Neidhardt wrote: > I've got a weird issue with the Makefile: > > CFLAGS += -I$(PWD)/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"$(VERSION)\" > > PWD is expanded to the parent directory of the current directory (what > the hell?!?), I had to force it to the current directory for it to > work. Any clue what's going on? Is it the blocker? > It seems to work beside I miss how it can work beside that. What is the next step? Especially about the addition of the Apple license to the guix/licenses.scm file. Do we drop this submission? If not, what is missing for merging it? Cheers, simon From unknown Fri Sep 19 16:06:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35147] [PATCH 1/2] gnu: Add apsl2.0. Resent-From: zimoun Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 19 May 2022 21:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35147 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pierre Neidhardt Cc: 35147@debbugs.gnu.org Received: via spool by 35147-submit@debbugs.gnu.org id=B35147.165299551721439 (code B ref 35147); Thu, 19 May 2022 21:26:02 +0000 Received: (at 35147) by debbugs.gnu.org; 19 May 2022 21:25:17 +0000 Received: from localhost ([127.0.0.1]:36730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nrne1-0005Zc-17 for submit@debbugs.gnu.org; Thu, 19 May 2022 17:25:17 -0400 Received: from mail-wr1-f44.google.com ([209.85.221.44]:44940) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nrndu-0005Yg-Qv for 35147@debbugs.gnu.org; Thu, 19 May 2022 17:25:11 -0400 Received: by mail-wr1-f44.google.com with SMTP id h5so7756006wrb.11 for <35147@debbugs.gnu.org>; Thu, 19 May 2022 14:25:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=+os3Uf+SaoXXtpng8Segs9eRpmmj1cQhfvJWXwo3pSM=; b=LS5WdOML5dYjsObkUSP1CtWt60P0E0+uCcqavHcETnmwslX2ufWsqfX2inF0fBICcl ELRAi7/Vwz8KjcPPIwVmHXeudy6cuyUET5ZPpnz2MYCpdt1joIUuqZnEyeGHn/wxn088 TarOPJsCSkGIFVw7QupOZhIUQzdZZo1PYwM8k2ZWzNhrBoza1iSaUk5K4UJaG5lmwqWz KNFWquMcsWspwcxraCaCHigCbstJXSyf4NQWg440v8yzct4S8fYd+N7kMuUoMSJafiT7 zUW8E3uohUnJQCOJs0qRm7iciKXp7Hvr21u/M9tKy+o2iOv5JO8PyeNX05RlcnrXV1lX utXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=+os3Uf+SaoXXtpng8Segs9eRpmmj1cQhfvJWXwo3pSM=; b=Q8DGWLNZBQzzsWprnMiinhP/66ImU7IIEXWYY1k6MPzw57NjN7HSUi2/LB8n9BzMth 0bahm1Bpkd2WTsLwN3LgTifkGq0hpTUnmXELlicn6ohkRl23tOvhkeKwgn9BnqXFnT7/ CbwNTJZq428eP5F6IkAyyGUE27szwGjc8Y644/d/q4xfAeajj+RadYjqQ/yBDE5DrPPP Wq4uBbL2JKsT8YwzTsWbAAnE+9Q+JBVGXyJtpNd5khM8tRN1yCICWfq3Kh0aFpOYujRc 5RcmZOhZp+QtFDS8ehqJldA4R/zp/SdXIbVOlgAsSUcVEdip/LXZYbiLWLcO+Kfih+gT JGSQ== X-Gm-Message-State: AOAM530Qtuas0+F5/rkun/ypQcKJWIfrxwm7vUvrG9Ty6ROIkShSr4Ht ANNv+WhpIvrQJaYkZOtVCEV3KsTsxNI= X-Google-Smtp-Source: ABdhPJycuI0F4fLrlA+cRTcxLeLO3QBDBP/FbxDE2Ao9HOuir569UZxzhfMTfHsopdwsugeXwmXDXw== X-Received: by 2002:adf:fb04:0:b0:20c:dcbb:95bc with SMTP id c4-20020adffb04000000b0020cdcbb95bcmr5699706wrr.393.1652995505230; Thu, 19 May 2022 14:25:05 -0700 (PDT) Received: from lili ([146.0.30.100]) by smtp.gmail.com with ESMTPSA id l24-20020adfa398000000b0020e60baffd1sm576605wrb.52.2022.05.19.14.25.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 May 2022 14:25:04 -0700 (PDT) From: zimoun References: <20190404164814.26096-1-mail@ambrevar.xyz> <87pnq1n1xb.fsf@ambrevar.xyz> <86a6cx2h5g.fsf_-_@gmail.com> Date: Thu, 19 May 2022 23:24:23 +0200 In-Reply-To: <86a6cx2h5g.fsf_-_@gmail.com> (zimoun's message of "Thu, 07 Apr 2022 14:48:43 +0200") Message-ID: <86ee0p8bco.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.6 (+) 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: Hi, On Thu, 07 Apr 2022 at 14:48, zimoun wrote: > On Thu, 04 Apr 2019 at 18:57, Pierre Neidhardt wrote: > This old submission [1] is not merged yet. > > 1: > Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.221.44 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (zimon.toutoune[at]gmail.com) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.221.44 listed in wl.mailspike.net] -0.0 T_SCC_BODY_TEXT_LINE No description available. 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.6 (/) Hi, On Thu, 07 Apr 2022 at 14:48, zimoun wrote: > On Thu, 04 Apr 2019 at 18:57, Pierre Neidhardt wrote: > This old submission [1] is not merged yet. > > 1: > > Do we drop this submission? If not, what is missing for merging it? I am proposing to drop this submission if no objection. Cheers, simon From unknown Fri Sep 19 16:06:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35147] [PATCH 1/2] gnu: Add apsl2.0. Resent-From: zimoun Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 23 Jun 2022 09:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35147 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pierre Neidhardt Cc: 35147@debbugs.gnu.org Received: via spool by 35147-submit@debbugs.gnu.org id=B35147.165597658525898 (code B ref 35147); Thu, 23 Jun 2022 09:30:02 +0000 Received: (at 35147) by debbugs.gnu.org; 23 Jun 2022 09:29:45 +0000 Received: from localhost ([127.0.0.1]:37391 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4J9l-0006jd-5T for submit@debbugs.gnu.org; Thu, 23 Jun 2022 05:29:45 -0400 Received: from mail-wr1-f52.google.com ([209.85.221.52]:43803) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4J9h-0006jG-Sg for 35147@debbugs.gnu.org; Thu, 23 Jun 2022 05:29:43 -0400 Received: by mail-wr1-f52.google.com with SMTP id g18so1241997wrb.10 for <35147@debbugs.gnu.org>; Thu, 23 Jun 2022 02:29:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=z8ewBDkm8bilXjpPxNHAbE8SgnUlfrbO5E1mehShkBE=; b=CKwTSgN3Jf4Tpko+0IFY7oLYMTD4YqVugKggUgdW95NeNwMgWgbQSuL6kkT1XR5Mo7 UBqGd2B6n56JoNfxDBkvJpuE5pQK310FhXi6vKfCEDHnGkEnv3yi6Ztjhvve6gNIa9Ky VqfJhRrm3FgUxZRXXjVjKmvQouWECUWuAsiCE8PLRSMjfsmEm3Z9rqE6cSp+kTAT/0oZ QTO2Jw1jhXP7/9CDn1JC+V650SsLPljBn5ArXSQTX/CJAn84TMTNOjJbSw72sikrQYKk HeL6gA0g+cHgG7/qr98wGvvbrw2dPjzEruAGgWCwM7u4VMWR6x7EZRqeOiCRQPx8v87D t5/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=z8ewBDkm8bilXjpPxNHAbE8SgnUlfrbO5E1mehShkBE=; b=1YSPIhfy3fm8qDXbnpNmlD5JRMffKFaKMLUMBoG4PY9S2EXtVosTJ7BZASSkeCHYY3 yap+WgRzPKayLmbPxsN6R2ftdBaREvaIKU8wHGmvySVDyu+XNBoYOpJoPOJjBbqasUho dwQf1vEsmyKnPiyr5Mum/esjMuzECSmEG420dV4hZrQIPQHDgefpodWvHsNDT0NfGZSP u7rU6MX8IUT/VgAcvB5QXq1Nr0RCHQyUOL6JXKhHWS666V7BRiteNhd+4pWD54Tr+pf4 arZzLaFC542iocS183ksmWpVvt1xdb0Xu2U7tZ9paTwrahysWhjDLL/+N7B6Gyk72Z0z Bh5Q== X-Gm-Message-State: AJIora9tyK6FE1LI7qvaIJZ5lduV7wqMZxbf5NGdtCN3x7ejlyQMM+GI RRFIUxP5SStqRZIPrBajxVDXSjYRkxs= X-Google-Smtp-Source: AGRyM1tPeszGCgQK53gbM83KkVx/1g6emkggj+xy5SV9w7GJe0FQt+Ke9qU+/11Y8FsfaUHaHQlv9g== X-Received: by 2002:a05:6000:1845:b0:21a:2c51:157c with SMTP id c5-20020a056000184500b0021a2c51157cmr7338634wri.390.1655976575997; Thu, 23 Jun 2022 02:29:35 -0700 (PDT) Received: from lili ([147.99.27.198]) by smtp.gmail.com with ESMTPSA id a12-20020a05600c2d4c00b003a02cbf862esm2313841wmg.13.2022.06.23.02.29.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Jun 2022 02:29:35 -0700 (PDT) From: zimoun References: <20190404164814.26096-1-mail@ambrevar.xyz> Date: Thu, 23 Jun 2022 11:22:29 +0200 In-Reply-To: <20190404164814.26096-1-mail@ambrevar.xyz> (Pierre Neidhardt's message of "Thu, 4 Apr 2019 18:48:14 +0200") Message-ID: <86k09791ka.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.6 (+) 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: Hi, On Thu, 04 Apr 2019 at 18:48, Pierre Neidhardt wrote: > * guix/licenses.scm (apsl2.0): New variable. Similar patch applied with 9c4aaa630d97f9f29ca1b732fb265bd583e83e02. Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (zimon.toutoune[at]gmail.com) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.221.52 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.221.52 listed in wl.mailspike.net] -0.0 T_SCC_BODY_TEXT_LINE No description available. 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.6 (/) Hi, On Thu, 04 Apr 2019 at 18:48, Pierre Neidhardt wrote: > * guix/licenses.scm (apsl2.0): New variable. Similar patch applied with 9c4aaa630d97f9f29ca1b732fb265bd583e83e02. Cheers, simon From unknown Fri Sep 19 16:06:51 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Pierre Neidhardt Subject: bug#35147: closed (Re: bug#35147: [PATCH 1/2] gnu: Add apsl2.0.) Message-ID: References: <86h74b91jb.fsf_-_@gmail.com> <20190404164814.26096-1-mail@ambrevar.xyz> X-Gnu-PR-Message: they-closed 35147 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 35147@debbugs.gnu.org Date: Thu, 23 Jun 2022 09:30:06 +0000 Content-Type: multipart/mixed; boundary="----------=_1655976606-26105-1" This is a multi-part message in MIME format... ------------=_1655976606-26105-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #35147: [PATCH 1/2] gnu: Add apsl2.0. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 35147@debbugs.gnu.org. --=20 35147: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D35147 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1655976606-26105-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 35147-done) by debbugs.gnu.org; 23 Jun 2022 09:29:49 +0000 Received: from localhost ([127.0.0.1]:37399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4J9o-0006kE-Ne for submit@debbugs.gnu.org; Thu, 23 Jun 2022 05:29:48 -0400 Received: from mail-wm1-f53.google.com ([209.85.128.53]:44744) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4J9j-0006jJ-2t for 35147-done@debbugs.gnu.org; Thu, 23 Jun 2022 05:29:45 -0400 Received: by mail-wm1-f53.google.com with SMTP id m32-20020a05600c3b2000b0039756bb41f2so1102174wms.3 for <35147-done@debbugs.gnu.org>; Thu, 23 Jun 2022 02:29:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=DDlDcwPKXlG3lL8nVSnIFMze99NmAFiVynj4hEChuOk=; b=PIvJfLWG1a1lbiZf8O54maDbGy4JikcR6mfFZPkAQygux0CMMxZ4eUDRjt3JDz8F96 ThO2c0mJhfJ97AjPIEZirFowSY01hXfgI3ehcfqanERZd3xH4aRXdwl4w6z2ewMcT/pU sdFivnPmzSe3WSCXOO1GAwcpooZ2Stf+4wfhNB2WbFSXenN71TB8s5J7piumElaemaC+ tLuLRjavh8WhPepjsvwDirMlAVCbPa3Cp9Xcvkn7owKef4N7ea93wGrKWo0mPDpTkfNC u99okRJF71+jbZiftxYd9SKAcnFPu4KS3aRA5dqtRZGQY6O/s92S2V6RTdEhp1QUJdlF q5oA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=DDlDcwPKXlG3lL8nVSnIFMze99NmAFiVynj4hEChuOk=; b=s/Zy3ylajLkTjoOfrNypV2NZ+zw4RNjgAVkYpjvMlEOtrW+J2Bkw70+F2S3KauFT4t zG273MZekr/WywfWWUwlfXAoIR+IN4gCoN92DebGxTz7HY2ip6iOIvF/4ndPiQqqoPJo 8nKMv+iyS7JpWUIFEF9FMjiwL12vXqfSPnwejZ0f7SNrC3Q5M34lnMn6BVt10MswRDNY hj5Bv2b0gNRiLSQ6kY73owJ1ehUrCrxqVamW5moOhNnrK8U7KWkGea72Ng5FZR6hvE1x WlmFUlWMqhcvOwy3TFeM86WEdOb5AHAb9XIM/P5NGUSRNJZS/XLpMde4IqtzigtaK3YJ PoEA== X-Gm-Message-State: AJIora9hG0wF+ProxGinowM4mKuC24C/k8rp+GUotQtmR1DPocknV8mr Z2gkGkPnbbleDvnyGM1NelrdvRBPHEU= X-Google-Smtp-Source: AGRyM1uj9GxAPy2rLOWwuCo5ZmMZnP4njc0Yf8ylJqaFMhcqIDqTKi82rQBviC6BL/uLI7fC/2/O9A== X-Received: by 2002:a05:600c:1f17:b0:39e:e931:ced9 with SMTP id bd23-20020a05600c1f1700b0039ee931ced9mr2972138wmb.27.1655976577386; Thu, 23 Jun 2022 02:29:37 -0700 (PDT) Received: from lili ([147.99.27.198]) by smtp.gmail.com with ESMTPSA id h4-20020a5d6e04000000b0020d02262664sm21674274wrz.25.2022.06.23.02.29.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Jun 2022 02:29:37 -0700 (PDT) From: zimoun To: Pierre Neidhardt Subject: Re: bug#35147: [PATCH 1/2] gnu: Add apsl2.0. References: <20190404164814.26096-1-mail@ambrevar.xyz> <20190404164954.26854-1-mail@ambrevar.xyz> Date: Thu, 23 Jun 2022 11:23:04 +0200 In-Reply-To: <20190404164954.26854-1-mail@ambrevar.xyz> (Pierre Neidhardt's message of "Thu, 4 Apr 2019 18:49:54 +0200") Message-ID: <86h74b91jb.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.6 (+) 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: Hi, On Thu, 04 Apr 2019 at 18:49, Pierre Neidhardt wrote: > * gnu/packages/linux.scm (hfsprogs): New variable. > --- I am closing so no news. Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.128.53 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.128.53 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 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (zimon.toutoune[at]gmail.com) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 35147-done Cc: 35147-done@debbugs.gnu.org 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.6 (/) Hi, On Thu, 04 Apr 2019 at 18:49, Pierre Neidhardt wrote: > * gnu/packages/linux.scm (hfsprogs): New variable. > --- I am closing so no news. Cheers, simon ------------=_1655976606-26105-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Apr 2019 16:48:31 +0000 Received: from localhost ([127.0.0.1]:44620 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC5XS-0004r6-Cu for submit@debbugs.gnu.org; Thu, 04 Apr 2019 12:48:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC5XO-0004qs-Or for submit@debbugs.gnu.org; Thu, 04 Apr 2019 12:48:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:46691) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hC5XJ-0003AT-IE for submit@debbugs.gnu.org; Thu, 04 Apr 2019 12:48:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hC5XI-0001Q6-Ey for guix-patches@gnu.org; Thu, 04 Apr 2019 12:48:21 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hC5XH-00036I-Du for guix-patches@gnu.org; Thu, 04 Apr 2019 12:48:20 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:59461) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hC5XH-0002uR-4e for guix-patches@gnu.org; Thu, 04 Apr 2019 12:48:19 -0400 X-Originating-IP: 92.169.116.19 Received: from localhost.localdomain (lfbn-1-4117-19.w92-169.abo.wanadoo.fr [92.169.116.19]) (Authenticated sender: mail@ambrevar.xyz) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 950E31C0006 for ; Thu, 4 Apr 2019 16:48:14 +0000 (UTC) From: Pierre Neidhardt To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: Add apsl2.0. Date: Thu, 4 Apr 2019 18:48:14 +0200 Message-Id: <20190404164814.26096-1-mail@ambrevar.xyz> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.197 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.0 (/) 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: -1.0 (-) * guix/licenses.scm (apsl2.0): New variable. --- guix/licenses.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index 676e71acdb..623ec69898 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -34,6 +34,7 @@ #:use-module (srfi srfi-9) #:export (license? license-name license-uri license-comment agpl1 agpl3 agpl3+ + apsl2.0 asl1.1 asl2.0 boost1.0 bsd-2 bsd-3 bsd-4 @@ -129,6 +130,11 @@ "https://gnu.org/licenses/agpl.html" "https://gnu.org/licenses/why-affero-gpl.html")) +(define apsl2.0 + (license "APSL 2.0" + "https://opensource.apple.com/apsl/" + "Apple Public Source License 2.0")) + (define asl1.1 (license "ASL 1.1" "http://directory.fsf.org/wiki/License:Apache1.1" -- 2.21.0 ------------=_1655976606-26105-1--