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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: www/squid/files/patch-src_security_ServerOptions.h

Number of commits found: 2

Tuesday, 11 Feb 2020
19:46 pi search for other commits by this committer
www/squid: upgrade 4.9 -> 4.10

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
Original commitRevision:525889 
Monday, 8 Apr 2019
14:40 dim search for other commits by this committer
Fix build of www/squid and www/squid-devel with clang 8

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
Original commitRevision:498377 

Number of commits found: 2