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-devel/Makefile

Number of commits found: 46

Friday, 1 Sep 2023
19:31 Rene Ladan (rene) search for other commits by this committer
www/squid-devel: Remove expired port

2023-09-01 www/squid-devel: Not used anymore to create rc-state releases
commit hash: 42f2f4cbfa3ac37c881e4e3ac24d030f375dc87f commit hash: 42f2f4cbfa3ac37c881e4e3ac24d030f375dc87f commit hash: 42f2f4cbfa3ac37c881e4e3ac24d030f375dc87f commit hash: 42f2f4cbfa3ac37c881e4e3ac24d030f375dc87f 42f2f4c
Saturday, 5 Aug 2023
14:46 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/squid-devel: Mark BROKEN_SSL for 14

Fails to build on OpenSSL 3 and newr.

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 247ad518039d792108091ea98db80035b4636c33 commit hash: 247ad518039d792108091ea98db80035b4636c33 commit hash: 247ad518039d792108091ea98db80035b4636c33 commit hash: 247ad518039d792108091ea98db80035b4636c33 247ad51
Wednesday, 19 Jul 2023
20:46 Fernando Apesteguía (fernape) search for other commits by this committer
www/squid-devel: Deprecate port

This port is not used anymore to create rc-state releases of www/squid.

PR:		272579
Reported by:	timp87@gmail.com (maintainer)
commit hash: ca38eecf204526297c56fef8d2de7823b3511163 commit hash: ca38eecf204526297c56fef8d2de7823b3511163 commit hash: ca38eecf204526297c56fef8d2de7823b3511163 commit hash: ca38eecf204526297c56fef8d2de7823b3511163 ca38eec
Sunday, 30 Apr 2023
18:33 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/squid-devel: Mark BROKEN_SSL

- no matching function for call to 'CRYPTO_get_ex_new_index'

Approved by:	portmgr (blanket)
commit hash: 4fbf9f8c63c44f883bf8389507f2b4f31847ed9b commit hash: 4fbf9f8c63c44f883bf8389507f2b4f31847ed9b commit hash: 4fbf9f8c63c44f883bf8389507f2b4f31847ed9b commit hash: 4fbf9f8c63c44f883bf8389507f2b4f31847ed9b 4fbf9f8
Wednesday, 8 Feb 2023
10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da 6e1233b
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 14 Dec 2021
02:07 Yasuhiro Kimura (yasu) search for other commits by this committer Author: Pavel Timofeev
www/{squid,squid-devel}: Remove PCRE option

This option was added in 2017 and worked as is expected at the
time. But it doesn't work any more. So remove it from squid ports.

PR:		243291
Reported by:	OlivierW
Approved by:	maintainer timeout (about modified version)
commit hash: d6c9352b1e69c33ba0f4053fbd889f95b5e904bd commit hash: d6c9352b1e69c33ba0f4053fbd889f95b5e904bd commit hash: d6c9352b1e69c33ba0f4053fbd889f95b5e904bd commit hash: d6c9352b1e69c33ba0f4053fbd889f95b5e904bd d6c9352
Thursday, 3 Jun 2021
09:18 Nuno Teixeira (eduardo) search for other commits by this committer Author: Pavel Timofeev
www/squid-devel: update to 5.0.6

- Use DISTVERSION instead of PORTVERSION

ChangeLog:
https://github.com/squid-cache/squid/pull/817/files#diff-91c5b46dc84a94604a4e4d0caed9bf85590a2eddbb12d2e8dc80badf324a9dfbR1-R14

PR:		256359
Approved by:	dbaio, garga (mentors, implicit)
commit hash: 6964f00bccdae0aeb7c2e2adeddbece98731bcb0 commit hash: 6964f00bccdae0aeb7c2e2adeddbece98731bcb0 commit hash: 6964f00bccdae0aeb7c2e2adeddbece98731bcb0 commit hash: 6964f00bccdae0aeb7c2e2adeddbece98731bcb0 6964f00
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 11 Feb 2021
02:16 nc search for other commits by this committer
www/squid-devel: Update to 5.0.5

Changes: https://github.com/squid-cache/squid/blob/v5/ChangeLog

PR:		253416
Submitted by:	timp87 AT gmail DOT com (maintainer)
MFH:		2021Q1 (bugfix release)
Original commitRevision:564926 
Monday, 15 Jun 2020
21:27 cs search for other commits by this committer
Update to 5.0.3

PR:		247174
Submitted by:	maintainer
Original commitRevision:539292 
Monday, 18 May 2020
08:20 pi search for other commits by this committer
www/squid-devel: add patch to fix kerberos_ldap_group helper, fix pinger

- add patch to fix kerberos_ldap_group helper work with heimdal
- regenerate two patches to follow upstreamed versions
- fix pinger in plist and bump portrevision

PR:		246355
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
Original commitRevision:535729 
Saturday, 16 May 2020
10:51 sunpoet search for other commits by this committer
Bump PORTREVISION for security/nettle shlib change
Original commitRevision:535391 
Sunday, 3 May 2020
16:03 pi search for other commits by this committer
www/squid-devel: resurrect and upgrade to 5.0.2

- it is strongly recommended to review release notes
  http://www.squid-cache.org/Versions/v5/squid-5.0.2-RELEASENOTES.html
  if you decide to upgrade
- The most notable change for maintainer was BDB deprecation in behalf of TDB
- Know upstream issues:
  https://bugs.squid-cache.org/show_bug.cgi?id=5042

PR:		246140
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
Original commitRevision:533791 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Saturday, 1 Sep 2018
17:05 antoine search for other commits by this committer
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D16904
Original commitRevision:478711 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Friday, 22 Jun 2018
11:51 swills search for other commits by this committer
www/squid-devel: update to 4.0.25

While here, remove patches for building on FreeBSD 9.x

PR:		229181
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
Original commitRevision:473033 
Friday, 13 Apr 2018
09:21 pizzamig search for other commits by this committer
www/squid-devel: update to 4.0.24, add BDB option

PR:		227127
Submitted by:	ncrogers@gmail.com
Approved by:	timp87@gmail.com (maintainer)
Original commitRevision:467220 
09:18 pizzamig search for other commits by this committer
www/squid-devel: revert previous commit

The previous commit was intended for another PR
got confused working in parallel on more PRs.
Original commitRevision:467219 
08:22 pizzamig search for other commits by this committer
net/openvswitch: update to 2.9.0

PR:		227458
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
Original commitRevision:467215 
Friday, 23 Feb 2018
13:35 dbaio search for other commits by this committer
www/squid-devel: Update to 4.0.23, Fixes security vulnerabilities

- Add a patch from upstream that fixes a problem when building on i386 arch

  Kid.cc:93:42: error: format specifies type 'long' but the argument has type
  'time_t' (aka 'int') [-Werror,-Wformat]
                 theName.termedBuf(), pid, Config.hopelessKidRevivalDelay);
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1 error generated.

- Remove CXXFLAGS with clang, not necessary anymore

PR:		225447
Submitted by:	timp87@gmail.com (maintainer)
MFH:		2018Q1
Security:	d5b6d151-1887-11e8-94f7-9c5c8e75236a
Original commitRevision:462698 
Saturday, 23 Dec 2017
07:03 antoine search for other commits by this committer
Change default version of samba from 4.4 to 4.6

Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
Original commitRevision:457024 
Thursday, 14 Dec 2017
15:28 swills search for other commits by this committer
www/squid-devel: update to 4.0.22

While here:
* add PCRE option, enabled by default
* sort options
* remove some comments that aren't needed

PR:		224328
Submitted by:	timp87@gmail.com (maintainer)
Original commitRevision:456303 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Wednesday, 12 Jul 2017
22:33 dbaio search for other commits by this committer
www/squid-devel: Update to 4.0.21

Changes:	http://www.squid-cache.org/Versions/v4/changesets/SQUID_4_0_21.html

PR:		220518
Submitted by:	timp87@gmail.com (maintainer)
Approved by:	garga (mentor, implicit)
Original commitRevision:445612 
Friday, 9 Jun 2017
17:14 joneum search for other commits by this committer
- www/squid-devel: Update from 4.0.19 to 4.0.20
- Changelog: https://github.com/squid-cache/squid-4/blob/master/ChangeLog
- Remove not needed patches anymore to support build with libressl

PR:		219774
Submitted by:	timp87 at gmail.com (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11040
Original commitRevision:443022 
Monday, 22 May 2017
22:29 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441494 
Monday, 10 Apr 2017
06:54 riggs search for other commits by this committer
Update to upstream version 4.0.19

Detailed maintainer log:
- Update to 4.0.19
- Make it possible to set alternative squid_krb5_config via rc script
- Unbreak build with openssl-devel
- Add bdb to USES since some helpers need it
  (see http://www.squid-cache.org/Versions/v4/changesets/squid-4-15013.patch)

PR:		218505
Submitted by:	timp87@gmail.com (maintainer)
MFH:		2017Q2
Original commitRevision:438126 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Saturday, 25 Mar 2017
23:37 antoine search for other commits by this committer
Switch default version of samba from 4.3 to 4.4

With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D10131
Original commitRevision:436925 
Tuesday, 21 Mar 2017
21:59 antoine search for other commits by this committer
- Add USES=samba to handle dependency on samba
  Valid ARGS:  build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D8919
Original commitRevision:436659 
Monday, 13 Feb 2017
13:58 brnrd search for other commits by this committer
www/squid-devel: Update to 4.0.18

 - Update to version 4.0.18
 - Fix build with LibreSSL

PR:		217045
Approved by:	timp87@gmail.com (maintainer)
Original commitRevision:433992 
Tuesday, 3 Jan 2017
11:01 mat search for other commits by this committer
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
Original commitRevision:430454 
Friday, 23 Dec 2016
04:39 junovitch search for other commits by this committer
www/squid-devel: update 4.0.14 -> 4.0.17

- Remove upstreamed patch (IPv6 + PF crash)
- Add --enable-zph-qos option to default set
  http://wiki.squid-cache.org/Features/QualityOfService
- Mark broken if ssl set to openssl-devel, it doesn't build
- Switch IPV6 option to options helpers

PR:		215418
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
Security:	CVE-2016-10002
Security:	CVE-2016-10003
Security:	https://vuxml.FreeBSD.org/freebsd/41f8af15-c8b9-11e6-ae1b-002590263bf5.html
MFH:		2016Q4
Original commitRevision:429220 
Saturday, 12 Nov 2016
19:24 antoine search for other commits by this committer
Spell CHOSEN_COMPILER_TYPE correctly

PR:		199098
Original commitRevision:425986 
Sunday, 18 Sep 2016
19:42 pi search for other commits by this committer
www/squid-devel: 4.0.13 -> 4.0.14

- switch to samba43

PR:		212626
Changes:	http://www.squid-cache.org/Versions/v4/changesets/
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
Original commitRevision:422405 
Monday, 15 Aug 2016
17:40 riggs search for other commits by this committer
Update to upstream release 4.0.13

PR:		211619
Submitted by:	timp87@gmail.com (maintainer)
Original commitRevision:420255 
Friday, 8 Jul 2016
01:35 junovitch search for other commits by this committer
www/squid-devel: update 4.0.11 -> 4.0.12

- Drop patch included in 4.0.12
- Also swap USE_OPENSSL=yes to USES=ssl

PR:		210812
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
Original commitRevision:418209 
Friday, 17 Jun 2016
01:59 junovitch search for other commits by this committer
www/squid-devel: update 4.0.10 -> 4.0.11

- Sync with option helper conversions from www/squid

Changes:	http://www.squid-cache.org/Versions/v4/changesets/SQUID_4_0_11.html

PR:		210224
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
Original commitRevision:416993 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Original commitRevision:415742 
Wednesday, 11 May 2016
13:43 matthew search for other commits by this committer
Security update to 4.0.10

PR:		209334
Submitted by:	timp87@gmail.com (maintainer)
MFH:		2016Q2
Security:	25e5205b-1447-11e6-9ead-6805ca0b3d42
Original commitRevision:414993 
Saturday, 7 May 2016
11:27 matthew search for other commits by this committer
Switch to USES=compiler:c++11-lib rather than c++11-lang in an attempt
to improve compilability on older OS versions.

Even so, mark as broken on 9.x for now, until remaining compilation
problems can be solved.

PR:		209249
Submitted by:	timp87@gmail.com (maintainer)
Original commitRevision:414772 
11:20 matthew search for other commits by this committer
Reinstate www/squid-devel port after repo-copy of www/squid ->
www/squid-devel

Reported by:	danfe
Original commitRevision:414771 
Sunday, 1 May 2016
20:27 matthew search for other commits by this committer
Squid is a fully-featured HTTP/1.0 proxy which is almost (but not quite)
HTTP/1.1 compliant. Squid offers a rich access control, authorization and
logging environment to develop web proxy and content serving applications.

WWW: http://www.squid-cache.org/

PR:		203860
Submitted by:	timp87@gmail.com
Original commitRevision:414422 

Number of commits found: 46