Re: [Mono-list] Repository problem (Mono-devel-list Digest, Vol 154, Issue 25)

Jo Shields <[email protected]> Mon, 26 Feb 2018 14:34:56 -0500
Newsgroups gmane.comp.gnome.mono.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============2160292138405559013==
Content-Type: multipart/alternative;
 boundary="------------C2E25AEDA1752A97BDEEB9FE"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------C2E25AEDA1752A97BDEEB9FE
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

The instructions on 
http://www.mono-project.com/docs/getting-started/install/linux/#accessing-older-releases 
say "If for some reason you want to pin an older version of Mono rather 
than updating to the latest, you can modify the Debian repository to 
“wheezy/snapshots/X.XX.X” instead of “wheezy”. For example, 
“wheezy/snapshots/3.10.0” will lock you to that version."

Hence:

deb http://download.mono-project.com/repo/debian wheezy/snapshots/4.2.3 main

Just like it says in the instructions. I'm not sure where you got your 
instructions from, but the formatting of spaces and slashes matters, and 
was wrong in your instructions.


On 23/02/18 12:28, guy wrote:
> Thanks for the answer, Jimmy, I know that the repo you indicated works 
> fine.
>
> However, I specifically need snapshot 4.2.3 for Wheezy.
>
> Anyone willing to try / to solve the problem on the repo server?
>
> Guy
>
>
> On 23.02.2018 17:02, Jimmy Tang wrote:
>> Hi Guy,
>>
>> You may try the instructions at 
>> http://www.mono-project.com/download/stable/#download-lin-debian
>>
>> I just tested that the URL 
>> "http://download.mono-project.com/repo/debian wheezy main" works for me
>>
>> On Fri, Feb 23, 2018 at 8:48 AM, Guy <[email protected] 
>> <mailto:[email protected]>> wrote:
>>
>>     Hm, no one likes to answer my answer below??
>>
>>     Then the same question asked differently: What is the correct line
>>     for adding wheezy snapshot 4.2.3 to my /etc/apt/sources.list?
>>
>>     I haven't found a way around the problem of the missing repo files
>>     yet.
>>
>>     Guy
>>
>>
>> __________________________________________________________________
>>
>>
>>
>>     This thread originally had been started on the packagers list, but
>>     I was told to move to this place.
>>
>>     Jo, the verification that you made probably referred to a
>>     different directory. I was told to
>>
>>     sudo  add-apt-repository  "deb 
>> http://download.mono-project.com/repo/debian
>>     <http://download.mono-project.com/repo/debian> wheezy/snapshots
>>     4.2.3/main"
>>
>>     And yes, I also added the GPG key and called apt-get update.
>>
>>     However, I get messages related to� "untrusted source" and "cannot
>>     be authenticated".
>>
>>     As far as I observed, the add-apt-repository command from above
>>     makes my system access
>> http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/
>> <http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/>
>>     and there, some things are missing:
>>     - The file Release doesn't contain the hashes of Release itself,
>>     nor those of Packages and Packages.gz
>>     - Release.gpg is missing
>>
>>     Now, what's wrong?
>>     - Does the add-apt-repository command point to the wrong location?
>>     - Or is there a problem on the server?
>>
>>     Thank you in advance!
>>
>>     Guy
>>
>>
>>
>>     On 02.02.2018 21:26, Jo Shields wrote:
>>>     Yeah. Or Gitter.
>>>
>>>     As for the issue at hand, I don't see a problem?
>>>
>>>     directhex@origin-download:/srv/www/mono/repo/debian/dists$ gpg
>>>     --verify wheezy/snapshots/4.2.3/Release.gpg
>>>     wheezy/snapshots/4.2.3/Release
>>>     gpg: Signature made Mon 13 Jun 2016 10:26:19 AM UTC using RSA key
>>>     ID D3D831EF
>>>     directhex@origin-download:/srv/www/mono/repo/debian/dists$ grep
>>>     binary-amd64/Packages.gz wheezy/snapshots/4.2.3/Release
>>>     6208b41daa29eb86cad4b1b463457f49 56477 
>>> main/binary-amd64/Packages.gz
>>>     3b150372db6f7726d5084f260123fdb949af0dae 56477
>>>     main/binary-amd64/Packages.gz
>>> 4a96f46b972662fbb942306f6bbc15624456f3da2c4e44632628522f9292f83c
>>>     56477 main/binary-amd64/Packages.gz
>>>     directhex@origin-download:/srv/www/mono/repo/debian/dists$ md5sum
>>>     wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
>>>     6208b41daa29eb86cad4b1b463457f49
>>>     wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
>>>     directhex@origin-download:/srv/www/mono/repo/debian/dists$
>>>     sha1sum wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
>>>     3b150372db6f7726d5084f260123fdb949af0dae
>>>     wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
>>>     directhex@origin-download:/srv/www/mono/repo/debian/dists$
>>>     sha256sum wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
>>> 4a96f46b972662fbb942306f6bbc15624456f3da2c4e44632628522f9292f83c
>>>     wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
>>>
>>>     Are you sure apt trusts the GPG key? Use:
>>>     apt-key adv --keyserver hkp://keyserver.ubuntu.com
>>>     <http://keyserver.ubuntu.com>:80--recv-keys
>>>     3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
>>>
>>>     Sent from Outlook <http://aka.ms/weboutlook>
>>>
>>> ------------------------------------------------------------------------ 
>>>
>>>     *From:* Alexander K�plinger
>>>     *Sent:* 02 February 2018 15:18
>>>     *To:* Guy
>>>     *Cc:* Jo Shields; [email protected]
>>>     <mailto:[email protected]>
>>>     *Subject:* Re: [Mono-list] Repository problem
>>>     I added Jo in CC who is our Linux packaging expert.
>>>
>>>     @Jo: should we direct users to the mono-devel list instead?
>>>
>>>     - Alex
>>>
>>>     > On 2 Feb 2018, at 10:30, Guy <[email protected]>
>>>     <mailto:[email protected]> wrote:
>>>     >
>>>     > Hello list members,
>>>     >
>>>     > There's a problem with the repository for Debian Wheezy. I
>>>     reported that problem on the mono-packagers-list a few days ago
>>>     (see below) but I didn't get an answer. It looks tome as if that
>>>     list is not followed by any packager any longer.
>>>     >
>>>     > What would be the right place for reporting the problem?
>>>     >
>>>     > Kind regards
>>>     >
>>>     > Guy
>>>     >
>>>     >
>>>     > ___________________________________________________
>>>     >
>>>     >
>>>     > Hello everybody,
>>>     >
>>>     > I hope this is the right list for a problem I have. When trying
>>>     to install Mono from repo
>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&reserved=0
>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&reserved=0>
>>>     for Wheezy I get error messages related to "untrusted source" and
>>>     "cannot be authenticated".
>>>     >
>>>     > The problem seems to be located in
>>>     >
>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&reserved=0
>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&reserved=0>
>>>
>>>     > where:
>>>     > - The file Release doesn't contain the hashes of Release
>>>     itself, nor those of Packages and Packages.gz
>>>     > - Release.gpg has not been generated
>>>     >
>>>     > Could you please check?
>>>     >
>>>     > Many thanks in advance!
>>>     >
>>>     > Guy
>>>     > _______________________________________________
>>>     > Mono-list maillist� - [email protected]
>>>     <mailto:[email protected]>
>>>     >
>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&reserved=0
>>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&reserved=0>
>>>
>>
>>
>>     _______________________________________________
>>     Mono-devel-list mailing list
>>     [email protected] <mailto:[email protected]>
>>     http://lists.dot.net/mailman/listinfo/mono-devel-list
>> <http://lists.dot.net/mailman/listinfo/mono-devel-list>
>>
>>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.dot.net/pipermail/mono-devel-list/attachments/20180223/3241bfe7/attachment.html>
>


--------------C2E25AEDA1752A97BDEEB9FE
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>The instructions on
<a class="moz-txt-link-freetext" href="http://www.mono-project.com/docs/getting-started/install/linux/#accessing-older-releases">http://www.mono-project.com/docs/getting-started/install/linux/#accessing-older-releases</a>
      say <span style="color: rgb(34, 34, 34); font-family:
        &quot;Helvetica Neue&quot;, Helvetica, Helvetica, Arial,
        sans-serif; font-size: 16px; font-style: normal;
        font-variant-ligatures: normal; font-variant-caps: normal;
        font-weight: 400; letter-spacing: normal; orphans: 2;
        text-align: start; text-indent: 0px; text-transform: none;
        white-space: normal; widows: 2; word-spacing: 0px;
        -webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
        255); text-decoration-style: initial; text-decoration-color:
        initial; display: inline !important; float: none;">"If for some
        reason you want to pin an older version of Mono rather than
        updating to the latest, you can modify the Debian repository to
        “wheezy/snapshots/X.XX.X” instead of “wheezy”. For example,
        “wheezy/snapshots/3.10.0” will lock you to that version."</span></p>
    <p>Hence:<br>
    </p>
    <p>deb <a class="moz-txt-link-freetext" href="http://download.mono-project.com/repo/debian">http://download.mono-project.com/repo/debian</a>
      wheezy/snapshots/4.2.3 main</p>
    <p>Just like it says in the instructions. I'm not sure where you got
      your instructions from, but the formatting of spaces and slashes
      matters, and was wrong in your instructions.<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 23/02/18 12:28, guy wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:[email protected]">Thanks
      for the answer, Jimmy, I know that the repo you indicated works
      fine.
      <br>
      <br>
      However, I specifically need snapshot 4.2.3 for Wheezy.
      <br>
      <br>
      Anyone willing to try / to solve the problem on the repo server?
      <br>
      <br>
      Guy
      <br>
      <br>
      <br>
      On 23.02.2018 17:02, Jimmy Tang wrote:
      <br>
      <blockquote type="cite">Hi Guy,
        <br>
        <br>
        You may try the instructions at
        <a class="moz-txt-link-freetext" href="http://www.mono-project.com/download/stable/#download-lin-debian">http://www.mono-project.com/download/stable/#download-lin-debian</a>
        <br>
        <br>
        I just tested that the URL
        <a class="moz-txt-link-rfc2396E" href="http://download.mono-project.com/repo/debianwheezymain">"http://download.mono-project.com/repo/debian wheezy main"</a> works
        for me
        <br>
        <br>
        On Fri, Feb 23, 2018 at 8:48 AM, Guy &lt;<a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
        <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]">&lt;mailto:[email protected]&gt;</a>&gt; wrote:
        <br>
        <br>
            Hm, no one likes to answer my answer below??
        <br>
        <br>
            Then the same question asked differently: What is the
        correct line
        <br>
            for adding wheezy snapshot 4.2.3 to my
        /etc/apt/sources.list?
        <br>
        <br>
            I haven't found a way around the problem of the missing repo
        files
        <br>
            yet.
        <br>
        <br>
            Guy
        <br>
        <br>
        <br>
           
        __________________________________________________________________
        <br>
        <br>
        <br>
        <br>
            This thread originally had been started on the packagers
        list, but
        <br>
            I was told to move to this place.
        <br>
        <br>
            Jo, the verification that you made probably referred to a
        <br>
            different directory. I was told to
        <br>
        <br>
            sudo  add-apt-repository  "deb
        <a class="moz-txt-link-freetext" href="http://download.mono-project.com/repo/debian">http://download.mono-project.com/repo/debian</a>
        <br>
            <a class="moz-txt-link-rfc2396E" href="http://download.mono-project.com/repo/debian">&lt;http://download.mono-project.com/repo/debian&gt;</a>
        wheezy/snapshots
        <br>
            4.2.3/main"
        <br>
        <br>
            And yes, I also added the GPG key and called apt-get update.
        <br>
        <br>
            However, I get messages related to� "untrusted source" and
        "cannot
        <br>
            be authenticated".
        <br>
        <br>
            As far as I observed, the add-apt-repository command from
        above
        <br>
            makes my system access
        <br>
           
<a class="moz-txt-link-freetext" href="http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/">http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/</a><br>
           
<a class="moz-txt-link-rfc2396E" href="http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/">&lt;http://download.mono-project.com/repo/debian/dists/wheezy/snapshots/4.2.3/main/binary-amd64/&gt;</a><br>
            and there, some things are missing:
        <br>
            - The file Release doesn't contain the hashes of Release
        itself,
        <br>
            nor those of Packages and Packages.gz
        <br>
            - Release.gpg is missing
        <br>
        <br>
            Now, what's wrong?
        <br>
            - Does the add-apt-repository command point to the wrong
        location?
        <br>
            - Or is there a problem on the server?
        <br>
        <br>
            Thank you in advance!
        <br>
        <br>
            Guy
        <br>
        <br>
        <br>
        <br>
            On 02.02.2018 21:26, Jo Shields wrote:
        <br>
        <blockquote type="cite">    Yeah. Or Gitter.
          <br>
          <br>
              As for the issue at hand, I don't see a problem?
          <br>
          <br>
              directhex@origin-download:/srv/www/mono/repo/debian/dists$
          gpg
          <br>
              --verify wheezy/snapshots/4.2.3/Release.gpg
          <br>
              wheezy/snapshots/4.2.3/Release
          <br>
              gpg: Signature made Mon 13 Jun 2016 10:26:19 AM UTC using
          RSA key
          <br>
              ID D3D831EF
          <br>
              directhex@origin-download:/srv/www/mono/repo/debian/dists$
          grep
          <br>
              binary-amd64/Packages.gz wheezy/snapshots/4.2.3/Release
          <br>
              6208b41daa29eb86cad4b1b463457f49 56477
          main/binary-amd64/Packages.gz
          <br>
              3b150372db6f7726d5084f260123fdb949af0dae 56477
          <br>
              main/binary-amd64/Packages.gz
          <br>
             
          4a96f46b972662fbb942306f6bbc15624456f3da2c4e44632628522f9292f83c
          <br>
              56477 main/binary-amd64/Packages.gz
          <br>
              directhex@origin-download:/srv/www/mono/repo/debian/dists$
          md5sum
          <br>
              wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
          <br>
              6208b41daa29eb86cad4b1b463457f49
          <br>
              wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
          <br>
              directhex@origin-download:/srv/www/mono/repo/debian/dists$
          <br>
              sha1sum
          wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
          <br>
              3b150372db6f7726d5084f260123fdb949af0dae
          <br>
              wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
          <br>
              directhex@origin-download:/srv/www/mono/repo/debian/dists$
          <br>
              sha256sum
          wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
          <br>
             
          4a96f46b972662fbb942306f6bbc15624456f3da2c4e44632628522f9292f83c
          <br>
              wheezy/snapshots/4.2.3/main/binary-amd64/Packages.gz
          <br>
          <br>
              Are you sure apt trusts the GPG key? Use:
          <br>
              apt-key adv --keyserver hkp://keyserver.ubuntu.com
          <br>
              <a class="moz-txt-link-rfc2396E" href="http://keyserver.ubuntu.com">&lt;http://keyserver.ubuntu.com&gt;</a>:80--recv-keys
          <br>
              3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
          <br>
          <br>
              Sent from Outlook <a class="moz-txt-link-rfc2396E" href="http://aka.ms/weboutlook">&lt;http://aka.ms/weboutlook&gt;</a>
          <br>
          <br>
             
          ------------------------------------------------------------------------
          <br>
              *From:* Alexander K�plinger
          <br>
              *Sent:* 02 February 2018 15:18
          <br>
              *To:* Guy
          <br>
              *Cc:* Jo Shields; <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
          <br>
              <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]">&lt;mailto:[email protected]&gt;</a>
          <br>
              *Subject:* Re: [Mono-list] Repository problem
          <br>
              I added Jo in CC who is our Linux packaging expert.
          <br>
          <br>
              @Jo: should we direct users to the mono-devel list
          instead?
          <br>
          <br>
              - Alex
          <br>
          <br>
              &gt; On 2 Feb 2018, at 10:30, Guy
          <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]">&lt;[email protected]&gt;</a>
          <br>
              <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]">&lt;mailto:[email protected]&gt;</a> wrote:
          <br>
              &gt;
          <br>
              &gt; Hello list members,
          <br>
              &gt;
          <br>
              &gt; There's a problem with the repository for Debian
          Wheezy. I
          <br>
              reported that problem on the mono-packagers-list a few
          days ago
          <br>
              (see below) but I didn't get an answer. It looks tome as
          if that
          <br>
              list is not followed by any packager any longer.
          <br>
              &gt;
          <br>
              &gt; What would be the right place for reporting the
          problem?
          <br>
              &gt;
          <br>
              &gt; Kind regards
          <br>
              &gt;
          <br>
              &gt; Guy
          <br>
              &gt;
          <br>
              &gt;
          <br>
              &gt; ___________________________________________________
          <br>
              &gt;
          <br>
              &gt;
          <br>
              &gt; Hello everybody,
          <br>
              &gt;
          <br>
              &gt; I hope this is the right list for a problem I have.
          When trying
          <br>
              to install Mono from repo
          <br>
             
<a class="moz-txt-link-freetext" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&amp;reserved=0">https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&amp;reserved=0</a><br>
             
<a class="moz-txt-link-rfc2396E" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&amp;reserved=0">&lt;https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fubuntu&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=mUjiKDza47GUhS0sTEp9knpVUQV6KgX1tYLT7kNnGG4%3D&amp;reserved=0&gt;</a><br>
              for Wheezy I get error messages related to "untrusted
          source" and
          <br>
              "cannot be authenticated".
          <br>
              &gt;
          <br>
              &gt; The problem seems to be located in
          <br>
              &gt;
          <br>
             
<a class="moz-txt-link-freetext" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&amp;reserved=0">https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&amp;r
 eserved=0</a><br>
             
<a class="moz-txt-link-rfc2396E" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&amp;reserved=0">&lt;https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdownload.mono-project.com%2Frepo%2Fdebian%2Fdists%2Fwheezy%2Fsnapshots%2F4.2.3%2Fmain%2Fbinary-amd64%2F&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=%2BU%2BdUMQyqWvUVdfdEqucRGhCrmw0ItB5nLeoQbbtmRs%3D&a
 mp;reserved=0&gt;</a><br>
          <br>
              &gt; where:
          <br>
              &gt; - The file Release doesn't contain the hashes of
          Release
          <br>
              itself, nor those of Packages and Packages.gz
          <br>
              &gt; - Release.gpg has not been generated
          <br>
              &gt;
          <br>
              &gt; Could you please check?
          <br>
              &gt;
          <br>
              &gt; Many thanks in advance!
          <br>
              &gt;
          <br>
              &gt; Guy
          <br>
              &gt; _______________________________________________
          <br>
              &gt; Mono-list maillist� - <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
          <br>
              <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]">&lt;mailto:[email protected]&gt;</a>
          <br>
              &gt;
          <br>
             
<a class="moz-txt-link-freetext" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&amp;reserved=0">https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&amp;reserved=0</a><br>
             
<a class="moz-txt-link-rfc2396E" href="https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&amp;reserved=0">&lt;https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.dot.net%2Fmailman%2Flistinfo%2Fmono-list&amp;data=02%7C01%7Calkpli%40microsoft.com%7C0169e9678e7f4a8b799208d56a1fac9f%7Cee3303d7fb734b0c8589bcd847f1c277%7C1%7C0%7C636531606648190055&amp;sdata=K%2Fs%2FJAKW5xLT7zYLGXY9Gi8LSV5fO%2BYpB8%2FY4HORylQ%3D&amp;reserved=0&gt;</a><br>
          <br>
        </blockquote>
        <br>
        <br>
            _______________________________________________
        <br>
            Mono-devel-list mailing list
        <br>
            <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a>
        <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]">&lt;mailto:[email protected]&gt;</a>
        <br>
            <a class="moz-txt-link-freetext" href="http://lists.dot.net/mailman/listinfo/mono-devel-list">http://lists.dot.net/mailman/listinfo/mono-devel-list</a>
        <br>
           
        <a class="moz-txt-link-rfc2396E" href="http://lists.dot.net/mailman/listinfo/mono-devel-list">&lt;http://lists.dot.net/mailman/listinfo/mono-devel-list&gt;</a>
        <br>
        <br>
        <br>
      </blockquote>
      <br>
      -------------- next part --------------
      <br>
      An HTML attachment was scrubbed...
      <br>
      URL:
<a class="moz-txt-link-rfc2396E" href="http://lists.dot.net/pipermail/mono-devel-list/attachments/20180223/3241bfe7/attachment.html">&lt;http://lists.dot.net/pipermail/mono-devel-list/attachments/20180223/3241bfe7/attachment.html&gt;</a><br>
      <br>
    </blockquote>
    <br>
  </body>
</html>

--------------C2E25AEDA1752A97BDEEB9FE--

--===============2160292138405559013==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KTW9uby1kZXZl
bC1saXN0IG1haWxpbmcgbGlzdApNb25vLWRldmVsLWxpc3RAbGlzdHMuZG90Lm5ldApodHRwOi8v
bGlzdHMuZG90Lm5ldC9tYWlsbWFuL2xpc3RpbmZvL21vbm8tZGV2ZWwtbGlzdAo=

--===============2160292138405559013==--