mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
security/certificate-transparency: add missing patch
PR: 213502
This commit is contained in:
parent
e4318a275f
commit
bd93ce25ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424095
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= certificate-transparency
|
||||
PORTVERSION= 20161015
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- cpp/server/ct-dns-server.cc.orig 2016-10-14 17:11:57 UTC
|
||||
+++ cpp/server/ct-dns-server.cc
|
||||
@@ -17,7 +17,7 @@ using cert_trans::LogLookup;
|
||||
using cert_trans::LoggedEntry;
|
||||
using cert_trans::SQLiteDB;
|
||||
using ct::SignedTreeHead;
|
||||
-using google::RegisterFlagValidator;
|
||||
+using gflags::RegisterFlagValidator;
|
||||
using std::string;
|
||||
using std::stringstream;
|
||||
|
Loading…
Reference in New Issue
Block a user