Dear maintainer, The irc/inspircd12 port has a few problems. - package name conflict with irc/inspircd port - upstream unmaintained for 3 years - two known security issues which I confirmed with an inspircd developer on IRC today, linked below https://github.com/inspircd/inspircd/commit/25ab5612f2ed8f0163c338740abd9f133af89356 https://github.com/inspircd/inspircd/commit/3ee7abb7b9127edd8b730602376a9e827afb95f6 Upstream has zero interest in ever backporting bugfixes or security fixes again. Will you be maintaining this software or can we remove it from the ports tree? Thanks
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR.
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of irc/inspircd12, Please note that PR ports/183445 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183445 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Feel free to delete this port, I don't care about it anymore. Thanks.
Author: feld Date: Fri Nov 1 12:49:07 2013 New Revision: 332363 URL: http://svnweb.freebsd.org/changeset/ports/332363 Log: Fix PKGNAME conflict Deprecate, set expiration date Hand port over to ports@FreeBSD.org PR: ports/183445 Approved by: maintainer, swills (mentor, implicit) Modified: head/irc/inspircd12/Makefile Modified: head/irc/inspircd12/Makefile ============================================================================== --- head/irc/inspircd12/Makefile Fri Nov 1 12:37:11 2013 (r332362) +++ head/irc/inspircd12/Makefile Fri Nov 1 12:49:07 2013 (r332363) @@ -6,12 +6,15 @@ PORTVERSION= 1.2.9 PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://cloud.github.com/downloads/inspircd/inspircd/ +PKGNAMESUFFIX= 12 DISTNAME= InspIRCd-v${PORTVERSION} -MAINTAINER= gelraen.ua@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= A modular C++ IRC daemon CONFLICTS= inspircd-2.* +EXPIRATION_DATE=2013-12-01 +DEPRECATED= No upstream support; known vulnerable. Please use irc/inspircd LATEST_LINK= inspircd12 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed in r332363.
Responsible Changed From-To: freebsd-ports-bugs->feld Committed in r332363.