aboutsummaryrefslogtreecommitdiff
path: root/www/squid
Commit message (Collapse)AuthorAgeFilesLines
* www/squid: update 4.12 -> 4.13Kurt Jaeger2020-08-313-162/+18
| | | | | | | | | | | | | | - https://lists.freebsd.org/pipermail/freebsd-ports/2020-August/119290.html mentions security issues, but no CVEs PR: 248856 Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer) MFH: 2020Q3 Relnotes: http://www.squid-cache.org/Versions/v4/changesets/ Security: probably Notes: svn path=/head/; revision=547191
* www/squid: Update to 4.12 among other changesRenato Botelho2020-07-277-59/+185
| | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=543526
* www/squid: add patch to fix kerberos_ldap_group helper, fix pingerKurt Jaeger2020-05-184-8/+26
| | | | | | | | | | | | - add patch to fix kerberos_ldap_group helper work with heimdal - regenerate two patches to follow upstreamed versions - fix pinger permissions PR: 245861, 246410 Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer) Notes: svn path=/head/; revision=535732
* Bump PORTREVISION for security/nettle shlib changeSunpoet Po-Chuan Hsieh2020-05-161-1/+1
| | | | Notes: svn path=/head/; revision=535391
* www/squid: add CONFLICTS with incoming squid-devel and reworkKurt Jaeger2020-05-037-2259/+2278
| | | | | | | | | | | | | | | | | | | - add delayer external acl helper to the build - add eDirectory_userip external acl helper to the build if LDAP enabled - add eDirectory and LDAP digest auth helpers to the build if LDAP enabled - add DB log daemon helper to the build - add LFS url rewrite helper to the build - remove useless REINPLACE_CMD from post-patch - remove DIST_SUBDIR as it's useless now - simplify REINPLACE_CMD in post-patch-IPV6-off - regenerate patches to make portlint happy - reverse sort plist PR: 246139 Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer) Notes: svn path=/head/; revision=533790
* www/squid: update 4.10 -> 4.11Kurt Jaeger2020-04-202-4/+4
| | | | | | | | | PR: 245758 Submitted by: timp87@gmail.com (maintainer) Relnotes: http://www.squid-cache.org/Versions/v4/squid-4.11-RELEASENOTES.html Notes: svn path=/head/; revision=532220
* www/squid: upgrade 4.9 -> 4.10Kurt Jaeger2020-02-113-14/+3
| | | | | | | | | | | | PR: 244026 Submitted by: timp87@gmail.com (maintainer) Relnotes: http://lists.squid-cache.org/pipermail/squid-announce/2020-February/000107.html Security: http://www.squid-cache.org/Advisories/SQUID-2020_1.txt http://www.squid-cache.org/Advisories/SQUID-2020_2.txt http://www.squid-cache.org/Advisories/SQUID-2020_3.txt Notes: svn path=/head/; revision=525889
* www/squid: fix build on GCC architecturesPiotr Kubaj2019-12-051-6/+2
| | | | | | | | | | | | | | | | | | | | | | Add --disable-strict-error-checking to CONFIGURE_ARGS for everyone. It adds -Werror, which is against ports tree policy and causes: Icmp6.cc: In member function 'virtual void Icmp6::SendEcho(Ip::Address&, int, const char*, int)': Icmp6.cc:165:72: error: converting a packed 'icmp6_hdr' pointer (alignment 1) to a 'short unsigned int' pointer (alignment 2) may result in an unaligned pointer value [-Werror=address-of-packed-member] 165 | icmp->icmp6_cksum = CheckSum((unsigned short *) icmp, icmp6_pktsize); | ^ In file included from Icmp6.h:20, from Icmp6.cc:18: /usr/include/netinet/icmp6.h:72:8: note: defined here 72 | struct icmp6_hdr { | ^~~~~~~~~ At global scope: cc1plus: error: unrecognized command line option '-Wno-deprecated-register' [-Werror] cc1plus: all warnings being treated as errors PR: 241804 Approved by: timp87@gmail.com (maintainer), mentors (implicit approval) Notes: svn path=/head/; revision=519101
* Update to 4.9Jochen Neumeister2019-11-192-5/+4
| | | | | | | | | | | | Changelog: http://www.squid-cache.org/Advisories/SQUID-2019_11.txt PR: 241976 MFH: 2019Q4 Security: 620685d6-0aa3-11ea-9673-4c72b94353b5 Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=517945
* www/squid: Fix build with libc++ 9Steve Wills2019-10-161-0/+1
| | | | | | | | | PR: 240830 Submitted by: dim Approved by: maintainer timeout (timp87@gmail.com, >2 weeks) Notes: svn path=/head/; revision=514623
* Drop the ipv6 virtual category for w* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514145
* Convert to UCL & cleanup pkg-message (categories w)Mathieu Arnold2019-08-141-1/+6
| | | | Notes: svn path=/head/; revision=508913
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* www/squid: update to 4.8Steve Wills2019-07-163-29/+3
| | | | | | | | PR: 239214 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=506772
* Update security/nettle to 3.5.1Sunpoet Po-Chuan Hsieh2019-07-091-1/+1
| | | | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change - Fix build of devel/pijul [1] Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS PR: 238991 Exp-run by: antoine Thanks to: tobik [1] Notes: svn path=/head/; revision=506289
* Switch default version of samba from 4.7 to 4.8Antoine Brodin2019-06-041-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=503475
* Update to 4.7Jochen Neumeister2019-05-153-23/+4
| | | | | | | | | | | | | | | | | | | | Changelog: - Bug 4942: --with-filedescriptors does not do anything - Bug 4928: Cannot convert non-IPv4 to IPv4 - Bug 4823: assertion failed: "lowestOffset () <= target_offset" - Bug 4796: comm.cc !isOpen(conn->fd) assertion when rotating logs - Fix squidclient authentication to origin servers - Fix stack-based buffer-overflow when parsing SNMP messages - Add support for buffer-size= to UDP logging - TLS: When using OpenSSL, trust intermediate CAs from trusted store PR: 237882 Submitted by: timp87@gmail.com (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=501694
* www/squid: fix build with GCC-based architecturesPiotr Kubaj2019-04-301-2/+3
| | | | | | | | | | | Add -Wno-error=stringop-truncation to CFLAGS when using GCC. PR: 237276 Approved by: timp87@gmail.com (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20104 Notes: svn path=/head/; revision=500555
* Fix build under 13-CURRENT due to src commit r345982 causing a namespaceCy Schubert2019-04-241-0/+12
| | | | | | | | | | | | collision from sys/fcntl.h. PR: 237353 Submitted by: cy@ Approved by: portmgr (blanket: build/run/packaging fix) MFH: 2019Q2 Notes: svn path=/head/; revision=499906
* www/squid: Fix build with GSSAPI optionsRenato Botelho2019-04-222-14/+39
| | | | | | | | | | | | | | | In some circumstances squid's configure script cannot detect properly which GSSAPI is being used to build with and break build. Applied patch from upstream ticket and also passes path of desired krb5-config to be used during build PR: 236959 Approved by: maintainer timeout (2 weeks) Obtained from: https://bugs.squid-cache.org/show_bug.cgi?id=4933 (based on) Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=499632
* Fix build of www/squid and www/squid-devel with clang 8Dimitry Andric2019-04-081-0/+11
| | | | | | | | | | | | | | | | | | | | | | | This fixes an error with a defaulted copy constructor: ../../src/security/ServerOptions.h:38:5: error: explicitly defaulted copy constructor is implicitly deleted [-Werror,-Wdefaulted-function-deleted] ServerOptions(const ServerOptions &) = default; ^ ../../src/security/ServerOptions.h:110:29: note: copy constructor of 'ServerOptions' is implicitly deleted because field 'clientCaStack' has a deleted copy constructor X509_NAME_STACK_Pointer clientCaStack; ^ /usr/include/c++/v1/memory:2494:3: note: copy constructor is implicitly deleted because 'unique_ptr<stack_st_X509_NAME, Security::ServerOptions::sk_X509_NAME_free_wrapper>' has a user-declared move constructor unique_ptr(unique_ptr&& __u) noexcept ^ The copy constructor can instead be deleted. Approved by: timp87@gmail.com (maintainer) PR: 236210 MFH: 2019Q2 Notes: svn path=/head/; revision=498377
* www/squid: update to 4.6Steve Wills2019-03-042-3/+3
| | | | | | | | | PR: 236090 Submitted by: timp87@gmail.com (maintainer) Reported by: ncrogers@gmail.com Notes: svn path=/head/; revision=494634
* www/squid: update to 4.5Steve Wills2019-01-092-10/+3
| | | | | | | | PR: 234777 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=489770
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* www/squid: Update to 4.4Steve Wills2018-12-094-44/+22
| | | | | | | | | | | While here, pet portlint PR: 233845 Submitted by: takefu@airport.fm Approved by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=487000
* www/squid: fix bug in 4.3, no connections are accepted after ECONNABORTEDKurt Jaeger2018-10-112-0/+39
| | | | | | | | | | | | | | - without the fix, squid locks up every couple of hours, no longer accept(2)-ing new connections, and needs to be restarted. PR: 231950 Submitted by: Mark.Martinec@ijs.si Reviewed by: Oleh Hushchenkov <gor@clogic.com.ua> Approved by: Pavel Timofeev <timp87@gmail.com> (maintainer) Obtained from: https://bugs.squid-cache.org/show_bug.cgi?id=4889 Notes: svn path=/head/; revision=481788
* www/squid: update 4.1 -> 4.3Kurt Jaeger2018-10-014-7/+24
| | | | | | | | | | | - fix build with LibreSSL PR: 231442 Submitted by: timp87@gmail.com (maintainer), takefu@airport.fm Relnotes: http://www.squid-cache.org/Versions/v4/changesets/ Notes: svn path=/head/; revision=481048
* Switch default version of samba to 4.7Antoine Brodin2018-09-011-1/+1
| | | | | | | | | | Samba 4.6 will be discontinued in a few weeks Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D16904 Notes: svn path=/head/; revision=478711
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* www/squid: update to 4.1Steve Wills2018-07-0814-141/+149
| | | | | | | | PR: 229601 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=474197
* www/squid: Fixes security vulnerabilitiesDanilo G. Baio2018-02-233-1/+52
| | | | | | | | | | | | | | | Add patches to fix CVE's: CVE-2018-1000024 CVE-2018-1000027 PR: 226139 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: timp87@gmail.com (maintainer) MFH: 2018Q1 Security: d5b6d151-1887-11e8-94f7-9c5c8e75236a Notes: svn path=/head/; revision=462744
* Use BROKEN_SSLSunpoet Po-Chuan Hsieh2018-02-171-4/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=462146
* Change default version of samba from 4.4 to 4.6Antoine Brodin2017-12-231-1/+1
| | | | | | | | | Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D13529 Notes: svn path=/head/; revision=457024
* Fix typo in previous commitSteve Wills2017-12-131-1/+1
| | | | | | | Reported by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=456265
* www/squid: Enable PCRE supportSteve Wills2017-12-131-8/+11
| | | | | | | | | PR: 223505 Submitted by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com> (inspired by) Approved by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=456224
* Update www/squid to 3.5.27Guido Falsi2017-08-262-3/+3
| | | | | | | | PR: 221765 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=448786
* - www/squid: Update from 3.5.25 to 3.5.26Jochen Neumeister2017-06-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | - Changes: *Bug 4711: SubjectAlternativeNames is missing in some generated certificates *Bug 4695: squidpurge: GCC 7 build errors *Bug 4682: ignoring http_access deny when client-first bumping mode is used *Bug 4682: Fix ssl_bump "bump" action documentation *Bug 4653: %st lies about tunneled traffic volumes *Bug 4589: ssl_crtd: returning zero on failure *Bug 3772: message from FTP server gets mangled *Bug 3102: FTP directory listing drops fist character of file names *Add OpenSSL library details to -v output *... and some documentatino updates PR: 219773 Submitted by: timp87 at gmail.com (maintainer) Approved by: tz, miwi (mentors) Differential Revision: https://reviews.freebsd.org/D11041 Notes: svn path=/head/; revision=443021
* - Update to 3.5.25Martin Wilke2017-05-033-4/+13
| | | | | | | | PR: 218343 Submitted by: maintainer Notes: svn path=/head/; revision=440014
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-1/+1
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439789
* Switch default version of samba from 4.3 to 4.4Antoine Brodin2017-03-251-1/+1
| | | | | | | | With hat: portmgr Differential Revision: https://reviews.freebsd.org/D10131 Notes: svn path=/head/; revision=436925
* - Add USES=samba to handle dependency on sambaAntoine Brodin2017-03-211-16/+6
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=436659
* Update to upstream version 3.5.24; retire support for FreeBSD < 10Thomas Zander2017-02-053-16/+3
| | | | | | | | PR: 216578 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=433416
* www/squid: update 3.5.22 -> 3.5.23Jason Unovitch2016-12-233-44/+6
| | | | | | | | | | | | | | | | | - Spell CHOSEN_COMPILER_TYPE correctly - Remove upstreamed patch (IPv6 + PF crash) - Add --enable-zph-qos option to default set http://wiki.squid-cache.org/Features/QualityOfService PR: 215416 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 Notes: svn path=/head/; revision=429217
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-0/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* - Update to 3.5.22Dmitry Marakasov2016-11-242-6/+5
| | | | | | | | | | - Switch to options helpers PR: 212909 Submitted by: timp87@gmail.com (maintainer) Notes: svn path=/head/; revision=427008
* www/squid: update 3.5.19 -> 3.5.20Jason Unovitch2016-07-082-4/+5
| | | | | | | | | | - Also swap USE_OPENSSL=yes to USES=ssl PR: 210811 Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer) Notes: svn path=/head/; revision=418207
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-2/+2
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* www/squid: Fix configure errors for libsslBernard Spil2016-05-151-104/+48
| | | | | | | | | | | | | - Fix building with ports' OpenSSL/LibreSSL - Use GSSAPI descriptions from Mk/Uses/gssapi.mk - Use more OPTIONS features PR: 208584 Submitted by: timp87@gmail.com (maintainer) MFH: 2016Q2 Notes: svn path=/head/; revision=415227
* Security update to 3.5.19Matthew Seaman2016-05-112-4/+3
| | | | | | | | | PR: 209334 Submitted by: timp87@gmail.com (maintainer) Security: 25e5205b-1447-11e6-9ead-6805ca0b3d42 Notes: svn path=/head/; revision=414987