Re: git https issue

2018-08-18 Thread Matt Sporleder



> On Aug 18, 2018, at 3:48 PM, Riccardo Mottola  
> wrote:
> 
> Hi,
> 
> 
>> On 11/08/2018 02:35, matthew sporleder wrote:
>> I think the GIT_CURL_VERBOSE=1 is going to give you the answer.
> 
> I typed exactly what you did and see this:
> 
> 
> narsil$ GIT_CURL_VERBOSE=1 git clone --verbose 
> https://github.com/github/debug-repo
> Cloning into 'debug-repo'...
> * Couldn't find host github.com in the .netrc file; using defaults
> *   Trying 192.30.253.112...
> * TCP_NODELAY set
> * Connected to github.com (192.30.253.112) port 443 (#0)
> * ALPN, offering http/1.1
> * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
> * successfully set certificate verify locations:
>   CAfile: none
>   CApath: /etc/openssl/certs
> 
> 
> It stops before SSL connection using TLSv1.2 that appears on your side.
> 
> something is wrong with SSL? I have no OpenSSL or similar pkg installed, this 
> means the one in base is used, how at your place?
> 
> 
> narsil$ pkg_info | grep openssl
> mozilla-rootcerts-openssl-2.1 Wedge for installing and managing 
> mozilla-rootcerts
> 
> 
> Riccardo
> 
> 

Can you do curl -vvv to GitHub?

Re: git https issue

2018-08-18 Thread Riccardo Mottola

Hi,


On 11/08/2018 02:35, matthew sporleder wrote:

I think the GIT_CURL_VERBOSE=1 is going to give you the answer.


I typed exactly what you did and see this:


narsil$ GIT_CURL_VERBOSE=1 git clone --verbose 
https://github.com/github/debug-repo

Cloning into 'debug-repo'...
* Couldn't find host github.com in the .netrc file; using defaults
*   Trying 192.30.253.112...
* TCP_NODELAY set
* Connected to github.com (192.30.253.112) port 443 (#0)
* ALPN, offering http/1.1
* Cipher selection: 
ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH

* successfully set certificate verify locations:
  CAfile: none
  CApath: /etc/openssl/certs


It stops before SSL connection using TLSv1.2 that appears on your side.

something is wrong with SSL? I have no OpenSSL or similar pkg installed, 
this means the one in base is used, how at your place?



narsil$ pkg_info | grep openssl
mozilla-rootcerts-openssl-2.1 Wedge for installing and managing 
mozilla-rootcerts



Riccardo




Bitmap fonts

2018-08-18 Thread coypu
Hi,

Helvetica is a proprietary font. There is a bitmap-only Helvetica in
base. In an attempt to avoid this font, and under the impression bitmap
fonts are guaranteed to look bad by design, I made fc-match no longer
match bitmap fonts:
https://v4.freshbsd.org/commit/netbsd/src/N7XSt9wHfjaVH75A

This is not very visible because netbsd-8 and older versions use pkgsrc
fontconfig a lot with its own configuration.

I came across a post suggesting that the dislike of bitmap fonts isn't
universal:
"More "modern" Chinese users prefer sans-serif fonts over the bitmap
Chinese font (65% based on a survey at Ubuntu Chinese forum, N>300),
while some other users prefer bitmaps."*

Has this been a problem for anyone, but it was unclear what is the
change causing it?

* https://bugs.freedesktop.org/show_bug.cgi?id=20911