diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-07 15:12:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-07 15:12:27 +0000 |
commit | 5f6b43c51125c7c25364dd78c056a8edff71acb8 (patch) | |
tree | 0bc17cbe1906c3742ca8d377743b63a29f4762c1 /www | |
parent | 665d89b704fadd3ae22b144e9337f9b23dbcb12e (diff) | |
download | pkgsrc-5f6b43c51125c7c25364dd78c056a8edff71acb8.tar.gz |
Update to 0.9.19:
Tue Jan 31 17:50:24 CET 2012
Releasing 0.9.19. -CG
Mon Jan 30 20:02:34 CET 2012
Fixed handling of garbage prior to first multipart boundary
(#2126). -woof
Fri Jan 27 11:00:43 CET 2012
Fixed postprocessor failure for applications that enclosed boundary
in quotes (#2120). -woof
Tue Jan 24 16:07:53 CET 2012
Added configure check for sin_len in 'struct sockaddr' and adding
code to initialize this field if it exists now. -CG
Diffstat (limited to 'www')
-rw-r--r-- | www/libmicrohttpd/Makefile | 4 | ||||
-rw-r--r-- | www/libmicrohttpd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile index ed590c85aa2..d24f851c0dd 100644 --- a/www/libmicrohttpd/Makefile +++ b/www/libmicrohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2012/01/28 10:26:20 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/03/07 15:12:27 wiz Exp $ # -DISTNAME= libmicrohttpd-0.9.18 +DISTNAME= libmicrohttpd-0.9.19 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/} diff --git a/www/libmicrohttpd/distinfo b/www/libmicrohttpd/distinfo index 05224c5a8cd..ef03515dba9 100644 --- a/www/libmicrohttpd/distinfo +++ b/www/libmicrohttpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/01/28 10:26:20 wiz Exp $ +$NetBSD: distinfo,v 1.5 2012/03/07 15:12:27 wiz Exp $ -SHA1 (libmicrohttpd-0.9.18.tar.gz) = f2b1bf54b5f6e817b3c9f00087f6cec00db54b1b -RMD160 (libmicrohttpd-0.9.18.tar.gz) = 1223dea62fbba8e5e6b9b345f76ee7cf7ae2ffe1 -Size (libmicrohttpd-0.9.18.tar.gz) = 814386 bytes +SHA1 (libmicrohttpd-0.9.19.tar.gz) = a3c949c486427859c8cca534315c1e1f8bcf98ad +RMD160 (libmicrohttpd-0.9.19.tar.gz) = 80cc66b7afe43acd0990619ffc941ec6fa4c0689 +Size (libmicrohttpd-0.9.19.tar.gz) = 800143 bytes |