From owner-svn-ports-all@FreeBSD.ORG Wed Mar 12 08:17:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 952759B; Wed, 12 Mar 2014 08:17:14 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 694F8969; Wed, 12 Mar 2014 08:17:13 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 34F8E43B99; Wed, 12 Mar 2014 03:09:28 -0500 (CDT) Message-ID: <53201627.8060100@marino.st> Date: Wed, 12 Mar 2014 09:09:11 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "Timur I. Bakeyev" , Xin LI Subject: Re: svn commit: r347949 - in head/net: samba36 samba4 samba41 References: <201403120107.s2C17UgI088987@svn.freebsd.org> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head , svn-ports-all , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 08:17:14 -0000 On 3/12/2014 07:19, Timur I. Bakeyev wrote: > The practice of certain commiters just randomly picking up ports and > making changes there without contacting maintainer beforehand becomes > more and more annoying and abusive recently. > > I've spent all night, trying to put all the stacked changes all together > and test Samba ports when at a commit attempt suddenly learn, that > someone felt the urge to interfere and bump port versions just cause he > was in a mood. Well, thanks a lot. > > And yes, I hate to change PORTREVISION. > > Have a nice day. Er, what? It was a security update. All the dependent ports had to be bumped in order to force incremental builders to pick up the security fix. As a bystander, I see nothing wrong with what happened, nor do I categorize that as abuse. My quick judgement of the day: He's right, you are wrong. I hope your day is nice too. John > > > On Wed, Mar 12, 2014 at 2:07 AM, Xin LI > wrote: > > Author: delphij > Date: Wed Mar 12 01:07:30 2014 > New Revision: 347949 > URL: http://svnweb.freebsd.org/changeset/ports/347949 > QAT: https://qat.redports.org/buildarchive/r347949/ > > Log: > Security update: > > net/samba36 -> 3.6.23 > net/samba4 -> 4.0.16 > net/samba41 -> 4.1.6 > > Security: 03e48bf5-a96d-11e3-a556-3c970e169bc2 > > Modified: > head/net/samba36/Makefile > head/net/samba36/distinfo > head/net/samba4/Makefile > head/net/samba4/distinfo > head/net/samba41/Makefile > head/net/samba41/distinfo > > Modified: head/net/samba36/Makefile > ============================================================================== > --- head/net/samba36/Makefile Wed Mar 12 00:59:35 2014 > (r347948) > +++ head/net/samba36/Makefile Wed Mar 12 01:07:30 2014 > (r347949) > @@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= ${SAMBA_BASENAME}36 > -PORTVERSION= 3.6.22 > +PORTVERSION= 3.6.23 > PORTREVISION?= 0 > CATEGORIES?= net > MASTER_SITES= ${MASTER_SITE_SAMBA} > > Modified: head/net/samba36/distinfo > ============================================================================== > --- head/net/samba36/distinfo Wed Mar 12 00:59:35 2014 > (r347948) > +++ head/net/samba36/distinfo Wed Mar 12 01:07:30 2014 > (r347949) > @@ -1,2 +1,2 @@ > -SHA256 (samba-3.6.22.tar.gz) = > 30bdf20e7788785573196a33905e7e27083a32d749285c22958edce0721cdeea > -SIZE (samba-3.6.22.tar.gz) = 34122131 > +SHA256 (samba-3.6.23.tar.gz) = > 25bbfa81b9a26609a0be744240b63e1f5030bbcfab684cf7aea3b86ed0db2dd0 > +SIZE (samba-3.6.23.tar.gz) = 34122387 > > Modified: head/net/samba4/Makefile > ============================================================================== > --- head/net/samba4/Makefile Wed Mar 12 00:59:35 2014 > (r347948) > +++ head/net/samba4/Makefile Wed Mar 12 01:07:30 2014 > (r347949) > @@ -18,7 +18,7 @@ CONFLICTS?= *samba3[2-6]-3.* > > SAMBA4_BASENAME= samba > SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 > -SAMBA4_VERSION= 4.0.13 > +SAMBA4_VERSION= 4.0.16 > SAMBA4_DISTNAME= > ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} > > WRKSRC?= ${WRKDIR}/${DISTNAME} > > Modified: head/net/samba4/distinfo > ============================================================================== > --- head/net/samba4/distinfo Wed Mar 12 00:59:35 2014 > (r347948) > +++ head/net/samba4/distinfo Wed Mar 12 01:07:30 2014 > (r347949) > @@ -1,2 +1,2 @@ > -SHA256 (samba-4.0.13.tar.gz) = > cb970bb016fd6403a31a2002b8db57f9201c6333feaafcc6b689eb5bd24174ac > -SIZE (samba-4.0.13.tar.gz) = 22105105 > +SHA256 (samba-4.0.16.tar.gz) = > 50f45bb2c90fdef958d959b1c6bbac57731238e268301d5fc5e9bf304b62ed15 > +SIZE (samba-4.0.16.tar.gz) = 22113747 > > Modified: head/net/samba41/Makefile > ============================================================================== > --- head/net/samba41/Makefile Wed Mar 12 00:59:35 2014 > (r347948) > +++ head/net/samba41/Makefile Wed Mar 12 01:07:30 2014 > (r347949) > @@ -3,7 +3,7 @@ > > PORTNAME?= ${SAMBA4_BASENAME}41 > PORTVERSION?= ${SAMBA4_VERSION} > -PORTREVISION?= 1 > +PORTREVISION?= 0 > CATEGORIES?= net > MASTER_SITES= ${MASTER_SITE_SAMBA} > MASTER_SITE_SUBDIR= samba/stable samba/rc > @@ -18,7 +18,7 @@ CONFLICTS?= *samba3[2-6]-3.* samba4-4.0 > > SAMBA4_BASENAME= samba > SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 > -SAMBA4_VERSION= 4.1.4 > +SAMBA4_VERSION= 4.1.6 > SAMBA4_DISTNAME= > ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} > > WRKSRC?= ${WRKDIR}/${DISTNAME} > > Modified: head/net/samba41/distinfo > ============================================================================== > --- head/net/samba41/distinfo Wed Mar 12 00:59:35 2014 > (r347948) > +++ head/net/samba41/distinfo Wed Mar 12 01:07:30 2014 > (r347949) > @@ -1,2 +1,2 @@ > -SHA256 (samba-4.1.4.tar.gz) = > 1733e1aaa37b4fcb0fc781b07fc6f20831023ce971d8bcd97940c3fbe35766a7 > -SIZE (samba-4.1.4.tar.gz) = 23169480 > +SHA256 (samba-4.1.6.tar.gz) = > 6d3b25cb70acbd75352e1a6039093689ded373f6ac755c207635416786532e6b > +SIZE (samba-4.1.6.tar.gz) = 23177462 > >