The Varnish project has renamed itself to Vinyl Cache.
We followed this rename with a new vinyl-cache package.
This upgrade results in breaking changes and users are advised to study these changes and how it affects them before following the replacement.
All references to "varnish" have been changed to "vinyl" in all binaries and directories.
At minimum, users will have to:
- rename
/etc/varnishto/etc/vinyl-cache - rename
/var/lib/varnishto/var/lib/vinyl-cache - fix up ownership of files inside
/var/lib/varnish - user
varnishbecomesvinyl - group
varnishbecomesvinyl - user
varnishlogbecomesvinyllog - user
vcacheremains the same - disable the old
varnish.serviceandvarnishncsa.servicesystemd units - enable the new
vinyl-cache.serviceandvinylncsa.servicesystemd units
Meanwhile, the varnish package has been dropped from [extra].
We're not currently planning to maintain a new varnish package as it's a different upstream project.