alphabetic order resulted in a mirror in Perth being used first, which
is perhaps not the best choice for most of the world (or for that mirror
operator, for that matter). (if you do actually want to prefer this
mirror, list it in ../db/network.conf instead and it will take priority).
/usr/local/include/boost/asio/ssl/impl/context.ipp: In constructor 'boost::asio::ssl::context::context(boost::asio::ssl::context_base::method)':
/usr/local/include/boost/asio/ssl/impl/context.ipp:93: error: '::SSLv3_method' has not been declared
/usr/local/include/boost/asio/ssl/impl/context.ipp:96: error: '::SSLv3_client_method' has not been declared
/usr/local/include/boost/asio/ssl/impl/context.ipp:99: error: '::SSLv3_server_method' has not been declared
OK jca@
available when using ruby unicorn behind apache or nginx.
Using unicorn behind apache you need to add header:
RequestHeader set X-SSL-Client-Cert %{SSL_CLIENT_CERT}e
Using unicorn behind nginx, you need to run nginx-lua flavor, then
you need:
location / {
set_by_lua $client_cert "return ngx.var.ssl_client_raw_cert:gsub('\\n',' ')";
proxy_set_header X-SSL-Client-Cert $client_cert;
}
OK jasper@ (MAINTAINER)
It supports both client and server side of HTTP protocol. It also supports
both client and server Web-Sockets out-of-the-box. The web-server has
middlewares and pluggable routing.
ok jasper@ shadchin@
authentication standards, dmarc included.
hints and ok sthen@
pkg/DESCR:
A Perl implementation of email authentication standards rolled up
into a single easy to use milter.
This milter verifies using the following standards.
- SPF
- SenderID
- DKIM (including ADSP)
- DMARC
- IPRev
- Check HELO matches it's IP address
authentication standards, dmarc included.
hints and ok sthen@
pkg/DESCR:
A Perl implementation of email authentication standards rolled up
into a single easy to use milter.
This milter verifies using the following standards.
- SPF
- SenderID
- DKIM (including ADSP)
- DMARC
- IPRev
- Check HELO matches it's IP address
someone runs into real issues.
We produce two similar 100% interchangeable packages for now:
phonon-gstreamer-icons-4.8.2p0 and phonon-gstreamer-icons-4.8.2p0-qt5.
Not sure how to deal with it, but at least it builds and updates fine now.