From owner-svn-ports-all@freebsd.org Sat Jun 24 18:22:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8572EDA3841; Sat, 24 Jun 2017 18:22:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B83A751F7; Sat, 24 Jun 2017 18:22:57 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5OIMuGh050802; Sat, 24 Jun 2017 18:22:56 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5OIMuod050801; Sat, 24 Jun 2017 18:22:56 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201706241822.v5OIMuod050801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 24 Jun 2017 18:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444235 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jun 2017 18:22:57 -0000 Author: olgeni Date: Sat Jun 24 18:22:56 2017 New Revision: 444235 URL: https://svnweb.freebsd.org/changeset/ports/444235 Log: Add UPDATING note about net/rabbitmq and Erlang 20. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Jun 24 18:16:32 2017 (r444234) +++ head/UPDATING Sat Jun 24 18:22:56 2017 (r444235) @@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170624: + AFFECTS: users of net/rabbitmq + AUTHOR: olgeni@FreeBSD.org + + The rabbitmq-3.6.10_1 port has been changed to use version 19 of + the Erlang runtime, because RabbitMQ is not yet compatible with + version 20. + + Upgrades to the previous rabbitmq-3.6.10 must be avoided as + they can lead to data corruption due to changes in Erlang 20. + 20170622: AFFECTS: users of database/postgresql* and other software using PostgreSQL to run AUTHOR: tz@FreeBSD.org