aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-114
Commit message (Collapse)AuthorAgeFilesLines
* Update 1.14.3 --> 1.14.4.Cy Schubert2016-09-142-4/+4
| | | | Notes: svn path=/head/; revision=422124
* Replace USE_OPENSSL with USES=ssl.Cy Schubert2016-07-221-2/+1
| | | | Notes: svn path=/head/; revision=418904
* Update to 1.14.3.Cy Schubert2016-07-222-3/+4
| | | | | | | | | | | | | | | | | | | | | | This is a bug fix release. * Improve some error messages * Improve documentation * Allow a principal with nonexistent policy to bypass the minimum password lifetime check, consistent with other aspects of nonexistent policies * Fix a rare KDC denial of service vulnerability when anonymous client principals are restricted to obtaining TGTs only [CVE-2016-3120] MFH: 2016Q3 Security: 62d45229-4fa0-11e6-9d13-206a8a720317 Security: CVE-2016-3120 Notes: svn path=/head/; revision=418903
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-13/+13
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Update 1.14.1 --> 1.14.2Cy Schubert2016-04-202-3/+3
| | | | Notes: svn path=/head/; revision=413685
* Remove uneeded dependency on GNU m4Baptiste Daroussin2016-03-301-2/+0
| | | | Notes: svn path=/head/; revision=412159
* Update 1.14 --> 1.14.1Cy Schubert2016-03-023-14/+3
| | | | Notes: svn path=/head/; revision=409908
* This is the second part of two commits, the first being r403749.Cy Schubert2015-12-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adopt the same port structure as used by the cfengine family of ports: security/krb5 is renamed to security/krb5-114. A brand new security/krb5 now becomes a master port for the family of security/krb5-* ports. The default installs krb5-1.14. There is no functional change to the port build nor does the name of the latest krb5 port and package change. Users can continue to install security/krb5 to track the latest major version of security/krb5. Users wishing to install a specific version branch of krb5 can continue to install any of the security/krb5-* ports or by setting KRB5_VERSION in make.conf make.conf or including the branch on the make command line during build: make KRB5_VERSIN=NNN make -V VERSIONS lists available versions. security/krb5-appl has been updated to support this change (also fixing a typo in the krb5-appl/Makefile). Inspired by: sysutils/cfengine Notes: svn path=/head/; revision=403760
* Move security/krb5 to security/krb5-114 in preparation for restructuringCy Schubert2015-12-1512-0/+575
of the krb5 faimily of ports. Inspired by: the cfengine family of ports Notes: svn path=/head/; revision=403759