pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/libcurl-gnutls



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  5 09:59:31 UTC 2025

Modified Files:
        pkgsrc/www/libcurl-gnutls: Makefile options.mk

Log Message:
libcurl-gnutls: update to 8.17.0

Disable gssapi option on NetBSD, it is no longer 'free' since heimdal
is not supported any longer.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/libcurl-gnutls/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/libcurl-gnutls/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/libcurl-gnutls/Makefile
diff -u pkgsrc/www/libcurl-gnutls/Makefile:1.19 pkgsrc/www/libcurl-gnutls/Makefile:1.20
--- pkgsrc/www/libcurl-gnutls/Makefile:1.19     Fri Oct 24 04:01:11 2025
+++ pkgsrc/www/libcurl-gnutls/Makefile  Wed Nov  5 09:59:30 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2025/10/24 04:01:11 riastradh Exp $
+# $NetBSD: Makefile,v 1.20 2025/11/05 09:59:30 wiz Exp $
 
 .include "../../www/curl/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/curl/libcurl-gnutls/}
-PKGREVISION=   2
 
 TOOL_DEPENDS+= patchelf-[0-9]*:../../devel/patchelf
 

Index: pkgsrc/www/libcurl-gnutls/options.mk
diff -u pkgsrc/www/libcurl-gnutls/options.mk:1.1 pkgsrc/www/libcurl-gnutls/options.mk:1.2
--- pkgsrc/www/libcurl-gnutls/options.mk:1.1    Wed May 31 18:37:52 2023
+++ pkgsrc/www/libcurl-gnutls/options.mk        Wed Nov  5 09:59:30 2025
@@ -1,13 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2023/05/31 18:37:52 nikita Exp $
+# $NetBSD: options.mk,v 1.2 2025/11/05 09:59:30 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.libcurl-gnutls
 PKG_SUPPORTED_OPTIONS=         inet6 libssh2 gssapi ldap rtmp idn http2
 PKG_SUGGESTED_OPTIONS=         http2 inet6 idn
 PKG_OPTIONS_LEGACY_OPTS=       libidn:idn
 
-# Kerberos is built in - no additional dependency
-PKG_SUGGESTED_OPTIONS.NetBSD+= gssapi
-
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Minet6)
@@ -24,6 +21,8 @@ CONFIGURE_ARGS+=      --without-libssh2
 .endif
 
 .if !empty(PKG_OPTIONS:Mgssapi)
+# heimdal not supported after 8.17.0
+KRB5_ACCEPTED=         mit-krb5
 .include "../../mk/krb5.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-gssapi=${KRB5BASE}
 CONFIGURE_ARGS+=       --with-gssapi-includes=${KRB5BASE}/include/gssapi



Home | Main Index | Thread Index | Old Index