Update Heimdal 0.6.1 -> 0.6.3.

This commit is contained in:
Jacques Vidrine 2005-02-24 22:24:24 +00:00
parent f65ab5f283
commit 7ca39a7ff1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142406
4 changed files with 7 additions and 6 deletions

View file

@ -1245,13 +1245,13 @@ 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 0.6.1 (FreeBSD)"
#define PACKAGE_STRING "Heimdal 0.6.3 (FreeBSD)"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "heimdal"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.6.1"
#define PACKAGE_VERSION "0.6.3"
/* Define if getlogin has POSIX flavour (and not BSD). */
/* #undef POSIX_GETLOGIN */
@ -1281,7 +1281,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "0.6.1"
#define VERSION "0.6.3"
/* Define if signal handlers return void. */
#define VOID_RETSIGTYPE 1

View file

@ -1,3 +1,3 @@
/* $FreeBSD$ */
const char *heimdal_long_version = "@(#)$Version: Heimdal 0.6.1 (FreeBSD) $";
const char *heimdal_version = "Heimdal 0.6.1";
const char *heimdal_long_version = "@(#)$Version: Heimdal 0.6.3 (FreeBSD) $";
const char *heimdal_version = "Heimdal 0.6.3";

View file

@ -25,6 +25,7 @@ GEN= asn1_APOptions.x \
asn1_AuthorizationData.x \
asn1_CKSUMTYPE.x \
asn1_Checksum.x \
asn1_ChangePasswdDataMS.x \
asn1_ENCTYPE.x \
asn1_ETYPE_INFO.x \
asn1_ETYPE_INFO_ENTRY.x \

View file

@ -7,7 +7,7 @@ CLEANFILES= krb5-config
krb5-config: krb5-config.in
sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \
-e "s,@VERSION\@,0.6.1,g" \
-e "s,@VERSION\@,0.6.3,g" \
-e "s,@prefix\@,/usr,g" \
-e "s,@exec_prefix\@,/usr,g" \
-e "s,@libdir\@,${LIBDIR},g" \