Minor bugfix update to 2.0.2a

OK giovanni@
This commit is contained in:
sebastia 2012-11-20 09:50:18 +00:00
parent 4ac94ca3e5
commit 13996d2dcc
5 changed files with 16 additions and 31 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.23 2012/11/15 10:25:50 giovanni Exp $
# $OpenBSD: Makefile,v 1.24 2012/11/20 09:51:06 sebastia Exp $
COMMENT = web based groupware server
VERSION = 2.0.2
DISTNAME = SOGo-${VERSION}
PKGNAME = sogo-${VERSION}
REVISION = 0
DISTNAME = SOGo-${VERSION}a
PKGNAME = sogo-${VERSION}.0
SHARED_LIBS += GDLContentStore 2.0
SHARED_LIBS += NGCards 2.0

View File

@ -1,2 +1,2 @@
SHA256 (SOGo-2.0.2.tar.gz) = MgYFmXox5GBwhy8JixV58Ia+jT1rQth7PPqtQQA7y+0=
SIZE (SOGo-2.0.2.tar.gz) = 6298557
SHA256 (SOGo-2.0.2a.tar.gz) = JMTvNhwOkkVrgvMhSMlE6AERIPuw8opSSCVqF/46iws=
SIZE (SOGo-2.0.2a.tar.gz) = 6700117

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-SoObjects_SOGo_NSString+Utilities_m,v 1.1 2012/10/30 15:09:53 sebastia Exp $
ugly hack to fix crasher, upstream is aware of it
--- SoObjects/SOGo/NSString+Utilities.m.orig Mon Oct 15 12:05:10 2012
+++ SoObjects/SOGo/NSString+Utilities.m Mon Oct 15 12:21:22 2012
@@ -134,6 +134,9 @@ static int cssEscapingCount;
start--;
start++;
+ if ([self length] - start < 4)
+ return NSMakeRange (start, [self length] - start);
+
// In [UIxMailPartTextViewer flatContentAsString], we first escape HTML entities and then
// add URLs. Therefore, the brackets (inequality signs <>) have been encoded at this point.
if ([[self substringWithRange: NSMakeRange (start, 4)] compare: @"&lt;"] == NSOrderedSame)

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.24 2012/10/30 14:57:18 sebastia Exp $
# $OpenBSD: Makefile,v 1.25 2012/11/20 09:50:18 sebastia Exp $
COMMENT-main= Skyrix Object Publishing Environment
COMMENT-mysql= SOPE MySQL adaptor
COMMENT-postgres= SOPE PostgreSQL adaptor
VERSION = 2.0.2
DISTNAME = SOPE-${VERSION}
PKGNAME-main = sope-${VERSION}
PKGNAME-mysql = sope-mysql-${VERSION}
PKGNAME-postgres = sope-postgres-${VERSION}
DISTNAME = SOPE-${VERSION}a
PKGNAME-main = sope-${VERSION}.0
PKGNAME-mysql = sope-mysql-${VERSION}.0
PKGNAME-postgres = sope-postgres-${VERSION}.0
SO_MAJOR= 2
SO_MINOR= 0
@ -45,9 +45,9 @@ LIB_DEPENDS-main= x11/gnustep/base \
databases/openldap \
x11/gnustep/libobjc2 \
${MODLIBICONV_LIB_DEPENDS}
LIB_DEPENDS-mysql = ${BASE_PKGPATH}=${VERSION} \
LIB_DEPENDS-mysql = ${BASE_PKGPATH}=${VERSION}.0 \
databases/mysql,-main
LIB_DEPENDS-postgres = ${BASE_PKGPATH}=${VERSION} \
LIB_DEPENDS-postgres = ${BASE_PKGPATH}=${VERSION}.0 \
databases/postgresql,-main
CONFIGURE_STYLE=simple dest
@ -61,6 +61,8 @@ MAKE_FLAGS+= SOPE_MAJOR_VERSION=4 SOPE_MINOR_VERSION=9
CONFIGURE_ENV+= ${MAKE_ENV}
NO_REGRESS= Yes
WRKDIST = ${WRKDIR}/SOPE
post-extract:
# those fhs.make files are not needed and may cause harm if they exist
@find ${WRKSRC} -name fhs.make -exec rm {} \;

View File

@ -1,2 +1,2 @@
SHA256 (SOPE-2.0.2.tar.gz) = EcZpsNQM7d/y8/bFBtZfcxqZcPT9wVlXYhEIXN9IzrM=
SIZE (SOPE-2.0.2.tar.gz) = 2157567
SHA256 (SOPE-2.0.2a.tar.gz) = x/pDH1wQoTKhiMDC8xw4H4sqAqWoQwW3TRfgaiXHN2E=
SIZE (SOPE-2.0.2a.tar.gz) = 2243113