svn commit: r499646 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Mon Apr 22 14:11:47 UTC 2019


Author: pi
Date: Mon Apr 22 14:11:46 2019
New Revision: 499646
URL: https://svnweb.freebsd.org/changeset/ports/499646

Log:
  databases/cego: update 2.44.4 -> 2.44.5
  
  - Added fix in CegoAttrComp::setup, _posSetup variable was not setup
    correctly for case BTWN / VALUE2VALUE which might lead to invalid
    join array access.
  
  Submitted by:	Bjoern Lemke <lemke at lemke-it.com>

Modified:
  head/databases/cego/Makefile
  head/databases/cego/distinfo

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Mon Apr 22 14:11:28 2019	(r499645)
+++ head/databases/cego/Makefile	Mon Apr 22 14:11:46 2019	(r499646)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.44.4
+PORTVERSION=	2.44.5
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Mon Apr 22 14:11:28 2019	(r499645)
+++ head/databases/cego/distinfo	Mon Apr 22 14:11:46 2019	(r499646)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555935126
-SHA256 (cego-2.44.4.tar.gz) = 42c16f80a668f1fc035caf2acf757bfa5e7b9f11ea27c57a03be19309db374a1
-SIZE (cego-2.44.4.tar.gz) = 2797312
+TIMESTAMP = 1555941194
+SHA256 (cego-2.44.5.tar.gz) = df95be291cb7c02576257622dc650d5e0bddeb60afbc247cab722bef7a20921d
+SIZE (cego-2.44.5.tar.gz) = 2797394


More information about the svn-ports-all mailing list