Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2012 11:49:52 +0400 (MSK)
From:      Pavel I Volkov <pavelivolkov@googlemail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/166782: [MAINTAINER] databases/sqlite3: update to 3.7.11
Message-ID:  <201204090749.q397nq1O042940@pol.adm.ru>
Resent-Message-ID: <201204090750.q397oDwD049604@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166782
>Category:       ports
>Synopsis:       [MAINTAINER] databases/sqlite3: update to 3.7.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 09 07:50:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Pavel I Volkov
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD pol.unknown.ru 9.0-STABLE FreeBSD 9.0-STABLE #3: Mon Mar 19 14:31:39 MSK 2012
>Description:
- Update to 3.7.11

Removed file(s):
- files/patch-src-mem1.c

Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- sqlite3-3.7.11.patch begins here ---
diff -ruN --exclude=CVS ../sqlite3.orig/Makefile ./Makefile
--- ../sqlite3.orig/Makefile	2012-04-09 10:06:38.000000000 +0400
+++ ./Makefile	2012-04-09 10:07:55.000000000 +0400
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.7.10
+PORTVERSION=	3.7.11
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/ http://www2.sqlite.org/
-DISTNAME=	sqlite-src-3071000
+DISTNAME=	sqlite-src-3071100
 
 MAINTAINER=	pavelivolkov@googlemail.com
 COMMENT=	An SQL database engine in a C library
diff -ruN --exclude=CVS ../sqlite3.orig/distinfo ./distinfo
--- ../sqlite3.orig/distinfo	2012-04-09 10:06:38.000000000 +0400
+++ ./distinfo	2012-04-09 10:14:04.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (sqlite-src-3071000.zip) = e976196a9c64bd152917760a134834a881c9eebc34f49125102a8918c5cd86a4
-SIZE (sqlite-src-3071000.zip) = 4682084
+SHA256 (sqlite-src-3071100.zip) = 939262fe70b5e4dcd04f29d6f1d8221542f24e71adf72f0d4a8c671d8b6d9441
+SIZE (sqlite-src-3071100.zip) = 4705421
diff -ruN --exclude=CVS ../sqlite3.orig/files/patch-src-mem1.c ./files/patch-src-mem1.c
--- ../sqlite3.orig/files/patch-src-mem1.c	2012-04-09 10:06:38.000000000 +0400
+++ ./files/patch-src-mem1.c	1970-01-01 03:00:00.000000000 +0300
@@ -1,11 +0,0 @@
---- src/mem1.c.orig	2012-01-22 16:43:59.000000000 +0400
-+++ src/mem1.c	2012-01-22 16:44:42.000000000 +0400
-@@ -59,7 +59,7 @@
- #define SQLITE_REALLOC(x,y) realloc((x),(y))
- 
- #ifdef HAVE_MALLOC_USABLE_SIZE
--#include <malloc.h>
-+#include <stdlib.h>
- #define SQLITE_MALLOCSIZE(x) malloc_usable_size(x)
- #else
- #undef SQLITE_MALLOCSIZE
--- sqlite3-3.7.11.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204090749.q397nq1O042940>