Re: ports/171189: [MAINTAINER] www/py-beautifulsoup: bump to 4.1.3

2012-08-30 Thread edwin
Synopsis: [MAINTAINER] www/py-beautifulsoup: bump to 4.1.3

Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python
Responsible-Changed-By: edwin
Responsible-Changed-When: Thu Aug 30 17:50:10 UTC 2012
Responsible-Changed-Why: 
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=171189
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/171189: [MAINTAINER] www/py-beautifulsoup: bump to 4.1.3

2012-08-30 Thread culot
Synopsis: [MAINTAINER] www/py-beautifulsoup: bump to 4.1.3

Responsible-Changed-From-To: freebsd-python->culot
Responsible-Changed-By: culot
Responsible-Changed-When: Thu Aug 30 18:54:38 UTC 2012
Responsible-Changed-Why: 
I'll take it.

http://www.freebsd.org/cgi/query-pr.cgi?pr=171189
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: Mercurial CA Certificates

2012-08-30 Thread Ruslan Mahmatkhanov

Alexander Kapshuk wrote on 30.08.2012 00:34:

On 08/29/12 22:00, Ruslan Mahmatkhanov wrote:

Hi,

Alexander Kapshuk wrote on 19.08.2012 21:45:

How do I add an CA Certificate for Mercurial on FreeBSD please?

:; uname -a
FreeBSD box2 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0: Fri Aug 17
21:53:39 EEST 2012 root@box2:/usr/obj/usr/src/sys/GENERIC i386

:; pkg_info -xc mercurial | sed 1q
Information for mercurial-2.3:

Thanks.


As far I understand, FreeBSD doesn't come prepackaged with root CA
certificates like other systems do (it's not 146%, but seems so). So,
I'd follow recommendation from [1] in part "2.7. Other platforms".

- download CA list from [2]
- put this lines into your ~/.hgrc:

[web]
cacerts = /place/where/you/put/cacert.pem

Hope this helps.

[1] http://mercurial.selenic.com/wiki/CACertificates
[2] http://curl.haxx.se/docs/caextract.html


OK. Thanks. I'll give that a try.


Just realized that there is security/ca_root_nss that installs the certs 
into /usr/local/share/certs and the port itself asks if you want to 
create symlink to it in /etc/ssl/cert.pem. You may add any of them into 
your ~/.hgrc. Please let me know if it works for you, and if it is, it 
should be added into mercurial's wiki, and maybe to our mercurial port 
as pkg-message or so.


--
Regards,
Ruslan

Tinderboxing kills... the drives.
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: Mercurial CA Certificates

2012-08-30 Thread Alexander Kapshuk

On 08/30/2012 10:13 PM, Ruslan Mahmatkhanov wrote:

As far I understand, FreeBSD doesn't come prepackaged with root CA
certificates like other systems do (it's not 146%, but seems so). So,
I'd follow recommendation from [1] in part "2.7. Other platforms".

- download CA list from [2]
- put this lines into your ~/.hgrc:

[web]
cacerts = /place/where/you/put/cacert.pem

Hope this helps.

[1] http://mercurial.selenic.com/wiki/CACertificates
[2] http://curl.haxx.se/docs/caextract.html


OK. Thanks. I'll give that a try.


Just realized that there is security/ca_root_nss that installs the 
certs into /usr/local/share/certs and the port itself asks if you want 
to create symlink to it in /etc/ssl/cert.pem. You may add any of them 
into your ~/.hgrc. Please let me know if it works for you, and if it 
is, it should be added into mercurial's wiki, and maybe to our 
mercurial port as pkg-message or so.
I haven't had a chance to try your initial suggestion yet. I'm willing 
to give the security/ca_root_nss port a try first over the next couple 
of days.


I'll let you and the mailing list know how I go.

Thanks.

___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"