diff options
author | pi <pi@FreeBSD.org> | 2018-02-03 02:04:41 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:33:42 +0800 |
commit | d4be089956fd0084fbc7c0eab8f53a2af71434af (patch) | |
tree | 0b30e7709aaa5dff5c60b89cd554f58301547a4b | |
parent | d2e77e7b812758643dac4e41db3a9b1b5666c721 (diff) | |
download | freebsd-ports-gnome-d4be089956fd0084fbc7c0eab8f53a2af71434af.tar.gz freebsd-ports-gnome-d4be089956fd0084fbc7c0eab8f53a2af71434af.tar.zst freebsd-ports-gnome-d4be089956fd0084fbc7c0eab8f53a2af71434af.zip |
databases/cego: update 2.38.16 -> 2.38.18
- Fix in CegoTableManager::createForeignKey, for empty tables,
referenced attributes names have not been checked. This might lead
to invalid key objects.
- Fix in CegoSelect::prepare, expression alias in select list are
checked now for union selects. Alias definition in select expression
list should be identical for all select statements in union
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
-rw-r--r-- | databases/cego/Makefile | 2 | ||||
-rw-r--r-- | databases/cego/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index c0fb0ad11bb0..1c30696753cb 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.38.16 +PORTVERSION= 2.38.18 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 6b75efe0d11e..21063f9b012a 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1514748087 -SHA256 (cego-2.38.16.tar.gz) = 79a39c26014c568795e387efebd5e7ded3281a7105c7d1582834a1148f8804b4 -SIZE (cego-2.38.16.tar.gz) = 1667424 +TIMESTAMP = 1517593482 +SHA256 (cego-2.38.18.tar.gz) = bfea02004f47124f95901142e3a272821614e5b9dd69ac7563d11ae56a53e43b +SIZE (cego-2.38.18.tar.gz) = 1667567 |