Port details |
- pound HTTP/HTTPS reverse-proxy and load-balancer
- 4.14 www =12 4.13_1Version of this port present on the latest quarterly branch.
- Maintainer: zeus@gnu.org.ua
- Port Added: 2002-08-26 23:40:27
- Last Update: 2024-10-15 09:43:42
- Commit Hash: 5d4b24a
- People watching this port, also watch:: postfix, clamav, sudo, phpMyAdmin-php81, p5-libwww
- Also Listed In: net
- License: GPLv3+
- WWW:
- https://github.com/graygnuorg/pound
- Description:
- The Pound program is a reverse proxy, load balancer and HTTPS front-end for
Web server(s). Pound was developed to enable distributing load among several
Web-servers, and to allow for a convenient SSL wrapper for those Web servers
that do not offer it natively. Pound is distributed under the GPL -- no
warranty, it's free to use, copy and give away.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/pound/ && make install clean
- To add the package, run one of these commands:
- pkg install www/pound
- pkg install pound
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pound
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728811457
SHA256 (pound-4.14.tar.gz) = 265e45e9312a4aca295508b9c65edb783a2ec86c3d7d2f5c76330e304a0d1626
SIZE (pound-4.14.tar.gz) = 968886
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:
-
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- p5-IO-FDPass>=0 : devel/p5-IO-FDPass
- p5-IO-Socket-SSL>=0 : security/p5-IO-Socket-SSL
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pound-4.14:
DOCS=on: Build and/or install documentation
DSAPARAM=off: Generate DH parameters without using "safe" primes
PCRE=on: Use Perl Compatible Regular Expressions
===> Use 'make config' to modify these settings
- Options name:
- www_pound
- USES:
- cpe gmake ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.14 15 Oct 2024 09:43:42 |
Alexey Dokuchaev (danfe) |
www/pound: update the port to version 4.14
Requested by: maintainer |
4.13_1 23 Sep 2024 20:28:33 |
Craig Leres (leres) |
www/pound: fix "out of memory" error
Apply upstream commits to fix a regression in 4.13:
https://github.com/graygnuorg/pound/commit/0208af3
Fix generation of X-SSL- headers describing client certificate
https://github.com/graygnuorg/pound/commit/e900114
Add missing \r when breaking up a long header in add_ssl_headers()
PR: 281255
Approved by: zeus@gnu.org.ua (maintainer timeout, 20 days) |
4.13 02 Sep 2024 01:14:48 |
Alexey Dokuchaev (danfe) |
www/pound: the port had been updated to version 4.13
The pcre2posix layer is no longer used (because it's not thread-safe)
and was replaced with native library calls to provide for additional
speed-up and avoid coredumps under high load.
Requested by: maintainer |
4.11_1 26 Feb 2024 14:31:37 |
Muhammad Moinur Rahman (bofh) |
www/pound: Moved man to share/man
Approved by: portmgr (blanket) |
4.11 04 Jan 2024 06:23:00 |
Alexey Dokuchaev (danfe) |
www/pound: update the port to version 4.11
Requested by: maintainer |
4.10 13 Oct 2023 18:24:36 |
Alexey Dokuchaev (danfe) |
www/pound: the port had been updated to version 4.10
Add missing TEST_DEPENDS and make PCRE dependency more specific.
Requested by: maintainer |
4.7 17 Apr 2023 18:19:50 |
Alexey Dokuchaev (danfe) |
www/pound: update the port to version 4.7
Requested by: maintainer |
4.6 18 Mar 2023 15:57:38 |
Alexey Dokuchaev (danfe) |
www/pound: the port had been updated to version 4.6
This brings new features and fixes some regressions after recent major
update from 2.8 to 4.5. While here, use bootstrapped release tarball.
Requested by: maintainer |
4.5 24 Feb 2023 11:41:42 |
Alexey Dokuchaev (danfe) |
www/pound: the port had been updated to version 4.5
Apsis GmbH, original upstream, had stopped the development and
welcomed Sergey Poznyakoff to pick up and further maintain the
project, which is now hosted on GitHub.
Drop no longer useful patches, adjust LICENSE, convert package
list to static pkg-plist, and hook the tests to our framework.
Requested by: maintainer |
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) |
2.8 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 ) |
2.8 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.8 17 Jul 2022 00:03:19 |
Nuno Teixeira (eduardo) |
www/pound: Update WWW
- WWW https://www.apsis.ch/pound.html |
2.8 14 Oct 2021 21:30:54 |
Stefan Eßer (se) |
www/pound: Add CPE information
Approved by: portmgr (blanket) |
2.8 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8 18 Feb 2020 11:09:59 |
danfe |
Allow to cut the package build times by generating DH parameters without
using "safe" primes.
PR: 243724
Submitted by: Eirik Oeverby
Approved by: maintainer |
2.8 30 Mar 2019 15:47:43 |
danfe |
- Update `www/pound' to version 2.8 and unbreak against
newish OpenSSL versions [*]
- Add a handful of useful patches from upstream SRPM
- Use upstream program description for COMMENT (shorter)
- Utilize its own installation target and only post-install
documentation files; install sample configuration file
- Consummate conversion to option helpers and transfer
maintainership to the new volunteer
PR: 234556 [*] |
2.7_1 22 Jan 2019 22:08:00 |
joneum |
Reset Maintainer, back to pool
PR: 235032
Sponsored by: Netzkommune GmbH |
2.7_1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.7_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.7_1 10 Apr 2015 14:31:00 |
danfe |
- Fix a typo in PCRE_CONFIGURE_ENABLE knob
- Remove MSDAV option: this is no longer valid compiler flag in pound,
for quite some time
- Do not pass -I to CFLAGS, it is already added (correctly) to CPPFLAGS
- Move initial CONFIGURE_ARGS after GNU_CONFIGURE where it logically belongs
- Move OPTIONS and helper knobs right above .include <bsd.port.options.mk>
- Remove ".if ${PORT_OPTIONS:MDOCS}" guard, not needed in post-staging
- Slightly beautify files/pound.in and pkg-descr while I'm here
PR: 199339
Submitted by: maintainer |
2.7 31 Jan 2015 16:01:12 |
riggs |
- Update to upstream verson 2.7
- Set maintainer to ncrogers@gmail.com
PR: 197102
Submitted by: ncrogers@gmail.com (maintainer) |
2.6_3 13 Aug 2014 23:31:45 |
marino |
www/pound: Explicitly define DOCS option |
2.6_2 13 Aug 2014 23:24:03 |
marino |
Stage www/pound
PR: 189937
Submitted by: Joe (thralling.com)
Approved by: Nobody, the maintainer was reset
Lil' TLC: marino |
2.6_2 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
2.6_2 02 Jul 2014 17:17:21 |
bapt |
Second batch at resetting maintainership on ports that have not been staged and
without any pending PR
With hat: portmgr |
2.6_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.6_2 07 Mar 2013 16:53:46 |
miwi |
- Convert to OptionsNG
- Trim header
Reviewed by: bapt |
2.6_2 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.6_1 06 Aug 2012 19:50:27 |
bdrewery |
- Fix typo in CONFIGURE_ARGS to properly disable tcmalloc
- Add LICENSE information
PR: ports/168564
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: eadler (mentor)
Approved by: maintainer timeout (anders@, 9w) |
2.6_1 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.6_1 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
2.6 12 Feb 2012 22:47:48 |
pgollucci |
- Update to 2.6
Remove previously applied compile patch, it was upstreamed (yay!)
PR: ports/164498, ports/163320
Submitted by: Anthony Chavez <acc@hexadecagram.org>, Nick Rogers
<ncrogers@gmail.com>
Approved by: maintainer timeout (anders ; 36 days) [no commit 100 days] |
2.5 11 Feb 2012 22:54:41 |
pgollucci |
- Fix pound.h:341: error: expected specifier-qualifier-list before 'LHASH'
by applying
http://www.apsis.ch/pound/pound_list/archive/2010/2010-02/1266065082000/1266065107756.octet-stream/download
PR: ports/163838
Submitted by: Aaron D. Gifford <agifford@infowest.com>
Approved by: maintainer timeout (anders ; 34 days) |
2.5 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.5 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
2.5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.5 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.5 23 Mar 2010 21:38:01 |
anders |
Update to 2.5.
Disable checks for hoard and tcmalloc.
Make pcre on by default.
Honor CC.
Portlint.
PR: 143484
Submitted by: mm |
2.4.5 16 Oct 2009 18:55:10 |
anders |
Update to 2.4.5. |
2.4.4 19 Jan 2009 00:22:58 |
anders |
Update to 2.4.4. |
2.4.3 15 Jul 2008 04:18:23 |
anders |
Update to 2.4.3.
PR: 124714 |
2.4.1 09 Apr 2008 20:35:47 |
anders |
Update to 2.4.1. |
2.4 18 Mar 2008 21:12:38 |
anders |
Update to 2.4. |
2.3.2_1 09 Oct 2007 14:58:18 |
mux |
Add two new OPTIONS to this port:
- The PCRE option allows one to link pound against libpcre for the regcomp()
and regexec() functions instead of libc. This can make a substantial
difference in CPU consumption with some workloads. Defaults to off.
- The LIBTHR option links pound against the libthr for threading, instead
of libpthread. This makes a *huge* difference when you deal with enough
traffic. Defaults to on.
Bump PORTREVISION.
Approved by: anders (maintainer) |
2.3.2 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
2.3.2 17 Jun 2007 17:03:58 |
anders |
Update to 2.3.2. |
2.2 14 Jun 2007 21:43:55 |
anders |
Make disabling syslog support actually work.
PR: ports/111538
Submitted by: Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de> |
2.2 01 Mar 2007 21:54:46 |
anders |
Update to version 2.2.
This version adds the poundctl program. |
2.1.3 30 Sep 2006 15:44:33 |
anders |
Update to 2.1.3. |
1.9 13 Aug 2006 15:34:46 |
simon |
Fix compile with OpenSSL 0.9.8b from -CURRENT.
Note the fix wrt. OPENSSL_VERSION_NUMBER isn't optimal, but the best way
since base system versions of OpenSSL 0.9.7 don't define OPENSSL_THREADS
even though threads should be supported.
Problem reported by: pointyhat via kris
Approved by: anordby (maintainer) |
1.9 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
1.9 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
1.9 15 Sep 2005 23:58:57 |
pav |
- Update to 1.9
- OPTIONSify
- Convert rc script to rcNG
- Install docs
PR: ports/82998
Submitted by: Shinsuke Matsui <smatsui@karashi.org>
Approved by: maintainer timeout (anders; 2 months) |
1.8.5 28 May 2005 12:16:24 |
anders |
Update to 1.8.5. |
1.8.4 17 May 2005 16:54:54 |
anders |
Update to 1.8.4. |
1.8.3 02 May 2005 19:13:30 |
anders |
Update to 1.8.3. A buffer overflow security issue is fixed in this
release.
Requested by: Jeff Espinoza |
1.8.2 15 Mar 2005 23:27:02 |
anders |
Update to 1.8.2.
PR: 73923
Submitted by: ports@c0decafe.net |
1.7 30 Apr 2004 21:29:04 |
clement |
- Update to 1.7
It fixes a security vulnerabilty.
http://www.apsis.ch/pound/pound_list/archive/2003/2003-12/1070234315000
PR: 65132
Submitted by: ryan <ports@c0decafe.net>
Reviewed by: me
Update approved by: anders (maintainer) |
1.5 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.5 28 Oct 2003 23:44:28 |
anders |
Update to 1.5.
PR: 58147
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
1.4 22 Jul 2003 22:49:41 |
anders |
Update to 1.4.
Add startup script.
PR: 51547
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
1.2 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.2 28 Jan 2003 00:11:45 |
anders |
Update to 1.2.
PR: 45585
Partly submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
0.9 26 Aug 2002 23:40:03 |
anders |
Add pound, a reverse proxy, load balancer and HTTP(S) frontend for web
servers. |