aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FormCanary will examine your outgoing HTML and add a canary value toLars Balker Rasmussen2007-06-195-0/+59
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=193874
* - Change maintainer addressBeech Rintoul2007-06-1910-12/+12
| | | | | | | Approved by: sat (mentor) Notes: svn path=/head/; revision=193873
* - Fix pkg-plistBeech Rintoul2007-06-192-10/+3
| | | | | | | | | | | - Makefile tweaks Reported by: pointyhat via kris Approved by: Anders Troback <freebsd@troback.com> (maintainer), sat (mentor) Notes: svn path=/head/; revision=193872
* - Add master_site_rar and use it in rar, unrar and libunrar portsAndrew Pantyukhin2007-06-194-16/+10
| | | | | | | Approved by: ache, gabor, Alex Samorukov <samm@os2.kiev.ua> (maintainers) Notes: svn path=/head/; revision=193871
* - Update to 1.6.1Martin Wilke2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193870
* - Update to 2.4.2Martin Wilke2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193869
* - Update to 0.18.1Martin Wilke2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193868
* - Update to 2.2.34Martin Wilke2007-06-192-4/+4
| | | | | | | | PR: 113767 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=193867
* - Update to 4.86Martin Wilke2007-06-192-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=193866
* - Fix build with gcc4Martin Wilke2007-06-196-8/+59
| | | | | | | | | | - Support SUB_FILES PR: 113768 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=193865
* - Fix build with gcc4Martin Wilke2007-06-194-115/+74
| | | | | | | | PR: 113769 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=193864
* Update to 0.66.02Mathieu Arnold2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193863
* Update to 20070508Mathieu Arnold2007-06-192-4/+4
| | | | | | | | PR: ports/113636 Submitted by: leeym Notes: svn path=/head/; revision=193862
* Update to 1.27Mathieu Arnold2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193861
* Update to 0.64Mathieu Arnold2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193860
* - Forced commit to note a repocopy of horde portsBeech Rintoul2007-06-190-0/+0
| | | | | | | | | PR: ports/112327 Repocopy by: marcus Approved by: sat (mentor) Notes: svn path=/head/; revision=193858
* - Relax gcc version requirement from 3.4 to 3.4+ to allow build on 7.xAndrew Pantyukhin2007-06-191-4/+2
| | | | | | | | | - Minor tweaks while I'm here Reported by: pointyhat via kris Notes: svn path=/head/; revision=193857
* - Fix plistPav Lucistnik2007-06-192-2/+6
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=193856
* - Fix a crash on login for people running on X.org 7.2 in 24-bit color depthPav Lucistnik2007-06-192-1/+12
| | | | | | | | | PR: ports/113216, ports/113678 Submitted by: Thomas Spreng <spreng@socket.ch> Approved by: maintainer timeout (obrien; 18 days) Notes: svn path=/head/; revision=193855
* Update to 0.23Lars Balker Rasmussen2007-06-192-6/+6
| | | | Notes: svn path=/head/; revision=193854
* - Update to 1.40.3Rong-En Fan2007-06-193-6/+24
| | | | | | | | PR: ports/113834 Submitted by: Hans Fredrik Nordhaug <hans at nordhaug.priv.no> (maintainer) Notes: svn path=/head/; revision=193853
* Update to 0.39Lars Balker Rasmussen2007-06-192-6/+5
| | | | Notes: svn path=/head/; revision=193852
* Tinderbox 2.4.0 - New feature release:Ion-Mihai Tetcu2007-06-196-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Hooks : A hook is a "callout" which gives Tinderbox the ability to run custom code at pre-determined times. For example, you can establish a Hook to run just before a Port is built, after a Build is extracted, before a PortsTree is updated, etc. Pre-condition hooks can even cause an operation to terminate if so desired. The new commands to manipulate Hooks are tc listHooks and tc updateHookCmd. - OPTIONS processing : If you enable OPTIONS support in Tinderbox, you can have tc addPort automatically prompt you to configure OPTIONS. Just run tc addPort with the new -o argument, and you will be prompted with the usual dialog(1) screen to configure OPTIONS. OPTIONS configuration will happen recursively if the -r argument is specified, and non-recursively otherwise. - Failed dependents tracking : If a port fails to build, it will update the datastore for all of its dependents so that they will be reported as pseudo-failed. That is, they will have a unique appearance in the www-exp frontend to indicate that they were not built because a dependency failed. - Port build duration is tracked and an estimated time to completion is now shown in the www-exp frontend. - The /usr/X11R6 symlink is now ignored and not treated as a leftover. Note: This release comes with a pretty hefty schema change, so one must run upgrade.sh to add the new schema elements. Notes: svn path=/head/; revision=193851
* - Fix build with gcc4Martin Wilke2007-06-193-29/+14
| | | | | | | | | | - Support PORTDOCS/PLIST_FILES PR: 113776 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=193850
* - Update to 0.9Rong-En Fan2007-06-196-10/+10
| | | | | | | | PR: ports/113830 Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer) Notes: svn path=/head/; revision=193849
* Update to 0.04Lars Balker Rasmussen2007-06-192-6/+7
| | | | Notes: svn path=/head/; revision=193848
* - Update to 0.5rc2Andrew Pantyukhin2007-06-192-4/+5
| | | | Notes: svn path=/head/; revision=193847
* Some spelling and markup nits.Alexey Dokuchaev2007-06-191-5/+5
| | | | Notes: svn path=/head/; revision=193846
* Update to 0.16.6.Joe Marcus Clarke2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193845
* - Fix build by linking to pthread_libsAndrew Pantyukhin2007-06-191-1/+1
| | | | | | | | PR: ports/113779 Submitted by: edwin Notes: svn path=/head/; revision=193844
* Update to 1.14.4.Joe Marcus Clarke2007-06-195-14/+47
| | | | Notes: svn path=/head/; revision=193843
* add an optional patch which reverses the mouse workspace changingOliver Lehmann2007-06-193-3/+23
| | | | | | | | | | direction. PR: ports/113269 Submitted by: ehaupt Notes: svn path=/head/; revision=193842
* Update to 2.18.5.Joe Marcus Clarke2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193841
* Add an entry for graphics/gpdf.Joe Marcus Clarke2007-06-191-0/+1
| | | | Notes: svn path=/head/; revision=193839
* Remove the no-longer supported gpdf. It has been replaced by evince.Joe Marcus Clarke2007-06-1912-594/+0
| | | | Notes: svn path=/head/; revision=193838
* Update to 0.4.14.Joe Marcus Clarke2007-06-192-4/+4
| | | | Notes: svn path=/head/; revision=193837
* - update to 3.03Dryice Dong Liu2007-06-194-14/+13
| | | | | | | | | - add MASTER_SITE_LOCAL - remove file: files/patch-Makefile - add file: files/patch-texi-Makefile Notes: svn path=/head/; revision=193836
* - Fix the build with GCC 4.2Alexey Dokuchaev2007-06-182-7/+32
| | | | | | | | | - Remove BROKEN tag Reported by: pointyhat (logs) Notes: svn path=/head/; revision=193835
* Add TCL binding for PostgreSQL client. This used to be part of PostgreSQLMikhail Teterin2007-06-186-0/+139
| | | | | | | client up to version 7.x, but is not found in 8.x. Notes: svn path=/head/; revision=193833
* Forced commit since previous message ended up incomplete:Alexey Dokuchaev2007-06-180-0/+0
| | | | | | | | | | - Fix the build and unbreak [1] - Kill EOL spaces in pkg-descr Reported by: pointyhat (logs) [1] Notes: svn path=/head/; revision=193832
* - Fix the build with modern GCC [1]Alexey Dokuchaev2007-06-184-12/+16
| | | | | | | - Kill teeny pkg-plist per portlint(1) Notes: svn path=/head/; revision=193831
* Fix the build with GCC 4.2 and thus unbreak.Alexey Dokuchaev2007-06-182-4/+26
| | | | | | | Reported by: pointyhat (logs) Notes: svn path=/head/; revision=193830
* Improve clipboard support, copy to/clear from mouse selection also, notAnders Nordby2007-06-182-1/+33
| | | | | | | | | | only clipboard. This makes it possible to paste data to a stock X.org xterm. Approved by: skv (maintainer timeout, 10 days) Notes: svn path=/head/; revision=193829
* Fix the build with GCC 4.2 and thus unbreak.Alexey Dokuchaev2007-06-182-7/+12
| | | | | | | Reported by: pointyhat (logs) Notes: svn path=/head/; revision=193828
* - Add mirrorBeech Rintoul2007-06-181-2/+2
| | | | | | | | | PR: ports/113787 Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=193827
* - Upgrade to 1.2.5;Thierry Thomas2007-06-183-42/+42
| | | | | | | | | | | | - Use DOCSDIR; - Don't extract the doc tarball on the spot to avoid conflict if doxygen is installed. Notified by: Pedro F. Giffuni <giffunip (at) yahoo.com> Notes: svn path=/head/; revision=193826
* - Make fetchableBeech Rintoul2007-06-182-5/+3
| | | | | | | | | | | - Add mirror PR: ports/113735 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=193825
* Add myselfBeech Rintoul2007-06-181-0/+1
| | | | | | | Approved by: sat (mentor) Notes: svn path=/head/; revision=193824
* Update to 1.0.1 (bugfix)Beech Rintoul2007-06-184-8/+8
| | | | | | | | | | PR: ports/113804 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Changelog: http://www.dovecot.org/list/dovecot-news/2007-June/000045.html Approved by: sat (mentor) Notes: svn path=/head/; revision=193823
* Non-functional changes:Alexey Dokuchaev2007-06-181-10/+12
| | | | | | | | | - Whitespace cleanup - Drop USE_GETOPT_LONG, noop these days - Add USE_LDCONFIG per portlint(1) Notes: svn path=/head/; revision=193822