Port details |
- varnish7 High-performance HTTP accelerator
- 7.2.1 www
=2 Version of this port present on the latest quarterly branch. - Maintainer: dbaio@FreeBSD.org
 - Port Added: 2022-03-26 20:39:08
- Last Update: 2023-01-08 11:01:11
- Commit Hash: 986c668
- People watching this port, also watch:: sshguard, php81-phalcon, dnscrypt-proxy2, cacti
- License: BSD2CLAUSE
- Description:
- This is the Varnish high-performance HTTP accelerator.
Documentation and additional information about Varnish is available on
http://varnish-cache.org/docs/index.html
Technical questions about Varnish and this release should be addressed
to <varnish-dev@varnish-cache.org>
Questions about commercial support and services related to Varnish
can be directed here: https://www.varnish-software.com/contact-us/
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/www/varnish7/ && make install clean
- To add the package, run one of these commands:
- pkg install www/varnish7
- pkg install varnish7
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: varnish7
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1668037055
SHA256 (varnish-7.2.1.tgz) = 4d937d1720a8ec19c533f972d9303a1c9889b7bfca7437893ae5c27cf204a940
SIZE (varnish-7.2.1.tgz) = 4019119
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rst2man : textproc/py-docutils@py39
- py39-sphinx>=0,1 : textproc/py-sphinx@py39
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- libedit.so.0 : devel/libedit
- This port is required by:
- for Build
-
- www/varnish-ip2location
- www/varnish-ip2proxy
- www/varnish-libvmod-digest
- www/varnish-libvmod-dynamic
- www/varnish-libvmod-fileserver
- www/varnish-libvmod-geoip2
- www/varnish-libvmod-maxminddb
- for Run
-
- www/varnish-ip2location
- www/varnish-ip2proxy
- www/varnish-libvmod-digest
- www/varnish-libvmod-dynamic
- www/varnish-libvmod-fileserver
- www/varnish-libvmod-geoip2
- www/varnish-libvmod-maxminddb
Configuration Options:
- ===> The following configuration options are available for varnish7-7.2.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_varnish7
- USES:
- cpe libedit libtool localbase ncurses pathfix pkgconfig python:3.6+,build shebangfix tar:tgz
- pkg-message:
- If upgrading from < 7.2.0:
- For information about updating your current Varnish deployment to the new
version, see Upgrading to Varnish 7.2:
https://varnish-cache.org/docs/7.2/whats-new/upgrading-7.2.html
For the complete release information, see the Varnish Cache 7.2.0 release page:
https://varnish-cache.org/releases/rel7.2.0.html
- WWW: https://varnish-cache.org/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.2.1 08 Jan 2023 11:01:11
    |
Dimitry Andric (dim)  |
www/varnish7: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
www/varnish7 failed to build with clang 15:
adler32.c:189:15: error: a function definition without a prototype is
deprecated in all versions of C and is not supported in C2x
[-Werror,-Wdeprecated-non-prototype]
uLong ZEXPORT adler32(adler, buf, len)
^
This is because varnish needlessly builds with -Werror. Turn it off, so
the warnings can simply be ignored.
PR: 268814
Approved by: dbaio (maintainer)
MFH: 2023Q1 |
7.2.1 10 Nov 2022 00:07:24
    |
Danilo G. Baio (dbaio)  |
www/varnish7: Update to 7.2.1, Fix security issues
Release notes: https://varnish-cache.org/releases/rel7.2.1.html#rel7-2-1 |
7.2.0 16 Oct 2022 21:22:48
    |
Daniel Engberg (diizzy)  |
www/varnish7: Use upstream release archive and some improvements to port
- Use upstream release archive as recommended by USE_GITHUB section
in Porters Handbook
- Remove USES= compiler as there's no need to modify configure script
- Remove unneeded gmake and readline dependency definitions
- Use USES= localbase instead of CFLAGS variable
- Remove REINPLACE_CMD for GCC
- Rearrange Makefile to follow Porters Handbook more closely and
improve readability
PR: 266467
Reviewed by: dbaio (maintainer) |
7.2.0 17 Sep 2022 18:23:08
    |
Danilo G. Baio (dbaio)  |
www/varnish7: Update to 7.2.0
Release notes: https://varnish-cache.org/releases/rel7.2.0.html |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.1.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.1.1 10 Aug 2022 21:31:11
    |
Danilo G. Baio (dbaio)  |
www/varnish7: Update to 7.1.1, Fix vulnerability issue
Release notes: https://varnish-cache.org/releases/rel7.1.1.html#rel7-1-1 |
7.1.0 28 Jun 2022 11:01:53
    |
Bernhard Froehlich (decke)  |
www/varnish[4|6|7]: Chase deprecated CPE information
According to NIST CPE dictionary the old CPE varnish-cache:varnish
has been deprecated by varnish-cache:varnish_cache.
Approved by: portmgr (blanket)
Obtained from: https://nvd.nist.gov/products/cpe/detail/728797 |
7.1.0 26 Mar 2022 20:30:07
    |
Danilo G. Baio (dbaio)  |
www/varnish7: New port
Release Notes: https://varnish-cache.org/releases/rel7.1.0.html#rel7-1-0 |