notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/squid/files/squid.in

Number of commits found: 18

Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d 135fdee
Monday, 27 Jul 2020
14:50 garga search for other commits by this committer
www/squid: Update to 4.12 among other changes

- Update to 4.12
- Remove upstreamed patches
- Enhance rc script (thanks to Walter von Entferndt for ideas!):
-- create piddir if missing (/var/run may be a tmpfs)
-- don't wait endlessly if squid can't create a pidfile
-- define squid_group
- address GREASEd (thanks to Joshua Kinard and Juraj Lutter!)

PR:		247397
Submitted by:	Juraj Lutter <juraj@lutter.sk>
Reworked by:	maintainer
Approved by:	maintainer
MFH:		2020Q3 (bug-fix release)
Sponsored by:	Rubicon Communications, LLC (Netgate)
Original commitRevision:543526 
Sunday, 8 Jul 2018
20:46 swills search for other commits by this committer
www/squid: update to 4.1

PR:		229601
Submitted by:	timp87@gmail.com (maintainer)
Original commitRevision:474197 
Wednesday, 3 May 2017
13:51 miwi search for other commits by this committer
- Update to 3.5.25

PR:		218343
Submitted by:	maintainer
Original commitRevision:440014 
Thursday, 31 Mar 2016
19:05 pi search for other commits by this committer
www/squid: cleanup, adding patches

1. Turn ON all options that don't require external dependencies.
2. Split SMB options to more items to make it possible to compile
   squid with samba36 and samba42.*
3. Set databases/p5-DBI as a dependency for SQL option and add note
   to pkg-message about perl DBD drivers.*
4. Add fix for PF+IPv6.**
5. Require SSL option if SSL_CRTD is on.
6. Small fixes.
7. Add all available patches from upstream.

*  thanks to Alonso Cardenas Marquez!
** thanks to Orlando Bassotto!

PR:		208290
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
Original commitRevision:412287 
Wednesday, 11 Nov 2015
17:24 junovitch search for other commits by this committer
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
Original commitRevision:401286 
Wednesday, 30 Sep 2015
18:58 bdrewery search for other commits by this committer
rc.d/squid: Check the config before starting, reloading, or restarting.
Original commitRevision:398231 
Tuesday, 16 Sep 2014
12:29 marino search for other commits by this committer
www/squid: Upgrade version 2.7.9 => 3.4.7

From now on, there will only be one squid port, this one.  Squid33 has
been deprecated and will expire on 31 JAN 2015.

PR:		192828
Submitted by:	timp87 (gmail)
Contributions:	takefu (airport.fm), Dennis Glatting
Original commitRevision:368307 
Sunday, 18 Nov 2012
16:33 hrs search for other commits by this committer
Fix rc.d script to support systems before and after ${name}_fib is introduced
into rc.subr.  Bump PORTREVISION.

Feature safe:	yes
Original commitRevision:307542 
Saturday, 14 Jan 2012
08:57 dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Original commit
Sunday, 2 May 2010
10:51 miwi search for other commits by this committer
- Update to 2.7.STABLE9
- Update MASTER_SITES
- Move default cache and log directories from $PREFIX/squid/ to /var/squid/

PR:             145674
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Saturday, 27 Mar 2010
00:15 dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Original commit
Wednesday, 17 Mar 2010
07:42 miwi search for other commits by this committer
- Update to 2.7.STABLE8

PR:             144668
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Thursday, 24 Dec 2009
02:58 wen search for other commits by this committer
- Implement OPTIONS vor SQUID_KERBEROS_AUTH and SQUID_NIS_AUTH
- Add a CONFLICT with www/lusca-head
- Make the Squid configuration directory world readable in new
  installations to ease use of cachemgr.cgi
- Implement squid_conf in the rc script and document user settable
  variables

PR:             ports/141930
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Saturday, 21 Nov 2009
15:19 miwi search for other commits by this committer
- Add squid_fib option for alternate routing tables

PR:             140146
Submitted by:   Alson van der Meulen <alson+bugs@waalsdorp.nl> (based on)
Approved by:    maintainer
Original commit
Tuesday, 14 Aug 2007
02:32 delphij search for other commits by this committer
 - Update to 2.6.STABLE14 plus three patches (see
   http://www.squid-cache.org/Versions/v2/2.6/changesets/ for details)
 - Add two new authentication helpers: DB and squid_kerb_auth
 - Add the website mirrors to the list of download sites as a last resort
   in case the distfiles do not make it to the FTP mirrors in time
 - Update the mirror server list a bit after checking with the official list
   at http://www.squid-cache.org/Download/mirrors.dyn
 - Stop handling the "WITH_DEBUG" case: bsd.port.mk handles this just fine
 - Add a new rc configuration variable "squid_pidfile" that defaults to
   $PREFIX/squid/logs/squid.pid, use this variable for $pidfile in
   the rc script and document it in the Squid default/example configuration
 - Update the ICAP-2.6-bootstrap patch to reflect changes in the Squid
   sources

Submitted by:   maintainer
PR:             ports/115453 (in followup)
Original commit
Wednesday, 7 Mar 2007
22:47 miwi search for other commits by this committer
- Update to 2.6 stable10

PR:             110046
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit
Wednesday, 7 Feb 2007
08:42 pav search for other commits by this committer
Rename

  www/squid -> www/squid25
  www/squid26 -> www/squid

thus effectively updating www/squid to 2.6.STABLE9

PR:             ports/108562
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Repocopies by:  marcus
Original commit

Number of commits found: 18