4615e1890b
Add squid4 package version 4.9 based on wip/squid4 package. Squid is a fully-featured HTTP/1.0 proxy with partial HTTP/1.1 support The 4 series brings many new features and upgrades to the basic networking protocols. A short list of the major new features is: Squid 4 represents a new feature release above 3.5. The most important of these new features are: * Configurable helper queue size * Helper concurrency channels changes * SSL support removal * Helper Binary Changes * Secure ICAP * Improved SMP support * Improved process management * Initial GnuTLS support * ESI Custom Parser removal
15 lines
413 B
C
15 lines
413 B
C
$NetBSD: patch-src_fs_ufs_RebuildState.h,v 1.1 2020/01/04 10:57:18 taca Exp $
|
|
|
|
Quick fix for 32bit system.
|
|
|
|
--- src/fs/ufs/RebuildState.h.orig 2019-07-09 19:05:20.000000000 +0000
|
|
+++ src/fs/ufs/RebuildState.h
|
|
@@ -54,7 +54,7 @@ public:
|
|
dirent_t *entry;
|
|
DIR *td;
|
|
char fullpath[MAXPATHLEN];
|
|
- char fullfilename[MAXPATHLEN*2];
|
|
+ char fullfilename[MAXPATHLEN*3];
|
|
|
|
StoreRebuildData counts;
|
|
|