From owner-svn-ports-head@freebsd.org Sat Feb 27 23:50:56 2016 Return-Path: Delivered-To: svn-ports-head@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 98D73AB6A55; Sat, 27 Feb 2016 23:50:56 +0000 (UTC) (envelope-from junovitch@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 49F25F6; Sat, 27 Feb 2016 23:50:56 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1RNotSm087605; Sat, 27 Feb 2016 23:50:55 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1RNotdk087603; Sat, 27 Feb 2016 23:50:55 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602272350.u1RNotdk087603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 27 Feb 2016 23:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409703 - head/net/samba36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2016 23:50:56 -0000 Author: junovitch Date: Sat Feb 27 23:50:54 2016 New Revision: 409703 URL: https://svnweb.freebsd.org/changeset/ports/409703 Log: net/samba36: add patches corresponding to 16 Dec 2015 security releases PR: 206808 Reported by: Marcin Gryszkalis Submitted by: takefu@airport.fm (original patch) Approved by: ports-secteam (with hat) Security: CVE-2015-5252 Security: CVE-2015-5296 Security: CVE-2015-5299 Security: https://vuxml.FreeBSD.org/freebsd/ef434839-a6a4-11e5-8275-000c292e4fd8.html MFH: 2016Q1 Modified: head/net/samba36/Makefile head/net/samba36/distinfo Modified: head/net/samba36/Makefile ============================================================================== --- head/net/samba36/Makefile Sat Feb 27 23:49:23 2016 (r409702) +++ head/net/samba36/Makefile Sat Feb 27 23:50:54 2016 (r409703) @@ -2,10 +2,12 @@ PORTNAME= ${SAMBA_BASENAME}36 PORTVERSION= 3.6.25 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net MASTER_SITES= SAMBA/samba SAMBA/samba/stable SAMBA/samba/pre DISTNAME= ${SAMBA_BASENAME}-${PORTVERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} +PATCH_SITES= https://www.samba.org/samba/ftp/patches/security/ +PATCHFILES= samba-3.6.25-security-2015-12-16.patch:-p1 MAINTAINER?= timur@FreeBSD.org COMMENT?= Free SMB and CIFS client and server for Unix Modified: head/net/samba36/distinfo ============================================================================== --- head/net/samba36/distinfo Sat Feb 27 23:49:23 2016 (r409702) +++ head/net/samba36/distinfo Sat Feb 27 23:50:54 2016 (r409703) @@ -1,2 +1,4 @@ SHA256 (samba-3.6.25.tar.gz) = 8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751 SIZE (samba-3.6.25.tar.gz) = 34121828 +SHA256 (samba-3.6.25-security-2015-12-16.patch) = abe1ba1a73afe0865f20ac34a207c799cde29d34e736de5c2d029d532c93ac01 +SIZE (samba-3.6.25-security-2015-12-16.patch) = 8023