ports/155047: update port databases/dalmp

Nicolas de Bari Embriz nbari at dalmp.com
Sat Feb 26 01:30:09 UTC 2011


>Number:         155047
>Category:       ports
>Synopsis:       update port databases/dalmp
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 01:30:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas de Bari Embriz <nbari at dalmp.com>
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:


>Description:
  Fixed bug on sessions, causing sessions to be lost frecuently.
  Fixed method GetOne to complain the php strict standards
  Added support for storing sessions on sqlite
  Added the option to define DALMP_SITE_KEY, so users can use dalmp on the same server, with a diferent project/site without overwriting similar queries on diferent databases
  Method getLog creates the path if not exists. 
>How-To-Repeat:
	
>Fix:

	

--- dalmp.diff begins here ---
diff -urN dalmp-old/Makefile dalmp/Makefile
--- dalmp-old/Makefile	2011-02-26 02:04:37.000000000 +0100
+++ dalmp/Makefile	2011-02-26 02:06:35.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dalmp
-PORTVERSION=	0.9.287
+PORTVERSION=	0.9.297
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
diff -urN dalmp-old/distinfo dalmp/distinfo
--- dalmp-old/distinfo	2011-02-26 02:04:37.000000000 +0100
+++ dalmp/distinfo	2011-02-26 02:10:33.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (dalmp-0.9.287.tar.bz2) = 6b81c122683b5d0bc3a3a7817f396f84f74173888306d60a8138bbdde2eb1e84
-SIZE (dalmp-0.9.287.tar.bz2) = 16651
+SHA256 (dalmp-0.9.297.tar.bz2) = 9b07db4cdd601792329b3728df14b175d2f743fb8d4ddc3c65fc8e9ce25a1baf
+SIZE (dalmp-0.9.297.tar.bz2) = 17411
diff -urN dalmp-old/pkg-descr dalmp/pkg-descr
--- dalmp-old/pkg-descr	2011-02-26 02:04:37.000000000 +0100
+++ dalmp/pkg-descr	2011-02-26 02:14:31.000000000 +0100
@@ -6,10 +6,11 @@
  redis support.
  memcache support.
  apc support.
+ Group caching, cache by groups and flush by groups or individual keys.
  Disck cache support.
  Prepared statements ready.
  Ability to use different cache types at the same time.
- Simple store of session on database or a cache like redis/memcache/apc.
+ Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc.
  Easy to use/install/adapt DALMP is just a single file.
  Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
  sql queue.
diff -urN dalmp-old/pkg-plist dalmp/pkg-plist
--- dalmp-old/pkg-plist	2011-02-26 02:04:37.000000000 +0100
+++ dalmp/pkg-plist	2011-02-26 02:05:29.000000000 +0100
@@ -4,9 +4,11 @@
 %%DATADIR%%/examples/REF.php
 %%DATADIR%%/examples/cache.php
 %%DATADIR%%/examples/cache-group.php
+%%DATADIR%%/examples/curl.php
 %%DATADIR%%/examples/query_Execute.php
 %%DATADIR%%/examples/queue.php
 %%DATADIR%%/examples/sessions.php
+%%DATADIR%%/examples/sqliteSessions.php
 %%DATADIR%%/examples/transactions.php
 %%DATADIR%%/mplt.php
 @dirrm %%DATADIR%%/examples
--- dalmp.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list