Bug 204217

Summary: www/squid: update to 3.5.11
Product: Ports & Packages Reporter: Pavel Timofeev <timp87>
Component: Individual Port(s)Assignee: Jason Unovitch <junovitch>
Status: Closed FIXED    
Severity: Affects Some People CC: junovitch, ncrogers
Priority: --- Keywords: patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
port patch
timp87: maintainer-approval+
poudriere log
none
port patch 2 timp87: maintainer-approval+

Description Pavel Timofeev 2015-11-02 09:52:18 UTC
Created attachment 162693 [details]
port patch

Hi!
- update port to 3.5.10
- fix 'portlint -AC' output
Comment 1 Pavel Timofeev 2015-11-02 09:54:13 UTC
Created attachment 162694 [details]
poudriere log
Comment 2 ncrogers 2015-11-09 18:16:08 UTC
FWIW, this patch worked well for me to go from 3.5.10 to 3.5.11. Thank you for keeping squid up to date quickly!
Comment 3 Pavel Timofeev 2015-11-09 18:42:10 UTC
(In reply to ncrogers from comment #2)
Thank you!
I'm working on squid4 port now.
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2015-11-10 07:59:39 UTC
@Tim, for changes/ports you are maintainer of, don't forget to set maintainer-approval to + on the attachment you want to be references.

Thanks!
Comment 5 Pavel Timofeev 2015-11-10 08:26:09 UTC
(In reply to Kubilay Kocak from comment #4)
Ok. Done! Thanks!
Comment 6 Pavel Timofeev 2015-11-10 16:44:22 UTC
Created attachment 162971 [details]
port patch 2

A bit changed version

- update port to 3.5.10;
- fix 'portlint -AC' output;
- don't create/delete /var/run/squid dir from rc.d script since this dir is in pkg-plist.
Comment 7 commit-hook freebsd_committer freebsd_triage 2015-11-11 17:25:35 UTC
A commit references this bug:

Author: junovitch
Date: Wed Nov 11 17:24:32 UTC 2015
New revision: 401286
URL: https://svnweb.freebsd.org/changeset/ports/401286

Log:
  www/squid: update 3.5.10 -> 3.5.11

  - Regen patches for new release and for portlint
  - Drop creating/deleting /var/run/squid in the rc script as this duplicates
    handling it in the pkg-plist

  Changes:
  * Bug 3574: crashes on reconfigure and startup
  * Bug 4347: compile errors with LibreSSL 2.3
  * Bug 4281: copy-paste typos in src/tools.cc
  * Bug 4279: No response from proxy for FTP-download of non-existing file
  * Bug 4188: Bumping intercepted SSL connections does not work on Solaris
  * Fix incorrect authentication headers on cache digest requests
  * Fix connection stats, including %<lp, missing for persistent connections
  * Fix invalid memory access issues in SBuf
  * Avoid errors when parsing manager ACL in old squid.conf

  PR:		204217
  Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
  Tested by:	ncrogers@gmail.com

Changes:
  head/www/squid/Makefile
  head/www/squid/distinfo
  head/www/squid/files/patch-compat_compat.h
  head/www/squid/files/patch-compat_shm.cc
  head/www/squid/files/patch-configure
  head/www/squid/files/patch-src-cf.data.pre
  head/www/squid/files/patch-src_DiskIO_Mmapped_MmappedFile.cc
  head/www/squid/files/patch-src__ip__Intercept.cc
  head/www/squid/files/patch-src_ipc_mem_Segment.cc
  head/www/squid/files/patch-src_tools.cc
  head/www/squid/files/squid.in
Comment 8 Jason Unovitch freebsd_committer freebsd_triage 2015-11-11 17:27:08 UTC
Committed.  @Pavel, thanks for the high quality submission.  @ncrogers, thanks for the additional usability testing!