Skip to content

Commit

Permalink
Update to 1.60
Browse files Browse the repository at this point in the history
Upstream changes:
1.60 2018-12-01
    - Switched to a production version

1.59_03 2018-11-03
    - Added a note on the long standing bug on TYPE statement
      handle attribute
    - Applied a doc patch on Virtual::PerlData by Björn Höhrmann
      (GH-31)

1.59_02 2018-09-30
    - Upgraded SQLite to 3.25.2

1.59_01 2018-09-17
    - Upgraded SQLite to 3.25.0, with ALTER TABLE ... RENAME COLUMN
      and UPSERT among others
    - Added ::GetInfo (GH#32, Brendan Byrd)
    - Fix to use a PV value as a virtual table column value
      where appropriate (RT-124941)
    - Add deferrability to foreign_key_info (mohawk2)
  • Loading branch information
wen committed Dec 4, 2018
1 parent 9f16789 commit 755dbcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions databases/p5-DBD-SQLite/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.68 2018/08/22 09:43:15 wiz Exp $
# $NetBSD: Makefile,v 1.69 2018/12/04 08:53:00 wen Exp $

DISTNAME= DBD-SQLite-1.58
DISTNAME= DBD-SQLite-1.60
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}

Expand Down
10 changes: 5 additions & 5 deletions databases/p5-DBD-SQLite/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.30 2018/04/10 00:20:02 wen Exp $
$NetBSD: distinfo,v 1.31 2018/12/04 08:53:00 wen Exp $

SHA1 (DBD-SQLite-1.58.tar.gz) = 060575ccf965a80e02b4caed40c1ef589532cf52
RMD160 (DBD-SQLite-1.58.tar.gz) = 10f9ae81af383df79b8c9a7a21a307517fe3e8c1
SHA512 (DBD-SQLite-1.58.tar.gz) = 080d1e304fb0d43926ce0345df3367132c317ba113bdc11952c0a159bc68d988a024828a28e66be267f82e07731dee225723854fb80914ba7c476b27dbdeb212
Size (DBD-SQLite-1.58.tar.gz) = 2248800 bytes
SHA1 (DBD-SQLite-1.60.tar.gz) = 45127bb681925c8dcae17e67e67fdfd343327874
RMD160 (DBD-SQLite-1.60.tar.gz) = 74d3a3d0d19698c1399d1d2dea17e7df79772273
SHA512 (DBD-SQLite-1.60.tar.gz) = b5fd203898815ada13ec04477fa0ad90ec2f53761d9b1ed7cce7d06a674e31d3810e745658aea150a3a58fc18adb889e5e50e795e8575318ab4cc757c1ff1c9e
Size (DBD-SQLite-1.60.tar.gz) = 2366390 bytes
SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea

0 comments on commit 755dbcc

Please sign in to comment.