. update to version 1.3.11;
. switch to USES=python syntax;
. adopt USE_PYTHON=autoplist;
. use PORTEXAMPLES wildcards;
. simplify and remove pkg-plist.
- 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.
2011-06-19 PyWebLib 1.3.8
- sslenv.PrintSecInfo(): Simplified output of issuer and subject DNs
- Class Radio: Regex-checking is not used anymore since this fails on
larger option lists
PR: ports/158096
Submitted by: Jin-Sih Lin <linpct@gmail.com>
* update to version 1.3.7, changes:
- sslenv.PrintSecInfo(): Also SSL_PROTOCOL is displayed
- fixed inconsistent use of tabs and spaces (python -tt)
- Single quotes and backticks are now escaped in pyweblib.forms.escapeHTML()
- pyweblib.forms.Form.hiddenInputFields(): Treat default value for key-word
argument ignoreFieldNames more robustely
- forms.Select now also supports 3-tuples as option and the third
value will be added as attribute text to HTML tag <option>
Reported by: miwibot
-----
2009-07-26 PyWebLib 1.3.6
- pyweblib.session.WebSession.__init__() has two new key-word arguments:
sessionIDLength and sessionIDChars which allows to specify length and
valid chars of session IDs generated
- A few chars added to pyweblib.session.SESSION_ID_CHARS to
increase security
-----
PR: ports/138156
Submitted by: Sylvio Cesar <scjamorim at bsd.com.br>
- Transfer maintainership to submitter
PR: ports/78020, ports/78925
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
Approved by: Oddbjorn <oddbjorn@tricknology.org> (old maintainer)