update to 1.2.11

tested and ok merdely@, simon@
This commit is contained in:
steven 2007-09-20 10:17:21 +00:00
parent 784bebfcee
commit a5f69b4f28
4 changed files with 15 additions and 35 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.16 2007/09/16 02:52:56 merdely Exp $
# $OpenBSD: Makefile,v 1.17 2007/09/20 10:17:21 steven Exp $
COMMENT= Apache Portable Runtime
DISTNAME= apr-1.2.9
FULLPKGNAME= apr${MT}-1.2.9p0
SHARED_LIBS += apr-1${MT} 2.9 # .2.9
V= 1.2.11
DISTNAME= apr-$V
FULLPKGNAME= apr${MT}-$V
SHARED_LIBS += apr-1${MT} 2.11 # .2.11
CATEGORIES= devel

View File

@ -1,5 +1,5 @@
MD5 (apr-1.2.9.tar.gz) = b0sGOsAaVLoIGMMSgPBpWQ==
RMD160 (apr-1.2.9.tar.gz) = AtXoHEvMOJp8KN0ZuWt5L61ym6g=
SHA1 (apr-1.2.9.tar.gz) = KJZX2lem5zksZl3JtEraSRcktTc=
SHA256 (apr-1.2.9.tar.gz) = pBYItezXa11VW4U8mQfVXRzyDp0WhpI+zLwUN++WfRM=
SIZE (apr-1.2.9.tar.gz) = 1109990
MD5 (apr-1.2.11.tar.gz) = r8+VQdwxVRq+tsU7tCwllg==
RMD160 (apr-1.2.11.tar.gz) = ixwYMc2Cgd4X9B+E/8XP2bbDVVM=
SHA1 (apr-1.2.11.tar.gz) = veLItuR3dSvKxPOHrA3pZxzRXRo=
SHA256 (apr-1.2.11.tar.gz) = /HoU6N7QAsJSz188zObNVjbwGoWYYYjjc/k0OhdMQv8=
SIZE (apr-1.2.11.tar.gz) = 1114033

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-configure,v 1.6 2007/07/05 16:01:28 steven Exp $
--- configure.orig Tue Jun 5 00:05:31 2007
+++ configure Tue Jun 26 08:30:40 2007
$OpenBSD: patch-configure,v 1.7 2007/09/20 10:17:21 steven Exp $
--- configure.orig Tue Sep 4 03:42:02 2007
+++ configure Sat Sep 15 21:15:35 2007
@@ -4326,6 +4326,11 @@ if test "x$apr_preload_done" != "xyes" ; then
;;
*-openbsd*)
@ -31,7 +31,7 @@ $OpenBSD: patch-configure,v 1.6 2007/07/05 16:01:28 steven Exp $
LIBS="$apr_ptc_libs $lib"
if test "$cross_compiling" = yes; then
@@ -39542,7 +39547,7 @@ for ac_spec in func:semget func:semctl define:SEM_UNDO
@@ -39676,7 +39681,7 @@ for ac_spec in func:semget func:semctl define:SEM_UNDO
done
if test ".$ac_rc" = .yes; then
:
@ -40,7 +40,7 @@ $OpenBSD: patch-configure,v 1.6 2007/07/05 16:01:28 steven Exp $
else
:
hassysvser="0"
@@ -43577,7 +43582,7 @@ esac
@@ -43711,7 +43716,7 @@ esac

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-user_unix_groupinfo_c,v 1.2 2007/04/01 20:03:07 kurt Exp $
--- user/unix/groupinfo.c.orig Wed Aug 24 05:42:42 2005
+++ user/unix/groupinfo.c Wed Mar 28 09:57:24 2007
@@ -35,7 +35,7 @@ APR_DECLARE(apr_status_t) apr_gid_name_get(char **grou
#if APR_HAS_THREADS && defined(_POSIX_THREAD_SAFE_FUNCTIONS) && defined(HAVE_GETGRGID_R)
struct group grp;
- char grbuf[512];
+ char grbuf[3072];
apr_status_t rv;
/* See comment in getpwnam_safe on error handling. */
@@ -63,7 +63,7 @@ APR_DECLARE(apr_status_t) apr_gid_get(apr_gid_t *group
#if APR_HAS_THREADS && defined(_POSIX_THREAD_SAFE_FUNCTIONS) && defined(HAVE_GETGRNAM_R)
struct group grp;
- char grbuf[512];
+ char grbuf[3072];
apr_status_t rv;
/* See comment in getpwnam_safe on error handling. */