aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-appl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* --enable-shared is no longer configure option.Cy Schubert2020-03-191-1/+1
| | | | | | | | PR: 244812 Reported by: John Hein <jcfyecrayz at liamekaens.com> Notes: svn path=/head/; revision=528722
* Simplify configuration.Cy Schubert2020-03-171-8/+1
| | | | | | | | PR: 244812 Submitted by: John Hein <jcfyecrayz at liamekaens.com> (with modification) Notes: svn path=/head/; revision=528552
* Remove the Kerberos versions selection option. It is redundant as theCy Schubert2018-12-211-15/+0
| | | | | | | | | | selection is already made previously by USES=gssapi:mit and there is no way to override it. If users want to use a specific version they must explicitly install the version of their choice by pkg install or through ports. Notes: svn path=/head/; revision=487938
* Catch up to the latest krb5 port commits.Cy Schubert2018-09-071-1/+9
| | | | | | | MFH: 2018Q3 Notes: svn path=/head/; revision=479190
* security/{racoon2,krb5-appl}: drop option for expired krb5-113Rene Ladan2017-12-031-6/+3
| | | | | | | Bump PORTREVISION Notes: svn path=/head/; revision=455421
* Make the command rename options default. This avoids a conflict withCy Schubert2017-10-051-2/+3
| | | | | | | | | | net/bsdrcmds by default allowing end-users to install both ports. Users may deselect the options to use the original command names however they must also uninstall net/bsdrcmds to avoid the conflict. Notes: svn path=/head/; revision=451262
* Register a conflict with bsdrcmds when the r command rename optionsCy Schubert2017-10-051-0/+6
| | | | | | | | | are not selected. Reported by: rodrigo Notes: svn path=/head/; revision=451261
* Register a conflict with bsdftpd-ssl.Cy Schubert2017-10-051-1/+2
| | | | | | | Reported by: rodrigo Notes: svn path=/head/; revision=451260
* Add ports/krb5-115 option.Cy Schubert2017-07-151-1/+2
| | | | Notes: svn path=/head/; revision=445959
* Replace description with somthing more relevant to today.Cy Schubert2016-12-161-1/+1
| | | | | | | Suggested by: wollman Notes: svn path=/head/; revision=428694
* security/krb5-appl: remove optional dependency on expired security/krb5-112Rene Ladan2016-11-201-5/+3
| | | | | | | | | Fix fatal portlint warnings. Approved by: cy (maintainer, implicit) Notes: svn path=/head/; revision=426576
* Modernize.Cy Schubert2016-07-271-3/+2
| | | | Notes: svn path=/head/; revision=419158
* - 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
* Modernize options.Cy Schubert2016-04-291-20/+11
| | | | Notes: svn path=/head/; revision=414272
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Remove uneeded dependency on GNU m4Baptiste Daroussin2016-03-301-2/+1
| | | | Notes: svn path=/head/; revision=412159
* security/krb5-appl: document ncurses requirement (USES+=ncurses)John Marino2016-02-031-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=407994
* This is the second part of two commits, the first being r403749.Cy Schubert2015-12-151-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Introduce the new krb5 1.14:Cy Schubert2015-11-211-2/+6
| | | | | | | | | | | | | - move (copy) krb5 (krb5 1.13.2) to krb5-113 (new, added) - update krb5 1.13.2 --> 1.14 - update CONFLICTS in krb5, krb5-112 and krb5-113. - update krb5-appl to allow optional dependency on krb5-113. - update security/Makefile with copied krb5-113. - deprecate and expire krb5-112 (krb5-1.12) on November 20, 2016, as it will EOL twelve months after the release of krb5-1.14. Notes: svn path=/head/; revision=402143
* krb5-111 is EOLed and retired.Cy Schubert2015-09-161-5/+1
| | | | | | | Thanks to rene@ for reminding me. Notes: svn path=/head/; revision=397037
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* MIT KRB5 ports build unusable binaries due to incorrect linkingCy Schubert2015-06-061-1/+2
| | | | | | | when build under poudriere. This commit fixes that. Notes: svn path=/head/; revision=388684
* - Remove support for EXTRACT_PRESERVE_OWNERSHIPAntoine Brodin2014-12-141-7/+1
| | | | | | | | | | - Update a few comments related to extract Differential Revision: https://reviews.freebsd.org/D1189 With hat: portmgr Notes: svn path=/head/; revision=374698
* Add dependency option, defaulting to security/krb5.Cy Schubert2014-10-171-2/+19
| | | | Notes: svn path=/head/; revision=371074
* - Drop USE_AUTOTOOLS=libtool, not usedDmitry Marakasov2014-08-251-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366081
* Rename security/ patches to reflect the files they modify.Adam Weinberger2014-07-2911-0/+0
| | | | Notes: svn path=/head/; revision=363328
* Finely tune KRB5_HOME test when using LIB_DEPENDS. in the case whenCy Schubert2014-04-241-0/+2
| | | | | | | KRB5_HOME is set to LOCALBASE. Notes: svn path=/head/; revision=351983
* Restore PROGRAM_TRANSFORM_NAME.Cy Schubert2014-04-181-0/+2
| | | | Notes: svn path=/head/; revision=351514
* Stagify.Cy Schubert2014-04-182-16/+12
| | | | | | | | Mark broken when KRB5_HOME is set because it not longer works with LIB_DEPENDS. Notes: svn path=/head/; revision=351513
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+2
| | | | | | | Convert USE_GMAKE to USES Notes: svn path=/head/; revision=327414
* Convert security to new options frameworkBaptiste Daroussin2013-04-281-12/+12
| | | | Notes: svn path=/head/; revision=316749
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* Update krb5-appl 1.0.2 --> 1.0.3Cy Schubert2012-11-032-7/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306936
* Fix build of security/krb5 with clang.Cy Schubert2012-07-091-0/+1
| | | | | | | | PR: 169740 Submitted by: Niclas Zeising <zeising@daemonic.se> Notes: svn path=/head/; revision=300690
* Replace local patch file with identical MIT patch.Cy Schubert2011-12-303-13/+4
| | | | | | | | Security: FreeBSD-SA-11:08.telnetd, CVE-2011-4862, MITKRB5-SA-2011-008 Feature safe: yes Notes: svn path=/head/; revision=288267
* Fix when an encryption key is supplied via the TELNET protocol, its lengthCy Schubert2011-12-262-0/+13
| | | | | | | | | | is not validated before the key is copied into a fixed-size buffer. Security: FreeBSD-SA-11:08.telnetd, CVE-2011-4862 Feature safe: yes Notes: svn path=/head/; revision=288079
* Update 1.0.1 --> 1.0.2Cy Schubert2011-11-163-8/+17
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285934
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Fix build under 9.0-CURRENT.Cy Schubert2011-09-015-13/+159
| | | | Notes: svn path=/head/; revision=280930
* Implement r1.147. It appears to have been commented out.Cy Schubert2011-07-201-3/+3
| | | | Notes: svn path=/head/; revision=278027
* Bump PORTREVISION.Cy Schubert2011-07-081-1/+1
| | | | Notes: svn path=/head/; revision=277362
* Fix MITKRB5-SA-2011-005, FTP daemon fails to set effective group ID.Cy Schubert2011-07-082-0/+4
| | | | | | | | Notified by: Tim Zingelman <tez@netbsd.org> Security: MITKRB5-SA-2011-005 Notes: svn path=/head/; revision=277361
* Remove the OpenSSL port requirement. The base OpenSSL will work too.Cy Schubert2011-01-181-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267948
* Update from 1.0 to 1.0.1.Cy Schubert2010-12-232-4/+3
| | | | Notes: svn path=/head/; revision=266755
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Welcome to krb5-appl-1.0. MIT split the Kerberos applications from theCy Schubert2010-04-2625-597/+57
| | | | | | | base Kerberos distribution, creating krb5-appl. Notes: svn path=/head/; revision=253265
* Mark FORBDDEN due to security vulnerabilities.Cy Schubert2010-04-151-0/+1
| | | | | | | Security: MITKRB5-SA-2010-001, MITKRB5-SA-2010-002, MITKRB5-SA-2010-003. Notes: svn path=/head/; revision=252714
* - Mark BROKEN: does not compilePav Lucistnik2010-04-141-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=252689