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/pkg-install

Number of commits found: 15

Saturday, 18 Mar 2006
17:11 pav search for other commits by this committer
- 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)
Original commit
Monday, 9 Jan 2006
13:37 jylefort search for other commits by this committer
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
Original commit
Sunday, 25 Dec 2005
23:38 edwin search for other commits by this committer
[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>
Original commit
Tuesday, 1 Nov 2005
14:05 krion search for other commits by this committer
Update to 2.5.STABLE12

PR:             ports/88327
Submitted by:   maintainer
Original commit
Thursday, 19 May 2005
14:17 pav search for other commits by this committer
- Update Squid to 2.5.STABLE10

PR:             ports/81213
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit
Wednesday, 13 Oct 2004
09:43 sergei search for other commits by this committer
- Update to 2.5-STABLE7; this release fixes a security issue regarding
  the SNMP module
- Remove a patch that is now part of the distribution
- Miscellaneuous small fixes:
  + in squid.sh, make stop_command poll for the squid processes' exit in
    the rcNG case too; this eliminates the need to do this in restart_command
  + make the information regarding rcNG'ness in pkg-install easier to read
  + install unstripped binaries if WITH_SQUID_STACKTRACES is defined

PR:             ports/72581
Submitted by:   Thomas-Martin Seck (maintainer)
Original commit
Thursday, 2 Sep 2004
06:44 sem search for other commits by this committer
Implement vendor patches for the following issues:
- try to prevent crashes of the digest helper (squid bug #1031)
- correct parsing of the acl_time directive when multiple time specifications
  are given (squid bug #1060)
- correct "cachemgr config" output for http_header_* directives
  (squid bug #1056)
- recognize the Content-Disposition header to be able to specify
  http_header_access directives using it (squid bug #961)

See <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for further
information.

Reimplement the rcNG support. See UPDATING for details.

PR:             ports/71260
Submitted by:   maintainer
Original commit
Thursday, 10 Jun 2004
15:40 krion search for other commits by this committer
- Support systems where pf(4) must be installed from ports (see
  ports/67724, submitted by Michal F. Hanula)
- Change ": foo=${foo:=bar}" into "foo=${foo:-bar}" to make the
  shell scripts easier to read and understand
- Correct credits for the recently published NTLM auth
  vulnerability and fix a nearby braino, too
- Bump PORTREVISION

PR:             ports/67797
Submitted by:   maintainer
Original commit
Sunday, 18 Apr 2004
17:04 krion search for other commits by this committer
- integrate a vendor patch to fix a segfault that occured when
  submitting a blank username in digest authentication (squid bug #954)
  and bump PORTREVISION
- follow Duane Wessel's squid book and use "storage scheme"
  instead of "store type"
- remove trailing whitespace
- no longer hardcode the path of the nologin binary in
  pkg-install and re-wrap pw(8)'s arguments for better readability

PR:             ports/65723
Submitted by:   maintainer
Original commit
Friday, 9 Apr 2004
18:54 krion search for other commits by this committer
- Integrate two new vendor patches, please see
  <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for details
- Correct OpenSSL support and, while at it, clean up CFLAGS and
  LDFLAGS handling (thanks to dinoex for lots of helpful advice!).
- better be safe than sorry and pass PTHREAD_CFLAGS through in
  case we are compiling with threads
- try to remove the errorpages directory silently since user
  defined directories might legitimately be present
- clean up shell scripting:
  + do not use too many variables
  + use /bin/sh's features instead of external commands

PR:             ports/65356
Submitted by:   maintainer
Original commit
Thursday, 1 Apr 2004
14:12 pav search for other commits by this committer
- Integrate four new vendor patches applicable to FreeBSD, see
  http://www.squid-cache.org/Versions/v2/2.5/bugs/ for details
- Fix OPTIONS parser to handle a default-to-on option correctly
  when either the portoptions file does not exist and/or is not read
  (i.e. the PACKAGE_BUILDING and BATCH cases)
- use IGNORE instead of .error to abort
- use ${ID} consistently
- inform the user of squid.sh's rcNG-ness when /etc/rc.subr is present
  at installation time
- bump PORTREVISION

PR:             ports/64946
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit
Wednesday, 17 Mar 2004
07:06 sergei search for other commits by this committer
- update to squid-2.5.STABLE5, including two vendor patches issued so far
- provide more OPTIONS, including (untested) support for pf(4)
- integrate the follow-XFF-patch from devel.squid-cache.org (submitted by
  Michael Ranner), this should improve interaction with dansguardian
- use id 100 for the squid pseudo user instead of choosing the first free
  id greater than 3127, a behaviour introduced with PORTVERSION 2.5.4_6.
  Provide a 'changeuser' target to make migration from a high id to id 100
  possible (requested by Kris Kennaway)
- don't let the port CONFLICT with itself (criticized by Oliver Eikemeier)
- provide rcNG support in squid.sh only on systems with /etc/rc.subr

PR:             ports/64061
Submitted by:   Thomas-Martin Seck (maintainer)
Original commit
Tuesday, 17 Feb 2004
11:07 sergei search for other commits by this committer
- integrate a new patch from squid-cache.org, see
  http://www.squid-cache.org/Versions/v2/2.5/bugs/#squid-2.5.STABLE4-ftp_telnet
  for details
- integrate a patch by Glen Gibb to enable ARP based ACLs and make this an
  OPTION; see also http://www.squid-cache.org/bugs/show_bug.cgi?id=909
  for his original bug report
- integrate additional vendor patches
- make --enable-underscores an OPTION
- set a tighter ACL on libexec/pinger
- use $SQUID_USER and $SQUID_GROUP in pkg-install
- wordsmith comments
- bump PORTREVISION

PR:             ports/62442
Submitted by:   maintainer

- Fix checksum for updated errorpages patch

PR:             ports/62923
Submitted by:   Michal Pasternak <dotz@irc.pl>
Approved by:    maintainer
Original commit
Friday, 16 Jan 2004
21:18 sergei search for other commits by this committer
- configure squid to run under a dedicated "squid" user by default; make use
  of SQUID_{UID,GID} which other squid-related ports already implemented.
  The user/group will be created on the fly if they do not already exist.
- introduce WITH_SQUID_LDAP_AUTH to pull in the necessary bits to compile and
  use the ldap_auth helper
- install some more authentication helper applications by default
- install helper applications to ${PREFIX}/libexec/squid instead of
  ${PREFIX}/libexec, add notes about it in pkg-install and pkg-descr
- cleanup the pre-installation tasks and move them from Makefile and pkg-plist
  into the pkg-install script; make 'make install' and 'pkg_add' actually do
  the same thing
- introduce a pkg-deinstall script
- make squid.sh rcNG compatible (when either /etc/rc_subr or
  ${PREFIX}/etc/rc_subr is present, the first one will be used, otherwise the
  script will work as a "rc classic" script so no additional dependency on
  the rc_subr port should be needed)
- some Makefile cleanups:
  + the squid installation procedure now correctly strips binaries, so there
    is no need to do this manually anymore
  + generate those parts of pkg-plist dynamically that may be affected by user
    set tunables (currently the localized error pages and helper applications)
  + document the available configuration options in a slightly different style
  + remove some obsolete variable declarations and comments
  + honor NOPORTDOCS
- add CONFLICTS
- add another vendor patch, see
  http://www.squid-cache.org/bugs/show_bug.cgi?id=890 for a thorough
  explanation of what has been fixed.
- since we can no longer take the presence of Lithuanian error pages for
  granted, wrap the workaround for the errorpages.patch with '.if exists()'
- bump PORTREVISION

PR:             61315
Submitted by:   maintainer
Original commit
Sunday, 27 Jul 2003
08:45 adrian search for other commits by this committer
Massive upgrade to 2.5-stable3. Thanks!

PR:             ports/54153
Submitted by:   Jon Noack <noackjr@alumni.rice.edu>
Original commit

Number of commits found: 15