Date: Sun, 18 Dec 2011 16:10:04 GMT From: Chris Rees <crees@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/163433: [PATCH] irc/ircd-ratbox and ratbox-services fetch from squatted MASTER_SITE Message-ID: <201112181610.pBIGA4wt026083@freefall.freebsd.org> Resent-Message-ID: <201112181620.pBIGK9CG036226@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163433 >Category: ports >Synopsis: [PATCH] irc/ircd-ratbox and ratbox-services fetch from squatted MASTER_SITE >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 18 16:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 8.2-STABLE FreeBSD 8.2-STABLE #5 r227907: Wed Nov 23 21:55:50 UTC 2011 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: http://www.ircd-ratbox.org/ has been cybersquatted, so the URLs in the port are out of date. >How-To-Repeat: >Fix: ratbox-services-1.2.3.tbz has been removed from ratbox.org, so it could perhaps do with an update at some point, but for the moment it fetches from koitsu's site and fixes the bigger issue. --- ratbox.patch begins here --- ? ircd-ratbox/ircd-ratbox-2.2.9.tar.bz2 Index: ircd-ratbox/Makefile =================================================================== RCS file: /home/pcvs/ports/irc/ircd-ratbox/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- ircd-ratbox/Makefile 5 Jul 2011 16:46:22 -0000 1.18 +++ ircd-ratbox/Makefile 18 Dec 2011 16:05:37 -0000 @@ -9,11 +9,9 @@ PORTNAME= ircd-ratbox PORTVERSION= 2.2.9 CATEGORIES= irc ipv6 -MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/ \ - ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/ \ - http://www.ircd-ratbox.org/download/ \ +MASTER_SITES= http://www.ratbox.org/download/ \ ftp://ftp.parodius.com/pub/ircd-ratbox/ \ - http://www.ircd-ratbox.org/download/old/ + http://www.ratbox.org/download/old/ MAINTAINER= moggie@elasticmind.net COMMENT= An advanced, stable IRC daemon, used on many EFnet servers Index: ratbox-services/Makefile =================================================================== RCS file: /home/pcvs/ports/irc/ratbox-services/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- ratbox-services/Makefile 23 Sep 2011 22:23:34 -0000 1.15 +++ ratbox-services/Makefile 18 Dec 2011 16:05:37 -0000 @@ -7,11 +7,9 @@ PORTNAME= ratbox-services PORTVERSION= 1.2.3 CATEGORIES= irc -MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/${PORTNAME}/ \ - ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/${PORTNAME}/ \ - http://services.ircd-ratbox.org/download/ \ +MASTER_SITES= http://services.ratbox.org/download/ \ ftp://ftp.parodius.com/pub/ircd-ratbox/${PORTNAME}/ \ - http://services.ircd-ratbox.org/download/old/ + http://services.ratbox.org/download/old/ EXTRACT_SUFX= .tgz MAINTAINER= moggie@elasticmind.net --- ratbox.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112181610.pBIGA4wt026083>