Re: problème nocem/gpg

Liste des GroupesRevenir à fcu serveurs 
Sujet : Re: problème nocem/gpg
De : schaefer (at) *nospam* alphanet.ch (Marc SCHAEFER)
Groupes : fr.comp.usenet.serveurs
Date : 02. Feb 2022, 18:15:11
Autres entêtes
Organisation : Posted through ALPHANET
Message-ID : <steamf$k45$1@shakotay.alphanet.ch>
References : 1 2 3 4 5
User-Agent : tin/2.4.3-20181224 ("Glen Mhor") (UNIX) (Linux/4.19.0-18-amd64 (x86_64))
jdd <jdd@dodin.org> wrote:
j'en ai trois, rajouter && 0 ?? à chaque?

non, juste celui à la ligne 289.

Voici en contextuel:

T'as aussi le debug en plus que tu peux utiliser :)

--- /usr/lib/news/bin/perl-nocem.distrib        2019-10-06 00:51:59.000000000 +0200
+++ /usr/lib/news/bin/perl-nocem        2021-12-02 14:34:33.368642963 +0100
@@ -194,6 +194,7 @@
 #        return;
 #    }
 
+
     # We do want it, so read the entire article.  Also copy it to
     # a temp file so that we can check the PGP signature when done.
     my $tmpfile = "$INN::Config::pathtmp/nocem.$$";
@@ -286,11 +287,13 @@
     }
     if ($pid == 0) {
         open(STDERR, '>&STDOUT');
-        if ($INN::Config::gpg) {
+        if ($INN::Config::gpg && 0 ) {
+            #logmsg("using " . $INN::Config::gpg . " --verify --allow-weak-digest-algos --status-fd=1 --keyring=" . $keyring . " " . $art, 'debug');
             exec($INN::Config::gpg, '--status-fd=1',
                 '--verify', '--allow-weak-digest-algos',
                 $keyring ? '--keyring=' . $keyring : '', $art);
         } else {
+            #logmsg("using " . $INN::Config::gpgv . " --status-fd=1 --keyring=" . $keyring . " " . $art, 'debug');
             exec($INN::Config::gpgv, '--status-fd=1',
                 $keyring ? '--keyring=' . $keyring : '', $art);
         }


Date Sujet#  Auteur
2 Feb 22 * problème nocem/gpg24jdd
2 Feb 22 +* Re: problème nocem/gpg16Marc SCHAEFER
2 Feb 22 i+* Re: problème nocem/gpg6jdd
2 Feb 22 ii`* Re: problème nocem/gpg5Marc SCHAEFER
2 Feb 22 ii `* Re: problème nocem/gpg4jdd
2 Feb 22 ii  `* Re: problème nocem/gpg3Marc SCHAEFER
2 Feb 22 ii   `* Re: problème nocem/gpg2jdd
3 Feb 22 ii    `- Re: problème nocem/gpg1Marc SCHAEFER
4 Feb 22 i`* Re: problème nocem/gpg9Julien ÉLIE
4 Feb 22 i +* Re: problème nocem/gpg3jdd
4 Feb 22 i i+- Re: problème nocem/gpg1Julien ÉLIE
5 Feb 22 i i`- Re: problème nocem/gpg1Marc SCHAEFER
4 Feb 22 i +* Re: problème nocem/gpg2jdd
4 Feb 22 i i`- Re: problème nocem/gpg1Julien ÉLIE
5 Feb 22 i `* Re: problème nocem/gpg3Marc SCHAEFER
5 Feb 22 i  `* Re: problème nocem/gpg2Marc SCHAEFER
5 Feb 22 i   `- Re: problème nocem/gpg1Julien ÉLIE
2 Feb 22 `* Re: problème nocem/gpg7yamo'
2 Feb 22  +* Re: problème nocem/gpg5jdd
3 Feb 22  i`* Re: problème nocem/gpg4LaLibreParole
3 Feb 22  i `* Re: problème nocem/gpg3jdd
3 Feb 22  i  `* Re: problème nocem/gpg2LaLibreParole
3 Feb 22  i   `- Re: problème nocem/gpg1jdd
4 Feb 22  `- Re: problème nocem/gpg1Julien ÉLIE

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal