| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
14 Mar 2013 13:31:24
3.0.21
|
miwi  |
- Update to 3.0.21
PR: 176813
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer) |
10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
14 Jan 2012 08:57:23
3.0.19
|
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. |
26 Dec 2011 22:55:48
3.0.19
|
bf  |
update to 3.0.19
PR: 163634
Submitted by: F. Keil (maintainer)
Security: prevent segfaults that could be triggered by remote servers |
25 Nov 2011 20:26:13
3.0.18
|
bf  |
Make small changes to three option descriptions, to avoid creating the false
impression that no additional configuration is needed to use the features
mentioned in the descriptions
Approved by: F. Keil (maintainer)
Feature safe: yes |
21 Nov 2011 01:43:08
3.0.18
|
bf  |
update to 3.0.18
PR: 162696
Submitted by: F. Keil (maintainer)
Security: prevent http response splitting attacks
Feature safe: yes |
23 Sep 2011 22:26:39
3.0.17
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
04 Dec 2010 07:34:27
3.0.17
|
ade  |
Sync to new bsd.autotools.mk |
27 Nov 2010 06:49:01
3.0.17
|
sahil  |
- Update to 3.0.17
PR: ports/152233
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer) |
16 Oct 2010 11:52:47
3.0.16_2
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
3.0.16_2
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
27 Mar 2010 00:15:24
3.0.16_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
06 Mar 2010 19:19:57
3.0.16_1
|
amdmi3  |
- Fix dependency on curl
PR: 144268
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer)
Reported by: Klaus T. Aehlig
Feature safe: yes |
24 Feb 2010 01:36:26
3.0.16
|
wen  |
- Update to 3.0.16
PR: ports/144146
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer)
Feature safe: yes |
22 Aug 2009 00:38:34
3.0.12
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
15 Jul 2009 16:56:10
3.0.12
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
07 Apr 2009 16:48:12
3.0.12
|
wxs  |
- Switch to using pre-su-install target to call pkg-install. The script
creates users.
PR: ports/133292
Submitted by: Greg Lewis <glewis@misty.eyesbeyond.com>
Approved by: Fabian Keil <fk@fabiankeil.de> (maintainer) |
22 Mar 2009 17:39:54
3.0.12
|
pav  |
- Update to 3.0.12
PR: ports/132939
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer) |
23 Feb 2009 23:05:31
3.0.11
|
miwi  |
- Update to 3.0.11
PR: 131978
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer) |
20 Aug 2008 00:57:32
3.0.10
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
18 Aug 2008 00:47:17
3.0.10
|
edwin  |
[MAINTAINER] Update www/privoxy to 3.0.10
The attached patch updates www/privoxy from 3.0.8
to 3.0.10 (3.0.9 was a beta). The ChangeLog is available
at: http://www.privoxy.org/announce.txt
PR: ports/126607
Submitted by: Fabian Keil <fk@fabiankeil.de> |
25 Jan 2008 15:44:02
3.0.8
|
miwi  |
- Update to 3.0.8
PR: 119840
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer) |
30 Sep 2007 04:47:37
3.0.6_2
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
10 Dec 2006 22:47:05
3.0.6_1
|
miwi  |
- Copies the config file as example file and
leaves old versions unmodified. The rc script later
copies the example if the config file is missing.
- Makes the make output less noisy.
- Compiles with TOGGLE option disabled.
- Bump PORTREVISION
PR: ports/106426
Submitted by: Pete Slagle<freebsd-stable@box559.com>
Fabian Keil <fk@fabiankeil.de> (maintainer)
Approved by: maintainer |
06 Dec 2006 08:52:27
3.0.6
|
miwi  |
- Update to 3.0.6
PR: ports/106396
Submitted by: Fabian Keil<fk@fabiankeil.de> (maintainer) |
07 Oct 2006 16:47:15
3.0.3_5
|
pav  |
- Remove old patch that disabled libc_r functions, not needed anymore
- Update maintainer's address
- Improve rc script
- Install standard.action
- Don't send console messages to /dev/null
PR: ports/103358
Submitted by: Fabian Keil <freebsd-listen@fabiankeil.de> (maintainer) |
04 Sep 2006 06:33:22
3.0.3_4
|
linimon  |
Reassign from old maintainer who did not respond to email queries about
status, to new volunteer. |
13 May 2006 04:41:22
3.0.3_4
|
edwin  |
Remove USE_REINPLACE from categories starting with W |
16 Nov 2005 23:52:47
3.0.3_4
|
pav  |
- Don't create /var/log/jarfile, it's not used
Submitted by: aeonflux <aeonflux@aeonflux.no-ip.com> |
16 Nov 2005 08:54:40
3.0.3_4
|
pav  |
- Fix post-install
Submitted by: aeonflux <aeonflux@aeonflux.no-ip.com> |
15 Nov 2005 20:48:23
3.0.3_3
|
pav  |
- Fix rc script
Reported by: Adam McMaster <adam@moosoft.net> |
15 Nov 2005 06:52:12
3.0.3_2
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
14 Nov 2005 08:37:29
3.0.3_2
|
pav  |
- Run privoxy under user 'privoxy'
- Modernize rc script, pkg-message and SHA256 while here
PR: ports/88602
Submitted by: aeonflux <aeonflux@aeonflux.no-ip.com>
Approved by: John Von Essen <john@essenz.com> (maintainer) |
17 Feb 2005 16:43:02
3.0.3_1
|
vs  |
Add rc_subr startup script
PR: ports/74210
Submitted by: "solsTiCe d'Hiver"
Approved by: maintainer timeout |
28 Mar 2004 14:06:59
3.0.3
|
pav  |
- Update to 3.0.3
PR: ports/63090
Submitted by: Martijn Lina <martijn@pacno.net>
Approved by: maintainer timeout (1 month) |
04 Feb 2004 05:10:27
3.0.0_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
04 Mar 2003 06:44:57
3.0.0
|
nork  |
Disable probing for thread-safe *_r functions.
Submitted by: John Von Essen <john@essenz.com> (maintainer)
Pointed out by: Lars Eggert |
21 Feb 2003 14:01:38
3.0.0
|
knu  |
De-pkg-comment. |
15 Dec 2002 16:56:53
3.0.0
|
alane  |
Don't run preconfigure in a subshell of a subshell... it seems to bork up
the path.
Approved by: kris |
30 Nov 2002 15:46:51
3.0.0
|
arved  |
Fix autoconf usage
Reported by: bento |
27 Nov 2002 13:35:52
3.0.0
|
nork  |
o make install in port's Makefile.
o add new pkg-message.
o NOPORTDOCS support.
o set up minimum configuration.
Submitted by: John von Essen <john@essenz.com> (maintainer)
Submitted by: Lars Eggert <larse@ISI.EDU>
Reviewed by: John von Essen <john@essenz.com> (maintainer) |
23 Nov 2002 07:50:34
3.0.0
|
nork  |
PREFIX clean. |
22 Nov 2002 21:17:10
3.0.0
|
nork  |
Add privoxy 3.0.0, privoxy is a web proxy with advanced filtering
capabilities.
PR: ports/45602
Submitted by: John von Essen <john@essenz.com> |