Eric Anholt
b8035fa687
Update swfdec-plugin to 0.4.5.
2007-06-20 20:09:23 +00:00
Martin Wilke
ff00817e0b
- Update to 1.1.3
2007-06-20 13:45:38 +00:00
Andrew Pantyukhin
b3b4df676e
- Update to 1.1.4.9
2007-06-20 07:20:23 +00:00
Andrew Pantyukhin
2e29cfa51b
- Update to 0.7.20070607.0
2007-06-20 06:54:59 +00:00
Cheng-Lung Sung
a2ff37c66d
- Update to 1.11
...
PR: ports/113757
Submitted by: Nils Vogels <nivo+kw+ports dot bfa274_AT_is-root dot com>
2007-06-20 06:06:38 +00:00
Alex Dupre
5e43a0554b
Update to 0.9.5.1 release.
...
PR: ports/113597
Submitted by: mm
2007-06-20 05:57:25 +00:00
Martin Wilke
2602ff611e
- Fix build
...
Submitted by: pointyhat via kris
2007-06-19 22:32:21 +00:00
Lars Balker Rasmussen
9e55cd9d17
Update to 0.05
2007-06-19 21:46:39 +00:00
Lars Balker Rasmussen
2e1c819690
FormCanary will examine your outgoing HTML and add a canary value to
...
each form. When the form is submitted, the value of the canary is com-
pared against one saved in the session at page generation time. If the
canary that's sent doesn't match the one in the session (or there is no
canary at all), the request is halted.
There is no way to get params into your application without a correct
canary. This is good for preventing "cross-site request attacks".
This module is compatible with FormBuilder. Just drop it into your use
line and have secure submit-once-only forms. Yay.
Inspired by:
http://www.25hoursaday.com/weblog/2007/06/05/WhatRubyOnRailsCanLearnFromASPNET.a
spx
2007-06-19 12:34:00 +00:00
Mathieu Arnold
9ce278b87d
Update to 1.27
2007-06-19 10:16:37 +00:00
Rong-En Fan
a04705fd4e
- Update to 1.40.3
...
PR: ports/113834
Submitted by: Hans Fredrik Nordhaug <hans at nordhaug.priv.no> (maintainer)
2007-06-19 08:05:59 +00:00
Lars Balker Rasmussen
d5768d99c4
Update to 0.04
2007-06-19 06:42:11 +00:00
Martin Wilke
8ec24df1c4
- Add backup MASTER_SITES
...
- Move content of pkg-plist to PLIST_FILES
- Add a rc_ng start script
- Pass maintainership to submitter
PR: 113784
Submitted by: Lars Engels <lars.engels@0x20.net>
2007-06-18 18:17:55 +00:00
Andrew Pantyukhin
0c6cb620a1
- Fix comment
...
Approved by: Nick Hilliard <nick@foobar.org> (maintainer)
2007-06-18 17:11:49 +00:00
Andrew Pantyukhin
c2d86c2d0f
- Fix plist
...
- Bump portrevision
- Try to practice xpi-fu a bit more often
Reported by: pointyhat via kris
2007-06-18 14:06:47 +00:00
Lars Thegler
6c6585d067
Update to 0.03
2007-06-18 13:30:44 +00:00
Pav Lucistnik
08bd529b3e
- Update to 5.x-1.1
...
PR: ports/113725
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
2007-06-18 11:22:06 +00:00
Pav Lucistnik
6a87ddaeb3
Provides a block displaying titles of nodes in a scrolling news
...
ticker.
This module was sponsored by Koumbit.org.
WWW: http://drupal.org/project/taxonomy_ticker
PR: ports/113724
Submitted by: Nick Hilliard <nick@foobar.org>
2007-06-18 11:14:11 +00:00
Pav Lucistnik
c93e465330
- Update to 2.1.1.1
...
PR: ports/113726
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
2007-06-18 11:02:52 +00:00
Erwin Lansing
f4368af50c
Remove 4.x workaround
2007-06-18 10:21:40 +00:00
Sergey A. Osokin
935b0f030e
Update to 0.6.1.
...
Fix rc script functionality for extra configtest_cmd command. (*)
<ChangeLog>
*) Bugfix: in SSI parsing.
*) Bugfix: if remote SSI subrequest was used, then posterior local file
subrequest might transferred to client in wrong order.
*) Bugfix: large SSI inclusions buffered in temporary files were
truncated.
*) Bugfix: the perl $$ variable value in ngx_http_perl_module was equal
to the master process identification number.
</ChangeLog>
Spotted by: Andrey Y. Ostanovsky <andrey at ostanovsky dot spb dot ru> (*)
2007-06-18 07:13:27 +00:00
Sergey A. Osokin
b2dd0344b2
Update to 0.5.26.
...
Fix rc script functionality for extra configtest_cmd command. (*)
<ChangeLog>
*) Bugfix: in SSI parsing.
</ChangeLog>
Spotted by: Andrey Y. Ostanovsky < andrey at ostanovsky dot spb dot ru > (*)
2007-06-18 07:08:46 +00:00
Edwin Groothuis
f53115386c
maintainer update: drupal5-nice_menus-5.x-1.x-dev-20070609
...
New port drupal5-nice_menus. Please repocopy drupal4-nice_menus
first.
PR: ports/113727
Submitted by: Nick Hilliard <nick@foobar.org>
2007-06-18 02:16:19 +00:00
Ion-Mihai Tetcu
2dd2e37464
Change of email address, same maintainer.
...
PR: ports/113686
Submitted by: Steven Kreuzer (confirmed from the old email on private)
2007-06-17 21:27:42 +00:00
Johan van Selst
9885aa7b5c
- Fix pkg-plist
...
- Update to 3.5b11
Reported by: krismail
2007-06-17 20:46:24 +00:00
Anders Nordby
ede792d08c
Nit-pick: regenerate config.h patch.
2007-06-17 19:38:09 +00:00
Anders Nordby
878cfd4798
Do not log sendfile calls that return with ENOTCONN when USE_SENDFILE is
...
used, it is not interesting.
Bump PORTREVISION.
PR: ports/91843
Submitted by: Ben Goetter <goetter@mazama.net>
2007-06-17 19:37:11 +00:00
Anders Nordby
bfc53df0af
Update to 2.3.2.
2007-06-17 17:03:57 +00:00
Anders Nordby
675c2953eb
Remove thttpd from conflicts list, it has a different name for its
...
passwd program now.
Approved by: maintainers/erwin
2007-06-17 16:59:27 +00:00
Rong-En Fan
2c2f9291da
- Force lynx to pick up ncurses from base. This fixes build when
...
1) devel/ncurses is installed, and 2) use OpenSSL from ports.
In that case, lynx picks up ncurses/ncurses.h which is from ports
and somehow it does not include term.h
PR: ports/113515
Reported by: Ighighi <ighighi at gmail.com>
Approved by: Jason Harris <jharris at widomaker.com> (maintainer)
2007-06-17 08:34:27 +00:00
Martin Wilke
90dbbbd11a
- Update to 1.6.12
...
Approved by: maintainer implicit
2007-06-16 21:24:59 +00:00
Rong-En Fan
c60445aff2
- Update to 5.9
...
- Add WWW entry
PR: ports/113754
Submitted by: Hugo Leisink <hugo at leisink.net> (maintainer)
2007-06-16 19:20:11 +00:00
Martin Wilke
ec0aeee7f0
- Update to 1.2.0
2007-06-16 11:20:16 +00:00
Dryice Dong Liu
a7991ab177
- update to 2.0
...
- add MASTER_SITE_LOCAL
- update my mail address
2007-06-16 09:58:46 +00:00
Dryice Dong Liu
b6b553ac88
- update to 1.6
...
- add MASTER_SITE_LOCAL
- update my mail address
2007-06-16 09:35:26 +00:00
Ion-Mihai Tetcu
53a6820615
- drop p5-DBD-File conditional dependency as is going to be removed as it only
...
works on PERL_LEVEL < 500600 (FreeBSD 4.x which is EOL so no PORTREVISION bump)
- use my @FreeBSD.org email
Submitted by: erwin@
2007-06-16 09:12:10 +00:00
Dryice Dong Liu
2bfae50ecf
New port py-beaker, it will be used by the new version of py-mako
2007-06-16 03:56:23 +00:00
Dryice Dong Liu
abdb20b095
update to 1.3.4
2007-06-16 02:36:11 +00:00
Sergey A. Osokin
7c5ebfb8e5
Remove needless (default) DISTNAME.
...
Do not bump PORTREVISION.
Spotted by: sat
2007-06-15 11:37:39 +00:00
Dirk Meyer
fbac8d3a27
- add CONFLICTS
...
Submitted by: thierry
2007-06-15 11:22:48 +00:00
Beech Rintoul
dd915808ee
- Add master_sites mirrors.
...
- Change maintainer address.
Approved by: sat (mentor)
2007-06-15 09:37:13 +00:00
Sergey A. Osokin
737ae0ce90
Connect nginx-devel to build.
2007-06-15 08:30:17 +00:00
Sergey A. Osokin
79af54286c
Resolve conflict with nginx stable.
...
Bump PORTREVISION.
2007-06-15 08:28:20 +00:00
Sergey A. Osokin
332269edd1
Update to latest development version 0.6.0.
...
Resolve conflict with stable version.
<ChangeLog>
*) Feature: the "server_name", "map", and "valid_referers"
directives supports the "www.example.*" wildcards.
</ChangeLog>
2007-06-15 08:22:12 +00:00
Andrey A. Chernov
750690cdb9
Remove CONFLICTS with updated thttpd
2007-06-14 23:31:27 +00:00
Beech Rintoul
4b0bc31c45
- Update maintainer address.
2007-06-14 22:31:03 +00:00
Pav Lucistnik
476cfbe10f
- Update to 2.2r2-060817
...
- Take maintainership
PR: ports/113605
Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua>
2007-06-14 21:55:54 +00:00
Anders Nordby
0444bf6745
Make disabling syslog support actually work.
...
PR: ports/111538
Submitted by: Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de>
2007-06-14 21:43:54 +00:00
Andrej Zverev
00a6a37785
- Change maintainer email address to true one
...
Requested by: Ivan via phone call
2007-06-14 21:25:31 +00:00
Martin Wilke
b791c20153
- Update to 1.10
...
PR: 113525
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
2007-06-14 21:18:59 +00:00