- Update to 1.13
PR: ports/163039 Submitted by: maintainer Feature safe: yes
This commit is contained in:
parent
961d452c54
commit
fb578f00a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286831
3 changed files with 3 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libdombey
|
||||
PORTVERSION= 1.12
|
||||
PORTVERSION= 1.13
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.mammothcheese.ca/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libdombey-1.12.tar.gz) = 85ba44ead1f12ef451fc0fbe9e283a0c7bdf45697c255e49595fd18c76041ed5
|
||||
SIZE (libdombey-1.12.tar.gz) = 14386
|
||||
SHA256 (libdombey-1.13.tar.gz) = e5b91ef44bd11e794de157e1790834f62a1c443ebb28f688b371f3647726453f
|
||||
SIZE (libdombey-1.13.tar.gz) = 14466
|
||||
|
|
|
@ -4,9 +4,4 @@ function and a function to generate responses, then compiles and links his
|
|||
or her code against the library to create a complete multi-process SCGI
|
||||
application server.
|
||||
|
||||
libdombey is intended for use in applications where client requests are
|
||||
either GET requests or POST requests encoded with x-www-form-urlencoding.
|
||||
It drops connections over which it receives POST requests encoded as
|
||||
multipart/form-data.
|
||||
|
||||
WWW: http://www.mammothcheese.ca/libdombey.html
|
||||
|
|
Loading…
Reference in a new issue