diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-08 11:30:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-08 11:30:09 +0000 |
commit | 5846d7b4b883f8d2c04c8d94fd0d6b99789c72e3 (patch) | |
tree | 6c6bbf3b3e1e259f37db404ebbcd38217ab73653 /www | |
parent | d0f3242862b211a628e53e43901a0720780e9fb2 (diff) | |
download | pkgsrc-5846d7b4b883f8d2c04c8d94fd0d6b99789c72e3.tar.gz |
Update to 2.08:
Changes with libapreq2-2.08 (released August 8, 2006)
- Perl API [Randy Kobes]
add APR_FILE_NOCLEANUP | APR_SHARELOCK to flags passed to
apreq_file_mktemp() on Win32 in library/util.c, in order to
clean up occasional stray temp files left behind in the
Perl upload test (reported by Steve Hay)
- Build [Philip M. Gollucci, Bojan Smojver, joes]
add -fno-strict-aliasing to all compiles on all systems
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193740
This fixes an infinite look split_on_bdry() of library/parser_multipart.c
particularly on linux/gcc 4.x platforms.
- Perl Glue
Fix "value computed not used" gcc 4.1.x compile errors
- Build [Randy Kobes]
Fix the location of apxs and the names of the apr and aprutil
libraries on Win32 to enable building against Apache/2.2.
- Perl Glue docs [Philip M. Gollucci]
Fix the 'docs_install' make target to actually install
the docs for the perl glue.
- Perl Glue Build [Philip M. Gollucci]
Regenerate glue/perl/xsbuilder/ppport.h to fix perl 5.8.8+ on some
plaforms.
- C API [joes]
Add code for apreq_cookies().
- Perl API [joes]
Expose the constants in apreq_error.h via the APR::Request::Error package.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-libapreq2/Makefile | 6 | ||||
-rw-r--r-- | www/p5-libapreq2/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile index e856477f3ba..5f1fde75dfd 100644 --- a/www/p5-libapreq2/Makefile +++ b/www/p5-libapreq2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2006/04/22 09:22:17 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2007/06/08 11:30:09 wiz Exp $ -DISTNAME= libapreq2-2.07 -PKGNAME= p5-libapreq2-2.07 +DISTNAME= libapreq2-2.08 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5la2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/libapreq/} diff --git a/www/p5-libapreq2/distinfo b/www/p5-libapreq2/distinfo index 13f0ec2de65..35b607b5086 100644 --- a/www/p5-libapreq2/distinfo +++ b/www/p5-libapreq2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/02/20 11:15:49 hiramatsu Exp $ +$NetBSD: distinfo,v 1.6 2007/06/08 11:30:09 wiz Exp $ -SHA1 (libapreq2-2.07.tar.gz) = 49c0359faae36b1fefbf226ef782d2be11a879a2 -RMD160 (libapreq2-2.07.tar.gz) = 74050bf847ae5b0e199d3b53227897d48afad919 -Size (libapreq2-2.07.tar.gz) = 787249 bytes +SHA1 (libapreq2-2.08.tar.gz) = e2ac823724f4b54c000138d4c660d438e8fffe16 +RMD160 (libapreq2-2.08.tar.gz) = f2084c709443424c7d749be732924b37d70dee96 +Size (libapreq2-2.08.tar.gz) = 847527 bytes |