Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

You are fighting for survival in your own sweet and gentle way.


comp / comp.unix.bsd.freebsd.misc / Re: GNU screen libc.so.7 issue

SubjectAuthor
* GNU screen libc.so.7 issueWolfgang Agnes
`* Re: GNU screen libc.so.7 issueJohn D Groenveld
 `* Re: GNU screen libc.so.7 issueWolfgang Agnes
  `* Re: GNU screen libc.so.7 issueBob Eager
   +- Re: GNU screen libc.so.7 issueJohn D Groenveld
   `* Re: GNU screen libc.so.7 issueWolfgang Agnes
    +- Re: GNU screen libc.so.7 issueBob Eager
    `* Re: GNU screen libc.so.7 issueJohn D Groenveld
     `- Re: GNU screen libc.so.7 issueWolfgang Agnes

1
Subject: GNU screen libc.so.7 issue
From: Wolfgang Agnes
Newsgroups: comp.unix.bsd.freebsd.misc
Organization: A noiseless patient Spider
Date: Fri, 1 Nov 2024 23:28 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wagnes@jemoni.to (Wolfgang Agnes)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: GNU screen libc.so.7 issue
Date: Fri, 01 Nov 2024 20:28:04 -0300
Organization: A noiseless patient Spider
Lines: 44
Message-ID: <87sesawn3v.fsf@jemoni.to>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Sat, 02 Nov 2024 00:28:05 +0100 (CET)
Injection-Info: dont-email.me; posting-host="57ecbc7f651de9ef09c1856511fb4766";
logging-data="3619743"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18wpMNqxrcj4J2Df+m029ajT4yvXKs72Jk="
Cancel-Lock: sha1:SHkcze9217I+ao4E17nrITaItjY=
sha1:xfalX8sb1KCdEcjsv0t57DrfVB4=
View all headers

I don't understand what's happening here and I would appreciate a
presentation of how computers and FreeBSD work that makes this happen.
In particular, I see (via ldd below) that the library libc.so.7 is to be
found by the linker, but perhaps the loader expected a different one and
is upset it didn't find it?

# screen
ld-elf.so.1: /lib/libc.so.7: version FBSD_1.8 required by /usr/local/bin/screen not found

# ldd $(which screen)
/usr/local/bin/screen:
libncursesw.so.9 => /lib/libncursesw.so.9 (0x2491b92b1000)
libtinfow.so.9 => /lib/libtinfow.so.9 (0x2491b7dff000)
libutil.so.9 => /lib/libutil.so.9 (0x2491b84c2000)
libulog.so.0 => /lib/libulog.so.0 (0x2491b9f04000)
libcrypt.so.5 => /lib/libcrypt.so.5 (0x2491ba31d000)
libc.so.7 => /lib/libc.so.7 (0x2491ba6aa000)
libmd.so.6 => /lib/libmd.so.6 (0x2491bb457000)
[vdso] (0x2491b7ce3000)

I first installed screen50-5.0.0 with /pkg install/. Seeing the
problem, I tried to install /screen49-4.9.1_5/, which I did:

# pkg which /usr/local/bin/screen
/usr/local/bin/screen was installed by package screen-4.9.1_5

--8<-------------------------------------------------------->8---
screen49-4.9.1_5 Multi-screen window manager
screen50-5.0.0 Multi-screen window manager
--8<-------------------------------------------------------->8---

Both versions display the same problem.

This is a FreeBSD 14.

--8<-------------------------------------------------------->8---
# uname -a
FreeBSD my.host.name 14.0-RELEASE FreeBSD 14.0-RELEASE #0
releng/14.0-n265380-f9716eee8ab4: Fri Nov 10 05:57:23 UTC 2023
root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
amd64
--8<-------------------------------------------------------->8---

Thanks!

Subject: Re: GNU screen libc.so.7 issue
From: John D Groenveld
Newsgroups: comp.unix.bsd.freebsd.misc
Organization: Groenveld.US
Date: Sat, 2 Nov 2024 22:42 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!feeder2.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: groenveld@acm.org (John D Groenveld)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: GNU screen libc.so.7 issue
Date: 2 Nov 2024 22:42:01 GMT
Organization: Groenveld.US
Lines: 17
Message-ID: <lono5oFrhjdU1@mid.individual.net>
References: <87sesawn3v.fsf@jemoni.to>
X-Trace: individual.net 3CC0QsbVGVnDahf1gxEPBw7aD2VUS29hd5eMODr0U3QBzxct6M
Cancel-Lock: sha1:sQj2Qc3yaAKHLdmrLugA34BtkH4= sha256:jbcIYnkUTEoVRn4oKMUIUFsqtHDC3YSWGlQMF+FNCqU=
View all headers

In article <87sesawn3v.fsf@jemoni.to>,
Wolfgang Agnes <wagnes@jemoni.to> wrote:
>This is a FreeBSD 14.
>
>--8<-------------------------------------------------------->8---
># uname -a
>FreeBSD my.host.name 14.0-RELEASE FreeBSD 14.0-RELEASE #0
>releng/14.0-n265380-f9716eee8ab4: Fri Nov 10 05:57:23 UTC 2023
>root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
>amd64

Does updating to FreeBSD 14.0-RELEASE-p11 resolve the libc.so.7 version
mismatch?
<URL:https://www.freebsd.org/security/advisories/FreeBSD-SA-24:16.libnv.asc>

John
groenveld@acm.org

Subject: Re: GNU screen libc.so.7 issue
From: Wolfgang Agnes
Newsgroups: comp.unix.bsd.freebsd.misc
Organization: A noiseless patient Spider
Date: Sun, 3 Nov 2024 20:18 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wagnes@jemoni.to (Wolfgang Agnes)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: GNU screen libc.so.7 issue
Date: Sun, 03 Nov 2024 17:18:43 -0300
Organization: A noiseless patient Spider
Lines: 29
Message-ID: <87cyjcqdek.fsf@jemoni.to>
References: <87sesawn3v.fsf@jemoni.to> <lono5oFrhjdU1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Sun, 03 Nov 2024 21:18:44 +0100 (CET)
Injection-Info: dont-email.me; posting-host="ef7045593fa18f447331eda92474bb59";
logging-data="560115"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/pVXrh8G4KdU2W/IyNhrzR1UGIInJvRgA="
Cancel-Lock: sha1:9oBBtPtgPReFkAT/3Q8OudH2c30=
sha1:zAuGkQ3JyjQ71/Ue5nWIMIaKucc=
View all headers

groenveld@acm.org (John D Groenveld) writes:

> In article <87sesawn3v.fsf@jemoni.to>,
> Wolfgang Agnes <wagnes@jemoni.to> wrote:
>>This is a FreeBSD 14.
>>
>>--8<-------------------------------------------------------->8---
>># uname -a
>>FreeBSD my.host.name 14.0-RELEASE FreeBSD 14.0-RELEASE #0
>>releng/14.0-n265380-f9716eee8ab4: Fri Nov 10 05:57:23 UTC 2023
>>root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
>>amd64
>
> Does updating to FreeBSD 14.0-RELEASE-p11 resolve the libc.so.7 version
> mismatch?
> <URL:https://www.freebsd.org/security/advisories/FreeBSD-SA-24:16.libnv.asc>

It did not.

%uname -a
FreeBSD my.host.name 14.0-RELEASE-p11 FreeBSD 14.0-RELEASE-p11 #0: Wed
Sep 18 23:01:59 UTC 2024
root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
amd64

%screen -v
ld-elf.so.1: /lib/libc.so.7: version FBSD_1.8 required by /usr/local/bin/screen not found

Let me know if you other ideas! Thanks so much!

Subject: Re: GNU screen libc.so.7 issue
From: Bob Eager
Newsgroups: comp.unix.bsd.freebsd.misc
Date: Sun, 3 Nov 2024 21:33 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!feeder2.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: news0009@eager.cx (Bob Eager)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: GNU screen libc.so.7 issue
Date: 3 Nov 2024 21:33:09 GMT
Lines: 42
Message-ID: <loq8glF1haeU10@mid.individual.net>
References: <87sesawn3v.fsf@jemoni.to> <lono5oFrhjdU1@mid.individual.net>
<87cyjcqdek.fsf@jemoni.to>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net lUGXjO9bFmjqm3hbu9KJgQpezb5+9hx8FOZQWWnTEL+QjmFmCB
Cancel-Lock: sha1:OX54TrL2vTElntad1aH2W+DzC7k= sha256:Pc6zjfjHlhqIy8PzP8UAN7BLwmAu6/5e5XNaarF8E7c=
User-Agent: Pan/0.145 (Duplicitous mercenary valetism; d7e168a
git.gnome.org/pan2)
View all headers

On Sun, 03 Nov 2024 17:18:43 -0300, Wolfgang Agnes wrote:

> groenveld@acm.org (John D Groenveld) writes:
>
>> In article <87sesawn3v.fsf@jemoni.to>,
>> Wolfgang Agnes <wagnes@jemoni.to> wrote:
>>>This is a FreeBSD 14.
>>>
>>>--8<-------------------------------------------------------->8---
>>># uname -a FreeBSD my.host.name 14.0-RELEASE FreeBSD 14.0-RELEASE #0
>>>releng/14.0-n265380-f9716eee8ab4: Fri Nov 10 05:57:23 UTC 2023
>>>root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
>>>amd64
>>
>> Does updating to FreeBSD 14.0-RELEASE-p11 resolve the libc.so.7 version
>> mismatch?
>> <URL:https://www.freebsd.org/security/advisories/FreeBSD-
SA-24:16.libnv.asc>
>
> It did not.
>
> %uname -a FreeBSD my.host.name 14.0-RELEASE-p11 FreeBSD 14.0-RELEASE-p11
> #0: Wed Sep 18 23:01:59 UTC 2024
> root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/
GENERIC
> amd64
>
> %screen -v ld-elf.so.1: /lib/libc.so.7: version FBSD_1.8 required by
> /usr/local/bin/screen not found
>
> Let me know if you other ideas! Thanks so much!

Try building screen from ports. It may self adjust to your version of
libc.

--
Using UNIX since v6 (1975)...

Use the BIG mirror service in the UK:
http://www.mirrorservice.org

Subject: Re: GNU screen libc.so.7 issue
From: John D Groenveld
Newsgroups: comp.unix.bsd.freebsd.misc
Organization: Groenveld.US
Date: Mon, 4 Nov 2024 00:26 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!feeder2.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: groenveld@acm.org (John D Groenveld)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: GNU screen libc.so.7 issue
Date: 4 Nov 2024 00:26:48 GMT
Organization: Groenveld.US
Lines: 11
Message-ID: <loqim8Fad9iU1@mid.individual.net>
References: <87sesawn3v.fsf@jemoni.to> <lono5oFrhjdU1@mid.individual.net> <87cyjcqdek.fsf@jemoni.to> <loq8glF1haeU10@mid.individual.net>
X-Trace: individual.net zg1szD3H8BDBzSzQUn7wQA62XUoFuLWZQdomfUKdtWng1MSDoj
Cancel-Lock: sha1:S0+MTeOcU4QCI+6ygKojf2EHFEc= sha256:Xz1fB0lMrSGrlUMTrEmZpshqxXH6+9wezv/FKI3eza0=
View all headers

In article <loq8glF1haeU10@mid.individual.net>,
Bob Eager <news0009@eager.cx> wrote:
>Try building screen from ports. It may self adjust to your version of
>libc.

Packages from the FreeBSD pkg mirror are likely now being
linked against FreeBSD 14.1 libc.so.
I hear echoes of the Wolfgang's bug report in this FreeBSD forum post:
<URL:https://forums.freebsd.org/threads/lib-libc-so-7-version-fbsd_1-7-not-found.88663/>
John
groenveld@acm.org

Subject: Re: GNU screen libc.so.7 issue
From: Wolfgang Agnes
Newsgroups: comp.unix.bsd.freebsd.misc
Organization: A noiseless patient Spider
Date: Mon, 4 Nov 2024 20:49 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wagnes@jemoni.to (Wolfgang Agnes)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: GNU screen libc.so.7 issue
Date: Mon, 04 Nov 2024 17:49:28 -0300
Organization: A noiseless patient Spider
Lines: 95
Message-ID: <877c9iybaf.fsf@jemoni.to>
References: <87sesawn3v.fsf@jemoni.to> <lono5oFrhjdU1@mid.individual.net>
<87cyjcqdek.fsf@jemoni.to> <loq8glF1haeU10@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Mon, 04 Nov 2024 21:49:29 +0100 (CET)
Injection-Info: dont-email.me; posting-host="07486117e4ab074a31f53e3e64909b57";
logging-data="1182045"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Upj+Hq24f54h/kuNZnNo8vhsxQJ93yCQ="
Cancel-Lock: sha1:TBPk/lfSEMn8ghTrqJbEH470NNs=
sha1:b38U1HjKP4d6EkGYTydNe+jfAVc=
View all headers

Bob Eager <news0009@eager.cx> writes:

> On Sun, 03 Nov 2024 17:18:43 -0300, Wolfgang Agnes wrote:
>
>> groenveld@acm.org (John D Groenveld) writes:
>>
>>> In article <87sesawn3v.fsf@jemoni.to>,
>>> Wolfgang Agnes <wagnes@jemoni.to> wrote:
>>>>This is a FreeBSD 14.
>>>>
>>>>--8<-------------------------------------------------------->8---
>>>># uname -a FreeBSD my.host.name 14.0-RELEASE FreeBSD 14.0-RELEASE #0
>>>>releng/14.0-n265380-f9716eee8ab4: Fri Nov 10 05:57:23 UTC 2023
>>>>root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
>>>>amd64
>>>
>>> Does updating to FreeBSD 14.0-RELEASE-p11 resolve the libc.so.7 version
>>> mismatch?
>>> <URL:https://www.freebsd.org/security/advisories/FreeBSD-
> SA-24:16.libnv.asc>
>>
>> It did not.
>>
>> %uname -a FreeBSD my.host.name 14.0-RELEASE-p11 FreeBSD 14.0-RELEASE-p11
>> #0: Wed Sep 18 23:01:59 UTC 2024
>> root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/
> GENERIC
>> amd64
>>
>> %screen -v ld-elf.so.1: /lib/libc.so.7: version FBSD_1.8 required by
>> /usr/local/bin/screen not found
>>
>> Let me know if you other ideas! Thanks so much!
>
> Try building screen from ports. It may self adjust to your version of
> libc.

Thanks! That did it!

%screen -v
Screen version 4.09.01 (GNU) 20-Aug-23

What was the issue? If I understand it, it seems the GNU screen from
the pkg-collection was compiled against a libc.so.7 with a certain
internal version named FBSD_1.8 while my system had a libc.so.7 with an
internal version lower than FBSD_1.8. A now-and-then comparison:

(*) Now

%strings /lib/libc.so.7 | grep FBSD
FBSD_1.0
FBSD_1.1
FBSD_1.2
FBSD_1.3
FBSD_1.4
FBSD_1.5
FBSD_1.6
FBSD_1.7
FBSD_1.8
FBSDprivate_1.0

%which screen
/usr/local/bin/screen
%strings /usr/local/bin/screen | grep FBSD
FBSD_1.0
FBSD_1.3
FBSD_1.5
FBSD_1.7
FBSD_1.8
%

(*) Then

%strings /usr/local/bin/screen | grep FBSD
FBSD_1.0
FBSD_1.3
FBSD_1.5
FBSD_1.7
FBSD_1.8

%strings /lib/libc.so.7 | grep FBSD
FBSD_1.0
FBSD_1.1
FBSD_1.2
FBSD_1.3
FBSD_1.4
FBSD_1.5
FBSD_1.6
FBSD_1.7
FBSDprivate_1.0

That suggests that screen evolved a bit quicker than the ``base system''
(if that's the right name).

I appreciate the help and any more info anyone might provide. Thanks!

Subject: Re: GNU screen libc.so.7 issue
From: Bob Eager
Newsgroups: comp.unix.bsd.freebsd.misc
Date: Mon, 4 Nov 2024 21:31 UTC
References: 1 2 3 4 5
Path: eternal-september.org!news.eternal-september.org!feeder2.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: news0009@eager.cx (Bob Eager)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: GNU screen libc.so.7 issue
Date: 4 Nov 2024 21:31:33 GMT
Lines: 16
Message-ID: <lossplFh8vdU1@mid.individual.net>
References: <87sesawn3v.fsf@jemoni.to> <lono5oFrhjdU1@mid.individual.net>
<87cyjcqdek.fsf@jemoni.to> <loq8glF1haeU10@mid.individual.net>
<877c9iybaf.fsf@jemoni.to>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net rF0sQxdT9dO9b4GsNhLWXAR+F0fZOhMM6bLse/BcnyfEFtyfNe
Cancel-Lock: sha1:tqxDB+4/Rir/GOLDy20dlurCwH8= sha256:yd7GAtEzpYA/b8mX237THS9BzZQqWWvsydAwFkJgDUQ=
User-Agent: Pan/0.145 (Duplicitous mercenary valetism; d7e168a
git.gnome.org/pan2)
View all headers

On Mon, 04 Nov 2024 17:49:28 -0300, Wolfgang Agnes wrote:

>> Try building screen from ports. It may self adjust to your version of
>> libc.
>
> Thanks! That did it!

Glad it worked!

--
Using UNIX since v6 (1975)...

Use the BIG mirror service in the UK:
http://www.mirrorservice.org

Subject: Re: GNU screen libc.so.7 issue
From: John D Groenveld
Newsgroups: comp.unix.bsd.freebsd.misc
Organization: Groenveld.US
Date: Tue, 5 Nov 2024 01:15 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!feeder2.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: groenveld@acm.org (John D Groenveld)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: GNU screen libc.so.7 issue
Date: 5 Nov 2024 01:15:29 GMT
Organization: Groenveld.US
Lines: 17
Message-ID: <lot9thFmv2bU1@mid.individual.net>
References: <87sesawn3v.fsf@jemoni.to> <87cyjcqdek.fsf@jemoni.to> <loq8glF1haeU10@mid.individual.net> <877c9iybaf.fsf@jemoni.to>
X-Trace: individual.net HE2eABoPKTKwACDl9lIsEgpSrnh+LHdKGXBgftY/IaRfBXfJto
Cancel-Lock: sha1:sHNTRrdghwd7/NM01psIjUD8NdI= sha256:gt8wh1sMJHrW8d/sRheiYT/u9EVJ7pwF4GAlzJGMWsI=
View all headers

In article <877c9iybaf.fsf@jemoni.to>,
Wolfgang Agnes <wagnes@jemoni.to> wrote:
>That suggests that screen evolved a bit quicker than the ``base system''
>(if that's the right name).
>
>I appreciate the help and any more info anyone might provide. Thanks!

FreeBSD 14.0 is EOL.
<URL:https://www.freebsd.org/security/unsupported/>

Presumably FreeBSD.ORG's pkg build servers are now at 14.1 with the
newer libc.so.

You might want to upgrade:
<URL:https://www.freebsd.org/releases/14.1R/installation/#upgrade>
John
groenveld@acm.org

Subject: Re: GNU screen libc.so.7 issue
From: Wolfgang Agnes
Newsgroups: comp.unix.bsd.freebsd.misc
Organization: A noiseless patient Spider
Date: Tue, 5 Nov 2024 01:42 UTC
References: 1 2 3 4 5
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wagnes@jemoni.to (Wolfgang Agnes)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: GNU screen libc.so.7 issue
Date: Mon, 04 Nov 2024 22:42:36 -0300
Organization: A noiseless patient Spider
Lines: 29
Message-ID: <87ses6v4kz.fsf@jemoni.to>
References: <87sesawn3v.fsf@jemoni.to> <87cyjcqdek.fsf@jemoni.to>
<loq8glF1haeU10@mid.individual.net> <877c9iybaf.fsf@jemoni.to>
<lot9thFmv2bU1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Tue, 05 Nov 2024 02:42:37 +0100 (CET)
Injection-Info: dont-email.me; posting-host="75be183bed3108fad224506bd7c05675";
logging-data="1284568"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19GrG7PM6i1wOhmRlcwjmjnmUtTHcTrX20="
Cancel-Lock: sha1:ErC+YsPmTphLXsfMR01xi1cY5eY=
sha1:JNd9PrYqJfuO2m1CEG6/uyM69h4=
View all headers

groenveld@acm.org (John D Groenveld) writes:

> In article <877c9iybaf.fsf@jemoni.to>,
> Wolfgang Agnes <wagnes@jemoni.to> wrote:
>>That suggests that screen evolved a bit quicker than the ``base system''
>>(if that's the right name).
>>
>>I appreciate the help and any more info anyone might provide. Thanks!
>
> FreeBSD 14.0 is EOL.
> <URL:https://www.freebsd.org/security/unsupported/>
>
> Presumably FreeBSD.ORG's pkg build servers are now at 14.1 with the
> newer libc.so.
>
> You might want to upgrade:
> <URL:https://www.freebsd.org/releases/14.1R/installation/#upgrade>
> John
> groenveld@acm.org

Thanks! I upgraded.

# uname -a
FreeBSD my.self 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64

# freebsd-version -kru
14.1-RELEASE-p5
14.1-RELEASE-p5
14.1-RELEASE-p6

1

rocksolid light 0.9.8
clearnet tor