SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libapr-util1-dbd-pgsql-1.6.1-lp150.3.3.1.x86_64.rpm :

* Tue Jun 12 2018 pgajdosAATTsuse.com- extend apr-util-mariadb-10.2.patch: Fix detection / build with MariaDB 10.2. [bsc#1094754]
* Wed Nov 22 2017 dimstarAATTopensuse.org- Add apr-util-mariadb-10.2.patch: Fix detection / build with MariaDB 10.2.
* Tue Nov 07 2017 kstreitovaAATTsuse.com- APR-util 1.6.1
* apr_crypto: Fix compatibility with LibreSSL. PR 61596.
* sdbm: better database/page validation to fail cleanly when corrupted [bsc#1064990], CVE-2017-12618
* Tue Oct 17 2017 mpluskalAATTsuse.com- We need to obsolete same version of package (bsc#1063305)
* Mon Jul 17 2017 jengelhAATTinai.de- Replace unusual
*.?a match by
*.la.- Fix RPM groups, diversify summaries.
* Wed Jul 12 2017 mpluskalAATTsuse.com- Rename package to apr-util- Drop baselib.conf as it does not target any supported architecture
* Mon Jun 19 2017 crrodriguezAATTopensuse.org- APR-util 1.6.0
* Update MySQL build to stop using libmysqlclient_r
* apr_siphash: Implement keyed hash function SipHash
* apr_buckets: Add apr_bucket_file_set_buf_size()
* apr_crypto: avoid excessive iteration in bcrypt hash.
* apr_xml_to_text: Add style APR_XML_X2T_PARSED.
* see http://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.6 for extra details
* Thu Apr 07 2016 pgajdosAATTsuse.com- require just posgresql-devel everywhere, it seems to work now
* Thu Feb 04 2016 pgajdosAATTsuse.com- require postgresql-devel less then 9.4 to fix build on SLE_12 and SLE_12_SP1
* Tue Oct 13 2015 pgajdosAATTsuse.com- require postgresql-devel version at least 9.1.0 to fix build for SLE-11-SP4
* Sat Oct 18 2014 cooloAATTsuse.com- fix requires after spec-cleaner
* Thu Oct 16 2014 tchvatalAATTsuse.com- Clean up with spec-cleaner- Kill support of sle10 and sle9- Remove unused configure switches
* Wed Sep 17 2014 crrodriguezAATTopensuse.org- version 1.5.4
* MySQL driver: Fix incorrect handling of bad parameter.
* apr_crypto_get_driver(): Fix invalid storage reference on error path.- docs: Tell doxygen not to store timestamps in files.
* Thu Nov 21 2013 crrodriguezAATTopensuse.org- version 1.5.3
* Add support to apr_memcache for unix domain sockets.
* Add support for Berkeley DB 6.0.
* Wed Aug 28 2013 crrodriguezAATTopensuse.org- Use compiler symbol visibility- libapr1 does not have symbol
*versioning
* so requires_ge it
* Mon Jul 22 2013 crrodriguezAATTopensuse.org- Update to apr-util 1.5.2
* apr_uri_parse(): Do not accept invalid characters in the scheme.
* Fix memory leak in hook sorting function.
* Fix password validation failure for all crypt and crypt_r based
* Fix potential data corruption in apr_brigade_write()
* Fixes for ap_crypto,memcache etc.. see https://www.apache.org/dist/apr/CHANGES-APR-UTIL-1.5
* Tue Jul 16 2013 mlsAATTsuse.de- get rid of --parents in doc section
* Fri Aug 17 2012 crrodriguezAATTopensuse.org- Needs libuud-devel now
* Wed Aug 01 2012 crrodriguezAATTopensuse.org- Apache 2.4.x complains \"Your APR does not include SSL/EVP support.\" Indeed, that\'s the case, fix it.
* Sat Feb 18 2012 poemlAATTcmdline.net- updated to 1.4.1- fixed crash in memtest testcase. Patch sent upstreams https://issues.apache.org/bugzilla/show_bug.cgi?id=52705 apr-util-1.4.1-testmemcache-initialize-values-array.patch- removed obsolete libapr-util1-1.3.12-gcc46.patch- Changes with 1.4.1:
* ) Apply Windows build fixes for the apr_crypto API. Changes with 1.4.0:
* ) apr_ldap_init: Pass secure=1 to ldapssl_init() with Solaris LDAP SDK. PR: 42682
* ) apr_memcache_server_create: Fix possible segfault. PR 51064.
* ) apr_thread_pool: Fix thread unsafe pool usage.
* ) Do not include apr.h and apr_errno.h from system search path in apu_errno.h. PR 46487
* ) Add optional dbm, openssl and nss subpackages to the RPM spec file.
* ) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h or sybdb.h.
* ) Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unit test to verify the interoperability of the two modules. Builds default to disabled unless explicitly enabled.
* ) Add the apr_crypto interface, a rewrite of the earlier apr_ssl code, based on the modular dso interface used for dbd and ldap. Initially, the interface supports symmetrical encryption and decryption. The purpose of the interface is to offer portable and interoperable access to basic crypto using the native crypto libraries present on each platform.
* ) Add trace probes to hooks, making it easier to inspect APR Hook based applications with DTrace or other such mechanisms.
* ) Implement resource list when threads are unavailable. PR 24325 Changes with 1.3.13:
* ) Fix a failure of configure to detect ldap_set_rebind_proc(), encountered on Fedora 15 with gcc 4.6.
* ) apr_thread_pool: Fix thread unsafe pool usage.
* ) Improve platform detection for bundled expat by updating config.guess and config.sub.
* ) Sync libtool handling of bundled expat from APR.
* Fri Jan 20 2012 drahtAATTsuse.de- add Group tag to subpackages
* Wed Dec 21 2011 cooloAATTsuse.com- add autoconf as buildrequire to avoid implicit dependency
* Mon Oct 17 2011 dmuellerAATTsuse.de- disable testsuite on qemu builds
* Wed Oct 12 2011 dmuellerAATTsuse.de- fix build on Factory
* Thu Sep 15 2011 drahtAATTsuse.de- set -DLDAP_SET_REBIND_PROC_THREE for callback setting in Factory.
* Thu Sep 01 2011 drahtAATTsuse.de- disable the (void)tmp; cast from %patch1.
* Thu May 26 2011 crrodriguezAATTopensuse.org- Update to 1.3.12, single bugfix release
* ) apr_ldap: Fix crash because of NULL cleanup registered by apr_ldap_rebind_init(). [Rainer Jung]
* Fri May 20 2011 crrodriguezAATTopensuse.org- run make check- fix pkgconfig build requires for auto dependencies
* Fri May 20 2011 crrodriguezAATTopensuse.org- Update to aprutil 1.3.11
* SECURITY: CVE-2010-1623 (cve.mitre.org)
* SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org)
* apr_thread_pool: Fix some potential deadlock situations. PR 49709.
* apr_thread_pool_create: Fix pool corruption caused by multithreaded use of the pool when multiple initial threads are created.
* Wed May 18 2011 cfarrellAATTnovell.com- license update: Apache-2.0 Updating to spdx.org syntax
* Thu Apr 28 2011 idoenmezAATTnovell.com- Add libapr-util1-1.3.9-gcc46.patch: fix ldap_set_rebind_proc detection with gcc 4.6
* Tue Dec 15 2009 jengelhAATTmedozas.de- add baselibs for SPARC- add baselibs.conf as a source
* Mon Aug 10 2009 poemlAATTsuse.de- update to 1.3.9:
* ) SECURITY: CVE-2009-2412 (cve.mitre.org) Fix overflow in rmm, where size alignment was taking place.
* ) Make sure that \"make check\" is used in the RPM spec file, so that the crypto, dbd and dbm tests pass.
* ) Make sure the mysql version of dbd_mysql_get_entry() respects the rule that if the column number exceeds the number of columns, we return NULL.
* ) Ensure the dbm module is packaged up correctly in the RPM.
* ) Clarify the error messages within the dbd tests.
* Wed Jul 08 2009 poemlAATTsuse.de- update to 1.3.8:
* ) Use locally scoped variables in PostgreSQL driver to avoid stomping on return codes. PR 47431
* ) Fix race conditions in initialisation of DBD, DBM and DSO.
* ) Expose DBM libs in apu-1-config by default. To avoid that, use apu-1-config --avoid-dbm --libs. To get just DBM libs, use apu-1-config --dbm-libs.
* ) Make sure --without-ldap works.
* Mon Jun 08 2009 poemlAATTsuse.de- update to 1.3.7
* ) SECURITY: Fix a denial of service attack against the apr_xml_
* interface using the \"billion laughs\" entity expansion technique.
* ) Minor build and bug fixes.
* ) SECURITY: CVE-2009-0023 (cve.mitre.org) Fix underflow in apr_strmatch_precompile.
* ) Fix off by one overflow in apr_brigade_vprintf.
* ) APR_LDAP_SIZELIMIT should prefer LDAP_DEFAULT_LIMIT/-1 when the SDK supports it, but in the absence of LDAP_DEFAULT_LIMIT (and LDAP_NO_LIMIT/0) it is not safe to use a literal -1.
* ) Clean up ODBC types. Warnings seen when compiling packages for Fedora 11.
* ) Use of my_init() requires my_global.h and my_sys.h.
* ) Fix apr_memcache_multgetp memory corruption and incorrect error handling.
* ) Fix memcache memory leak with persistent connections.
* ) Add Oracle 11 support.
* ) apr_dbd_freetds: Avoid segfault when process is NULL. Do no print diagnostics to stderr. Never allow driver to exit process.
* ) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h or sybdb.h.
* ) LDAP detection improvements: --with-ldap now supports library names containing non-alphanumeric characters, such as libldap-2.4.so. New option --with-lber can be used to override the default liblber name. Fix a problem reporting the lber library from apu-N-config.
* ) Suppress pgsql column-out-of-range warning.
* ) Fix a buffer overrun and password matching for SHA passwords.
* ) Introduce DSO handling of the db, gdbm and ndbm drivers, so these are loaded as .so\'s on first demand, unless --disable-util-dso is configured.
* ) Fix a segfault in the DBD testcase when the DBD modules were not present.- package %{dso_libdir}/apr_dbm_db
*
* Mon Mar 09 2009 poemlAATTsuse.de- enable build on CentOS5 and RHEL5
 
ICM