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.sh

Number of commits found: 10

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
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
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
Wednesday, 28 Jul 2004
02:10 ijliao search for other commits by this committer
Fix a bug that disallowed explicit unsetting of the squid_flags variable.

PR:             69670
Submitted by:   maintainer
Original commit
Sunday, 25 Jul 2004
16:30 pav search for other commits by this committer
- Tweaks to RC script
- Fix dynamic plist generation to not include files that happen to be
  in target directories. This prevents their removal on deinstallation
  or upgrade.

PR:             ports/69552, ports/69266
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (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
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
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
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 10