ports/156347: [UPDATE] www/elgg: update to 1.7.8
Ruslan Mahmatkhanov
cvs-src at yandex.ru
Tue Apr 12 09:10:04 UTC 2011
>Number: 156347
>Category: ports
>Synopsis: [UPDATE] www/elgg: update to 1.7.8
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Apr 12 09:10:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Ruslan Mahmatkhanov
>Release: 8.2-STABLE
>Organization:
>Environment:
>Description:
- update to 1.7.8
- add license
changelog:
Version 1.7.8
(April 4, 2011 from http://code.elgg.org/branches/1.7)
Security Enhancements:
* Properly encoding search queries (Thanks to lord epsylon (of Lorea) for the report!)
Bugfixes:
* Blogs - Fixed disappearing blog draft issue.
* Groups - Editing a topic from discussion list page works now.
* Search - Group names used in titles.
* InviteFriends - Invitation link no longer shows up when logged out.
* Messages - Denormalized the message calculation for better performance.
* Sorting by time_created in relationship functions supported.
* Metadata and annotation names can now be updated.
* Fixed error with deleting a user with disabled entities.
* Removed unnecessary executable permissions on a number of files. (Thanks to
pauloortiz for the report!)
API Changes:
* Added delete_submenu_item() for removing sidebar menu items.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruNa elgg.orig/Makefile elgg/Makefile
--- elgg.orig/Makefile 2011-02-13 11:16:43.000000000 +0300
+++ elgg/Makefile 2011-04-12 12:56:15.000000000 +0400
@@ -6,7 +6,7 @@
#
PORTNAME= elgg
-PORTVERSION= 1.7.7
+PORTVERSION= 1.7.8
CATEGORIES= www
MASTER_SITES= http://elgg.org/download/
@@ -17,6 +17,7 @@
USE_GETTEXT= yes
USE_ZIP= yes
+LICENSE= GPLv2
NO_BUILD= yes
SUB_FILES= pkg-message
ELGGDATADIR= ${WWWDIR}data
diff -ruNa elgg.orig/distinfo elgg/distinfo
--- elgg.orig/distinfo 2011-02-13 11:16:43.000000000 +0300
+++ elgg/distinfo 2011-04-12 12:47:45.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (elgg-1.7.7.zip) = bce7ffa4132747d535adf93301b04b01a14b268630e19dde0308783752873087
-SIZE (elgg-1.7.7.zip) = 2739184
+SHA256 (elgg-1.7.8.zip) = b877844430935a41463066c5c7797fae64148d1933499ae621f67d460adfb0b3
+SIZE (elgg-1.7.8.zip) = 2742495
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list