OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Jun-2008 22:33:47
Branch: HEAD Handle: 2008060421334600
Modified files:
openpkg-src/apr apr.patch apr.spec
Log:
upgrading package: apr 1.2.12 -> 1.3.0
Summary:
Revision Changes Path
1.12 +7 -19 openpkg-src/apr/apr.patch
1.54 +3 -3 openpkg-src/apr/apr.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apr/apr.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 apr.patch
--- openpkg-src/apr/apr.patch 26 Nov 2007 08:16:52 -0000 1.11
+++ openpkg-src/apr/apr.patch 4 Jun 2008 20:33:46 -0000 1.12
@@ -1,6 +1,6 @@
-Index: apr-util-1.2.12/apu-config.in
---- apr-util-1.2.12/apu-config.in.orig 2005-02-04 21:45:35 +0100
-+++ apr-util-1.2.12/apu-config.in 2007-06-22 21:17:03 +0200
+Index: apr-util-1.3.0/apu-config.in
+--- apr-util-1.3.0/apu-config.in.orig 2008-05-23 23:27:59 +0200
++++ apr-util-1.3.0/apu-config.in 2008-06-04 22:25:26 +0200
@@ -27,7 +27,7 @@
libdir="@libdir@"
includedir="@includedir@"
@@ -9,22 +9,10 @@
+LIBS="@APRUTIL_EXPORT_LIBS@ @LIBS@"
INCLUDES="@APRUTIL_INCLUDES@"
LDFLAGS="@APRUTIL_LDFLAGS@"
-
-Index: apr-util-1.2.12/crypto/getuuid.c
---- apr-util-1.2.12/crypto/getuuid.c.orig 2006-04-14 20:01:58 +0200
-+++ apr-util-1.2.12/crypto/getuuid.c 2007-06-22 21:17:03 +0200
-@@ -131,7 +131,7 @@
-
- /* crap. this isn't crypto quality, but it will be Good Enough */
-
-- get_system_time(&time_now);
-+ time_now = apr_time_now();
- srand((unsigned int)(((time_now >> 32) ^ time_now) & 0xffffffff));
-
- return rand() & 0x0FFFF;
-Index: apr-util-1.2.12/include/private/apu_select_dbm.h.in
---- apr-util-1.2.12/include/private/apu_select_dbm.h.in.orig 2005-06-14
16:15:16 +0200
-+++ apr-util-1.2.12/include/private/apu_select_dbm.h.in 2007-06-22
21:21:19 +0200
+ LDAP_LIBS="@LDADD_ldap@"
+Index: apr-util-1.3.0/include/private/apu_select_dbm.h.in
+--- apr-util-1.3.0/include/private/apu_select_dbm.h.in.orig 2007-01-15
20:00:58 +0100
++++ apr-util-1.3.0/include/private/apu_select_dbm.h.in 2008-06-04
22:25:26 +0200
@@ -25,4 +25,9 @@
#define APU_USE_GDBM @apu_use_gdbm@
#define APU_USE_DB @apu_use_db@
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/apr/apr.spec
============================================================================
$ cvs diff -u -r1.53 -r1.54 apr.spec
--- openpkg-src/apr/apr.spec 1 Jan 2008 14:50:45 -0000 1.53
+++ openpkg-src/apr/apr.spec 4 Jun 2008 20:33:46 -0000 1.54
@@ -22,8 +22,8 @@
##
# package version
-%define V_apr 1.2.12
-%define V_apr_util 1.2.12
+%define V_apr 1.3.0
+%define V_apr_util 1.3.0
# package information
Name: apr
@@ -36,7 +36,7 @@
Group: Libraries
License: Apache
Version: %{V_apr}
-Release: 20080101
+Release: 20080604
# package options
%option with_threads no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]