Re: [Update] sqlite 3.25.0

2018-10-24 Thread Landry Breuil
On Tue, Sep 25, 2018 at 09:08:03PM +0200, Pierre-Emmanuel André wrote:
> On Tue, Sep 25, 2018 at 06:14:18PM +0200, Christian Weisgerber wrote:
> > Pierre-Emmanuel André:
> > > 
> > > Small diff to update sqlite3 to it's latest version.
> > > Changelog here : https://sqlite.org/releaselog/3_25_0.html
> > > 
> > > Tested on @amd64.
> > > 
> > > Who can test it in a bulk ?
> > 
> > No problems in a full amd64 bulk build.
> 
> Thanks.
> Ok to commit ?

ok if you update it to 3.25.1 which is the version required by firefox
64.. diff attached :)

Landry
? sqlite3-3.14.2-libsqlite3.so.33.0
? sqlite3-3.16.2-libsqlite3.so.34.0
? sqlite3-3.17.0-libsqlite3.so.35.0
? sqlite3-3.19.3-libsqlite3.so.36.0
? sqlite3-3.20.0-libsqlite3.so.37.0
? sqlite3-3.20.1-libsqlite3.so.37.1
? sqlite3-3.21.0-libsqlite3.so.37.1
? sqlite3-3.22.0-libsqlite3.so.37.1
? sqlite3-3.23.0-libsqlite3.so.37.2
? sqlite3-3.23.1-libsqlite3.so.37.2
? sqlite3-3.24.0-libsqlite3.so.37.3
? sqlite3-3.25.1-libsqlite3.so.37.3
Index: Makefile
===
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.95
diff -u -r1.95 Makefile
--- Makefile29 Jun 2018 19:51:00 -  1.95
+++ Makefile24 Oct 2018 09:55:33 -
@@ -2,11 +2,10 @@
 
 COMMENT=   embedded SQL implementation
 
-DISTNAME = sqlite-autoconf-324
-PKGNAME=   sqlite3-3.24.0
-REVISION = 0
+DISTNAME = sqlite-autoconf-3250100
+PKGNAME=   sqlite3-3.25.1
 
-SHARED_LIBS +=  sqlite3   37.3 # 8.6
+SHARED_LIBS +=  sqlite3   37.4 # 8.6
 
 CATEGORIES=databases
 
@@ -15,7 +14,7 @@
 # PD
 PERMIT_PACKAGE_CDROM=  Yes
 
-WANTLIB += c m pthread readline termcap
+WANTLIB += c m pthread readline z
 
 MASTER_SITES = ${HOMEPAGE}2018/
 
Index: distinfo
===
RCS file: /cvs/ports/databases/sqlite3/distinfo,v
retrieving revision 1.50
diff -u -r1.50 distinfo
--- distinfo27 Jun 2018 04:55:34 -  1.50
+++ distinfo24 Oct 2018 09:55:33 -
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-324.tar.gz) = 
2dFOiMb7bWjenKDR+Xl0d9gvw67WE1WPh/+9u8XOt0o=
-SIZE (sqlite-autoconf-324.tar.gz) = 2699252
+SHA256 (sqlite-autoconf-3250100.tar.gz) = 
lu1GvYfwkwc8qK/WEwIN74RwCbYRyJ85e8JL2TLsb9E=
+SIZE (sqlite-autoconf-3250100.tar.gz) = 2763831


Re: [Update] sqlite 3.25.0

2018-09-25 Thread Pierre-Emmanuel André
On Tue, Sep 25, 2018 at 06:14:18PM +0200, Christian Weisgerber wrote:
> Pierre-Emmanuel André:
> > 
> > Small diff to update sqlite3 to it's latest version.
> > Changelog here : https://sqlite.org/releaselog/3_25_0.html
> > 
> > Tested on @amd64.
> > 
> > Who can test it in a bulk ?
> 
> No problems in a full amd64 bulk build.

Thanks.
Ok to commit ?



Re: [Update] sqlite 3.25.0

2018-09-25 Thread Christian Weisgerber
Pierre-Emmanuel André:
> 
> Small diff to update sqlite3 to it's latest version.
> Changelog here : https://sqlite.org/releaselog/3_25_0.html
> 
> Tested on @amd64.
> 
> Who can test it in a bulk ?

No problems in a full amd64 bulk build.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



[Update] sqlite 3.25.0

2018-09-18 Thread Pierre-Emmanuel André
Hi,

Small diff to update sqlite3 to it's latest version.
Changelog here : https://sqlite.org/releaselog/3_25_0.html

Tested on @amd64.

Who can test it in a bulk ?

Regards,
Index: Makefile
===
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.95
diff -u -p -u -p -r1.95 Makefile
--- Makefile	29 Jun 2018 19:51:00 -	1.95
+++ Makefile	18 Sep 2018 10:25:45 -
@@ -2,11 +2,10 @@
 
 COMMENT=	embedded SQL implementation
 
-DISTNAME =	sqlite-autoconf-324
-PKGNAME=	sqlite3-3.24.0
-REVISION =	0
+DISTNAME =	sqlite-autoconf-325
+PKGNAME=	sqlite3-3.25.0
 
-SHARED_LIBS +=  sqlite3   37.3 # 8.6
+SHARED_LIBS +=  sqlite3   37.4 # 8.6
 
 CATEGORIES=	databases
 
@@ -15,7 +14,7 @@ HOMEPAGE=	http://www.sqlite.org/
 # PD
 PERMIT_PACKAGE_CDROM=	Yes
 
-WANTLIB += c m pthread readline termcap
+WANTLIB += c m pthread readline curses z
 
 MASTER_SITES =	${HOMEPAGE}2018/
 
Index: distinfo
===
RCS file: /cvs/ports/databases/sqlite3/distinfo,v
retrieving revision 1.50
diff -u -p -u -p -r1.50 distinfo
--- distinfo	27 Jun 2018 04:55:34 -	1.50
+++ distinfo	18 Sep 2018 10:25:45 -
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-324.tar.gz) = 2dFOiMb7bWjenKDR+Xl0d9gvw67WE1WPh/+9u8XOt0o=
-SIZE (sqlite-autoconf-324.tar.gz) = 2699252
+SHA256 (sqlite-autoconf-325.tar.gz) = 3hqT38HqI9k+6FRA/kNH0LnNk28lwpZF7g7hcNEwf3E=
+SIZE (sqlite-autoconf-325.tar.gz) = 2763727