From hironori.ueno at protonmail.com Tue Mar 1 04:09:16 2022 From: hironori.ueno at protonmail.com (hironori.ueno) Date: Tue, 01 Mar 2022 04:09:16 +0000 Subject: [Assist] How can I downgrade GCC? In-Reply-To: References: Message-ID: Thank you. I thought it might not work because of the warning, but I should have started by checking the module in action. I can't check the operation of the module right now, so I'll check it later. ------- Original Message ------- On Tuesday, March 1st, 2022 at 12:46 AM, wrote: > On 2022-02-28 13:36, hironori.ueno wrote: > > > Hi, > > > > I have a problem and please let me know if there is a solution. > > > > I tried to build a module for dkms and got the following warning: > > > > ---------------------------- > > > > warning: the compiler differs from the one used to build the kernel > > > > The kernel was built by: gcc (GCC) 11.1.0 > > > > You are using: gcc (GCC) 11.2.0 > > > > ---------------------------- > > > > I thought it was a problem caused by updating GCC and tried to > > > > downgrade to get GCC back from 11.2.0 to 11.1.0. > > > > For the downgrade, I used the "downgrade" provided by AUR. > > > > ---------------------------- > > > > $ sudo downgrade gcc gcc-libs > > > > ---------------------------- > > Without being an expert, my experience is that downgrading anything > > related to libc means to downgrade the whole system or building a lot of > > packages from scratch. I imagine that a similar situation arises with > > GCC. > > Also, sometimes, warnings are innocuous (you can disregard them). In > > your case, I would try to compile and see if it works. > > ------------------------------------------------- > > This free account was provided by VFEmail.net - report spam to abuse at vfemail.net > > ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! > > $24.95 ONETIME Lifetime accounts with Privacy Features! > > 15GB disk! No bandwidth quotas! > > Commercial and Bulk Mail Options! > > _______________________________________________ > > Assist mailing list > > Assist at lists.parabola.nu > > https://lists.parabola.nu/mailman/listinfo/assist From hironori.ueno at protonmail.com Tue Mar 1 04:30:10 2022 From: hironori.ueno at protonmail.com (hironori.ueno) Date: Tue, 01 Mar 2022 04:30:10 +0000 Subject: [Assist] How can I downgrade GCC? In-Reply-To: <20220228232052.0bd9e02e@primarylaptop.localdomain> References: <20220228232052.0bd9e02e@primarylaptop.localdomain> Message-ID: <0z2nq1JAVs_zOUWhPoyyQiy5iu1wjAJmhh-Qdu_LMbiphU70HSwOvR3EJLMsJL2COB7x6ighLLmEHFc_qPvU378jxDy1T1rCWr-4_CN1V3k=@protonmail.com> Thank you Denis. I am using the following versions of the kernel and architecture. $ uname -rm 5.15.12-gnu-1 x86_64 I also knew that I needed to get the developers to build the kernel with a newer version of GCC. However, since it is a rolling release method, I thought that the problem was that I updated the GCC package without checking it, so I tried to downgrade(and it didn't work) Should I contact the kernel package maintainer in such cases? ------- Original Message ------- On Tuesday, March 1st, 2022 at 7:20 AM, Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org wrote: > On Mon, 28 Feb 2022 13:36:01 +0000 > > "hironori.ueno" hironori.ueno at protonmail.com wrote: > >> Hi, > > Hi, > >> I have a problem and please let me know if there is a solution. >> >> I tried to build a module for dkms and got the following warning: >> >> ---------------------------- >> >> warning: the compiler differs from the one used to build the kernel >> >> The kernel was built by: gcc (GCC) 11.1.0 >> >> You are using: gcc (GCC) 11.2.0 >> >> ---------------------------- > > This is probably because we use GCC plugins for building the kernel: > >> $ grep CONFIG_GCC_PLUGINS abslibre/libre/linux-libre-/config. >> >> abslibre/libre/linux-libre-64/config.aarch64:CONFIG_GCC_PLUGINS=y >> >> abslibre/libre/linux-libre-64/config.armv7h:CONFIG_GCC_PLUGINS=y >> >> abslibre/libre/linux-libre-64/config.i686:CONFIG_GCC_PLUGINS=y >> >> abslibre/libre/linux-libre-64/config.x86_64:CONFIG_GCC_PLUGINS=y >> >> abslibre/libre/linux-libre-lts/config.armv7h:CONFIG_GCC_PLUGINS=y >> >> abslibre/libre/linux-libre-lts/config.i686:CONFIG_GCC_PLUGINS=y >> >> abslibre/libre/linux-libre-lts/config.x86_64:CONFIG_GCC_PLUGINS=y >> >> abslibre/libre/linux-libre-pck/config.armv7h:CONFIG_GCC_PLUGINS=y >> >> abslibre/libre/linux-libre-pck/config.i686:CONFIG_GCC_PLUGINS=y >> >> abslibre/libre/linux-libre-pck/config.x86_64:CONFIG_GCC_PLUGINS=y > > The solution is probably to have Parabola developers rebuild the kernels > > with newer GCCs here. > > What kernel and Parabola version (i686, armv7h, x86_64) do you use? > > Denis. -------------- next part -------------- An HTML attachment was scrubbed... URL: From andreas at grapentin.org Tue Mar 1 06:43:17 2022 From: andreas at grapentin.org (Andreas Grapentin) Date: Tue, 1 Mar 2022 07:43:17 +0100 Subject: [Assist] How can I downgrade GCC? In-Reply-To: <0z2nq1JAVs_zOUWhPoyyQiy5iu1wjAJmhh-Qdu_LMbiphU70HSwOvR3EJLMsJL2COB7x6ighLLmEHFc_qPvU378jxDy1T1rCWr-4_CN1V3k=@protonmail.com> References: <20220228232052.0bd9e02e@primarylaptop.localdomain> <0z2nq1JAVs_zOUWhPoyyQiy5iu1wjAJmhh-Qdu_LMbiphU70HSwOvR3EJLMsJL2COB7x6ighLLmEHFc_qPvU378jxDy1T1rCWr-4_CN1V3k=@protonmail.com> Message-ID: <20220301064317.crntbz2vmoicmojm@arch-kevin> fwiw, we have an issue that tracks this problem here: https://labs.parabola.nu/issues/3190 Best, Andreas On Tue, Mar 01, 2022 at 04:30:10AM +0000, hironori.ueno wrote: > Thank you Denis. > > I am using the following versions of the kernel and architecture. > $ uname -rm > 5.15.12-gnu-1 x86_64 > > I also knew that I needed to get the developers to build > the kernel with a newer version of GCC. > > However, since it is a rolling release method, I thought that > the problem was that I updated the GCC package without > checking it, so I tried to downgrade(and it didn't work) > Should I contact the kernel package maintainer in such cases? > > ------- Original Message ------- > > On Tuesday, March 1st, 2022 at 7:20 AM, Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org wrote: > > > On Mon, 28 Feb 2022 13:36:01 +0000 > > > > "hironori.ueno" hironori.ueno at protonmail.com wrote: > > > >> Hi, > > > > Hi, > > > >> I have a problem and please let me know if there is a solution. > >> > >> I tried to build a module for dkms and got the following warning: > >> > >> ---------------------------- > >> > >> warning: the compiler differs from the one used to build the kernel > >> > >> The kernel was built by: gcc (GCC) 11.1.0 > >> > >> You are using: gcc (GCC) 11.2.0 > >> > >> ---------------------------- > > > > This is probably because we use GCC plugins for building the kernel: > > > >> $ grep CONFIG_GCC_PLUGINS abslibre/libre/linux-libre-/config. > >> > >> abslibre/libre/linux-libre-64/config.aarch64:CONFIG_GCC_PLUGINS=y > >> > >> abslibre/libre/linux-libre-64/config.armv7h:CONFIG_GCC_PLUGINS=y > >> > >> abslibre/libre/linux-libre-64/config.i686:CONFIG_GCC_PLUGINS=y > >> > >> abslibre/libre/linux-libre-64/config.x86_64:CONFIG_GCC_PLUGINS=y > >> > >> abslibre/libre/linux-libre-lts/config.armv7h:CONFIG_GCC_PLUGINS=y > >> > >> abslibre/libre/linux-libre-lts/config.i686:CONFIG_GCC_PLUGINS=y > >> > >> abslibre/libre/linux-libre-lts/config.x86_64:CONFIG_GCC_PLUGINS=y > >> > >> abslibre/libre/linux-libre-pck/config.armv7h:CONFIG_GCC_PLUGINS=y > >> > >> abslibre/libre/linux-libre-pck/config.i686:CONFIG_GCC_PLUGINS=y > >> > >> abslibre/libre/linux-libre-pck/config.x86_64:CONFIG_GCC_PLUGINS=y > > > > The solution is probably to have Parabola developers rebuild the kernels > > > > with newer GCCs here. > > > > What kernel and Parabola version (i686, armv7h, x86_64) do you use? > > > > Denis. > _______________________________________________ > Assist mailing list > Assist at lists.parabola.nu > https://lists.parabola.nu/mailman/listinfo/assist -- ------------------------------------------------------------------------------ my GPG Public Key: https://files.grapentin.org/.gpg/public.key ------------------------------------------------------------------------------ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From hironori.ueno at protonmail.com Tue Mar 1 07:11:11 2022 From: hironori.ueno at protonmail.com (hironori.ueno) Date: Tue, 01 Mar 2022 07:11:11 +0000 Subject: [Assist] How can I downgrade GCC? In-Reply-To: <20220301064317.crntbz2vmoicmojm@arch-kevin> References: <20220228232052.0bd9e02e@primarylaptop.localdomain> <0z2nq1JAVs_zOUWhPoyyQiy5iu1wjAJmhh-Qdu_LMbiphU70HSwOvR3EJLMsJL2COB7x6ighLLmEHFc_qPvU378jxDy1T1rCWr-4_CN1V3k=@protonmail.com> <20220301064317.crntbz2vmoicmojm@arch-kevin> Message-ID: thank you. I understand that it has already been registered as an issue. ------- Original Message ------- On Tuesday, March 1st, 2022 at 3:43 PM, Andreas Grapentin andreas at grapentin.org wrote: > fwiw, we have an issue that tracks this problem here: > > https://labs.parabola.nu/issues/3190 > > Best, > > Andreas > > On Tue, Mar 01, 2022 at 04:30:10AM +0000, hironori.ueno wrote: > >> Thank you Denis. >> >> I am using the following versions of the kernel and architecture. >> >> $ uname -rm >> >> 5.15.12-gnu-1 x86_64 >> >> I also knew that I needed to get the developers to build >> >> the kernel with a newer version of GCC. >> >> However, since it is a rolling release method, I thought that >> >> the problem was that I updated the GCC package without >> >> checking it, so I tried to downgrade(and it didn't work) >> >> Should I contact the kernel package maintainer in such cases? >> >> ------- Original Message ------- >> >> On Tuesday, March 1st, 2022 at 7:20 AM, Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org wrote: >> >>> On Mon, 28 Feb 2022 13:36:01 +0000 >>> >>> "hironori.ueno" hironori.ueno at protonmail.com wrote: >>> >>>> Hi, >>> >>> Hi, >>> >>>> I have a problem and please let me know if there is a solution. >>>> >>>> I tried to build a module for dkms and got the following warning: >>>> >>>> ---------------------------- >>>> >>>> warning: the compiler differs from the one used to build the kernel >>>> >>>> The kernel was built by: gcc (GCC) 11.1.0 >>>> >>>> You are using: gcc (GCC) 11.2.0 >>>> >>>> ---------------------------- >>> >>> This is probably because we use GCC plugins for building the kernel: >>> >>>> $ grep CONFIG_GCC_PLUGINS abslibre/libre/linux-libre-/config. >>>> >>>> abslibre/libre/linux-libre-64/config.aarch64:CONFIG_GCC_PLUGINS=y >>>> >>>> abslibre/libre/linux-libre-64/config.armv7h:CONFIG_GCC_PLUGINS=y >>>> >>>> abslibre/libre/linux-libre-64/config.i686:CONFIG_GCC_PLUGINS=y >>>> >>>> abslibre/libre/linux-libre-64/config.x86_64:CONFIG_GCC_PLUGINS=y >>>> >>>> abslibre/libre/linux-libre-lts/config.armv7h:CONFIG_GCC_PLUGINS=y >>>> >>>> abslibre/libre/linux-libre-lts/config.i686:CONFIG_GCC_PLUGINS=y >>>> >>>> abslibre/libre/linux-libre-lts/config.x86_64:CONFIG_GCC_PLUGINS=y >>>> >>>> abslibre/libre/linux-libre-pck/config.armv7h:CONFIG_GCC_PLUGINS=y >>>> >>>> abslibre/libre/linux-libre-pck/config.i686:CONFIG_GCC_PLUGINS=y >>>> >>>> abslibre/libre/linux-libre-pck/config.x86_64:CONFIG_GCC_PLUGINS=y >>> >>> The solution is probably to have Parabola developers rebuild the kernels >>> >>> with newer GCCs here. >>> >>> What kernel and Parabola version (i686, armv7h, x86_64) do you use? >>> >>> Denis. > >> _______________________________________________ >> >> Assist mailing list >> >> Assist at lists.parabola.nu >> >> https://lists.parabola.nu/mailman/listinfo/assist > > -- > > ------------------------------------------------------------------------------ > > my GPG Public Key: https://files.grapentin.org/.gpg/public.key > > ------------------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: From andreas at grapentin.org Tue Mar 1 07:47:24 2022 From: andreas at grapentin.org (Andreas Grapentin) Date: Tue, 1 Mar 2022 08:47:24 +0100 Subject: [Assist] How can I downgrade GCC? In-Reply-To: References: <20220228232052.0bd9e02e@primarylaptop.localdomain> <0z2nq1JAVs_zOUWhPoyyQiy5iu1wjAJmhh-Qdu_LMbiphU70HSwOvR3EJLMsJL2COB7x6ighLLmEHFc_qPvU378jxDy1T1rCWr-4_CN1V3k=@protonmail.com> <20220301064317.crntbz2vmoicmojm@arch-kevin> Message-ID: <20220301074724.fqfpqpyotcszuqnu@arch-kevin> I didn't mean to dismiss your question, I instead wanted to encourage you to add your experiences to the issue I linked :) It is always important to talk about problems. Best, Andreas On Tue, Mar 01, 2022 at 07:11:11AM +0000, hironori.ueno wrote: > thank you. > I understand that it has already been registered as an issue. > > ------- Original Message ------- > > On Tuesday, March 1st, 2022 at 3:43 PM, Andreas Grapentin andreas at grapentin.org wrote: > > > fwiw, we have an issue that tracks this problem here: > > > > https://labs.parabola.nu/issues/3190 > > > > Best, > > > > Andreas > > > > On Tue, Mar 01, 2022 at 04:30:10AM +0000, hironori.ueno wrote: > > > >> Thank you Denis. > >> > >> I am using the following versions of the kernel and architecture. > >> > >> $ uname -rm > >> > >> 5.15.12-gnu-1 x86_64 > >> > >> I also knew that I needed to get the developers to build > >> > >> the kernel with a newer version of GCC. > >> > >> However, since it is a rolling release method, I thought that > >> > >> the problem was that I updated the GCC package without > >> > >> checking it, so I tried to downgrade(and it didn't work) > >> > >> Should I contact the kernel package maintainer in such cases? > >> > >> ------- Original Message ------- > >> > >> On Tuesday, March 1st, 2022 at 7:20 AM, Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org wrote: > >> > >>> On Mon, 28 Feb 2022 13:36:01 +0000 > >>> > >>> "hironori.ueno" hironori.ueno at protonmail.com wrote: > >>> > >>>> Hi, > >>> > >>> Hi, > >>> > >>>> I have a problem and please let me know if there is a solution. > >>>> > >>>> I tried to build a module for dkms and got the following warning: > >>>> > >>>> ---------------------------- > >>>> > >>>> warning: the compiler differs from the one used to build the kernel > >>>> > >>>> The kernel was built by: gcc (GCC) 11.1.0 > >>>> > >>>> You are using: gcc (GCC) 11.2.0 > >>>> > >>>> ---------------------------- > >>> > >>> This is probably because we use GCC plugins for building the kernel: > >>> > >>>> $ grep CONFIG_GCC_PLUGINS abslibre/libre/linux-libre-/config. > >>>> > >>>> abslibre/libre/linux-libre-64/config.aarch64:CONFIG_GCC_PLUGINS=y > >>>> > >>>> abslibre/libre/linux-libre-64/config.armv7h:CONFIG_GCC_PLUGINS=y > >>>> > >>>> abslibre/libre/linux-libre-64/config.i686:CONFIG_GCC_PLUGINS=y > >>>> > >>>> abslibre/libre/linux-libre-64/config.x86_64:CONFIG_GCC_PLUGINS=y > >>>> > >>>> abslibre/libre/linux-libre-lts/config.armv7h:CONFIG_GCC_PLUGINS=y > >>>> > >>>> abslibre/libre/linux-libre-lts/config.i686:CONFIG_GCC_PLUGINS=y > >>>> > >>>> abslibre/libre/linux-libre-lts/config.x86_64:CONFIG_GCC_PLUGINS=y > >>>> > >>>> abslibre/libre/linux-libre-pck/config.armv7h:CONFIG_GCC_PLUGINS=y > >>>> > >>>> abslibre/libre/linux-libre-pck/config.i686:CONFIG_GCC_PLUGINS=y > >>>> > >>>> abslibre/libre/linux-libre-pck/config.x86_64:CONFIG_GCC_PLUGINS=y > >>> > >>> The solution is probably to have Parabola developers rebuild the kernels > >>> > >>> with newer GCCs here. > >>> > >>> What kernel and Parabola version (i686, armv7h, x86_64) do you use? > >>> > >>> Denis. > > > >> _______________________________________________ > >> > >> Assist mailing list > >> > >> Assist at lists.parabola.nu > >> > >> https://lists.parabola.nu/mailman/listinfo/assist > > > > -- > > > > ------------------------------------------------------------------------------ > > > > my GPG Public Key: https://files.grapentin.org/.gpg/public.key > > > > ------------------------------------------------------------------------------ -- ------------------------------------------------------------------------------ my GPG Public Key: https://files.grapentin.org/.gpg/public.key ------------------------------------------------------------------------------ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: From hironori.ueno at protonmail.com Tue Mar 1 08:06:00 2022 From: hironori.ueno at protonmail.com (hironori.ueno) Date: Tue, 01 Mar 2022 08:06:00 +0000 Subject: [Assist] How can I downgrade GCC? In-Reply-To: <20220301074724.fqfpqpyotcszuqnu@arch-kevin> References: <20220228232052.0bd9e02e@primarylaptop.localdomain> <0z2nq1JAVs_zOUWhPoyyQiy5iu1wjAJmhh-Qdu_LMbiphU70HSwOvR3EJLMsJL2COB7x6ighLLmEHFc_qPvU378jxDy1T1rCWr-4_CN1V3k=@protonmail.com> <20220301064317.crntbz2vmoicmojm@arch-kevin> <20220301074724.fqfpqpyotcszuqnu@arch-kevin> Message-ID: got it! I will add the experience that happened on my computer to the URL you gave me. thank you. (I'm not good at English, so I'm sorry I may not have understood your advice correctly) ------- Original Message ------- On Tuesday, March 1st, 2022 at 4:47 PM, Andreas Grapentin wrote: > I didn't mean to dismiss your question, I instead wanted to encourage > > you to add your experiences to the issue I linked :) > > It is always important to talk about problems. > > Best, > > Andreas > > On Tue, Mar 01, 2022 at 07:11:11AM +0000, hironori.ueno wrote: > > > thank you. > > > > I understand that it has already been registered as an issue. > > > > ------- Original Message ------- > > > > On Tuesday, March 1st, 2022 at 3:43 PM, Andreas Grapentin andreas at grapentin.org wrote: > > > > > fwiw, we have an issue that tracks this problem here: > > > > > > https://labs.parabola.nu/issues/3190 > > > > > > Best, > > > > > > Andreas > > > > > > On Tue, Mar 01, 2022 at 04:30:10AM +0000, hironori.ueno wrote: > > > > > > > Thank you Denis. > > > > > > > > I am using the following versions of the kernel and architecture. > > > > > > > > $ uname -rm > > > > > > > > 5.15.12-gnu-1 x86_64 > > > > > > > > I also knew that I needed to get the developers to build > > > > > > > > the kernel with a newer version of GCC. > > > > > > > > However, since it is a rolling release method, I thought that > > > > > > > > the problem was that I updated the GCC package without > > > > > > > > checking it, so I tried to downgrade(and it didn't work) > > > > > > > > Should I contact the kernel package maintainer in such cases? > > > > > > > > ------- Original Message ------- > > > > > > > > On Tuesday, March 1st, 2022 at 7:20 AM, Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org wrote: > > > > > > > > > On Mon, 28 Feb 2022 13:36:01 +0000 > > > > > > > > > > "hironori.ueno" hironori.ueno at protonmail.com wrote: > > > > > > > > > > > Hi, > > > > > > > > > > Hi, > > > > > > > > > > > I have a problem and please let me know if there is a solution. > > > > > > > > > > > > I tried to build a module for dkms and got the following warning: > > > > > > > > > > > > ---------------------------- > > > > > > > > > > > > warning: the compiler differs from the one used to build the kernel > > > > > > > > > > > > The kernel was built by: gcc (GCC) 11.1.0 > > > > > > > > > > > > You are using: gcc (GCC) 11.2.0 > > > > > > > > > > > > ---------------------------- > > > > > > > > > > This is probably because we use GCC plugins for building the kernel: > > > > > > > > > > > $ grep CONFIG_GCC_PLUGINS abslibre/libre/linux-libre-/config. > > > > > > > > > > > > abslibre/libre/linux-libre-64/config.aarch64:CONFIG_GCC_PLUGINS=y > > > > > > > > > > > > abslibre/libre/linux-libre-64/config.armv7h:CONFIG_GCC_PLUGINS=y > > > > > > > > > > > > abslibre/libre/linux-libre-64/config.i686:CONFIG_GCC_PLUGINS=y > > > > > > > > > > > > abslibre/libre/linux-libre-64/config.x86_64:CONFIG_GCC_PLUGINS=y > > > > > > > > > > > > abslibre/libre/linux-libre-lts/config.armv7h:CONFIG_GCC_PLUGINS=y > > > > > > > > > > > > abslibre/libre/linux-libre-lts/config.i686:CONFIG_GCC_PLUGINS=y > > > > > > > > > > > > abslibre/libre/linux-libre-lts/config.x86_64:CONFIG_GCC_PLUGINS=y > > > > > > > > > > > > abslibre/libre/linux-libre-pck/config.armv7h:CONFIG_GCC_PLUGINS=y > > > > > > > > > > > > abslibre/libre/linux-libre-pck/config.i686:CONFIG_GCC_PLUGINS=y > > > > > > > > > > > > abslibre/libre/linux-libre-pck/config.x86_64:CONFIG_GCC_PLUGINS=y > > > > > > > > > > The solution is probably to have Parabola developers rebuild the kernels > > > > > > > > > > with newer GCCs here. > > > > > > > > > > What kernel and Parabola version (i686, armv7h, x86_64) do you use? > > > > > > > > > > Denis. > > > > > > > _______________________________________________ > > > > > > > > Assist mailing list > > > > > > > > Assist at lists.parabola.nu > > > > > > > > https://lists.parabola.nu/mailman/listinfo/assist > > > > > > -- > > > > > > ------------------------------------------------------------------------------ > > > > > > my GPG Public Key: https://files.grapentin.org/.gpg/public.key > > > > > > ------------------------------------------------------------------------------ > > -- > > ------------------------------------------------------------------------------ > > my GPG Public Key: https://files.grapentin.org/.gpg/public.key > > ------------------------------------------------------------------------------ From james at james-clarke.ynh.fr Tue Mar 22 14:56:12 2022 From: james at james-clarke.ynh.fr (James Clarke) Date: Tue, 22 Mar 2022 14:56:12 -0000 Subject: [Assist] Nikto should not be blacklisted Message-ID: <39425329f1644acf3027df2a24a23ba75ee338f5.camel@james-clarke.ynh.fr> This issue has been fixed for a while: https://labs.parabola.nu/issues/1053 If you look here, it clearly is a copy of the GPLv2 licence, which is compatible with the FSDG if included. https://github.com/sullo/nikto/blob/master/COPYING Please remove this from the your-freedom blacklist. -- Kind reguards, James Clarke -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: This is a digitally signed message part URL: