Changelog for
apache2-mod_jk-1.2.44-72.2.x86_64.rpm :
Wed Sep 19 14:00:00 2018 pmonrealgonzalezAATTsuse.com
- Update to version 1.2.44
Updates:
* Remove the Novell Netware make files and Netware specific source
code since there has not been a supported version of Netware
available for over five years. (markt)
* Apache: Update the documentation to use httpd 2.4.x style access
control directives. (markt)
* Update PCRE bundled with the ISAPI redirector to 8.42. (rjung)
* Update config.guess and config.sub from
https://git.savannah.gnu.org/git/config.git. (rjung)
Fixes:
* Common: Use Local, rather than Global, mutexs on Windows to
better support multi-user environments. (markt)
* Apache: Use poll rather than select to avoid the limitations of
select triggering an httpd crash. Patch provided by Koen Wilde. (markt)
* ISAPI: Remove the check that rejects requests that contain path
segments that match WEB-INF or META-INF as it duplicates a check
that Tomcat performs and, because ISAPI does not have visibility of
the current context path, it is impossible to implement this check
without valid requests being rejected. (markt)
* Refactor normalisation of request URIs to a common location and align
the normalisation implementation for mod_jk with that implemented by
Tomcat. (markt)
Add:
* Clarify the behvaiour of lb workers when all ajp13 workers fail with
particular reference to the role of the retries attribute. (markt)
* Add the new load-balancer worker property lb_retries to improve the
control over the number of retries. Based on a patch provided by
Frederik Nosi. (markt)
* Add a note to the documentation that the CollapseSlashes options are
now effectively hard-coded to CollpaseSlashesAll due to the changes
made to align normalization with that implemented in Tomcat. (markt)
Thu Mar 15 13:00:00 2018 pmonrealgonzalezAATTsuse.com
- Update to version 1.2.43 [bsc#1085220, CVE-2018-1323]
* LB: Propagate load factor changes applied by the status worker
to a load balancer sub worker correctly to all processes.
* ISAPI: Align the make files for 32-bit and 64-bit builds.
* Update config.guess and config.sub
* Update PCRE bundled with the ISAPI redirector to 8.41.
* Update the ISAPI redirector installation documentation to
reflect the currently supported versions of Windows.
* Align the normalization performed by the ISAPI redirector with
that implemented by Tomcat.
Tue Feb 13 13:00:00 2018 tchvatalAATTsuse.com
- Disable tests for now as the default profile is not working
properly to load up and upstream should update the sample
Thu Feb 1 13:00:00 2018 tchvatalAATTsuse.com
- Version update to 1.2.42:
* Many small fixes
* Optimalization for new gccs
* Minor code cleanups
Sat May 20 14:00:00 2017 tchvatalAATTsuse.com
- Just depend on java-devel
Wed Jan 20 13:00:00 2016 tchvatalAATTsuse.com
- Version update to 1.2.41:
* remove merged patch apache2-mod_jk-CVE-2014-8111.patch
* many small bugfixes all around:
+ http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html
Wed Sep 9 14:00:00 2015 pgajdosAATTsuse.com
- test package with %apache_test_module_load
Thu Jul 16 14:00:00 2015 pgajdosAATTsuse.com
- Requries: %{apache_suse_maintenance_mmn}
This will pull this module to the update (in released distribution)
when apache maintainer thinks it is good (due api/abi changes).
Thu Jun 4 14:00:00 2015 tchvatalAATTsuse.com
- Apply patch to fix bnc#927845 CVE-2014-8111 VUL-1: apache2-mod_jk: Tomcat
mod_jk information leak due to incorrect JkMount/JkUnmount directives
processing:
* apache2-mod_jk-CVE-2014-8111.patch
Thu Jun 4 14:00:00 2015 pgajdosAATTsuse.com
- access configuration conditional in jk.conf example
Wed Mar 18 13:00:00 2015 tchvatalAATTsuse.com
- Drop the asc again to make dimstar happy
Fri Mar 13 13:00:00 2015 tchvatalAATTsuse.com
- Add asc signature file.
- Fix URL for homepage
Mon Nov 24 13:00:00 2014 pgajdosAATTsuse.com
- fix tomcat paths in jk.conf [bnc#742618]
Mon Nov 3 13:00:00 2014 pgajdosAATTsuse.com
- use apache rpm macros
Mon Jun 2 14:00:00 2014 tchvatalAATTsuse.com
- Cleanup with spec-cleaner
Mon Jun 2 14:00:00 2014 tchvatalAATTsuse.com
- Version bump to 1.2.40 fixes bnc#880798:
* Fix forwarding of chunked requests, which is broken in version 1.2.39. (rjung)
* 56352: Fix regression in memory release. (mturk)
* Fix status worker display of worker IP address after name or port was changed. (rjung)
* 56297: Improve key hash function. Copied from APR. (rjung)
* 55683: Remove quotes from quoted session cookies. (rjung)
* 53542: ISAPI: Fix grammar in 503 error page. (rjung)
* 55696: Crash on Mac OS X 10.9 during config parsing. (rjung)
* Deprecate nt_service from Tomcat Connectors. (mturk)
* 56133: Fix possible crash when a request fails during request body transfer to the back end and reply_timeout was set. Patch contributed by Hiroto Shimizu. (rjung)
* Fix status worker not updating parameters for all members. (mturk)
* 55853: HTTPD: Use the correct API for setting Content-Length. Patch contributed by areese yahoo-inc.com. (rjung)
* Add IPV6 support for connection to webserver. New directive prefer_ipv6 has been added to control the hostname resolution and preserve backward compatibility. (mturk)
* Add --disable-sock-cloexec to configure to disable use of SOCK_CLOEXEC (using FD_CLOEXEC + fnctl instead) so built modules will work with Linux kernels prior to 2.6.27. (timw)
* Clean up config file parsing. Worker names are now restricted to 60 bytes. (rjung)
* Allow to set a stickyness cookie in case a web framework breaks Tomcat\'s adding of the routing ID to the end of the JSESSIONID cookie. (rjung)
* Use max_packet_size also for request body forwarding. (rjung)
* Apache 2.4: By default forward logical client address as provided by mod_remoteip. When setting JkOptions ForwardPhysicalAddress mod_jk will instead forward the physical peer address. (rjung)
* Minor documentation improvements. (rjung)
Mon Jan 28 13:00:00 2013 dimstarAATTopensuse.org
- Update to version 1.2.37:
+ Fix compatibility with apache 2.4
- Introduce apxs variable, based on apache_branch. With apache 2.4,
apxs2 moved from %{_sbindir} to %{_bindir}.
Sat Sep 17 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
Tue Jun 7 14:00:00 2011 vlado.paskovAATTgmail.com
- Update of README.SUSE file: now reflects configuration steps for
mod_jk with tomcat6 server. It was refering tomcat5 configuration.
Tue Aug 3 14:00:00 2010 gabooAATTgaboo.org
- Update to version 1.2.30
* Apache: Improve compatibility with Apache 2.3. (rjung)
* AJP: Improve socket shutdown handling. (mturk)
* AJP: Ensure we never reuse a non reusable socket. (mturk)
* AJP: Tolerate a single excess packet when waiting for cpong. (mturk)
* AJP: Check protocol correctness more strictly. (mturk)
* other bug fixes and improvements
* http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html
Tue Oct 13 14:00:00 2009 mvyskocilAATTsuse.cz
- bnc#493575 - VUL-1: apache2-mod_jk: mod_jk information leak
added jakarta-tomcat-connectors-4.1.30-src-CVE-2008-5519.patch
http://svn.eu.apache.org/viewvc?view=rev&revision=702540