diff options
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 9 | ||||
-rw-r--r-- | www/squid/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 43984fbbbe58..9a443436984c 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,5 +1,6 @@ PORTNAME= squid -DISTVERSION= 6.13 +DISTVERSION= 6.14 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}-cache/${PORTNAME}/releases/download/${PORTNAME:tu}_${DISTVERSION:S|.|_|g}/ @@ -149,8 +150,12 @@ FS_DISKD_VARS= DISKIO_MODULES+=DiskDaemon \ FS_ROCK_VARS= STORAGE_SCHEMES+=rock GSSAPI_BASE_USES= gssapi GSSAPI_BASE_CONFIGURE_ON= ${GSSAPI_CONFIGURE_ARGS} \ - --with-heimdal-krb5=${GSSAPIBASEDIR} \ krb5_config=${GSSAPIBASEDIR}/bin/krb5-config +.if exists(/usr/libdata/pkgconfig/mit-krb5.pc) +GSSAPI_BASE_CONFIGURE_ON+= --with-mit-krb5=${GSSAPIBASEDIR} +.else +GSSAPI_BASE_CONFIGURE_ON+= --with-heimdal-krb5=${GSSAPIBASEDIR} +.endif GSSAPI_BASE_PLIST_SUB= AUTH_KERB="" GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_HEIMDAL_CONFIGURE_ON= ${GSSAPI_CONFIGURE_ARGS} \ diff --git a/www/squid/distinfo b/www/squid/distinfo index 3482b7d60f5c..09166647c4a2 100644 --- a/www/squid/distinfo +++ b/www/squid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749986346 -SHA256 (squid-6.13.tar.xz) = 232e0567946ccc0115653c3c18f01e83f2d9cc49c43d9dead8b319af0b35ad52 -SIZE (squid-6.13.tar.xz) = 2548680 +TIMESTAMP = 1750911454 +SHA256 (squid-6.14.tar.xz) = 9eafe06f58a199b918e79d33d8aa03afb9ae0c11d18974dca0b44c2669cab6dd +SIZE (squid-6.14.tar.xz) = 2548456 |