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: 25-Jan-2009 10:39:51 Branch: HEAD Handle: 2009012509395100 Modified files: openpkg-src/subversion subversion.patch Log: add OpenPKG branding Summary: Revision Changes Path 1.30 +22 -11 openpkg-src/subversion/subversion.patch ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/subversion/subversion.patch ============================================================================ $ cvs diff -u -r1.29 -r1.30 subversion.patch --- openpkg-src/subversion/subversion.patch 25 Dec 2008 18:48:53 -0000 1.29 +++ openpkg-src/subversion/subversion.patch 25 Jan 2009 09:39:51 -0000 1.30 @@ -1,6 +1,6 @@ Index: Makefile.in --- Makefile.in.orig 2008-08-26 19:27:56 +0200 -+++ Makefile.in 2008-10-27 19:18:32 +0100 ++++ Makefile.in 2009-01-25 10:37:10 +0100 @@ -156,7 +156,7 @@ LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) @@ -29,8 +29,8 @@ swig-pl_DEPS = autogen-swig-pl libsvn_swig_perl \ $(SWIG_PL_DIR)/native/Makefile Index: apr-util/crypto/getuuid.c ---- apr-util/crypto/getuuid.c.orig 2008-10-22 15:55:26 +0200 -+++ apr-util/crypto/getuuid.c 2008-10-27 19:18:32 +0100 +--- apr-util/crypto/getuuid.c.orig 2008-12-19 20:16:33 +0100 ++++ apr-util/crypto/getuuid.c 2009-01-25 10:37:10 +0100 @@ -131,7 +131,7 @@ /* crap. this isn't crypto quality, but it will be Good Enough */ @@ -41,8 +41,8 @@ return rand() & 0x0FFFF; Index: build-outputs.mk ---- build-outputs.mk.orig 2008-10-22 15:55:50.000000000 +0200 -+++ build-outputs.mk 2008-12-17 09:27:07.000000000 +0100 +--- build-outputs.mk.orig 2008-12-19 20:16:59 +0100 ++++ build-outputs.mk 2009-01-25 10:37:10 +0100 @@ -330,10 +330,10 @@ cd subversion/mod_authz_svn && $(LINK_APACHE_MOD) -o mod_authz_svn.la $(LT_NO_UNDEFINED) $(mod_authz_svn_OBJECTS) ../../subversion/libsvn_repos/libsvn_repos-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la $(LIBS) @@ -57,8 +57,8 @@ opt_test_PATH = subversion/tests/libsvn_subr opt_test_DEPS = subversion/tests/libsvn_subr/opt-test.o subversion/tests/libsvn_test-1.la subversion/libsvn_subr/libsvn_subr-1.la Index: configure ---- configure.orig 2008-10-22 15:55:52 +0200 -+++ configure 2008-10-27 19:18:32 +0100 +--- configure.orig 2008-12-19 20:17:01 +0100 ++++ configure 2009-01-25 10:37:10 +0100 @@ -5092,6 +5092,11 @@ ac_sub_cache_file="$ac_dots$cache_file" ;; esac @@ -73,7 +73,7 @@ then : Index: subversion/bindings/swig/perl/native/Makefile.PL.in --- subversion/bindings/swig/perl/native/Makefile.PL.in.orig 2008-03-22 00:44:46 +0100 -+++ subversion/bindings/swig/perl/native/Makefile.PL.in 2008-10-27 19:19:57 +0100 ++++ subversion/bindings/swig/perl/native/Makefile.PL.in 2009-01-25 10:37:10 +0100 @@ -25,17 +25,13 @@ fs_base fs_util @@ -123,7 +123,7 @@ Index: subversion/libsvn_ra_svn/cyrus_auth.c --- subversion/libsvn_ra_svn/cyrus_auth.c.orig 2008-12-19 15:51:10 +0100 -+++ subversion/libsvn_ra_svn/cyrus_auth.c 2008-12-23 23:33:57 +0100 ++++ subversion/libsvn_ra_svn/cyrus_auth.c 2009-01-25 10:37:10 +0100 @@ -165,10 +165,13 @@ static svn_error_t *sasl_init_cb(apr_pool_t *pool) @@ -141,9 +141,20 @@ return SVN_NO_ERROR; } +Index: subversion/mod_dav_svn/repos.c +--- subversion/mod_dav_svn/repos.c.orig 2008-04-04 11:13:09 +0200 ++++ subversion/mod_dav_svn/repos.c 2009-01-25 10:37:10 +0100 +@@ -2882,6 +2882,7 @@ + if (gen_html) + ap_fputs(output, bb, + " </ul>\n <hr noshade><em>Powered by " ++ "<a href=\"http://www.openpkg.org/\">OpenPKG</a> " + "<a href=\"http://subversion.tigris.org/\">Subversion</a> " + "version " SVN_VERSION "." + "</em>\n</body></html>"); Index: subversion/svnserve/cyrus_auth.c --- subversion/svnserve/cyrus_auth.c.orig 2008-03-07 05:09:46 +0100 -+++ subversion/svnserve/cyrus_auth.c 2008-12-23 23:34:54 +0100 ++++ subversion/svnserve/cyrus_auth.c 2009-01-25 10:37:10 +0100 @@ -101,7 +101,7 @@ status = svn_ra_svn__sasl_common_init(pool); if (status) @@ -164,7 +175,7 @@ } Index: subversion/svnserve/main.c --- subversion/svnserve/main.c.orig 2008-03-01 04:15:19 +0100 -+++ subversion/svnserve/main.c 2008-12-25 19:46:40 +0100 ++++ subversion/svnserve/main.c 2009-01-25 10:37:10 +0100 @@ -51,6 +51,10 @@ #include "server.h" @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
