X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id AA0A0F84CED for ; Mon, 11 Mar 2019 09:10:09 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 25DE99E1F1B; Mon, 11 Mar 2019 09:10:09 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id E81AB9E144B; Mon, 11 Mar 2019 09:10:04 +0000 (UTC) Date: Mon, 11 Mar 2019 10:09:57 +0100 From: Natanael Copa To: Drew DeVault Cc: alpine-aports@lists.alpinelinux.org, Marc Vertes , Fabio Ribeiro , Philipp Andronov , TBK , Leonardo Arena , Fabian Affolter Subject: Re: [alpine-aports] [PATCH] community/mongodb: expunge nonfree software Message-ID: <20190311100957.749cfc4e@ncopa-desktop.copa.dup.pw> In-Reply-To: <20190306205813.12658-1-sir@cmpwn.com> References: <20190306205813.12658-1-sir@cmpwn.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 6 Mar 2019 13:58:13 -0700 Drew DeVault wrote: > Upstream has switched to a nonfree license. > --- > community/mongodb-tools/APKBUILD | 38 ------- > community/mongodb-tools/fix-build.patch | 13 --- > community/mongodb/APKBUILD | 100 ------------------ > community/mongodb/fix-backtrace.patch | 12 --- > community/mongodb/fix-default-stacksize.patch | 20 ---- > community/mongodb/fix-elf-native-class.patch | 12 --- > community/mongodb/fix-processinfo_linux.patch | 35 ------ > community/mongodb/fix-resolv.patch | 17 --- > community/mongodb/fix-strerror_r.patch | 13 --- > community/mongodb/mongodb.confd | 14 --- > community/mongodb/mongodb.initd | 41 ------- > community/mongodb/mongodb.logrotate | 13 --- > community/mongodb/mongodb.pre-install | 6 -- > community/mongodb/mongos.confd | 16 --- > community/mongodb/mongos.initd | 45 -------- > community/mongodb/wiredtiger.patch | 11 -- > community/php7-pecl-mongodb/APKBUILD | 35 ------ > .../wiredtiger/10-fix-code-generator.patch | 11 -- > community/wiredtiger/APKBUILD | 56 ---------- > .../makemake-remove-libtool-version.patch | 11 -- > non-free/unifi/APKBUILD | 95 ----------------- > non-free/unifi/mongo_prune.js | 87 --------------- > non-free/unifi/unifi.confd | 2 - > non-free/unifi/unifi.initd | 17 --- > non-free/unifi/unifi.logrotated | 8 -- > non-free/unifi/unifi.pre-install | 6 -- > non-free/unifi/unifi_db_prune.cron | 2 - > testing/mongo-c-driver/APKBUILD | 61 ----------- > .../mongo-c-driver/generate_uninstall.patch | 13 --- > testing/mongo-php7-library/APKBUILD | 33 ------ > testing/py-flask-mongoengine/APKBUILD | 41 ------- > testing/py-flask-pymongo/APKBUILD | 41 ------- > testing/py-flask-views/APKBUILD | 41 ------- > testing/py-mongo/APKBUILD | 55 ---------- > 34 files changed, 1021 deletions(-) > delete mode 100644 community/mongodb-tools/APKBUILD > delete mode 100644 community/mongodb-tools/fix-build.patch > delete mode 100644 community/mongodb/APKBUILD > delete mode 100644 community/mongodb/fix-backtrace.patch > delete mode 100644 community/mongodb/fix-default-stacksize.patch > delete mode 100644 community/mongodb/fix-elf-native-class.patch > delete mode 100644 community/mongodb/fix-processinfo_linux.patch > delete mode 100644 community/mongodb/fix-resolv.patch > delete mode 100644 community/mongodb/fix-strerror_r.patch > delete mode 100644 community/mongodb/mongodb.confd > delete mode 100644 community/mongodb/mongodb.initd > delete mode 100644 community/mongodb/mongodb.logrotate > delete mode 100644 community/mongodb/mongodb.pre-install > delete mode 100644 community/mongodb/mongos.confd > delete mode 100644 community/mongodb/mongos.initd > delete mode 100644 community/mongodb/wiredtiger.patch > delete mode 100644 community/php7-pecl-mongodb/APKBUILD > delete mode 100644 community/wiredtiger/10-fix-code-generator.patch > delete mode 100644 community/wiredtiger/APKBUILD > delete mode 100644 community/wiredtiger/makemake-remove-libtool-version.patch > delete mode 100644 non-free/unifi/APKBUILD > delete mode 100644 non-free/unifi/mongo_prune.js > delete mode 100644 non-free/unifi/unifi.confd > delete mode 100644 non-free/unifi/unifi.initd > delete mode 100644 non-free/unifi/unifi.logrotated > delete mode 100644 non-free/unifi/unifi.pre-install > delete mode 100755 non-free/unifi/unifi_db_prune.cron > delete mode 100644 testing/mongo-c-driver/APKBUILD > delete mode 100644 testing/mongo-c-driver/generate_uninstall.patch > delete mode 100644 testing/mongo-php7-library/APKBUILD > delete mode 100644 testing/py-flask-mongoengine/APKBUILD > delete mode 100644 testing/py-flask-pymongo/APKBUILD > delete mode 100644 testing/py-flask-views/APKBUILD > delete mode 100644 testing/py-mongo/APKBUILD > Wouldn't it be better to move those to non-free, rather than just delete? So people who still need them can build it themselves, til they have found new solution. -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---