Update Heimdal 0.6.1 -> 0.6.3.
This commit is contained in:
parent
0d51bf3fb8
commit
1c30c3eb72
@ -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
|
||||
|
@ -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";
|
||||
|
@ -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 \
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user