Releases: zypr/perfectrootserver
Releases · zypr/perfectrootserver
Perfect Rootserver v0.4.1
- Updated to latest nginx version
- Fixed compiling errors with bash and nginx
- Removed uneeded features
- Better apt-pinning
- By default, apt will install from the stable/security repo. To use a different version, just write apt-get install packages-nameunstable, e.g.: apt-get install openssl/unstable
- To check which versions are available, just write apt-cache showpkg packages-name
- To check the pinnage priority, just write apt-cache policy packages-name
Perfect Rootserver v0.4.0
Minor Fixes and Compatibility Improvement
Perfect Rootserver v0.3.9
- Removed HPKP / Please set up yourself!
Perfect Rootserver v0.3.8
- Blacklist cronjob fixed
Perfect Rootserver v0.3.6
- Updated to latest mailcow version. Many hugs to Andrè -> http://mailcow.email/
- Updated to Nginx 1.9.7 and OpenSSL 1.0.2e (not a big deal )
- Pagespeed reactivated and disabled it only for phpMyAdmin. Added memcache and optimized Pagespeed in general.
- Fixed autoconfigure/autocomplete with Thunderbird.
- Fixed password generation to comply with the general password policy (The script has sometimes created a password without at least one digit)
- More ciphers for backward compatibilit
- More security (HPKP, block bad user agents/referer)
From now on the script supports Let's Encrypt, so that valid SSL certificates can be provided. Please read the Beta Program Announcements to understand the rate limiting. For more information about Let's Encrypt, checkout the client documentation
Perfect Rootserver v0.3.5
- pagespeed is disabled due to compatibility issues
Perfect Rootserver v0.3.4
- Update to Nginx 1.9.6 and PageSpeed 1.9.32.10
Perfect Rootserver v0.3.3
- missing variables added
- fixed autodiscover link in credentials
- seperate check for rDNS added
Perfect Rootserver v0.3.2
- Firewall update script fixed (quotation mark was missing...)
- SSH-tunneling fixed (AllowTcpForwarding -> yes)
- Increase cache performance by using IgBinary
- Digest auth module removed (bad performance and less secure than
basic auth with TLS) - More security for Nginx (CDP)
- More security for phpMyAdmin (restrict login to localhost)
Perfect Rootserver v0.3.1
- Optimized sed syntax
- Fixed the firewall update script.