diff options
author | bsam <bsam@FreeBSD.org> | 2009-08-25 16:22:27 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-08-25 16:22:27 +0800 |
commit | 715e34df19fd32495fa4b960dfa7dfeb1b1db58c (patch) | |
tree | de3626208608157183e90b9cb33689be99da5c77 /www/pyweblib | |
parent | 2c41da6628f5a5b3abda8c638e67691a0b4109df (diff) | |
download | freebsd-ports-gnome-715e34df19fd32495fa4b960dfa7dfeb1b1db58c.tar.gz freebsd-ports-gnome-715e34df19fd32495fa4b960dfa7dfeb1b1db58c.tar.zst freebsd-ports-gnome-715e34df19fd32495fa4b960dfa7dfeb1b1db58c.zip |
Update to version 1.3.6. Changes:
-----
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>
Diffstat (limited to 'www/pyweblib')
-rw-r--r-- | www/pyweblib/Makefile | 2 | ||||
-rw-r--r-- | www/pyweblib/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/pyweblib/Makefile b/www/pyweblib/Makefile index 258ebf05b4bd..f9d185fdf847 100644 --- a/www/pyweblib/Makefile +++ b/www/pyweblib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pyweblib -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= www MASTER_SITES= http://www.stroeder.com/pylib/PyWebLib/download/ \ ftp://ftp.ipt.ru/pub/download/ diff --git a/www/pyweblib/distinfo b/www/pyweblib/distinfo index 152d153337d0..a2b946c57d6d 100644 --- a/www/pyweblib/distinfo +++ b/www/pyweblib/distinfo @@ -1,3 +1,3 @@ -MD5 (pyweblib-1.3.5.tar.gz) = 5b4f0eb9105ed079abb4faa6d98d5808 -SHA256 (pyweblib-1.3.5.tar.gz) = d602768f6c460c136d518e3dffa88a16d1e484dc9704ac4260258680fbcdb062 -SIZE (pyweblib-1.3.5.tar.gz) = 32054 +MD5 (pyweblib-1.3.6.tar.gz) = 98242228f7810c244c8c071d11ec68bf +SHA256 (pyweblib-1.3.6.tar.gz) = 331ab020b744517a0f43608f6648a6e65d7c63d4f3a0a6e3855b50166e426937 +SIZE (pyweblib-1.3.6.tar.gz) = 32001 |