head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2026.02.11.09.18.49; author taca; state Exp; branches; next ; commitid dAdTuhHv86LajWtG; desc @@ 1.1 log @www/squid7: update to 7.4 pkgsrc change: * Move MESSAGE to README-pkgsrc. * Use own Makefile.common now preparing remove of squid6. 7.4 (2026-01-20) - Do not create world-readable directories - digest_edirectory_auth: Fix LDAPS memory leaks - snmplib: Improve handling of zero-length ASN OCTET STRINGs - Debug tls_read_method()/tls_write_method() errors - ICMP: Harden echo paths, fix overflows, UB, and leaks - Set SSL_OP_LEGACY_SERVER_CONNECT when peeking at servers - security_file_certgen: Fix OPENSSL_malloc()/free(3) mismatch - Detect FreeBSD ports Heimdal package - Remove SQUID_CHECK_KRB5_HEIMDAL_BROKEN_KRB5_H macro - Remove SQUID_CHECK_KRB5_SOLARIS_BROKEN_KRB5_H macro - ext_kerberos_ldap_group_acl: Do not prohibit all LDFLAGS - negotiate_sspi_auth: Respond with ERR when FormatMessage() fails - ... and some code cleanups - ... and some CI improvements @ text @# $NetBSD: Makefile.common,v 1.2 2025/07/16 10:59:48 sborrill Exp $ # # used by www/squid7/Makefile SQUID_DATADIR= ${VARBASE}/squid PKG_SYSCONFSUBDIR?= squid SQUID_USER?= squid SQUID_GROUP?= squid PKG_GROUPS_VARS+= SQUID_GROUP PKG_USERS_VARS+= SQUID_USER PKG_GROUPS= ${SQUID_GROUP} PKG_USERS= ${SQUID_USER}:${SQUID_GROUP} PKG_GECOS.${SQUID_USER}= Squid Web-Cache pseudo-user BUILD_DEFS+= VARBASE @