View | Details | Raw Unified | Return to bug 175526
Collapse All | Expand All

(-)dansguardian-devel/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: ports/www/dansguardian-devel/Makefile,v 1.45 2013/01/09 01:01:46 svnexp Exp $
2
# $FreeBSD: ports/www/dansguardian-devel/Makefile,v 1.45 2013/01/09 01:01:46 svnexp Exp $
3
3
4
PORTNAME=	dansguardian
4
PORTNAME=	dansguardian
5
PORTVERSION=	2.12.0.2
5
PORTVERSION=	2.12.0.3
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	# empty, see below
7
MASTER_SITES=	# empty, see below
8
8
(-)dansguardian-devel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dansguardian-2.12.0.2.tar.bz2) = 8f89077bf68e6d864c506193efc1d7a98e660650adb4edcb68b54c46f07f2fa0
1
SHA256 (dansguardian-2.12.0.3.tar.bz2) = c74e9a32b97f9a9a056fced3da23fe48fca2bc6aa9af670afe9a53dc819414f5
2
SIZE (dansguardian-2.12.0.2.tar.bz2) = 577994
2
SIZE (dansguardian-2.12.0.3.tar.bz2) = 577701
(-)dansguardian-devel/files/patch-src__ConnectionHandler.cpp (+14 lines)
Line 0 Link Here
1
--- ./src/ConnectionHandler.cpp.orig	2012-09-29 17:06:45.000000000 -0300
2
+++ ./src/ConnectionHandler.cpp	2013-01-16 03:04:07.000000000 -0200
3
@@ -1488,8 +1488,11 @@
4
 					
5
 					//if we cant write the certificate its not the end of the world but it is slow
6
 					if (!writecert){
7
+#ifdef DGDEBUG
8
 						std::cout << dbgPeerPort << " -Couldn't save certificate to on disk cache" << std::endl;
9
+#endif
10
 						syslog(LOG_ERR,"Couldn't save certificate to on disk cache");
11
+
12
					}
13
 #ifdef DGDEBUG
14

Return to bug 175526