mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
@@ -641,7 +641,7 @@
|
|||||||
#define PACKAGE_NAME "Kerberos 5"
|
#define PACKAGE_NAME "Kerberos 5"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "Kerberos 5 1.22.1"
|
#define PACKAGE_STRING "Kerberos 5 1.22.2"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "krb5"
|
#define PACKAGE_TARNAME "krb5"
|
||||||
@@ -650,7 +650,7 @@
|
|||||||
#define PACKAGE_URL ""
|
#define PACKAGE_URL ""
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "1.22.1"
|
#define PACKAGE_VERSION "1.22.2"
|
||||||
|
|
||||||
/* Default PKCS11 module name */
|
/* Default PKCS11 module name */
|
||||||
#define PKCS11_MODNAME "opensc-pkcs11.so"
|
#define PKCS11_MODNAME "opensc-pkcs11.so"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
|
.include "../../Makefile.pc"
|
||||||
|
|
||||||
SCRIPTS= krb5-config.sh
|
SCRIPTS= krb5-config.sh
|
||||||
BINDIR?= /usr/bin
|
BINDIR?= /usr/bin
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
# Configurable parameters set by autoconf
|
# Configurable parameters set by autoconf
|
||||||
# Disreagard the above. Edit this by hand in the bespoke FreeBSD build.
|
# Disreagard the above. Edit this by hand in the bespoke FreeBSD build.
|
||||||
version_string="Kerberos 5 release 1.22.1"
|
version_string="Kerberos 5 release 1.22.2"
|
||||||
|
|
||||||
prefix=/usr
|
prefix=/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=${prefix}
|
||||||
|
|||||||
Reference in New Issue
Block a user