forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/samba36: add patches corresponding to 16 Dec 2015 security releases
PR: 206808 Reported by: Marcin Gryszkalis <[email protected]> Submitted by: [email protected] (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
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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?= [email protected] | ||
COMMENT?= Free SMB and CIFS client and server for Unix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |