| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
07 Mar 2013 16:53:46
2.6_2
|
miwi  |
- Convert to OptionsNG
- Trim header
Reviewed by: bapt |
10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
06 Aug 2012 19:50:27
2.6_1
|
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) |
05 Aug 2012 23:19:40
2.6_1
|
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 |
14 Feb 2012 12:45:35
2.6_1
|
mm  |
Bump pcre library dependency due to 8.30 update |
12 Feb 2012 22:47:48
2.6
|
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] |
11 Feb 2012 22:54:41
2.5
|
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) |
14 Jan 2012 08:57:23
2.5
|
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. |
24 Oct 2011 04:17:38
2.5
|
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. |
19 Mar 2011 12:38:54
2.5
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
2.5
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
23 Mar 2010 21:38:01
2.5
|
anders  |
Update to 2.5.
Disable checks for hoard and tcmalloc.
Make pcre on by default.
Honor CC.
Portlint.
PR: 143484
Submitted by: mm |
16 Oct 2009 18:55:10
2.4.5
|
anders  |
Update to 2.4.5. |
19 Jan 2009 00:22:58
2.4.4
|
anders  |
Update to 2.4.4. |
15 Jul 2008 04:18:23
2.4.3
|
anders  |
Update to 2.4.3.
PR: 124714 |
09 Apr 2008 20:35:47
2.4.1
|
anders  |
Update to 2.4.1. |
18 Mar 2008 21:12:38
2.4
|
anders  |
Update to 2.4. |
09 Oct 2007 14:58:18
2.3.2_1
|
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) |
23 Jul 2007 09:36:52
2.3.2
|
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 |
17 Jun 2007 17:03:58
2.3.2
|
anders  |
Update to 2.3.2. |
14 Jun 2007 21:43:55
2.2
|
anders  |
Make disabling syslog support actually work.
PR: ports/111538
Submitted by: Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de> |
01 Mar 2007 21:54:46
2.2
|
anders  |
Update to version 2.2.
This version adds the poundctl program. |
30 Sep 2006 15:44:33
2.1.3
|
anders  |
Update to 2.1.3. |
13 Aug 2006 15:34:46
1.9
|
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) |
20 Feb 2006 20:47:50
1.9
|
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. |
24 Jan 2006 03:14:23
1.9
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Sep 2005 23:58:57
1.9
|
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) |
28 May 2005 12:16:24
1.8.5
|
anders  |
Update to 1.8.5. |
17 May 2005 16:54:54
1.8.4
|
anders  |
Update to 1.8.4. |
02 May 2005 19:13:30
1.8.3
|
anders  |
Update to 1.8.3. A buffer overflow security issue is fixed in this
release.
Requested by: Jeff Espinoza |
15 Mar 2005 23:27:02
1.8.2
|
anders  |
Update to 1.8.2.
PR: 73923
Submitted by: ports@c0decafe.net |
30 Apr 2004 21:29:04
1.7
|
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) |
31 Mar 2004 03:12:58
1.5  |
trevor  |
SIZEify (maintainer timeout) |
28 Oct 2003 23:44:28
1.5  |
anders  |
Update to 1.5.
PR: 58147
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
22 Jul 2003 22:49:41
1.4  |
anders  |
Update to 1.4.
Add startup script.
PR: 51547
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
07 Mar 2003 06:12:57
1.2  |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
28 Jan 2003 00:11:45
1.2  |
anders  |
Update to 1.2.
PR: 45585
Partly submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
26 Aug 2002 23:40:03
0.9  |
anders  |
Add pound, a reverse proxy, load balancer and HTTP(S) frontend for web
servers. |