head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2011.05.21.17.52.28;	author beech;	state dead;
branches;
next	1.1;

1.1
date	2011.04.15.17.16.53;	author dhn;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.0.3
- Remove the security/ca_root_nss dependency and obsolete patch
  since built-in certificate issue has been resolved

PR:		ports/156773
Approved by:	maintainer timeout (> Two Weeks)
		itetcu (mentor)(implicit)
@
text
@--- gist.orig	2011-03-29 18:51:45.258852583 +0800
+++ gist	2011-03-29 14:51:47.060574433 +0800
@@@@ -182,7 +182,7 @@@@
 
     http.use_ssl = true
     http.verify_mode = OpenSSL::SSL::VERIFY_PEER
-    http.cert = OpenSSL::X509::Certificate.new(ca_cert)
+    http.ca_file = "/usr/local/share/certs/ca-root-nss.crt"
 
     req = Net::HTTP::Post.new(url.path)
     req.form_data = data(files, private_gist)
@


1.1
log
@- Update to 2.0.1

PR:		ports/156071
Submitted by:	Lung-Pin Chang <changlp@@cs.nctu.edu.tw>
Approved by:	maintainer timeout (two weeks)
@
text
@@

