[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.7_rc1+dfsg-1-2-ge4802bf
David Prévot
taffit at debian.org
Tue Jun 4 02:21:39 UTC 2013
The following commit has been merged in the master branch:
commit e4802bf3867c26814aaf58cee912c88b781b35a4
Author: David Prévot <taffit at debian.org>
Date: Mon Jun 3 21:55:01 2013 -0400
Really adapt Crypt_Blowfish path
diff --git a/debian/patches/fix_crypt_blowfish.diff b/debian/patches/fix_crypt_blowfish.diff
index cfb94c4..a4a3099 100644
--- a/debian/patches/fix_crypt_blowfish.diff
+++ b/debian/patches/fix_crypt_blowfish.diff
@@ -10,14 +10,7 @@ Last-Update: 2013-06-03
//require_once '../3rdparty/Crypt_Blowfish/Blowfish.php';
-require_once realpath(dirname(__FILE__) . '/../3rdparty/Crypt_Blowfish/Blowfish.php');
-+require_once realpath(dirname(__FILE__) . '/Crypt/Blowfish.php');
++require_once '/Crypt/Blowfish.php';
/**
* Class for common cryptography functionality
-@@ -661,4 +661,4 @@
-
- }
-
--}
-\ No newline at end of file
-+}
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list