File apache2-mod_qos.changes of Package apache2-mod_qos
-------------------------------------------------------------------
Tue Oct 21 19:16:21 UTC 2025 - Martin Schreiner <martin.schreiner@suse.com>
- Remove deprecated dependency: pcre-devel
  pcre2-devel is now used instead, and both had already been added 
-------------------------------------------------------------------
Fri Apr  4 11:22:01 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
- update to 11.76 
-------------------------------------------------------------------
Wed Nov 25 09:03:29 UTC 2020 - pgajdos@suse.com
- version update to 11.66
 - QS_ClientIpFromHeader supports pseudo IP by creating a hash
   of a HTTP request header's value if the header name is prefixed
   by '#', e.g. #Authorization to use the HTTP basic auth header.
   It's also possible to use the client's SSL client certificate's
   subject and issuer DN if you specify #SSL_CLIENT_S_DN instead
   of a real HTTP header name.
   Note: Does not work for IP geolocation.
- 
-------------------------------------------------------------------
Sun Feb  9 21:08:47 UTC 2020 - pgajdos@suse.com
- version update to 11.65
-------------------------------------------------------------------
Sun Feb  9 21:07:39 UTC 2020 - pgajdos@suse.com
- removing %apache_test_* macros, do not test module just by
  loading the module
-------------------------------------------------------------------
Wed Dec 20 10:06:30 UTC 2017 - pgajdos@suse.com
- update to 11.45
-------------------------------------------------------------------
Tue Dec 19 13:30:19 UTC 2017 - pgajdos@suse.com
- buildrequire apr-util-devel instead of libapr-util1-devel
- buildrequire apr-devel instead of libapr1-devel
-------------------------------------------------------------------
Wed Sep 30 17:29:59 UTC 2015 - pgajdos@suse.com
- test module again
-------------------------------------------------------------------
Wed Sep 30 16:34:42 UTC 2015 - pgajdos@suse.com
- update to 11.17
- build only for worker mpm
-------------------------------------------------------------------
Mon Sep  7 11:09:52 UTC 2015 - pgajdos@suse.com
- test module with %apache_test_module_load
-------------------------------------------------------------------
Thu Jul 16 07:22:02 UTC 2015 - pgajdos@suse.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 09:32:39 UTC 2015 - pgajdos@suse.com
- drop mod_qos.conf as it seems to be outdated (see documentation 
  for use case examples)
-------------------------------------------------------------------
Tue Jun  2 10:50:14 UTC 2015 - pgajdos@suse.com
- configuration uses old syntax only when access_compat is loaded
-------------------------------------------------------------------
Tue Nov  4 14:26:50 UTC 2014 - pgajdos@suse.com
- call spec-cleaner
- use apache rpm macros
- update to 11.5
  * fixes build
  * see CHANGES.TXT for upstream change log
-------------------------------------------------------------------
Sat Mar  5 17:47:46 CET 2011 - draht@suse.de
- mod_qos-loggerThread.patch:
  incorrect use of pthread_create(), use usleep() instead of sleep()
-------------------------------------------------------------------
Sat Mar  5 17:03:26 CET 2011 - draht@suse.de
- openssl-1.* changes struct STACK to _STACK; spec file adopted
  for 11.3+.
-------------------------------------------------------------------
Fri Sep 25 23:40:26 CEST 2009 - crrodriguez@suse.de
- Requires: apache2 %{apache_mmn}