Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2013 19:40:01 GMT
From:      freebsd@dns-lab.com
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/179545: update dns/dnscrypt-proxy to 1.3.1
Message-ID:  <201306221940.r5MJe1Kb078167@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/179545; it has been noted by GNATS.

From: freebsd@dns-lab.com
To: bug-followup@FreeBSD.org
Cc: csosstudy@gmail.com
Subject: Re: ports/179545: update dns/dnscrypt-proxy to 1.3.1
Date: Sat, 22 Jun 2013 19:14:14 +0000

 --CdrF4e02JqNVZeln
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi,
 
 
 Thanks for your reports.
 
 Jyst in case you need 1.2.1;
 it's still at http://dns-lab.com/downloads/dnscrypt-proxy/
 But yes, somewehere it was removed from MASTER_SITES.
 
 So, to have two locations, here is my update to 1.3.1
 
 
 
 Leo
 
 --CdrF4e02JqNVZeln
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="dnscrypt-proxy.diff.txt"
 
 diff -ru dnscrypt-proxy.orig/Makefile dnscrypt-proxy/Makefile
 --- dnscrypt-proxy.orig/Makefile	2013-06-22 18:28:03.000000000 +0000
 +++ dnscrypt-proxy/Makefile	2013-06-22 18:46:15.000000000 +0000
 @@ -2,14 +2,16 @@
  # $FreeBSD: dns/dnscrypt-proxy/Makefile 314126 2013-03-14 01:50:38Z beech $
  
  PORTNAME=	dnscrypt-proxy
 -PORTVERSION=	1.2.1
 +PORTVERSION=	1.3.1
  CATEGORIES=	dns
 -MASTER_SITES=	http://download.dnscrypt.org/dnscrypt-proxy/
 +MASTER_SITES=	http://download.dnscrypt.org/dnscrypt-proxy/ \
 +		http://www.dns-lab.com/downloads/dnscrypt-proxy/
  
  MAINTAINER=	freebsd@dns-lab.com
  COMMENT=	Boost privacy and security of DNS
  
 -LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
 +LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo \
 +		sodium:${PORTSDIR}/security/libsodium
  
  GNU_CONFIGURE=	yes
  USE_GMAKE=	yes
 @@ -20,8 +22,9 @@
  
  MAN8=		dnscrypt-proxy.8 hostip.8
  
 -PORTDOCS=	AUTHORS ChangeLog COPYING INSTALL NEWS \
 -		README README.markdown TECHNOTES THANKS
 +PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README \
 +		README-PLUGINS.markdown README-WINDOWS.markdown \
 +		README.markdown TECHNOTES THANKS
  
  .include <bsd.port.options.mk>
  
 diff -ru dnscrypt-proxy.orig/distinfo dnscrypt-proxy/distinfo
 --- dnscrypt-proxy.orig/distinfo	2013-06-22 18:28:03.000000000 +0000
 +++ dnscrypt-proxy/distinfo	2013-06-22 19:00:09.000000000 +0000
 @@ -1,2 +1,2 @@
 -SHA256 (dnscrypt-proxy-1.2.1.tar.gz) = 41ae6a57dd4b84b877f7736ded992e064f8f32b1446c6a3dacaeaaa6f800eca3
 -SIZE (dnscrypt-proxy-1.2.1.tar.gz) = 1672937
 +SHA256 (dnscrypt-proxy-1.3.1.tar.gz) = 9b590fd8963f401b38c1fdc1157327f8f6d31c4fe2036c433d7088e7788b6592
 +SIZE (dnscrypt-proxy-1.3.1.tar.gz) = 1567229
 
 --CdrF4e02JqNVZeln--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306221940.r5MJe1Kb078167>