1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/lfcbase/pkg-plist
Kurt Jaeger 20c659a698 devel/lfcbase: update 1.9.1 -> 1.9.2
databases/cego: update 2.32.14 -> 2.33.0

lfcbase:
- Added CommandExecuter::executeStream method to catch stdout for
  any forked process
- Added class OutStream to catch stdout from forked programs via popen

cego:
- Added database verify006 to check multidimensional btrees also in
  combination of null value handling.
- Fix in CegoObjectCursor::getNext, double method call for unlockData removed
- Small grammar correction to treat distinct flag for select-star statement
- Fix in CegoBTreeCursor::compValue, null values have not been handled
  correctly. For string values, string termination was not clean, which
  also might lead to wrong cursor results
- Introduced archive manager, which can be triggered, to perform
  an online backup. For now, online backups have to be triggered
  externally.
  The achive manager should make backup / restore handling more convenient
- Update to version 2.33.0 since the backup feature changes the product
  specification.
- Integration of newly introduced lfcbase OutStream class to catch output
  from backup manager. This allows to indicate a more detailed
  output from backup manager on the admin console.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-03-25 18:06:25 +00:00

43 lines
1.1 KiB
Plaintext

include/lfcbase/AESCrypt.h
include/lfcbase/AVLTreeT.h
include/lfcbase/Base64Coder.h
include/lfcbase/BigDecimal.h
include/lfcbase/BigInteger.h
include/lfcbase/Bitmap.h
include/lfcbase/Chain.h
include/lfcbase/CommandExecuter.h
include/lfcbase/Crypt.h
include/lfcbase/Datetime.h
include/lfcbase/Directory.h
include/lfcbase/Exception.h
include/lfcbase/File.h
include/lfcbase/GetLongOpt.h
include/lfcbase/GetOpt.h
include/lfcbase/Host.h
include/lfcbase/ListT.h
include/lfcbase/Logger.h
include/lfcbase/Matcher.h
include/lfcbase/Monitor.h
include/lfcbase/NanoTimer.h
include/lfcbase/Net.h
include/lfcbase/NetHandler.h
include/lfcbase/OutStream.h
include/lfcbase/Pager.h
include/lfcbase/Process.h
include/lfcbase/Semaphore.h
include/lfcbase/SetT.h
include/lfcbase/SharedMemory.h
include/lfcbase/SigHandler.h
include/lfcbase/Sleeper.h
include/lfcbase/StackT.h
include/lfcbase/TextIndex.h
include/lfcbase/Thread.h
include/lfcbase/ThreadLock.h
include/lfcbase/Timer.h
include/lfcbase/Tokenizer.h
include/lfcbase/TreeT.h
lib/liblfcbase.a
lib/liblfcbase.so
lib/liblfcbase.so.2
lib/liblfcbase.so.2.0.0