pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-libapreq2 Updating www/p5-libapreq2 from 2.08nb...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d14c9f4e5d5
branches:  trunk
changeset: 572318:2d14c9f4e5d5
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Feb 23 20:00:54 2010 +0000

description:
Updating www/p5-libapreq2 from 2.08nb2 to 2.12

pkgsrc changes:
- Add license definition

Upstream changes:
@section v2_12 Changes with libapreq2-2.12 (released March 13, 2009)

- C API [joes]
  Make the cookie parser a little more flexible.

@section v2_11 Changes with libapreq2-2.11 (not released)

- Interactive CGI module [issac]
  Allow cgi module to interactively prompt for parameters and cookies when
  running a script from the command line and not from a CGI interface

@section v2_10 Changes with libapreq2-2.10 (not released)

- Perl Glue [joes]
  Fix the linking of the perl modules to libapreq2 and libapr
  on Solaris.

- Perl Glue [joes]
  Fix install-time linking issue of the .so modules.
  Previously they would remain linked against the src
  library path, not the install path.

- C API [joes]
  Add optional interface for apreq_handle_apache2().

- C API [joes]
  Clean up buggy apreq_hook_find_param().

- Perl Glue Build [Philip M. Gollucci]
  config.status format changed format yet again in autoconf 2.62+.

- License [Mladen Turk]
  Add libapreq.rc and generate libapreq.res

- Build [Mladen Turk]
  Add APREQ_DECLARE_EXPORT/APREQ_DECLARE_STATIC
  in the same way as APR declares so that dllexport/dllimport
  get correctly handled.

- Build [Randy Kobes]
  Add appropriate manifest command to embed manifest files on Win32
  when using VC8

- C API [Andy Grundman, joes]
  Add missing bytes_read initializer to apreq_handle_custom().

- C API [suggested by Vinay Y S, tested by Steve Hay and Peter Walsham]
  For Win32, remove the
     flag |= APR_FILE_NOCLEANUP | APR_SHARELOCK;
  in apreq_file_cleanup, to avoid problems with file uploads.

@section v2_09 Changes with libapreq2-2.09 ( not released)

- C API [joes]
  Fix leak associated to calling apreq_brigade_fwrite() on an upload
  brigade.

- Build [Philip M. Gollucci]
  SunOS (Solaris)
  Users must use gmake not make for building.

- Build [Philip M. Gollucci]
  SunOS (Solaris)
  Code around bug in libtool (at least in 1.5.18, 1.5.20, 1.5.22)
  causing mod_apreq2 to be built instead of mod_apreq2.so

- C API [Philip M. Gollucci]
  Fix comparison signed vs unsigned comparison
  in apreq_fwritev() on SunOS/gcc where iovec.iov_len is a long.

- Build [Philip M. Gollucci]
  SunOS (Solaris)
  fix duplicate link error to libexpat.so -- by using the one from httpd
  exclusively now.

- Build [Philip M. Gollucci]
  code around |#_!!_#| autoconf 2.60 bug.

diffstat:

 www/p5-libapreq2/Makefile |  7 ++++---
 www/p5-libapreq2/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r ccda0787d16e -r 2d14c9f4e5d5 www/p5-libapreq2/Makefile
--- a/www/p5-libapreq2/Makefile Tue Feb 23 19:51:59 2010 +0000
+++ b/www/p5-libapreq2/Makefile Tue Feb 23 20:00:54 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2008/10/19 19:19:17 he Exp $
+# $NetBSD: Makefile,v 1.27 2010/02/23 20:00:54 sno Exp $
 
-DISTNAME=      libapreq2-2.08
+DISTNAME=      libapreq2-2.12
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
+#PKGREVISION=  2
 SVR4_PKGNAME=  p5la2
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_APACHE:=httpd/libapreq/}
@@ -10,6 +10,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://httpd.apache.org/apreq/
 COMMENT=       Lots of Apache specific httpd handling modules
+LICENSE=       apache-2.0
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r ccda0787d16e -r 2d14c9f4e5d5 www/p5-libapreq2/distinfo
--- a/www/p5-libapreq2/distinfo Tue Feb 23 19:51:59 2010 +0000
+++ b/www/p5-libapreq2/distinfo Tue Feb 23 20:00:54 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/06/08 11:30:09 wiz Exp $
+$NetBSD: distinfo,v 1.7 2010/02/23 20:00:54 sno Exp $
 
-SHA1 (libapreq2-2.08.tar.gz) = e2ac823724f4b54c000138d4c660d438e8fffe16
-RMD160 (libapreq2-2.08.tar.gz) = f2084c709443424c7d749be732924b37d70dee96
-Size (libapreq2-2.08.tar.gz) = 847527 bytes
+SHA1 (libapreq2-2.12.tar.gz) = 0199b9d7a6d85b2df849f29e41a4a4d7a83a2a3f
+RMD160 (libapreq2-2.12.tar.gz) = 576b3a514e943ef3c28c45530d9e5a6d75132902
+Size (libapreq2-2.12.tar.gz) = 859412 bytes



Home | Main Index | Thread Index | Old Index