Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-07 | Revbump after updating libwebp and icu | adam | 2 | -4/+4 | |
2014-09-22 | Clean up RCS IDs in patches and PLIST to avoid permanent rebuilds. | joerg | 4 | -7/+8 | |
2014-07-30 | Add runtime dependency on flex (in bin/compile_et). Bump PKGREVISION. | fhajny | 1 | -3/+3 | |
2014-05-16 | Fix build under OpenBSD 5.5 | ryoon | 8 | -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-09 | recursive bump from icu shlib major bump. | obache | 2 | -4/+4 | |
2014-03-22 | The MirBSD stanza was wrong. Moved it below the builtin.mk inclusion and | bsiegert | 1 | -10/+10 | |
made the conditional more robust. Fixes at least "make describe", let's see if it helps for the bulk build. | |||||
2014-03-19 | Only build hcrypto on MirBSD if using the builtin OpenSSL. Fixes build | bsiegert | 1 | -1/+3 | |
now that we have OpenSSL from pkgsrc. | |||||
2014-03-11 | Remove example rc.d scripts from PLISTs. | jperkin | 1 | -5/+1 | |
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise. | |||||
2014-02-22 | Additionally check underlying builtin openssl for builtin detection. | obache | 1 | -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-20 | Move check of builtin openssl below to buildlink with openssl and exactly set as | obache | 1 | -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-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 2 | -4/+4 | |
2013-12-04 | Fix heimdal build under MirBSD. | bsiegert | 5 | -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-23 | Use find-headers instead of find-files to detect builtin header files. | obache | 1 | -3/+4 | |
2013-10-19 | Revbump after updating textproc/icu | adam | 2 | -4/+4 | |
2013-10-14 | Fix pakaging on Linux. | ryoon | 1 | -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-11 | Heimdal really uses termcap | roy | 4 | -4/+97 | |
2013-08-24 | fix PLIST options for solaris, including builtin openssl support | richard | 1 | -2/+7 | |
2013-08-22 | At least on my systems glob and vis are not installed, so introduce | joerg | 2 | -4/+9 | |
PLIST conditional. Please fix up the setting on your systems. Mark as not MAKE_JOBS_SAFE. | |||||
2013-08-16 | update PLIST after heimdal upgrade | richard | 1 | -1/+3 | |
2013-08-16 | Changes 1.5.3: | adam | 3 | -27/+16 | |
Bug fixes - Fix leaking file descriptors in KDC - Better socket/timeout handling in libkrb5 - General bug fixes - Build fixes | |||||
2013-08-15 | Attempt to fix readline fallout. Tested with both READLINE_TYPE on SmartOS. | jperkin | 1 | -5/+7 | |
2013-07-26 | Fix build under GNU/kFreeBSD/amd64. | ryoon | 5 | -5/+122 | |
2013-07-15 | * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes | ryoon | 1 | -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-09 | Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. | adam | 1 | -2/+2 | |
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 2 | -4/+4 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 2 | -4/+4 | |
2012-12-16 | recursive bump from cyrus-sasl libsasl2 shlib major bump. | obache | 2 | -4/+4 | |
2012-11-15 | When getting a file basename strip any leading directories. | sbd | 3 | -3/+19 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-09-09 | Add CONFLICTS with kth-krb4 (lib/libsl.so) | cheusov | 1 | -2/+3 | |
2012-08-07 | Improve detection of __sync_add_and_fetch, avoid compiler optimization. | obache | 2 | -5/+17 | |
Fixes PR 46779. | |||||
2012-07-18 | Fix install on at least Solaris. | jperkin | 1 | -1/+5 | |
2012-04-27 | Recursive bump from icu shlib major bumped to 49. | obache | 2 | -4/+4 | |
2012-03-13 | On SunOS, heimdal never builds hcrypto when pkgsrc OpenSSL used. | fhajny | 1 | -2/+5 | |
2012-03-11 | PR/39656 -- Use /var/heimdal as hdbdir, not /var. | shattered | 1 | -2/+3 | |
2012-02-27 | Update to Heimdal 1.5.2 | asau | 6 | -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-15 | Provide access to tests (TEST_TARGET=check). | asau | 1 | -1/+3 | |
2012-01-18 | Revbump after db5 update | adam | 1 | -2/+2 | |
2011-12-30 | Fix for CVE-2011-4862 from FreeBSD | tez | 3 | -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-09 | In OWN_DIRS_PERMS change ROOT_GROUP to REAL_ROOT_GROUP | sbd | 1 | -2/+2 | |
2011-09-15 | Split and clean up tommath patches. Requested by wiz. | hans | 4 | -1085/+1086 | |
2011-09-15 | Remove CVS keywords from patch, so that distinfo has a chance of ever | wiz | 2 | -15/+7 | |
being right. XXX: this patch should be split up, it contains more than one file. | |||||
2011-09-14 | Fix build on SunOS. | hans | 4 | -4/+1708 | |
2011-07-31 | Adds the symbols _kdc_db_fetch and _kdc_free_ent to global | gls | 3 | -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-16 | Regenerate checksum for patches. | asau | 1 | -2/+2 | |
2011-07-08 | Changes 1.4: | adam | 15 | -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-23 | Also allow the builtin heimdal from ArchLinux. | markd | 1 | -2/+2 | |
2010-11-30 | Fixes build with OPENSSL_NO_MD2. | obache | 4 | -1/+152 | |
2010-07-02 | Use CHECK_BUILTIN.heimdal to prevent the fake-krb5-config target to be | joerg | 1 | -1/+3 | |
defined twice. | |||||
2010-07-01 | Don't include mk/bdb.m3.mk for the builtin heimdal. | joerg | 1 | -1/+5 | |