summaryrefslogtreecommitdiff
path: root/security/heimdal
AgeCommit message (Collapse)AuthorFilesLines
2014-10-07Revbump after updating libwebp and icuadam2-4/+4
2014-09-22Clean up RCS IDs in patches and PLIST to avoid permanent rebuilds.joerg4-7/+8
2014-07-30Add runtime dependency on flex (in bin/compile_et). Bump PKGREVISION.fhajny1-3/+3
2014-05-16Fix build under OpenBSD 5.5ryoon8-4/+168
* OpenBSD's vis.h requires stdlib.h * OpenBSD has SO_PEERCRED, but it is different from Linux's one * __weak_alias is not for OpenBSD's gcc 4.2.1 * OpenBSD 5.5 has not VIS_HTTPSTYLE. * Fix PLIST for OpenBSD
2014-04-09recursive bump from icu shlib major bump.obache2-4/+4
2014-03-22The MirBSD stanza was wrong. Moved it below the builtin.mk inclusion andbsiegert1-10/+10
made the conditional more robust. Fixes at least "make describe", let's see if it helps for the bulk build.
2014-03-19Only build hcrypto on MirBSD if using the builtin OpenSSL. Fixes buildbsiegert1-1/+3
now that we have OpenSSL from pkgsrc.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-5/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-02-22Additionally check underlying builtin openssl for builtin detection.obache1-2/+10
It will be done in mk/buildlink3/bsd.buildlink3.mk later, but not for standalone builtin check (with CHECK_BUILTIN.heimdal=yes).
2014-02-20Move check of builtin openssl below to buildlink with openssl and exactly set asobache1-10/+11
checking builtin before including openssl/builtin.mk, so that wanted openssl will be picked up (formerly, BUILTINK_API_DEPENDS.openssl is ignored). Bump PKGREVISION.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron2-4/+4
2013-12-04Fix heimdal build under MirBSD.bsiegert5-1675/+9
The three tommath patches (which patch the files into existence) have been included in the source code since heimdal 1.5, so remove them. Compile errors due to missing -pthread in MirBSD were fixed by adding PTHREAD_AUTO_VARS.
2013-11-23Use find-headers instead of find-files to detect builtin header files.obache1-3/+4
2013-10-19Revbump after updating textproc/icuadam2-4/+4
2013-10-14Fix pakaging on Linux.ryoon1-1/+7
vis.h and glob.h are installed on Linux (Debian GNU/Linux 7.1 and CentOS 6.4 at least) * Makefile of Rev 1.100 removes vis.h and glob.h hack. My two Linux environments require vis.h and glob.h entries for PLIST. Set PLIST.vis and PLIST.glob for Linux.
2013-10-11Heimdal really uses termcaproy4-4/+97
2013-08-24fix PLIST options for solaris, including builtin openssl supportrichard1-2/+7
2013-08-22At least on my systems glob and vis are not installed, so introducejoerg2-4/+9
PLIST conditional. Please fix up the setting on your systems. Mark as not MAKE_JOBS_SAFE.
2013-08-16update PLIST after heimdal upgraderichard1-1/+3
2013-08-16Changes 1.5.3:adam3-27/+16
Bug fixes - Fix leaking file descriptors in KDC - Better socket/timeout handling in libkrb5 - General bug fixes - Build fixes
2013-08-15Attempt to fix readline fallout. Tested with both READLINE_TYPE on SmartOS.jperkin1-5/+7
2013-07-26Fix build under GNU/kFreeBSD/amd64.ryoon5-5/+122
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-4/+4
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache2-4/+4
2012-11-15When getting a file basename strip any leading directories.sbd3-3/+19
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-09Add CONFLICTS with kth-krb4 (lib/libsl.so)cheusov1-2/+3
2012-08-07Improve detection of __sync_add_and_fetch, avoid compiler optimization.obache2-5/+17
Fixes PR 46779.
2012-07-18Fix install on at least Solaris.jperkin1-1/+5
2012-04-27Recursive bump from icu shlib major bumped to 49.obache2-4/+4
2012-03-13On SunOS, heimdal never builds hcrypto when pkgsrc OpenSSL used.fhajny1-2/+5
2012-03-11PR/39656 -- Use /var/heimdal as hdbdir, not /var.shattered1-2/+3
2012-02-27Update to Heimdal 1.5.2asau6-74/+41
Release Notes - Heimdal - Version Heimdal 1.5.2 Security fixes - CVE-2011-4862 Buffer overflow in libtelnet/encrypt.c in telnetd - escalation of privilege - Check that key types strictly match - denial of service Release Notes - Heimdal - Version Heimdal 1.5.1 Bug fixes - Fix building on Solaris, requires c99 - Fix building on Windows - Build system updates Release Notes - Heimdal - Version Heimdal 1.5 New features - Support GSS name extensions/attributes - SHA512 support - No Kerberos 4 support - Basic support for MIT Admin protocol (SECGSS flavor) in kadmind (extract keytab) - Replace editline with libedit
2012-02-15Provide access to tests (TEST_TARGET=check).asau1-1/+3
2012-01-18Revbump after db5 updateadam1-2/+2
2011-12-30Fix for CVE-2011-4862 from FreeBSDtez3-3/+23
When an encryption key is supplied via the TELNET protocol, its length is not validated before the key is copied into a fixed-size buffer.
2011-12-09In OWN_DIRS_PERMS change ROOT_GROUP to REAL_ROOT_GROUPsbd1-2/+2
2011-09-15Split and clean up tommath patches. Requested by wiz.hans4-1085/+1086
2011-09-15Remove CVS keywords from patch, so that distinfo has a chance of everwiz2-15/+7
being right. XXX: this patch should be split up, it contains more than one file.
2011-09-14Fix build on SunOS.hans4-4/+1708
2011-07-31Adds the symbols _kdc_db_fetch and _kdc_free_ent to globalgls3-2/+21
visibility, so that they can be referenced from kdc/digest-service. Fixes build on Dragonfly. From Alex Hornung in PR pkg/45195.
2011-07-16Regenerate checksum for patches.asau1-2/+2
2011-07-08Changes 1.4:adam15-333/+463
New features * Support for reading MIT database file directly * KCM is polished up and now used in production * NTLM first class citizen, credentials stored in KCM * Table driven ASN.1 compiler, smaller!, not enabled by default * Native Windows client support Notes * Disabled write support NDBM hdb backend (read still in there) since it can't handle large records, please migrate to a diffrent backend (like BDB4) Changes 1.3.3: Bug fixes * Check the GSS-API checksum exists before trying to use it [CVE-2010-1321] * Check NULL pointers before dereference them [kdc] Changes 1.3.2: Bug fixes * Don't mix length when clearing hmac (could memset too much) * More paranoid underrun checking when decrypting packets * Check the password change requests and refuse to answer empty packets * Build on OpenSolaris * Renumber AD-SIGNED-TICKET since it was stolen from US * Don't cache /dev/*random file descriptor, it doesn't get unloaded * Make C++ safe * Misc warnings
2011-01-23Also allow the builtin heimdal from ArchLinux.markd1-2/+2
2010-11-30Fixes build with OPENSSL_NO_MD2.obache4-1/+152
2010-07-02Use CHECK_BUILTIN.heimdal to prevent the fake-krb5-config target to bejoerg1-1/+3
defined twice.
2010-07-01Don't include mk/bdb.m3.mk for the builtin heimdal.joerg1-1/+5