From cb48ffefa62ebc268e35661f549d03b53d0865cb Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 14 Sep 2023 18:24:43 +0200 Subject: Add back rp-pppoe Older versions of rp-pppoe were including "nonfree software recommendation (ServPoET)" and so they were patched with libre.patch. But now Arch Linux uses rp-pppoe 4.0, and there the only mention of ServPoET is in src/plugin.c: $ grep -i ServPoET -r * src/plugin.c: /* Set remote_number for ServPoET */ and we don't have files named in this way anymore: $ find -iname "*ServPoET*" so this makes the libre.patch used not necessary anymore, so we can now safely use Arch Linux package. Signed-off-by: Denis 'GNUtoo' Carikli --- blacklist.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/blacklist.txt b/blacklist.txt index 4a43b75..64537cd 100644 --- a/blacklist.txt +++ b/blacklist.txt @@ -641,7 +641,6 @@ rfc::parabola:630:[nonfree] documentation with restrictions on modification rhino-javadoc:rhino-javadoc:::[technical] Arch version was not built from source riscv64-linux-gnu-linux-api-headers:riscv64-linux-gnu-linux-libre-api-headers:parabola:36:[semifree] has source containing and recommending nonfree software root-cuda::parabola:2212:[uses-nonfree] depends on blacklisted 'cuda' -rp-pppoe:rp-pppoe:::[semifree] installs documentation about nonfree counterpart ruby2.7:ruby2.7:parabola:674:[semifree] json module has nonfree CVTUTF code; replace with pure Ruby implementation ruby-bundledgems:ruby-bundledgems:parabola:674:[technical] Rebuilt as part of 'ruby' package ruby-docs:ruby-docs:parabola:674:[technical] Rebuilt as part of 'ruby' package -- cgit v1.2.2