summaryrefslogtreecommitdiffstats
path: root/kerberos5
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2012-04-08 08:19:17 +0000
committerstas <stas@FreeBSD.org>2012-04-08 08:19:17 +0000
commite98d05b4f007c4c6849229bc6c5f1586d0207896 (patch)
treeb776209adefb14f82be8f607e6cc465dfddd90c3 /kerberos5
parent614fd4fe5e7e76da2328df84ca390b36dad17e79 (diff)
downloadFreeBSD-src-e98d05b4f007c4c6849229bc6c5f1586d0207896.zip
FreeBSD-src-e98d05b4f007c4c6849229bc6c5f1586d0207896.tar.gz
- Update FreeBSD's Heimdal distribution to 1.5.2. This is a bugfix
release, which fixes a DoS issue in libkrb5.
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/include/config.h6
-rw-r--r--kerberos5/include/version.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/kerberos5/include/config.h b/kerberos5/include/config.h
index 1f9ad88..c3037f8 100644
--- a/kerberos5/include/config.h
+++ b/kerberos5/include/config.h
@@ -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
diff --git a/kerberos5/include/version.h b/kerberos5/include/version.h
index 01d45f5..ee4d93d 100644
--- a/kerberos5/include/version.h
+++ b/kerberos5/include/version.h
@@ -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";
OpenPOWER on IntegriCloud