Date: Wed, 12 Mar 2014 10:23:25 +0100 From: Erwin Lansing <erwin@FreeBSD.org> To: "Timur I. Bakeyev" <timur@FreeBSD.org> Cc: svn-ports-head <svn-ports-head@freebsd.org>, svn-ports-all <svn-ports-all@freebsd.org>, Xin LI <delphij@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r347949 - in head/net: samba36 samba4 samba41 Message-ID: <20140312092325.GJ89162@droso.dk> In-Reply-To: <CALdFvJGqKbQcJB4axBBaGZE=WrnC%2BdA4dBq9oEE6S%2Bh_zVb7hw@mail.gmail.com> References: <201403120107.s2C17UgI088987@svn.freebsd.org> <CALdFvJGqKbQcJB4axBBaGZE=WrnC%2BdA4dBq9oEE6S%2Bh_zVb7hw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Timur, On Wed, Mar 12, 2014 at 07:19:36AM +0100, 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. While we all understand the annoyance of seeing a port change under our feet while we're working on it and we do respect maintainership, also note that Xin is not just "someone" that "felt the urge" because he was "in a mood", but he is the projects security officer that fixed a security vulnerability, and as security officer he is allowed to override just about anyone, including portmgr, if the need is there. I'll let Xin reply himself why he did the commit himself, whether there wasn't time to coordinate with you as maintainer or something else, but samba is a major port that we do not want to leave in a known vulnerable state. Erwin > > And yes, I hate to change PORTREVISION. > > Have a nice day. > > > On Wed, Mar 12, 2014 at 2:07 AM, Xin LI <delphij@freebsd.org> 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 > > > > -- Erwin Lansing http://droso.dk erwin@FreeBSD.org http:// www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140312092325.GJ89162>