View | Details | Raw Unified | Return to bug 278291
Collapse All | Expand All

(-)b/www/squid/Makefile (-2 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	squid
1
PORTNAME=	squid
2
DISTVERSION=	6.8
2
DISTVERSION=	6.9
3
PORTREVISION=	1
4
CATEGORIES=	www
3
CATEGORIES=	www
5
MASTER_SITES=	http://www2.pl.squid-cache.org/Versions/v6/ \
4
MASTER_SITES=	http://www2.pl.squid-cache.org/Versions/v6/ \
6
		http://www1.il.squid-cache.org/Versions/v6/ \
5
		http://www1.il.squid-cache.org/Versions/v6/ \
(-)b/www/squid/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1710267260
1
TIMESTAMP = 1712679399
2
SHA256 (squid-6.8.tar.xz) = 11cc5650b51809d99483ccfae24744a2e51cd16199f5ff0c917e84fce695870f
2
SHA256 (squid-6.9.tar.xz) = 1ad72d46e1cb556e9561214f0fb181adb87c7c47927ef69bc8acd68a03f61882
3
SIZE (squid-6.8.tar.xz) = 2547796
3
SIZE (squid-6.9.tar.xz) = 2557992
(-)a/www/squid/files/patch-src_auth_basic_NIS_nis__support.h (-13 lines)
Removed Link Here
1
--- src/auth/basic/NIS/nis_support.h.orig	2024-03-04 05:45:51 UTC
2
+++ src/auth/basic/NIS/nis_support.h
3
@@ -8,9 +8,6 @@
4
 #ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H
5
 #define SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H
6
 
7
-#ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H
8
-#define SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H
9
-
10
 extern char * get_nis_password(char *user, char *nisdomain, char *nismap);
11
 
12
 #endif /* SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H */
13
- 

Return to bug 278291