svn commit: r555652 - head/databases/cego

Kurt Jaeger pi at FreeBSD.org
Wed Nov 18 17:01:48 UTC 2020


Author: pi
Date: Wed Nov 18 17:01:47 2020
New Revision: 555652
URL: https://svnweb.freebsd.org/changeset/ports/555652

Log:
  databases/cego: update 2.45.34 -> 2.45.35
  
  - Added noinit option to cgadm tableset start command. With the
    noinit option, the configured init file will not be processed after
    tableset startup, otherwise this will be processed now ( if any
    configured ) All output messages are written to main log file.
  - Redirected output for CegoAction and CegoOutput added to print output
    to logfile. This is useful in case of tableset init file, where
    several SQL action could be performed
  - Fix in CegoAction::execSetCounter, new value must be checked for
    null value and if so, set counter to 0. The bug caused a seg fault ..
  
  Submitted by:	Björn Lemke <lemke at lemke-it.com>

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

Modified: head/databases/cego/Makefile
==============================================================================
--- head/databases/cego/Makefile	Wed Nov 18 17:00:16 2020	(r555651)
+++ head/databases/cego/Makefile	Wed Nov 18 17:01:47 2020	(r555652)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cego
-PORTVERSION=	2.45.34
+PORTVERSION=	2.45.35
 CATEGORIES=	databases
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/databases/cego/distinfo
==============================================================================
--- head/databases/cego/distinfo	Wed Nov 18 17:00:16 2020	(r555651)
+++ head/databases/cego/distinfo	Wed Nov 18 17:01:47 2020	(r555652)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605642038
-SHA256 (cego-2.45.34.tar.gz) = a17321c3db5ec8dc84084d5f50e24db9f7e76931c9710f450bce8760f4cd37d8
-SIZE (cego-2.45.34.tar.gz) = 3158333
+TIMESTAMP = 1605718620
+SHA256 (cego-2.45.35.tar.gz) = 53a45c300249b0234d5965710ef0a1dafb806b59b43132acb5d3931bb312435e
+SIZE (cego-2.45.35.tar.gz) = 3159084


More information about the svn-ports-all mailing list