pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q3]: pkgsrc/www/squid Pullup ticket 850 - requested by Tak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1585a92f804
branches:  pkgsrc-2005Q3
changeset: 499618:c1585a92f804
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Oct 24 00:57:29 2005 +0000

description:
Pullup ticket 850 - requested by Takahiro Kambe
sync www/squid with HEAD, including security fixes

Revisions pulled up:
- pkgsrc/www/squid/Makefile                                   1.161, 1.162
- pkgsrc/www/squid/distinfo                                   1.105, 1.106
- pkgsrc/www/squid/patches/patch-ag                           1.22, 1.23

   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sun Oct  9 14:47:56 UTC 2005

   Modified Files:
        pkgsrc/www/squid: Makefile distinfo
        pkgsrc/www/squid/patches: patch-ag

   Log Message:
   Update squid package to 2.5.11 (2.5.STABLE11 + official 6 patches).

   o pkgsrc changes: change DIST_SUBDIR to ${PKGNAME_NOREV} only (stop
     using time stamp) since squid's patches are provided with revision
     if updated.

   o official patches:

   * 2005-09-28 21:52 (Minor) CNAME adresses remembered with wrong TTL
   * 2005-09-28 21:16 (Cosmetic) Defining CACHE_HTTP_PORT does not set
                                the default http_port
   * 2005-09-28 21:07 (Minor) httpd_accel_single_host breaks in combination
                                with server_persistent_connections
   * 2005-09-28 21:07 (Cosmetic) More tracing in test mode of squid_ldap_auth
   * 2005-09-28 21:07 (Cosmetic) Document that tcp_outgoing_xxx works badly
                        in combination with server_persistent_connections
   * 2005-09-27 22:29 (Major) Truncated responses when using delay pools

   o changes from 2.5.10; most of them are already included in squid 2.5.10nb5
     package

   Changes to squid-2.5.STABLE11 (22 Sep 2005)

        - [Minor] Workaround for servers sending double content-length headers
          (Bug #1305)
        - [Cosmetic] Updated Spanish error messages by Nicolas Ruiz
        - [Cosmetic] Date header corrected on internal objects (icons etc)
          (Bug #1275)
        - [Minor] squid -k fails in combination with chroot after patch for
          bug 1157 (Bug #1307)
        - [Cosmetic] Segmentation fault if compiled with
          --enable-ipf-transparent but denied access to the NAT device.
          (Bug #1313)
        - [Minor] httpd_accel_signle_host incompatible with redireection
          (Bug #1314)
        - [Minor] squid -k reconfigure internal corruption if the type of
          a cache_dir is changed (Bug #1308)
        - [Minor] SNMP GETNEXT fails if the given OID is outside the Squid MIB
          (Bug #1317)
        - [Minor] Title in FTP listings somewhat messed up after previous
          patch for bug 1220 (Bug #1220)
        - [Minor] FTP listings uses "BASE HREF" much more than it needs to,
          confusing authentication. (Bug #1204)
        - [Minor] winfo_group.pl only looked for the first group if multiple
          groups were defined in the same acl. (Bug #1333)
        - [Cosmetic] Compiler warnings on some 64-bit platforms (Bug #1316)
        - [Cosmetic] Removed some debug output from wb_ntlm_atuh (Bug #518)
        - [Cosmetic] The new --with-build-environment=... option doesn't work
        - [Cosmetic] New 'mail_program' configuration option in squid.conf
        - [Minor] Fails to compile with ip-filter and ARP support on Solaris
          x86 (Bug #199)
        - [Major] Segmentation fault in sslConnectTimeout (Bug #1355)
        - [Medium] assertion failed in StatHist.c:93  (Bug #1325)
        - [Minor] More chroot_dir and squid -k reconfigure issues (Bug #1331)
        - [Cosmetic] Invalid URLs in error messages when failing to connect
          to peer, and a few other inconsistent error messages (Bug #1342)
        - [Cosmetic] Fails to compile with glibc -D_FORTIFY_SOURCE=2
          (Bug #1344)
        - [Minor] Some odd FTP servers respond with 250 where 226 is expected
          (Bug #1348)
        - [Cosmetic] Greek translation of error messages (Bug #1351)
        - [Major] Assertion failed store_status == STORE_PENDING (Bug #1368)
        - [Minor] squid_ldap_auth -U does not work (Bug #1370)
        - [Minor] SNMP cacheClientTable fails on "long" IP addresses
          (Bug #1375)
        - [Minor] Solaris Sparc + IP-Filter compile error (Bug #1374)
        - [Minor] E-mail sent when cache dies is blocked from many antispam
          rules (Bug #1380)
        - [Minor] LDAP helpers does not work with TLS (-Z option) (Bug #1389)
        - [Cosmetic] Incorrect store dir selection debug message on objects
          larger than 2Gigabyte (Bug #1343)
        - [Cosmetic] header_id enum misused as an signed integer (Bug #1343)
        - [Cosmetic] Allow leaving core dumps when started as root (Bug #1335)
        - [Medium] Clients could bypass delay_pool settings by faking a cache
          hit request (Bug #500)
        - [Minor] IP-Filter 4.X support (Bug #1378)
        - [Medium] Odd results on pipelined CONNECT requests
        - [Major] Squid crashing with "FATAL: Incorrect scheme in auth header"
          when using NTLM authentication.
        - [Cosmetic] Odd results when pipeline_prefetch is combined with NTLM
          authentication (bug #1396)
        - [Minor] invalid host was processed as IP 255.255.255.255 in dst acl
          (Bug #1394)
        - [Cosmetic] New --with-maxfd=N configure option to override build
          time filedescriptor limit test
        - [Minor] Added support for Windows code name "Longhorn" on Cygwin.
---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sun Oct 23 22:32:32 UTC 2005

   Modified Files:
        pkgsrc/www/squid: Makefile distinfo
        pkgsrc/www/squid/patches: patch-ag

   Log Message:
   Update squid package to 2.5.12 (squid-2.5.STABLE12).

   Changes to squid-2.5.STABLE12 (22 Oct 2005)

        - [Major] Error introduced in 2.5.STABLE11 causing truncated responses
          when using delay pools (Bug #1405)
        - [Cosmetic] Document that tcp_outgoing_* works badly in combination
          with server_persistent_connections (Bug #454)
        - [Cosmetic] Add additinal tracing to squid_ldap_auth making
          diagnostics easier on squid_ldap_auth configuration errors
          (Bug #1395)
        - [Minor] $HOME not set when started as root (Bug #1401)
        - [Minor] httpd_accel_single_host breaks in combination with
          server_persistent_connections (Bug #1402)
        - [Cosmetic] Setting CACHE_HTTP_PORT to configure was only partially
          implemented, effectively ignored. (Bug #1403)
        - [Minor] CNAME based DNS addresses could get cached for longer
          than intended (Bug #1404)
        - [Minor] Incorrect handling of squid-internal-dynamic/netdb exchanges
          in transparently intercepting proxies (Bug #1410).
        - [Minor] Cache revalidations on HEAD requests causing poor cache
          hit ratio (Bug #1411).
        - [Minor] Not possible to send 302 redirects via a redirector in
          response to CONNECT requests (bug #1412)
        - [Minor] Incorrect handling of Set-Cookie on cache refreshes (Bug
          #1419)
        - [Major] Segmentation fault crash in rfc1738_do_escape (Bug #1426)
        - [Minor] Delay pools class 3 fails on clients in network 255
          (Bug #1431)

diffstat:

 www/squid/Makefile         |   57 ++-----------------
 www/squid/distinfo         |  127 +-------------------------------------------
 www/squid/patches/patch-ag |   35 +++++++----
 3 files changed, 34 insertions(+), 185 deletions(-)

diffs (truncated from 316 to 300 lines):

diff -r 62b9d52681d6 -r c1585a92f804 www/squid/Makefile
--- a/www/squid/Makefile        Mon Oct 24 00:26:40 2005 +0000
+++ b/www/squid/Makefile        Mon Oct 24 00:57:29 2005 +0000
@@ -1,71 +1,28 @@
-# $NetBSD: Makefile,v 1.160 2005/09/21 15:06:07 taca Exp $
+# $NetBSD: Makefile,v 1.160.2.1 2005/10/24 00:57:29 seb Exp $
 
-DISTNAME=      squid-2.5.STABLE10
-PKGNAME=       squid-2.5.10
-PKGREVISION=   5
+DISTNAME=      squid-2.5.STABLE12
+PKGNAME=       squid-2.5.12
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v2/2.5/ \
                ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \
                ftp://ftp1.au.squid-cache.org/pub/squid/squid-2/STABLE/
 EXTRACT_SUFX=  .tar.bz2
 
-PATCH_SITES=   http://www.squid-cache.org/Versions/v2/2.5/bugs/
-PATCHFILES=    squid-2.5.STABLE10-content_length.patch \
-               squid-2.5.STABLE10-spanish.patch \
-               squid-2.5.STABLE10-internal_date.patch \
-               squid-2.5.STABLE10-chroot-2.patch \
-               squid-2.5.STABLE10-transparent-2.patch \
-               squid-2.5.STABLE10-redirect_flags.patch \
-               squid-2.5.STABLE10-cache_dir_change.patch \
-               squid-2.5.STABLE10-snmp_getnext.patch \
-               squid-2.5.STABLE10-ftp_title-2.patch \
-               squid-2.5.STABLE10-ftp_basehref.patch \
-               squid-2.5.STABLE10-wbinfo_groups.patch \
-               squid-2.5.STABLE10-64bit_cleanup.patch \
-               squid-2.5.STABLE10-wb_ntlm_auth_silent.patch \
-               squid-2.5.STABLE10-buildenv.patch \
-               squid-2.5.STABLE10-mail_program.patch \
-               squid-2.5.STABLE10-arp_ipfilter-2.patch \
-               squid-2.5.STABLE10-sslConnectTimeout.patch \
-               squid-2.5.STABLE10-statHistAssert.patch \
-               squid-2.5.STABLE10-chroot_dir.patch \
-               squid-2.5.STABLE10-errmsg.patch \
-               squid-2.5.STABLE10-FORTIFY_SOURCE.patch \
-               squid-2.5.STABLE10-ftp_250.patch \
-               squid-2.5.STABLE10-Greek.patch \
-               squid-2.5.STABLE10-STORE_PENDING.patch \
-               squid-2.5.STABLE10-ldap_auth-U.patch \
-               squid-2.5.STABLE10-cacheClientTable.patch \
-               squid-2.5.STABLE10-Solaris_IPFilter-2.patch \
-               squid-2.5.STABLE10-mail_from.patch \
-               squid-2.5.STABLE10-LDAP_TLS.patch \
-               squid-2.5.STABLE10-storedir_objsize_debug.patch \
-               squid-2.5.STABLE10-header_id_enum.patch \
-               squid-2.5.STABLE10-allow_coredump.patch \
-               squid-2.5.STABLE10-delay_pools.patch \
-               squid-2.5.STABLE10-NetBSD_IPFilter-4.patch \
-               squid-2.5.STABLE10-pipeline-CONNECT.patch \
-               squid-2.5.STABLE10-NTLM-scheme_assert-3.patch \
-               squid-2.5.STABLE10-ntlm-pipeline_prefetch.patch \
-               squid-2.5.STABLE10-dst_unknown.patch \
-               squid-2.5.STABLE10-maxfd.patch
-PATCH_DIST_STRIP=       -p1
+#PATCH_SITES=  http://www.squid-cache.org/Versions/v2/2.5/bugs/
+#PATCHFILES=
+#PATCH_DIST_STRIP= -p1
 
 MAINTAINER=    taca%NetBSD.org@localhost
 HOMEPAGE=      http://www.squid-cache.org/
 COMMENT=       Post-Harvest_cached WWW proxy cache and accelerator
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-src//}
-DIST_SUBDIR=   ${PKGNAME_NOREV}-${DIST_STAMP}
+DIST_SUBDIR=   ${PKGNAME_NOREV}
 
 DOCDIR=                ${PREFIX}/share/doc/squid
 EXAMPLESDIR=   ${PREFIX}/share/examples/squid
 DATADIR=       ${VARBASE}/squid
 
-# Update this time stamp pattern if any of official distfiles has changed.
-#
-DIST_STAMP=    2005060500
-
 DOCFILES=      ChangeLog RELEASENOTES.html doc/debug-sections.txt
 
 # Configuration directory location which can be overwritten by the user.
diff -r 62b9d52681d6 -r c1585a92f804 www/squid/distinfo
--- a/www/squid/distinfo        Mon Oct 24 00:26:40 2005 +0000
+++ b/www/squid/distinfo        Mon Oct 24 00:57:29 2005 +0000
@@ -1,131 +1,14 @@
-$NetBSD: distinfo,v 1.104 2005/09/21 15:06:07 taca Exp $
+$NetBSD: distinfo,v 1.104.2.1 2005/10/24 00:57:29 seb Exp $
 
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10.tar.bz2) = a0092570938032f66e7f636d1a6a02dd2383a643
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10.tar.bz2) = e1409a2fcd52e1c928d74740c98396886b5ef927
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10.tar.bz2) = 1069922 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-content_length.patch) = 197a8b7cbd288c491a2a766d846653930c4e9275
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-content_length.patch) = 68889eca3b7aa9094125f864be2ad66bc8031f50
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-content_length.patch) = 1879 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-spanish.patch) = 054b9bc37328071c4ccb9e1b3ec8b893f36aa3f2
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-spanish.patch) = 80ef1444ad53028e122a195a0e0328a35fa8dafe
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-spanish.patch) = 17111 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-internal_date.patch) = 5ce31f06f1c9d07d845679e83cdfd45610e10a89
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-internal_date.patch) = 1b12f4f120af55456a523a3a17c7cc939d65afe5
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-internal_date.patch) = 8150 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-chroot-2.patch) = e6eb56e9a93528b32bdd7d1964aae4673e9c340d
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-chroot-2.patch) = b71367a6bec8fe7558e2d39d604eacd545fef887
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-chroot-2.patch) = 3500 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-transparent-2.patch) = 4b7971b009d12f931a01f2ceff6742fb88be5d0a
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-transparent-2.patch) = 710494240e519cc6b89f02c8135f918c62144b57
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-transparent-2.patch) = 4008 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-redirect_flags.patch) = f6ebe02e82f54704c70600dead9ac6c4c96064d6
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-redirect_flags.patch) = 19c79b0c4e0c866599d4f88080981bf9ede49683
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-redirect_flags.patch) = 945 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-cache_dir_change.patch) = a181a0eece077b8e1c0a3ea976b39fb4318c721a
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-cache_dir_change.patch) = c191c101183662ac63f1dd1f32accdf3d6699a87
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-cache_dir_change.patch) = 2843 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-snmp_getnext.patch) = 1e31f5ed2515d5b386a0ead620f6c17724f8ef48
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-snmp_getnext.patch) = e25d7fa0815a60aaf3a1ad29dad010322b766ce0
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-snmp_getnext.patch) = 1012 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-ftp_title-2.patch) = 445816d0657e595efef192052dae13c97ddd347e
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-ftp_title-2.patch) = c0694b84c9ad9813c8def34507efb9b3815c944e
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-ftp_title-2.patch) = 4240 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-ftp_basehref.patch) = 0e9f378d8a49758544499307a99ba7bfc685512d
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-ftp_basehref.patch) = 2540214b456b9c4a7066b5e8143605a1f1180528
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-ftp_basehref.patch) = 8250 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-wbinfo_groups.patch) = c4025826802fa4373e586dfe37c8ed3de02234e5
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-wbinfo_groups.patch) = 0d9333410f5be6ab3e637a0a8f6d840e04d734da
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-wbinfo_groups.patch) = 1245 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-64bit_cleanup.patch) = 48e910184ea0802f8db67869e2d9d921efe67b4a
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-64bit_cleanup.patch) = c16dd8d0e0967eab9b22c47ca3ac519de47a0c19
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-64bit_cleanup.patch) = 21491 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-wb_ntlm_auth_silent.patch) = 2cc566b084e74337aac78ec95d5158c4d1d7908c
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-wb_ntlm_auth_silent.patch) = 914aecf88caaba3d252a2f2eee29df2c441f5987
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-wb_ntlm_auth_silent.patch) = 2035 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-buildenv.patch) = 433b03e172cde2e4893c8a1f943329a164f6bcc8
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-buildenv.patch) = 67688fb7ee4aee8923439684053b08f742522a82
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-buildenv.patch) = 4025 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-mail_program.patch) = 8f3e593c93ca2c64b4ee7335ea17f9b3076cf33d
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-mail_program.patch) = b108754a8152cd79e3ddc86320763378667df7c9
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-mail_program.patch) = 1922 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-arp_ipfilter-2.patch) = cd24bc66430229eb22fdec387aa935d2b382dd99
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-arp_ipfilter-2.patch) = aace4c841ec36cd23112cd1ad1328e1d19ac40bf
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-arp_ipfilter-2.patch) = 883 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-sslConnectTimeout.patch) = eda5f6937e601b1ed93f964b7e6555c7f34fe833
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-sslConnectTimeout.patch) = 76e21355755b49752860dc46c02186eff7b0775f
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-sslConnectTimeout.patch) = 426 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-statHistAssert.patch) = 03a1df28b8f2aab047dd01635bf5776ffa3f63b6
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-statHistAssert.patch) = c973786d43e05d78336068f00e4b1e46ae3b8cfa
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-statHistAssert.patch) = 738 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-chroot_dir.patch) = 8d4d087f55c10c0209e9cc35e24f21366d725db2
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-chroot_dir.patch) = ec1c67faac72f4cd039bb417c4e7bc35534241c3
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-chroot_dir.patch) = 685 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-errmsg.patch) = 95dbd1962bf67cda7b9923b01efba4f5f994e447
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-errmsg.patch) = 9ad6e2bf38d127ae6033aff34854288c789c8a80
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-errmsg.patch) = 19050 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-FORTIFY_SOURCE.patch) = 02acaa18f50953ab7f3a0598829722ee0048d422
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-FORTIFY_SOURCE.patch) = 8ee593bbac0621d96208263e14716709b6faafc5
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-FORTIFY_SOURCE.patch) = 2397 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-ftp_250.patch) = aecb14cf3b2d5502b86ed979f464597b25db5bac
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-ftp_250.patch) = 84969264f8aaa113c57965f72b15e57463ed0e00
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-ftp_250.patch) = 2090 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-Greek.patch) = c0106d9327eb1d9a3d5cb28b5509886d8c4f1fa7
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-Greek.patch) = b88104efac09ee808d4f606bd1855d680163ec81
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-Greek.patch) = 37463 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-STORE_PENDING.patch) = 8b0c50c5ae3d64382548620864736c340767484d
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-STORE_PENDING.patch) = dbfb58902943ff7f5f4e05f319f20685d3ae6179
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-STORE_PENDING.patch) = 9169 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-ldap_auth-U.patch) = fc786458e8d56f2afc934f7d503d9af0e4cd358f
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-ldap_auth-U.patch) = 6996acb25c3370140d114137a64a03e355e0336d
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-ldap_auth-U.patch) = 1380 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-cacheClientTable.patch) = 1b09b265c23955c008456276a09b291c567cae0c
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-cacheClientTable.patch) = 4773824bd1d5e47af3137f3ec4f851766e8738ee
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-cacheClientTable.patch) = 632 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-Solaris_IPFilter-2.patch) = a2e5e60c4e8af4bac428e995633265989c6ba271
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-Solaris_IPFilter-2.patch) = d327a2126574ed3c4a1ce534211301705e901e6b
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-Solaris_IPFilter-2.patch) = 2993 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-mail_from.patch) = 92cbdc4ae9edf22f8eedd66603fed81ed4e300e6
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-mail_from.patch) = 2aa39b1f4ccf940250514cef58609209878c39ff
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-mail_from.patch) = 1863 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-LDAP_TLS.patch) = 62491b8283994c1a7f11a0d88269ea418a2271ae
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-LDAP_TLS.patch) = acaa61ff1e361d7c540349e93908fb20f04d9903
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-LDAP_TLS.patch) = 2466 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-storedir_objsize_debug.patch) = 35469702eb69339d3849f6510a98f5f834495a0a
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-storedir_objsize_debug.patch) = 56a27ba425ac262362143450984ce90a02caebe9
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-storedir_objsize_debug.patch) = 1289 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-header_id_enum.patch) = 70a6d54d8340fd038637262f8d10a8b0cf9f3514
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-header_id_enum.patch) = 9cf6e2011c80d1155ba7ed444320612404a38f84
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-header_id_enum.patch) = 628 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-allow_coredump.patch) = 72d122e439b806f51d4c19b44db39d7422f2b099
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-allow_coredump.patch) = 411dccc635c68cd5ed7e6008744bcccabf9d441a
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-allow_coredump.patch) = 3496 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-delay_pools.patch) = dd288e718ac2bfb1218c67395ffd2cb555eca94e
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-delay_pools.patch) = acd6eb90b85707867b052f8bb059f8479fef005d
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-delay_pools.patch) = 7782 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-NetBSD_IPFilter-4.patch) = 5a9756f243df5966e7abec3d71b9f982f9781718
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-NetBSD_IPFilter-4.patch) = dc0cda0aa82bd2bf0a81263e9bde447065f599c8
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-NetBSD_IPFilter-4.patch) = 4532 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-pipeline-CONNECT.patch) = f72a46995e4673d69d6d10c9c719ffbf63da0659
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-pipeline-CONNECT.patch) = 97b88ba80c8aa26ed9f0bc719a24d35993b81488
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-pipeline-CONNECT.patch) = 6316 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-NTLM-scheme_assert-3.patch) = 09f1bb2be87451e67da3adb99c97bec81116e505
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-NTLM-scheme_assert-3.patch) = d645e00bf444f3a8ef479b68ea964ddc855c5c91
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-NTLM-scheme_assert-3.patch) = 2410 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-ntlm-pipeline_prefetch.patch) = fedd6b51341c49a3a7bffb1cac1af29522d09aef
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-ntlm-pipeline_prefetch.patch) = 051505287a90a206e575b75187802fc0f2c4a884
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-ntlm-pipeline_prefetch.patch) = 2248 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-dst_unknown.patch) = 628b8217821ed3461553ea5c83af87218a33e5f4
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-dst_unknown.patch) = eb597dbb5d1f48aec030593dfa61621847f34020
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-dst_unknown.patch) = 579 bytes
-SHA1 (squid-2.5.10-2005060500/squid-2.5.STABLE10-maxfd.patch) = 089c44eda18009ce173697e34786577a7589704b
-RMD160 (squid-2.5.10-2005060500/squid-2.5.STABLE10-maxfd.patch) = ad5e5d273f4bf501b598e6e9652a8420c6fddd0d
-Size (squid-2.5.10-2005060500/squid-2.5.STABLE10-maxfd.patch) = 3335 bytes
+SHA1 (squid-2.5.12/squid-2.5.STABLE12.tar.bz2) = 57a046ca0eda0f649d259c2c161dc95c81a5dc09
+RMD160 (squid-2.5.12/squid-2.5.STABLE12.tar.bz2) = 0b332612d90d74681e47505a2afbfb6c962807a4
+Size (squid-2.5.12/squid-2.5.STABLE12.tar.bz2) = 1075111 bytes
 SHA1 (patch-aa) = 25d47b8ab8618af2b1d2a40f1dc3630cdc14038c
 SHA1 (patch-ab) = 1224ba4cee98a26d2c9d670eb6d57c6187ff2d56
 SHA1 (patch-ac) = 1b283f0a573c02c82ce26f75e67d19b1ec5ff9f0
 SHA1 (patch-ad) = 88b46bc9051ea32ebd74f06ebd362ce16f8c5c4c
 SHA1 (patch-ae) = 860c8ad41ea09282bdb0d626260084354458f653
-SHA1 (patch-ag) = db36d9125fa812aa9d420f76a669337dd11e4916
+SHA1 (patch-ag) = 560f3a2a571cb988a1080e8d45f29a9eafef959e
 SHA1 (patch-aj) = aa2271e53602fe168604aeced6ed66d28fe47707
 SHA1 (patch-ak) = 108b313149271457bee702ecf9489c61715ec9e7
 SHA1 (patch-al) = 51d7c84b007ab9600ae911e1e9206cf91b937120
diff -r 62b9d52681d6 -r c1585a92f804 www/squid/patches/patch-ag
--- a/www/squid/patches/patch-ag        Mon Oct 24 00:26:40 2005 +0000
+++ b/www/squid/patches/patch-ag        Mon Oct 24 00:57:29 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ag,v 1.21 2005/09/15 15:40:47 taca Exp $
+$NetBSD: patch-ag,v 1.21.2.1 2005/10/24 00:57:29 seb Exp $
 
---- configure.orig     2005-09-13 12:26:12.000000000 +0900
+--- configure.orig     2005-10-22 18:56:01.000000000 +0900
 +++ configure
-@@ -2241,7 +2241,7 @@ if test "${enable_snmp+set}" = set; then
+@@ -2249,7 +2238,7 @@ if test "${enable_snmp+set}" = set; then
  #define SQUID_SNMP 1
  EOF
  
@@ -11,7 +11,7 @@
      
  
  if true; then
-@@ -4062,6 +4062,7 @@ for ac_hdr in \
+@@ -4070,6 +4059,7 @@ for ac_hdr in \
        libc.h \
        limits.h \
        linux/netfilter_ipv4.h \
@@ -19,7 +19,7 @@
        malloc.h \
        math.h \
        memory.h \
-@@ -6309,43 +6310,38 @@ fi
+@@ -6317,47 +6307,45 @@ fi
  echo "$ac_t""$ac_cv_type_mode_t" 1>&6
  if test $ac_cv_type_mode_t = no; then
    cat >> confdefs.h <<\EOF
@@ -30,15 +30,18 @@
  fi
  
 -echo $ac_n "checking for fd_mask""... $ac_c" 1>&6
--echo "configure:6301: checking for fd_mask" >&5
+-echo "configure:6327: checking for fd_mask" >&5
 -if eval "test \"`echo '$''{'ac_cv_type_fd_mask'+set}'`\" = set"; then
++
 +echo $ac_n "checking for fd_set""... $ac_c" 1>&6
-+echo "configure:6031: checking for fd_set" >&5
++echo "configure:6318: checking for fd_set" >&5
 +if eval "test \"`echo '$''{'ac_cv_have_fd_mask'+set}'`\" = set"; then
    echo $ac_n "(cached) $ac_c" 1>&6
  else
++  
    cat > conftest.$ac_ext <<EOF
- #line 6306 "configure"
+-#line 6332 "configure"
++#line 6324 "configure"
  #include "confdefs.h"
  #include <sys/types.h>
 -#if STDC_HEADERS
@@ -53,15 +56,16 @@
  EOF
 -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 -  egrep "(^|[^a-zA-Z_0-9])fd_mask[^a-zA-Z_0-9]" >/dev/null 2>&1; then
-+if { (eval echo configure:5983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
++if { (eval echo configure:6333: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    rm -rf conftest*
 -  ac_cv_type_fd_mask=yes
-+  ac_cv_have_fd_mask=yes
++  ac_cv_have_fd_mask="yes"
  else
 +  echo "configure: failed program was:" >&5
++  cat conftest.$ac_ext >&5
    rm -rf conftest*
 -  ac_cv_type_fd_mask=no
-+  ac_cv_have_fd_mask=no
++  ac_cv_have_fd_mask="no"
  fi
  rm -f conftest*
  
@@ -73,11 +77,16 @@
 -EOF
 -



Home | Main Index | Thread Index | Old Index