Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.6 15 Jul 2015 20:59:03 |
pgollucci |
www/squid: pkg-list fix
- add missing pkg-plist entry (SSL_CRTD option)
PR: 201463
Submitted by: s3erios@gmail.com
Approved by: timp87@gmail.com (maintainer) |
3.5.6 08 Jul 2015 09:30:18 |
marino |
www/squid: Support DragonFly SHM segments
Out of the box, squid would not run on dragonfly due to its handling
of SHM segments. On DragonFly, SHM segments are always treated as files
but on FreeBSD it depends on whether or not application is inside a jail.
In any case, the case for DragonFly was no supported, so it has been
added via patch. This also requires the return of /var/run/squid
directory which is where the SHM files are stored (defined by
localstatedir and supported by RC script). The RC script would define
this directory if missing, but let's make sure it is always available.
PR: 201405
Submitted by: marino
Approved by: maintainer (timp87/gmail) |
3.5.6 06 Jul 2015 17:38:19 |
feld |
Update to 3.5.6
Resolve security issue, no CVE assigned yet
Approved by: maintainer
Security: 150d1538-23fa-11e5-a4a5-002590263bf5 |
3.5.5 07 Jun 2015 21:03:25 |
flo |
- update to 3.5.5
- fix GASSAPI_NONE handling;
- unbreak eCAP option, but only for FreeBSD < 10, no luck with clang.
PR: 200070
Submitted by: <timp87@gmail.com> (maintainer) |
3.5.3_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.5.3_1 01 May 2015 17:00:38 |
marino |
www/squid finally gets a maintainer
Pavel Timofeev spearheaded the update to squid to version 3.5 and has
been prepared to be the port's maintainer. Let's make that happen!
Thanks for taking care of this popular port, Timp87. |
3.5.3_1 30 Apr 2015 19:34:47 |
marino |
www/squid: Add MAP_NOSYNC flay to mmap call
This is the same technique used by PostgreSQL to prevent dirty pages
from flushing prematurely (performance hit). In any case, it can't hurt
and it's been used in production for 18 months. Timp87 provided the 3.5
version of squid; the port is still unmaintained.
PR: 198920
Submitted by: emz (norma.perm.ru)
concurred: timp87 (gmail) |
3.5.3 14 Apr 2015 16:34:37 |
pi |
www/squid: 3.4.12 -> 3.5.3
As it is written on http://www.squid-cache.org/Versions/ for 3.4.x
versions: they are no longer intended for general use in new installations.
So this is a big upgrade.
Changes to squid-3.5.3 (28 Mar 2015):
- Regression Bug 4213: negotiate_kerberos_auth: freeing non-dynamic memory
- Regression Bug 4206: Incorrect connection close on expect:100-continue
- Bug 4204: ./configure does not abort when required helpers cannot be built
- Bug 3805: support shared memory on MacOS X in Mem::IPC::Segment
- Bug 2907: high CPU usage on CONNECT when using delay pools
- basic_getpwnam_auth: fail authentication on crypt() failures
- basic_nis_auth: fail authentication on crypt() failures (Only the first 15 lines of the commit message are shown above ) |
3.4.12 19 Feb 2015 19:58:58 |
sunpoet |
- Update to 3.4.12
- While I'm here:
- Pet portlint
- Remove contiguous blank lines
Changes: http://www.squid-cache.org/Versions/v3/3.4/RELEASENOTES.html
PR: 197812
Submitted by: <timp87@gmail.com> |
3.4.11 17 Jan 2015 12:50:57 |
madpilot |
- Update to 3.4.11
- Fix STACKTRACES option
- Put correct permissions on /var directories creted by the port
PR: 196711
Submitted by: timp87 at gmail.com |
3.4.10_2 22 Dec 2014 14:50:47 |
rea |
www/squid: implement proper backtrace support
Now Squid will print full backtrace for problematic cases when it is
about to die on some signal and should emit stacktrace. You'll
obviously need to compile it with STACKTRACES option.
Tested at: KIAE Grid production Squid cluster
MFC after: 1 week
MFH: 2014Q4
Sponsored by: Kurchatov Institute of Atomic Energy |
3.4.10_1 21 Dec 2014 14:01:18 |
antoine |
Remove a directory that is created/deleted by rc script from stagedir |
3.4.10_1 20 Dec 2014 06:45:06 |
kevlo |
Add security/nettle dependency and fix pkg-plist.
Squid detects libnettle when available and uses it without yet forcing
it as a required dependency. |
3.4.10 10 Dec 2014 13:58:58 |
marino |
www/squid: Upgrade version 3.4.9 => 3.4.10
PR: 195843
Submitted by: timp87 (gmail) |
3.4.9_1 05 Dec 2014 14:24:38 |
antoine |
Allow building with clang 3.5
Those warnings should be fixed, but squelch them for now
PR: ports/195665 |
3.4.9_1 26 Nov 2014 09:57:24 |
kevlo |
swapdir should be in /var/squid/cache. |
3.4.9 03 Nov 2014 09:53:53 |
marino |
www/squid: Remove one file from SHEBANG_FILES
ksh was removed from dependencies list in version 3.4.9, so cert_tool
doesn't have to be fixed anymore.
PR: 194777
Submitted by: timp87 (gmail) |
3.4.9 31 Oct 2014 22:12:35 |
marino |
www/squid: Upgrade version 3.4.8 => 3.4.9
This update should address some memory leak issues
PR: 193938
PR: 194726
Submitted by: timp87 (gmail) |
3.4.8_2 23 Oct 2014 13:48:10 |
marino |
www/squid: DragonFly needs an include CFLAG with Kerberos |
3.4.8_2 16 Oct 2014 07:24:13 |
flo |
Since http://bazaar.launchpad.net/~squid/squid/3-trunk/revision/12842,
Squid's configure script defaults to -march=native, if the flag is
supported by the compiler. And this even *overrides* your own specified
CPUTYPE or -march= flag!
That could cause squid to crash when using a package that was built on a
newer CPU type that the one where the package would run on.
Submitted by: dim |
3.4.8_1 22 Sep 2014 08:40:39 |
madpilot |
Add CPE info to squid ports.
Requested by: des@ |
3.4.8_1 19 Sep 2014 20:46:13 |
madpilot |
- Make diskd and rock storage schemes options (diskd enabled by default) [1]
- Add note in pkg-message about diskd needing some tuning [1]
- Fix transparent proxy with PF [1] [2]
- Fix a pair of typos [1]
PR: 193705 [1], 193752 [2]
Submitted by: arcade@b1t.name [1], kib@ [2] |
3.4.8 18 Sep 2014 15:22:38 |
amdmi3 |
- Unbreak ECAP option |
3.4.8 18 Sep 2014 13:24:02 |
madpilot |
Update squid to 3.4.8 and add patches to squid33.
This update addresses CVE-2014-6270.
PR: 193737
Submitted by: timp87 at gmail.com |
3.4.7_1 18 Sep 2014 06:58:47 |
marino |
www/squid and www/squid33: Fix plist error depending on selected options
PR: 193717
Reported by: kib@
Fixed by: timp87 (gmail) |
3.4.7 16 Sep 2014 12:29:20 |
marino |
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 |
2.7.9_5 17 Aug 2014 14:06:11 |
marino |
Retire www/squid in a month, and deprecate 6 dependent ports too
Squid cache is only supported for one stable release. There was an
exception for squid 2.7 (www/squid) as it was supported until squid 3.x
reached feature parity which occurred with the release of Squid 3.2
Thus the maintainers of Squid have declared Squid 2.7 reached End-of-Life
on 14 August 2012. As a result, set this port to expire on 15 Sept 2014.
Seven ports dependent on www/squid have been deprecated with the same
date. Perhaps they can be switched to www/squid33 before they expire.
Approved by: portmgr (implicit, some ports not staged) |
2.7.9_5 12 Aug 2014 14:57:48 |
marino |
Stage www/squid
I went further than this PR, removing post-install script invocation
and cat messages, preinstall too. This unmaintained port needs some
more modernizing, particularly involving options.
PR: 189898
Submitted by: Joe (thrallingpenguin.com) |
2.7.9_5 11 Aug 2014 13:18:58 |
marino |
www/squid, squid32, squid33: Reset maintainer
At least 2 PRs per port have been submitted to provide staging going back
to May, but the maintainer has not responded. These PRs prevented the
maintainer from being reset on the big pass, so do it now that there are
only 2 weeks left to stage these ports.
Approved by: portmgr (implicit, NOT_STAGED) |
2.7.9_5 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.7.9_5 29 Jul 2014 15:49:47 |
adamw |
Rename www/ patch-xy patches to reflect the files they modify. |
2.7.9_5 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
2.7.9_4 16 Jul 2014 08:44:05 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
2.7.9_4 05 Dec 2013 11:10:50 |
mat |
Fixup pkgnames.
PR: ports/184440, ports/184441, ports/184442, ports/184443, ports/184444,
ports/184445, ports/184446, ports/184447, ports/184448, ports/184449,
ports/184450
Submitted by: mat
Approved by: portmgr (bapt) |
2.7.9_4 01 Oct 2013 15:31:11 |
mat |
Fix typo in OPTIONS_DEFINE.
(maintainer timeout)
PR: ports/181982
Submitted by: mat |
2.7.9_4 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.7.9_4 14 Sep 2013 13:38:21 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.7.9_4 06 Jun 2013 01:12:56 |
bdrewery |
Fix options conversion with bmake |
2.7.9_4 05 Jun 2013 09:25:44 |
bapt |
Convert to new options framework |
2.7.9_4 02 May 2013 19:41:07 |
tmseck |
- Add the vendor patch for SQUID-2012:1 (CVE-2012-5643) and update VuXML
information accordingly
- Bump PORTREVISION
PR: ports/177773
Submitted by: Kan Sasaki
Approved by: flo (mentor)
Security: c37de843-488e-11e2-a5c9-0019996bc1f7 |
2.7.9_3 09 Mar 2013 18:09:25 |
tmseck |
Change MAINTAINER to my FreeBSD.org address.
Approved by: flo (mentor) |
2.7.9_3 07 Feb 2013 12:37:48 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr |
2.7.9_3 10 Dec 2012 15:10:03 |
ume |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
2.7.9_2 18 Nov 2012 16:33:31 |
hrs |
Fix rc.d script to support systems before and after ${name}_fib is introduced
into rc.subr. Bump PORTREVISION.
Feature safe: yes |
2.7.9_1 14 Jan 2012 08:57:23 |
dougb |
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. |
2.7.9_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.7.9_1 06 Jul 2011 16:37:55 |
sunpoet |
- Use PLIST_DIRSTRY for ETCDIR: configuration file (not in PLIST) is
ETCDIR/squid.conf by default
- Use ETCDIR
- Make portlint happier
- Bump PORTREVISION for PLIST change
PR: ports/158524
Submitted by: sunpoet (myself)
Approved by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.7.9 23 Jun 2011 15:11:18 |
flo |
change all squid ports from CONFLICTS to CONFLICTS_INSTALL
PR: ports/158194
Submitted by: Fedor A Borshev <fedor9@gmail.com>
Approved by: maintainer |
2.7.9 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.7.9 02 May 2010 10:51:09 |
miwi |
- 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) |
2.7.8 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.7.8 17 Mar 2010 07:42:01 |
miwi |
- Update to 2.7.STABLE8
PR: 144668
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.7.7_4 15 Feb 2010 06:29:30 |
delphij |
Update www/squid and www/squid30 to address Squid HTCP Packet Processing
NULL Pointer Dereference vulnerability (SQUID-2010:2) |
2.7.7_3 01 Feb 2010 20:25:58 |
delphij |
Security patch for Squid advisory 2010:1, denial of service.
Submitted by: maintainer (Thomas-Martin Seck <tmseck web de>) |
2.7.7_2 24 Dec 2009 02:58:32 |
wen |
- 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) |
2.7.7_1 21 Nov 2009 15:19:57 |
miwi |
- 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 |
2.7.7 18 Sep 2009 22:41:44 |
miwi |
- Update to 2.7-STABLE7
PR: 138941
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Feature safe: yes |
2.7.6_1 28 Jun 2009 16:20:42 |
miwi |
- Update MASTER_SITE_SUBDIR
PR: 136122
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.7.6_1 31 Mar 2009 22:20:42 |
miwi |
- The squid_kerb_auth helper needs to know about the endianness of the system
at compile time. Its author suggests to use -D__LITTLE_ENDIAN__ in the
program's Makefile and this is the solution proposed in ports/131878. Since
FreeBSD (and FreeBSD ports) might be used on big-endian architectures as
well as on little endian architectures I decided to instrument an already
present endianness check directly in the affected source file instead.
- Bump PORTREVISION since this affects the content (and functionality) of
the port's binary package.
Pr: 133159
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.7.6 09 Feb 2009 14:32:12 |
miwi |
- Update 2.7.STABLE6
PR: 131431
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Security:
http://www.vuxml.org/freebsd/9c2460a4-f6b1-11dd-94d9-0030843d3802.html |
2.7.5 06 Jan 2009 16:53:07 |
wxs |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav |
2.7.5 24 Oct 2008 12:36:23 |
miwi |
- Update to 2.7.STABLE5
PR: 128253
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.7.4 10 Aug 2008 21:57:28 |
miwi |
- Update to 2.7.STABLE4
PR: 126413
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.7.3 14 Jul 2008 19:10:08 |
beech |
- Update to 2.7.STABLE3
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.6.21 03 Jul 2008 22:27:12 |
beech |
- Update to 2.6.STABLE21
PR: ports/125099
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.6.20_3 23 Jun 2008 10:51:51 |
miwi |
Refactoring and fixes regarding the squid_kerb_auth helper:
- Move the content of
files/patch-helpers-negotiate_auth_squid_kerb_auth-Makefile.in and
-squid_kerb_auth.c to files/fix-kerberos.patch.
- Implement additional configure check for the presence of
gssapi/gssapi.h and gssapi.h and prefer the former over the latter in
squid_kerb_auth.c. This is done to prevent a compiler warning on
FreeBSD 7 and higher where gssapi.h is only present for compatibility
reasons.
- Actually enable the "negotiate" authentication method in Squid
(thanks to John Marshall for pointing this out to the maintainer).
Bump PORTREVISION for this change.
Removed files:
files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in
files/patch-helpers-negotiate_auth-squid_kerb_auth-squid_kerb_auth.c
PR: 124872
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.6.20_2 22 May 2008 00:08:58 |
miwi |
- Fix build after Heimdal update on HEAD
PR: 123782
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.6.20_1 16 May 2008 12:27:17 |
miwi |
- Fix a mistake I (the maintainer) had introduced regarding the
installation of the cachemgr.conf.default file: instead of explicitly
installing it I thought it would be enough to change an automake
variable that served an entirely different purpose, namely
hardcoding the path to the configuration in the cachemgr.cgi
binary.
- While at it: remove a no longer needed .sh reference from
files/pkg-message.in.
- Set PORTREVISION to 1 because the hardcoded name of the default
configuration file has changed within cachemgr.cgi.
PR: 123573
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.6.20 08 May 2008 12:07:41 |
miwi |
- Update to 2.6STABLE20
PR: 123432
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.6.19 05 Apr 2008 00:46:56 |
beech |
- Update to 2.6.STABLE19
- Add a patch for Squid bug #2203 (Fixed in the 3.0 but not yet in the 2.6
series)
- Update maintainer mail address
PR: ports/122383
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.6.18 12 Jan 2008 13:11:04 |
miwi |
- Update to 2.6.STABLE18
PR: 119563
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
2.6.17 11 Dec 2007 19:24:36 |
delphij |
Update to 2.6.STABLE17
PR: ports/118430
Submitted by: maintainer |
2.6.16_1 04 Dec 2007 19:48:35 |
delphij |
Apply vendor patch 11780 for SQUID-2007_2.
Security: Denial of Service from trusted client
Security: VuXML 6eb580d7-a29c-11dc-8919-001c2514716c
Approved by: portmgr (erwin) |
2.6.16 04 Oct 2007 00:08:39 |
edwin |
Remove support for OSVERSION < 5 |
2.6.16 20 Sep 2007 19:24:00 |
miwi |
- Remove unneccessary USE_GCC line
Submitted by: Derkjan de Haan <haanjdj@gmail.com>
Approved by: maintainer via private mail |
2.6.16 20 Sep 2007 00:26:28 |
miwi |
- Update to 2.6.STABLE16
PR: 116165
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) |
2.6.15 05 Sep 2007 15:27:58 |
sem |
- Update to 2.6STABLE15 + 5 vendors patches.
See http://www.squid-cache.org/Versions/v2/2.6/changesets/
PR: ports/116093
Submitted by: maintainer |
2.6.14 16 Aug 2007 22:11:13 |
sat |
- Honor NOPORTEXAMPLES
Approved by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) |
2.6.14 14 Aug 2007 02:32:12 |
delphij |
- 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) |
2.6.13 25 May 2007 01:52:13 |
delphij |
- update to 2.6.STABLE13
- replace sunsite.auc.dk which is no longer serving Squid distfiles
(cf fenner's distfile survey) and replace it with ftp.belnet.be.
The Squid mirror list seems to have vanished (temporarily) during
their website redesign spree but it used to be listed there as
an official Belgian mirror.
- remove files/extra-patch-changeset_11375 which was added in
2.6.12_1, the fix is present in 2.6.STABLE13.
- simplify the SQUID_KQUEUE parsing; Squid-2 will automatically enable
kqueue(2) support and the new OPTIONS parser does no longer require
.ifndef WITHOUT_* constructs
- remove IGNORE for the combination of SQUID_SSL and SQUID_ICAP
- (try to) adapt the ICAP-core patch to the changes in the Squid code base
- add a +ICAP identifier to the internal Squid version string to help the
Squid developers in identifying patched up Squid versions (some
reported bugs were not really Squid but rather ICAP bugs it seems)
Submitted by: Thomas-Martin Seck (maintainer)
PR: ports/112751 |
2.6.12_1 26 Apr 2007 08:11:29 |
miwi |
Add a patch for Squid bug #1814, see
<http://www.squid-cache.org/bugs/show_bug.cgi?id=1814>.
The patchset is a slightly modified version of the Squid patchset 11375.
Notes:
Since this patch conflicts with the ICAP patchset and only affects
non-default configurations that have been compiled using the
WITH_SQUID_SSL configuration option, apply the patch only when this
option is enabled. Set IGNORE when both WITH_SQUID_SSL and
WITH_SQUID_ICAP are defined.
PR: 112054
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) |
2.6.12 21 Mar 2007 13:13:07 |
miwi |
- Update to 2.6.STABLE.12
PR: 110610
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Security:
http://www.vuxml.org/freebsd/c27bc173-d7aa-11db-b141-0016179b2dd5.html |
2.6.11 18 Mar 2007 11:49:07 |
miwi |
- Update to 2.6.STABLE11.
- Update the ICAP client patchset to not remove a specific function call;
this should fix timeout issues reported on the squid-dev list
PR: 110471
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) |
2.6.10 07 Mar 2007 22:47:15 |
miwi |
- Update to 2.6 stable10
PR: 110046
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) |
2.6.9 07 Feb 2007 08:42:31 |
pav |
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 |
2.5.14_4 22 Jan 2007 08:49:51 |
miwi |
- Add a patch for Squid bug #1857 (segfault on certain FTP URLs).
- Bump Portrevision
PR: ports/107961
Submitted by: Thomas-Martin Sec <tmseck@netcologne.de> |
2.5.14_3 17 Nov 2006 12:51:29 |
jmelo |
- Fix mastersites.
PR: ports/105418
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) |
2.5.14_3 14 Nov 2006 20:36:01 |
stas |
- Fix typo in LDFLAGS (s,-I,-L,)
Approved by: maintainer via private email |
2.5.14_3 04 Nov 2006 23:03:40 |
miwi |
- update pkg-descr and remove some cruft
- consistently use "Squid" when referring to the software's name
- define COMMENT a bit less chatty
- replace the progeny.com mirror with the one hosted by Vistech
- fix a wrong path in pkg-message.in (thanks to "Tuc at the Beach House")
- pass ${squid_flags} when stopping or reconfiguring Squid (ports/100510)
PR: ports/105023
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2 |
2.5.14_2 11 Jul 2006 09:26:23 |
itetcu |
- integrate a vendor patch from
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>
to correct a problem with logging that could occur in certain cases
(Squid bug #1605)
- add some of the WWW mirrors found on
<http://www.squid-cache.org/Mirrors/http-mirrors.html> as additional
PATCH_SITES
(thanks to Robert Backhaus for the initial submission)
- make the rc.d script print "Stopping squid." in the hand rolled stop command
when shutting down, just like default rc.subr stop routine would do
PR: ports/100056
Submitted by: maintainer |
2.5.14_1 05 Jun 2006 22:00:46 |
jmelo |
- Update the list of MASTER_SITES.
- Update the icap-core patchset to CVS as of 2006-05-25.
PR: ports/98279
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Approved by: mnag (mentor) |
2.5.14_1 04 Jun 2006 19:55:31 |
sem |
- Integrate a vendor patch published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/> to fix an "assertion
failed: HttpReply.c:105: rep" error (squid bug #1606).
- Update the customlog patchset accordingly.
- Bump PORTREVISION.
PR: ports/97066
Submitted by: maintainer |
2.5.14 22 May 2006 16:11:43 |
garga |
- Update to 2.5.STABLE14
- accept 7-CURRENT's WITHOUT_NIS switch as a synonym for NO_NIS
- add a missing "/" in files/pkg-message.in
- update the ICAP core patchset to the latest CVS (2006-05-21)
- update the custom logfile patchset to the latest CVS (2006-05-21)
PR: ports/97607
Submitted by: maintainer |
2.5.13_1 16 May 2006 21:33:59 |
ehaupt |
- Introduce four vendor patches [1] which:
- simplify definition of the SQUIDHOSTNAMELEN constant (squid bug #1434)
- correct display of mime icons when visible_hostname contains only the plain
hostname without a domain (squid bug #1532)
- plug a memory leak in the HTCP client code (squid bug #1553)
- plug a memory leak in the ident processing code (squid bug #1557)
- Bump PORTREVISION
[1] http://www.squid-cache.org/Versions/v2/2.5/bugs/
PR: 97356
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) |
2.5.13 19 Mar 2006 00:20:09 |
pav |
- Fix WITH_SQUID_CUSTOM_LOG patch to work with 2.5.13
PR: ports/94665
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) |
2.5.13 18 Mar 2006 17:11:14 |
pav |
- Update to 2.5.STABLE13
- Implement a new option WITH_SQUID_SASL_AUTH, off by default
- Update the ICAP core patchset to the latest CVS
- Extensive portlintification and cleanups
PR: ports/94642
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) |
2.5.12_4 04 Feb 2006 11:45:40 |
sem |
Implemented custom log format patch, providing similar functionality
to that of Apache LogFormat and CustomLog configuration directives.
This also allows for output in multiple formats to different log files.
See http://devel.squid-cache.org/customlog/ for more information.
PR: ports/92522
Submitted by: Matthew Will <mwill@spingen.com>
Approved by: maintainer |
2.5.12_4 15 Jan 2006 15:44:36 |
sem |
Integrate two vendor patches being published on
<http://www.squid-cache.org/Versions/v2/2.5/bugs/>:
- Fix wbinfo_group.pl to correctly work with the wbinfo command
from samba-3.0.21 (squid bug #1472)
- Fix a crash when accessing async IO function counters via the
cachemgr CGI in cases where squid was compiled for aufs support
but not actually using it (squid bug #1464)
While at it, remove an unneeded patch from the ICAP core patchset.
PR: ports/91831
Submitted by: maintainer |
2.5.12_3 09 Jan 2006 13:37:54 |
jylefort |
Rename the rc script back to squid.sh, since some versions of
/etc/rc.d/localpkg only run scripts ending in .sh
PR: ports/91387
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>, maintainer |
2.5.12_2 25 Dec 2005 23:38:48 |
edwin |
[Maintainer] www/squid: rc(8) related fixups
- Fix rc(8) preamble in the squid run script
- Use the .sh suffix only for the old style script
- Do not refer to "rcNG" in pkg-install anymore, rcNG is the default
rc style by now
- Bump PORTREVISION (to mark this change and because the package content
changes)
PR: ports/90858
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> |