Bugfix update to z-push-1.2.2.
This commit is contained in:
parent
d1fcf66a94
commit
eb8633b7f8
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/11 07:25:35 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2009/07/31 10:05:14 ajacoutot Exp $
|
||||
|
||||
COMMENT= ActiveSync protocol implementation
|
||||
|
||||
DISTNAME= z-push-1.2.1
|
||||
DISTNAME= z-push-1.2.2
|
||||
CATEGORIES= mail www
|
||||
|
||||
HOMEPAGE= http://z-push.sourceforge.net/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (z-push-1.2.1.tar.gz) = wKLW9/G/zz1zWAzt5MbrbA==
|
||||
RMD160 (z-push-1.2.1.tar.gz) = 6IGRZlWe5wEmbsOL7syEpLXNA9w=
|
||||
SHA1 (z-push-1.2.1.tar.gz) = oXFtt7Sazvq9+wRxy5zWGDp1m/8=
|
||||
SHA256 (z-push-1.2.1.tar.gz) = R4Zh4NddjS7u/yUx0Rt2+WS//v2MTq2E7OCIb7peYt4=
|
||||
SIZE (z-push-1.2.1.tar.gz) = 92318
|
||||
MD5 (z-push-1.2.2.tar.gz) = CudnBCwZc40jmeXnF2FVOg==
|
||||
RMD160 (z-push-1.2.2.tar.gz) = agABphiu3OWTSmOZCOq0SDD+u5E=
|
||||
SHA1 (z-push-1.2.2.tar.gz) = 13iiQEsxVt0Pp5pSPKx0GqlI8QU=
|
||||
SHA256 (z-push-1.2.2.tar.gz) = Sp9nnhVXsbEa5hjbitfhsIakpxbIGUwVwZctoh+/Z5g=
|
||||
SIZE (z-push-1.2.2.tar.gz) = 96281
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-config_php,v 1.1.1.1 2009/06/11 07:25:35 ajacoutot Exp $
|
||||
--- config.php.orig Wed Jun 10 08:32:38 2009
|
||||
+++ config.php Wed Jun 10 08:32:40 2009
|
||||
$OpenBSD: patch-config_php,v 1.2 2009/07/31 10:05:14 ajacoutot Exp $
|
||||
--- config.php.orig Thu Apr 9 18:27:15 2009
|
||||
+++ config.php Fri Jul 31 12:04:25 2009
|
||||
@@ -12,7 +12,7 @@
|
||||
************************************************/
|
||||
// Defines the default time zone
|
||||
@ -11,26 +11,26 @@ $OpenBSD: patch-config_php,v 1.1.1.1 2009/06/11 07:25:35 ajacoutot Exp $
|
||||
|
||||
// Defines the base path on the server, terminated by a slash
|
||||
@@ -23,9 +23,10 @@
|
||||
BASE_PATH. "include/" . PATH_SEPARATOR .
|
||||
BASE_PATH. PATH_SEPARATOR .
|
||||
ini_get('include_path') . PATH_SEPARATOR .
|
||||
- "/usr/share/php/" . PATH_SEPARATOR .
|
||||
- "/usr/share/php5/" . PATH_SEPARATOR .
|
||||
- "/usr/share/pear/");
|
||||
+ "/include/php/" . PATH_SEPARATOR .
|
||||
+ "/var/www/include/php/" . PATH_SEPARATOR .
|
||||
+ "/var/www/pear/" . PATH_SEPARATOR .
|
||||
+ "/pear/");
|
||||
BASE_PATH. "include/" . PATH_SEPARATOR .
|
||||
BASE_PATH. PATH_SEPARATOR .
|
||||
ini_get('include_path') . PATH_SEPARATOR .
|
||||
- "/usr/share/php/" . PATH_SEPARATOR .
|
||||
- "/usr/share/php5/" . PATH_SEPARATOR .
|
||||
- "/usr/share/pear/");
|
||||
+ "/include/php/" . PATH_SEPARATOR .
|
||||
+ "/var/www/include/php/" . PATH_SEPARATOR .
|
||||
+ "/var/www/pear/" . PATH_SEPARATOR .
|
||||
+ "/pear/");
|
||||
|
||||
define('STATE_DIR', 'state');
|
||||
|
||||
@@ -40,7 +41,8 @@
|
||||
// ************************
|
||||
|
||||
|
||||
// Defines the server to which we want to connect
|
||||
- define('MAPI_SERVER', 'file:///var/run/zarafa');
|
||||
+ #define('MAPI_SERVER', 'file:///var/run/zarafa');
|
||||
+ define('MAPI_SERVER', 'http://localhost:236/zarafa');
|
||||
|
||||
|
||||
|
||||
|
||||
// ************************
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/11 07:25:35 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/07/31 10:05:14 ajacoutot Exp $
|
||||
z-push/
|
||||
z-push/INSTALL
|
||||
z-push/LICENSE
|
||||
@ -15,6 +15,7 @@ z-push/debug.php
|
||||
z-push/include/
|
||||
z-push/include/mimeDecode.php
|
||||
z-push/include/utils.php
|
||||
z-push/include/z_RFC822.php
|
||||
z-push/include/z_ical.php
|
||||
z-push/include/z_tnef.php
|
||||
z-push/index.php
|
||||
|
Loading…
Reference in New Issue
Block a user