Revisions of poco

buildservice-autocommit accepted request 1144940 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 44)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 43)
- update to 1.13.1:
  * GH #4367 `SQLite` `FTS5` (full text search)
  * GH #4335 Implement patches that Debian/Ubuntu applies when
    preparing deb packages
  * GH #4216 Replace C string literals (const char*) with C++
    std::string literals for std::string parameters.
  * GH #3890 Get rid of SingletonHolder
  * GH #2450 Why does it take the ThreadPool 10+ seconds to
    shutdown when there is nothing running.
  * GH #2443 FileChannel doesn't flush to disk on unix until
    close
  * GH #4437 Add arm cross-compile config and CI
  * PR #4422 enh(File): Linux, macOS: microsecond precision for
    file times
  * PR #4390 enh(DateTimeParser): option to cleanup input string
    before parsing (#569)
  * GH #4443 Upgrade libexpat to 2.6.0
  * GH #4425 Unit tests: optional testing of deprecated
    functionality
  * GH #4421 Multiple calls to initializeSSL/uninitializeSSL
    cause assert failure during certificate validation
  * GH #4411 NULL pointer: strategy when setting rotation never
    in FileChannel
  * GH #4404 qnx build error: 'prctl' was not declared in this
    scope
  * GH #4400 SocketReactor deadlock test intermittently hangs
  * GH #4398 Can not install CppUnit target
  * GH #4393 iOS ARM64 : Invalid access: Can not convert empty
    value.
  * GH #4392 Environment_WIN32U nodeIdImpl access violation in
buildservice-autocommit accepted request 1121403 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 42)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1121331 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 41)
- Update to version 1.12.5
  * Make POSIX event thread safe
  * Remove SocketReactor dependency on Poco::Thread for sleeping
  * ODBC::Binder UUID new/free mismatch
  * PollSet filters out some events
  * Use after free warnings
  * receiveResponse() may not return response body stream
  * Upgrade bundled pcre2 to 10.42
  * missing \r\n when setting trailer header in chunked response
  * Initialisation of _socketIndex in SSLManager (OpenSSL)
  * Add options to disable STDIO in child process
  * pthread_getname_np' was not declared in this scope
  * FileChannel::setRotation overflow
  * Shutdown TLS1.3 connection
  * Use Poco format instead of sprintf in Util
  * Logging should evaluate only if the logging level is active
  * PageCompiler: add referrerPolicy to page directive feature
  * ODBC: SQL Anywhere Support
  * Classes with virtual functions missing virtual destructors
    (compilation issues)
  * CPPParser: Losing data if parameter std::function<void(bool)>
    is used
  * wrong string offset in HTTPCredentials::isNTLMCredentials
  * On UNIX platform, Poco::Path::getExtension() returns name of
    the hidden file if no extension is present
  * Fix dead lock on Timer destructor
  * Poco::Net::SocketConnector constructor should take SocketAddress
    by const reference
  * The extractor in postgresql drops milliseconds
  * CppParser throws exception when return value is specified to be
buildservice-autocommit accepted request 1099492 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 40)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1099332 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 39)
- Update to version 1.12.4
  * Fix SocketReactor - 100 % CPU usage on single-core system
- Update to version 1.12.3
  * Poco::format receives empty Vector<Any>
  * v1.12.0 and v1.12.1 Poco::Any compile problem
  * DateTimeFormatter creates invalid ISO8601 string
  * bindImplLOB zero size (or NULL) HY104 "Invalid precision value"
  * Poco 1.12.2 - Building DataMySQL still fails (issue #3689)
  * Fix optional JSON support for MySQL
  * Poco::Util::Application VxWorks main is incorrect
  * Fixed converting/correcting pre-gregorian dates (#3723).
  * aix system NumberFormatter.cpp build error
  * SocketImpl::available()
buildservice-autocommit accepted request 1004573 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 38)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1004473 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 37)
- Update to version 1.12.2
  * fix(Platform): LoongArch support
  * Linking Crypto-testrunner fails
  * SIGABRT in OSSL_PROVIDER_unload with static OpenSSL3
  * POSIX Event state need not be atomic
  * Release script must include build_vs170.cmd
  * wakeup fd is never read
  * lowercase winsock2 and iphlpapi to allow cross compile
  * Only support extracting JSON fields when the SDK supports it
  * PocoNet Project File does not support Visual Studio 2022
  * Added missing Crypto Header to ProGen source
  * Crypto: Progen again to add new files and bring back ARM64
    configuration
  * Add how to install using Conan section on README
  * Poco::format and C++20
  * g++ C++20 warnings
- Update to version 1.12.1
  * PocoFoundationConfig.cmake should now check for PCRE2
  * SIGSEGV in OSSL_PROVIDER_unload with static OpenSSL3
- Update to version 1.12.0
  * This release introduces Prometheus library
  * Small object optimization for Any and Dynamic::Var
    (compile-time option, enabled by default)
  * All swap operations are noexcept now
  * PollSet::add() is mode-cumulative now
  * UDPServer now requires explicit starting
  * Move semantics for sockets and SocketAddress
    (compile-time option, disabled by default)
buildservice-autocommit accepted request 983634 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 36)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 983598 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 35)
- Update to version 1.11.3
  * fix(openssl-initializer): check legacy provider existence for
    legacy exception
  * Redis - add TLS support
buildservice-autocommit accepted request 975349 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 34)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 970829 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 33)
- Update to version 1.11.2
  * Handle negative DST offset
  * Poco redis command set have a bug when you want to set nx ex
    or expireTime
  * NamedMutex does not work on Linux distributions where
    fs.protected_regular=1
  * Basic support for OpenSSL 3.0.0
  * encryptString() crash on redhat/centos 8 with FIPS enabled
    using md5 default digest
  * bug in JSON ParseHandler.cpp (RFC 7159 should be valid)
  * Sandbox all iFrames in PocoDoc
  * OpenSSL 3 compatibility
  * JSON::PrintHandler.value(bool) prints incorrect value
  * Reference counting for bound configuration in Util::Option
    is broken
  * #3507: Fix bound configuration reference counting in
    Poco::Util::Option.
  * fix dst and utcOffset handling for Dublin time zone
  * NetSSL_OpenSSL Testsuite: testInterop() and testProxy()
    fail due to changed certificate
  * Expat version check in #defines incorrect.
  * Bad management of file in case of OpenSSLException in
    X509Certificate::readPEM and X509Certificate::writePEM
  * Add back NIOS2 double conversion detection to fix compile
    errors
  * Poco::Data::PostgreSQL - DateTime extraction truncates
    fractional seconds
- Update to version 1.11.1
  * error: implicit conversion from 'int' to 'float' changes
    value from 2147483647 to 2147483648
buildservice-autocommit accepted request 799619 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 32)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 799612 from Matwey Kornilov's avatar Matwey Kornilov (matwey) (revision 31)
- Add missed requires to poco-devel.
  The devel package provides symlinks: libPocoJWT.so and libPocoRedis.so
buildservice-autocommit accepted request 775118 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 30)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 775009 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 29)
- Update to version 1.10.1
  * Poco 1.10.0 doesn't build with cmake & POCO_UNBUNDLED
  * poco 1.10/ NetSSL / openssl < 1.1 : default server usage
    changed (compare to 1.9.4)
  * Wrong cancelation of the fix: incorrect type of store name
    parameter in
  * allow pre-allocation of the buffer in Poco::LogStreamBuf.
  * Modernise TLS configuration
  * Add getSpecifiedPort() method in Poco::URI.
  * Test failures on s390x architecture with 1.10.0
  * Poco::UTF16Encoding and Poco::UTF32Encoding byte order
    conversion bug
  * Poco::SHA2Engine computes incorrect hash on big-endian systems
  * Close Service Handle after DeleteService Function call
  * MySQL: resetting the session when putting it back into a
    SessionPool is now optional (and disabled by default) due to a
    bug in MySQL messing up the character encoding when doing so.
  * Poco::AutoPtr and Poco::SharedPtr now support comparison with
    nullptr.
- Update to version 1.10.0
  * POCO's fixed-size integer types are now based on <cstdint>
    types.
  * Many methods exposing raw pointers have been changed to use
    smart pointers (usually Poco::SharedPtr or Poco::AutoPtr)
    instead. This may break some existing code. Specifically, the
    Logging framework in the Foundation library and the
    Configuration framework in the Util library have been changed.
  * New JWT library for dealing with JSON Web Tokens.
  * The NetSSL_OpenSSL library supports TLS 1.3 with OpenSSL 1.1.1
    or later.
buildservice-autocommit accepted request 769524 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 28)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 765083 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 27)
initialized devel package after accepting 765083
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 766326 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 26)
- Make spec file greater
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 765082 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 25)
package LICENSE as %license
Displaying revisions 1 - 20 of 44
openSUSE Build Service is sponsored by