- Update FreeBSD's Heimdal distribution to 1.5.2. This is a bugfix

release, which fixes a DoS issue in libkrb5.
This commit is contained in:
Stanislav Sedov
2012-04-08 08:19:17 +00:00
222 changed files with 391 additions and 400 deletions
+3 -3
View File
@@ -1452,7 +1452,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
#define PACKAGE_NAME "Heimdal"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Heimdal 1.5.1"
#define PACKAGE_STRING "Heimdal 1.5.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "heimdal"
@@ -1461,7 +1461,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.5.1"
#define PACKAGE_VERSION "1.5.2"
/* Define to enable PKINIT. */
#define PKINIT 1
@@ -1516,7 +1516,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "1.5.1"
#define VERSION "1.5.2"
/* Define if signal handlers return void. */
#define VOID_RETSIGTYPE 1
+2 -2
View File
@@ -2,5 +2,5 @@
#ifndef VERSION_HIDDEN
#define VERSION_HIDDEN
#endif
VERSION_HIDDEN const char *heimdal_long_version = "@(#)$Version: Heimdal 1.5.1 (FreeBSD) $";
VERSION_HIDDEN const char *heimdal_version = "Heimdal 1.5.1";
VERSION_HIDDEN const char *heimdal_long_version = "@(#)$Version: Heimdal 1.5.2 (FreeBSD) $";
VERSION_HIDDEN const char *heimdal_version = "Heimdal 1.5.2";