diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-08-26 12:57:08 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-08-26 12:57:08 +0000 |
commit | 36be5194e92f7e22383c6ca4fb82fb1495d5472e (patch) | |
tree | d5321a2f3bf645074c3ef01b55c6ab98107bb37e /security/pam_smb/Makefile | |
parent | Update to the latest snapshot available. (diff) |
Patch for remote root exploit mentioned at
<URL:http://www.skynet.ie/~airlied/pam_smb/>.
This issue has CVE name CAN-2003-0686:
<URL:http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0686>
Diffstat (limited to 'security/pam_smb/Makefile')
-rw-r--r-- | security/pam_smb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile index 85ca4eec1fe9..3ceb80d35e71 100644 --- a/security/pam_smb/Makefile +++ b/security/pam_smb/Makefile @@ -6,7 +6,7 @@ PORTNAME= pam_smb PORTVERSION= 1.9.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.csn.ul.ie/~airlied/pam_smb/devel/ |