From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 4 13:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 36FF8181 for ; Fri, 4 Oct 2013 13:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BA552DE1 for ; Fri, 4 Oct 2013 13:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r94De0b9062315 for ; Fri, 4 Oct 2013 13:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r94De0VV062313; Fri, 4 Oct 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 4 Oct 2013 13:40:00 GMT Resent-Message-Id: <201310041340.r94De0VV062313@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Loic Blot Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47E46E1D for ; Fri, 4 Oct 2013 13:31:58 +0000 (UTC) (envelope-from root@www.unix-experience.fr) Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43]) by mx1.freebsd.org (Postfix) with ESMTP id 135B42D84 for ; Fri, 4 Oct 2013 13:31:57 +0000 (UTC) Received: by www.unix-experience.fr (Postfix, from userid 0) id 6A3345D890; Fri, 4 Oct 2013 15:31:51 +0200 (CEST) Message-Id: <20131004133151.6A3345D890@www.unix-experience.fr> Date: Fri, 4 Oct 2013 15:31:51 +0200 (CEST) From: Loic Blot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182636: Various fixes on Owncloud (PG upgrade critical update) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Loic Blot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Oct 2013 13:40:01 -0000 >Number: 182636 >Category: ports >Synopsis: Various fixes on Owncloud (PG upgrade critical update) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Oct 04 13:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loic Blot >Release: FreeBSD 9.2-RELEASE amd64 >Organization: Institut Optique Graduate School >Environment: System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This release fix the following points: * Usermanagement interface fixes * Allow numeric group names * Improved IE compatibiliy (serious) * Fix database upgrade error (critical for pgsql) * Sharing permission interface fixes * Small visual fixes * File scanner fixes to handle deleted files correctly >How-To-Repeat: For previous versions of owncloud use ownclod 5.0.10 for example and upgrade. You have a blank page on files app. https://github.com/owncloud/core/issues/4087#issuecomment-25681525 >Fix: The following diff update the owncloud archive, thanks --- owncloud.diff begins here --- --- Makefile.old 2013-10-04 15:14:23.000000000 +0200 +++ Makefile 2013-10-04 15:17:19.000000000 +0200 @@ -1,8 +1,7 @@ # $FreeBSD: www/owncloud/Makefile 328490 2013-09-27 14:53:11Z kevlo $ PORTNAME= owncloud -PORTVERSION= 5.0.11 -PORTREVISION= 1 +PORTVERSION= 5.0.12 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -17,7 +16,7 @@ USE_BZIP2= yes USE_PHP= ctype curl dom fileinfo filter gd hash iconv json mbstring \ mysql openssl pdo pdo_mysql pdo_sqlite session simplexml \ - sqlite3 xml wddx zip zlib + sqlite3 xml xmlreader wddx zip zlib WANT_PHP_WEB= yes DEFAULT_PHP_VER=5 --- distinfo.old 2013-10-04 15:14:26.000000000 +0200 +++ distinfo 2013-10-04 15:16:47.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (owncloud-5.0.11.tar.bz2) = 1f0418c3aa5e05556c1fd9f77d2a906cb67a789087f02e49790ce1e06f356e9e -SIZE (owncloud-5.0.11.tar.bz2) = 15139457 +SHA256 (owncloud-5.0.12.tar.bz2) = b1aafcba4823c011b19b60353394d81455e2b3e9c169d4e444b27c740695ed7a +SIZE (owncloud-5.0.12.tar.bz2) = 15147476 --- owncloud.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: