svn commit: r464037 - head/irc/znc

Bryan Drewery bdrewery at FreeBSD.org
Sat Mar 10 01:58:39 UTC 2018


On 3/9/2018 4:16 PM, Danilo G. Baio wrote:
> Author: dbaio
> Date: Sat Mar 10 00:16:49 2018
> New Revision: 464037
> URL: https://svnweb.freebsd.org/changeset/ports/464037
> 
> Log:
>   irc/znc: Set option CHARSET as default
>   
>   ZNC has supported character encodings in core since 1.6.0 and
>   building/enabling charset is the recommended way.
>   
>   While here, sort Makefile and change URLs to use HTTPs.
>   
>   Submitted by:	eadler (via email)
> 
> Modified:
>   head/irc/znc/Makefile
>   head/irc/znc/pkg-descr
> 
> Modified: head/irc/znc/Makefile
> ==============================================================================
> --- head/irc/znc/Makefile	Fri Mar  9 22:46:22 2018	(r464036)
> +++ head/irc/znc/Makefile	Sat Mar 10 00:16:49 2018	(r464037)
> @@ -3,9 +3,10 @@
>  
>  PORTNAME=	znc
>  PORTVERSION=	1.6.6
> +PORTREVISION=	1
>  CATEGORIES=	irc ipv6
> -MASTER_SITES=	http://znc.in/releases/ \
> -		http://znc.in/releases/archive/
> +MASTER_SITES=	https://znc.in/releases/ \
> +		https://znc.in/releases/archive/
>  

This is a note in general, not specifically at you. But https for
distfiles only achieves 2 things: 1. Privacy against someone snooping
that you are downloading ZNC (is it really that important?) but still
can see your DNS and connections to the ZNC site... and 2. It breaks
proxy caching.  So I don't think MASTER_SITES should be converted to
https in general.  There's this odd push for it lately but I don't see
the benefit.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180309/b4f8c689/attachment.sig>


More information about the svn-ports-all mailing list