OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Jan-2005 19:05:18
Branch: HEAD Handle: 2005012218051800
Added files:
openpkg-src/subversion subversion.patch
Modified files:
openpkg-src/subversion subversion.spec
Log:
Subversion contains an old APR 0.9.5 which still has a broken UUID
generator, so apply the old fix again
Summary:
Revision Changes Path
1.5 +12 -0 openpkg-src/subversion/subversion.patch
1.77 +2 -0 openpkg-src/subversion/subversion.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.patch
============================================================================
$ cvs diff -u -r0 -r1.5 subversion.patch
--- /dev/null 2005-01-22 19:05:18 +0100
+++ subversion.patch 2005-01-22 19:05:18 +0100
@@ -0,0 +1,12 @@
+Index: apr-util/crypto/getuuid.c
+--- apr-util/crypto/getuuid.c.orig 2005-01-14 18:34:14 +0100
++++ apr-util/crypto/getuuid.c 2005-01-22 18:01:24 +0100
+@@ -101,7 +101,7 @@
+ static void get_pseudo_node_identifier(unsigned char *node)
+ {
+ get_random_info(node);
+- node[0] |= 0x80; /* this designates a random node ID
*/
++ node[0] |= 0x01; /* this designates a random node ID
*/
+ }
+
+ static void get_system_time(apr_uint64_t *uuid_time)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.spec
============================================================================
$ cvs diff -u -r1.76 -r1.77 subversion.spec
--- openpkg-src/subversion/subversion.spec 22 Jan 2005 17:32:44 -0000
1.76
+++ openpkg-src/subversion/subversion.spec 22 Jan 2005 18:05:18 -0000
1.77
@@ -51,6 +51,7 @@
Source2: subversion.config
Source3: subversion.servers
Source4: rc.subversion
+Patch0: subversion.patch
# build information
Prefix: %{l_prefix}
@@ -91,6 +92,7 @@
%prep
%setup -q
%setup -q -T -D -a 1
+ %patch -p0
%build
# configure package
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]