Re: UPDATE: Tor Browser 10.0.5

2020-11-21 Thread Caspar Schutijser
Hi,

On Thu, Nov 19, 2020 at 07:46:22PM -, Dimitri Karamazov wrote:
> Caspar I'll let you know that I tried to look for something related to video 
> issues by diffing
> across source directories of firefox-esr and tor-browser and couldn't find 
> anything worthwhile.
> Don't know where to go from there.

Thanks for checking that out. Unfortunately, I don't have an idea where
to look besides that as well, right now. It probably doesn't help that
I'm not very knowledgeable about how Firefox actually displays video,
what libraries are involved and how, etc.. I'll let you know if I have
any other ideas and/or if I make any progress on this topic.

Caspar



Re: UPDATE: Tor Browser 10.0.5

2020-11-20 Thread Stuart Henderson
On 2020/11/19 19:46, Dimitri Karamazov wrote:
> 
> Seems like something the mail server did of it's own accord because of the 
> size of the mail,
> or is it the client? That doens't make sense, this chars are increasing the 
> size of mail.
> Pershaps the mail client doesn't support non-alphanumeric chars. Never seen 
> this before.
> Anyway thanks for the tip.

Sending mail client did it, the attachment was not 8-bit clean.
Some mail clients will send that as base64-encoded others as q-p.



Re: UPDATE: Tor Browser 10.0.5

2020-11-19 Thread Dimitri Karamazov
On Thu, November 19, 2020 16:53, Stuart Henderson wrote:
> On 2020/11/19 02:51, Dimitri Karamazov wrote:
>
>> On Thu, November 19, 2020 02:49, Dimitri Karamazov wrote:
>>
>>> Hi,
>>>
>>>
>>>
>>> Below is a diff that updates Tor Browser to 10.0.5 following the new
>>> release of Firefox ESR. Similar to www/firefox-esr, the jumbo patch is not 
>>> necessary anymore so I removed it.
>>> Tested on
>>> amd64. More information: 
>>> https://blog.torproject.org/new-release-tor-browser-1005

Caspar I'll let you know that I tried to look for something related to video 
issues by diffing
across source directories of firefox-esr and tor-browser and couldn't find 
anything worthwhile.
Don't know where to go from there.

>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>> RCS file: /cvs/ports/meta/tor-browser/Makefile,v
>>> retrieving revision 1.31 diff -u -p -r1.31 Makefile --- 
>>> meta/tor-browser/Makefile   14 Nov 2020 11:53:28 -  1.31
>>> +++ meta/tor-browser/Makefile   18 Nov 2020 20:08:35 -
>>> @@ -4,10 +4,10 @@ COMMENT=3DTor Browser meta package
>>> =20
>>> MAINTAINER=3D   Caspar Schutijser 
>>> =20
>>>
>>>
>>>
>> Please resend, the patch includes some crazy characters.
>>
>
> That's quoted-printable encoding, needed because of some of the chars
> in the patch itself. From mutt you can apply by hitting v  (to display 
> just the body mime-part rather than the
> whole mail) and then

Seems like something the mail server did of it's own accord because of the size 
of the mail,
or is it the client? That doens't make sense, this chars are increasing the 
size of mail.
Pershaps the mail client doesn't support non-alphanumeric chars. Never seen 
this before.
Anyway thanks for the tip.

regards,
  Dimitri



Re: UPDATE: Tor Browser 10.0.5

2020-11-19 Thread Stuart Henderson
On 2020/11/19 02:51, Dimitri Karamazov wrote:
> On Thu, November 19, 2020 02:49, Dimitri Karamazov wrote:
> > Hi,
> >
> >
> > Below is a diff that updates Tor Browser to 10.0.5 following the new
> > release of Firefox ESR. Similar to www/firefox-esr, the jumbo patch is not 
> > necessary anymore so I removed it. Tested on
> > amd64. More information: 
> > https://blog.torproject.org/new-release-tor-browser-1005

committed.

> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> > RCS file: /cvs/ports/meta/tor-browser/Makefile,v
> > retrieving revision 1.31 diff -u -p -r1.31 Makefile --- 
> > meta/tor-browser/Makefile   14 Nov 2020 11:53:28 -  1.31
> > +++ meta/tor-browser/Makefile   18 Nov 2020 20:08:35 -
> > @@ -4,10 +4,10 @@ COMMENT=3DTor Browser meta package
> > =20
> > MAINTAINER=3D   Caspar Schutijser 
> > =20
> >
> >
> Please resend, the patch includes some crazy characters.

That's quoted-printable encoding, needed because of some of the chars
in the patch itself. From mutt you can apply by hitting v  (to
display just the body mime-part rather than the whole mail) and then

|patch -d /usr/ports -Ep0

Otherwise save the raw mail and pipe through "qprint -d"



Re: UPDATE: Tor Browser 10.0.5

2020-11-18 Thread Dimitri Karamazov
On Thu, November 19, 2020 02:49, Dimitri Karamazov wrote:
> Hi,
>
>
> Below is a diff that updates Tor Browser to 10.0.5 following the new
> release of Firefox ESR. Similar to www/firefox-esr, the jumbo patch is not 
> necessary anymore so I removed it. Tested on
> amd64. More information: 
> https://blog.torproject.org/new-release-tor-browser-1005
>
>
> Thanks,
> Caspar Schutijser
>
>
> Index: meta/tor-browser/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RCS file: /cvs/ports/meta/tor-browser/Makefile,v
> retrieving revision 1.31 diff -u -p -r1.31 Makefile --- 
> meta/tor-browser/Makefile 14 Nov 2020 11:53:28 -  1.31
> +++ meta/tor-browser/Makefile 18 Nov 2020 20:08:35 -
> @@ -4,10 +4,10 @@ COMMENT=3D  Tor Browser meta package
> =20
> MAINTAINER=3D Caspar Schutijser 
> =20
>
>
Please resend, the patch includes some crazy characters.

--
|Index: www/tor-browser/browser/distinfo
|=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
|=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
|=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
|RCS file: /cvs/ports/www/tor-browser/browser/distinfo,v
|retrieving revision 1.30
|diff -u -p -r1.30 distinfo
|--- www/tor-browser/browser/distinfo   14 Nov 2020 11:53:28 -  1.30
|+++ www/tor-browser/browser/distinfo   18 Nov 2020 20:08:35 -
--
Patching file www/tor-browser/browser/distinfo using Plan A...
patch:  malformed patch at line 81: DX2SXwHiNsgfsLNyqxu1NrTeU=3D