diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-25 23:37:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-25 23:37:05 +0000 |
commit | 8fb879105d4a92f09a35f7dffe9be697c821d5dd (patch) | |
tree | 9b47d73da9388c988d92cb072dc1d94dc74698f9 /security | |
parent | 3f3ec7ffdef088f14e92da6d73dbc4bc010640b7 (diff) | |
download | ports-8fb879105d4a92f09a35f7dffe9be697c821d5dd.tar.gz ports-8fb879105d4a92f09a35f7dffe9be697c821d5dd.zip |
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131
Notes
Notes:
svn path=/head/; revision=436925
Diffstat (limited to 'security')
-rw-r--r-- | security/sssd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 79ea156a6bc1..2799c87ab4ce 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -3,7 +3,7 @@ PORTNAME= sssd PORTVERSION= 1.11.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ |