From owner-cvs-all@FreeBSD.ORG Thu Jan 27 21:23:33 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B507106566C; Thu, 27 Jan 2011 21:23:33 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B3308FC17; Thu, 27 Jan 2011 21:23:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0RLNXgQ064020; Thu, 27 Jan 2011 21:23:33 GMT (envelope-from rea@repoman.freebsd.org) Received: (from rea@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0RLNXnB064019; Thu, 27 Jan 2011 21:23:33 GMT (envelope-from rea) Message-Id: <201101272123.p0RLNXnB064019@repoman.freebsd.org> From: Eygene Ryabinkin Date: Thu, 27 Jan 2011 21:23:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk ports/mail/exim Makefile distinfo ports/mail/exim/files 150.exim-tidydb.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 21:23:33 -0000 rea 2011-01-27 21:23:33 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk mail/exim Makefile distinfo mail/exim/files 150.exim-tidydb.sh Log: mail/exim: update to 4.74 Changelog is at http://ftp.exim.org/pub/exim/ChangeLogs/ChangeLog-4.74 Please, note that CVE-2011-0017 is not applicable to FreeBSD, because setuid() doesn't check RLIMIT_NPROC. Also fixed the periodic script for tidying the databases: now it won't produce errors if the lockfile is here, but the actual database file is gone. [2] And finally, synced the mirror list to the current one and pruned old unusable mirrors: - ftp.csx.cam.ac.uk: not synced anymore; - www.no.exim.org: no DNS record; - ftp.demon.nl: no longer mirrors Exim; - ftp.freenet.de: mirror of ftp.csx.cam.ac.uk; - ftp.esat.net: not synced anymore; - ftp.mirrorservice.org: mirror of ftp.csx.cam.ac.uk. Feature safe: yes PR: 154323 [1] Submitted by: Geraint Edwards [2], Alexander Wittig [1] Approved by: erwin (mentor), renato (mentor) Revision Changes Path 1.523 +32 -10 ports/Mk/bsd.sites.mk 1.257 +10 -3 ports/mail/exim/Makefile 1.102 +2 -2 ports/mail/exim/distinfo 1.3 +5 -2 ports/mail/exim/files/150.exim-tidydb.sh