Changelog for
spacewalk-proxy-broker-1.7.12-7.1.noarch.rpm :
Fri Mar 2 13:00:00 2012 Jan Pazdziora 1.7.12-1
- Update the copyright year info.
Thu Feb 23 13:00:00 2012 Michael Mraka
1.7.11-1
- we are now just GPL
Wed Feb 22 13:00:00 2012 Michael Mraka 1.7.10-1
- fixed pylint error during rpm check
Wed Feb 22 13:00:00 2012 Michael Mraka 1.7.9-1
- proxy now requires updated modules from the latest spacewalk-backend
- reused parseRPMName() from spacewalk-backend
Mon Feb 20 13:00:00 2012 Michael Mraka 1.7.8-1
- fixing Undefined variable \'info\'
Mon Feb 20 13:00:00 2012 Michael Mraka 1.7.7-1
- merged list() with parent class
- merged uploadHeaders() with parent class
- removed dead code
- the very same newest() is defined in parent class
- merging duplicated code
Wed Feb 15 13:00:00 2012 Michael Mraka 1.7.6-1
- skip check also on Fedora 15
Wed Feb 15 13:00:00 2012 Michael Mraka 1.7.5-1
- skip pylint checks on RHEL5
- pylint needs python modules from spacewalk-backend
- fixed pylint errors
- pylint check has been moved to spacewalk-pylint package
Fri Feb 10 13:00:00 2012 Michael Mraka 1.7.4-1
- check proxy for pylint errors in rpm build time
- fixed pylint errors/warnings
Tue Feb 7 13:00:00 2012 Miroslav Suchý 1.7.3-1
- clean up code style
Tue Feb 7 13:00:00 2012 Michael Mraka 1.7.2-1
- removed unused import
- removed dead copy of get_header() from proxy
Tue Feb 7 13:00:00 2012 Miroslav Suchý 1.7.1-1
- Fix proxy traceback after code cleanup
- Bumping package versions for 1.7. (mzazrivecAATTredhat.com)
Wed Oct 26 14:00:00 2011 Miroslav Suchý 1.6.5-1
- there is no rhn-proxy-debug for some time
Mon Oct 17 14:00:00 2011 Miroslav Suchý 1.6.4-1
- 719659 - correctly handle getpeername() on IPv6
Fri Sep 30 14:00:00 2011 Jan Pazdziora 1.6.3-1
- 621531 - move /etc/rhn/default to /usr/share/rhn/config-defaults (proxy).
Thu Aug 11 14:00:00 2011 Miroslav Suchý 1.6.2-1
- do not mask original error by raise in execption
Fri Jul 22 14:00:00 2011 Jan Pazdziora 1.6.1-1
- We only support version 5 and newer of RHEL, removing conditions for old
versions.
Tue Jul 19 14:00:00 2011 Jan Pazdziora 1.5.11-1
- Updating the copyright years.
Wed Jul 13 14:00:00 2011 Miroslav Suchý 1.5.10-1
- 720837 - pass /ks handler through Broker
Mon Jul 11 14:00:00 2011 Miroslav Suchý 1.5.9-1
- optparse is here since python 2.3 - remove optik (msuchyAATTredhat.com)
- code cleanup
Fri Jun 17 14:00:00 2011 Miroslav Suchý 1.5.8-1
- 710433 - if we get data chunked, httplib of python will join them, so it is
not correct to send chunked header when data may not be chunked
Fri May 20 14:00:00 2011 Michael Mraka 1.5.7-1
- merged backend/common/UserDictCase.py into rhnlib/rhn/UserDictCase.py
Fri May 13 14:00:00 2011 Miroslav Suchý 1.5.6-1
- 695651 - in mod_wsgi the URI is full URI (incl. protocol, hostname...) and
not just the part beyond / (msuchyAATTredhat.com)
- 695651 - headers_in under mod_wsgi is dict, which does not have add()
(msuchyAATTredhat.com)
- do not call function twice, store it in variable (msuchyAATTredhat.com)
- 695651 - pass /ty-cksm handler through Broker (msuchyAATTredhat.com)
Wed May 11 14:00:00 2011 Miroslav Suchý 1.5.5-1
- 695651 - is_virtual is not exposed in mod_wsgi (msuchyAATTredhat.com)
- 695651 - pass /ty handler through Broker (tlestachAATTredhat.com)
- 695651 - pass /download handler through Broker (msuchyAATTredhat.com)
Tue May 10 14:00:00 2011 Jan Pazdziora 1.5.4-1
- 678053 - add option --no-session-caching to rhn_package_manager
(msuchyAATTredhat.com)
Wed May 4 14:00:00 2011 Miroslav Suchý 1.5.3-1
- do not import modules through magic
Tue Apr 19 14:00:00 2011 Miroslav Suchý 1.5.2-1
- 697447 - handle all other request
Mon Apr 18 14:00:00 2011 Miroslav Suchý 1.5.1-1
- 697447 - pass /rpc/
* through broker
- Bumping package versions for 1.5
Thu Jan 20 13:00:00 2011 Tomas Lestach 1.3.11-1
- updating Copyright years for year 2011 (tlestachAATTredhat.com)
- remove redundant comment (msuchyAATTredhat.com)
- convert comment to docstring (msuchyAATTredhat.com)
- remove redundant comment (msuchyAATTredhat.com)
Thu Jan 13 13:00:00 2011 Miroslav Suchý 1.3.10-1
- do not traceback if redirected location do not contain \'?\'
- fix module name during import
- replace tabs with space to fix indentation
Tue Jan 4 13:00:00 2011 Michael Mraka 1.3.9-1
- fixed pylint errors
Tue Jan 4 13:00:00 2011 Michael Mraka 1.3.8-1
- removed xxmlrpclib
- Updating the copyright years to include 2010.
Mon Dec 13 13:00:00 2010 Michael Mraka 1.3.7-1
- fixed number of errors reported by pylint
Wed Dec 8 13:00:00 2010 Michael Mraka 1.3.6-1
- import Fault, ResponseError and ProtocolError directly from xmlrpclib
Fri Dec 3 13:00:00 2010 Miroslav Suchý 1.3.5-1
- 656746 - send to hosted md5 checksum of package (msuchyAATTredhat.com)
- 656746 - make _processFile and _processBatch method of UploadClass class
(msuchyAATTredhat.com)
- 656753 - add namespace prefix to merged functions (msuchyAATTredhat.com)
- 656753 - fix TB during rhn_package_manager -v -l (msuchyAATTredhat.com)
- 658527 - create _split_url function (msuchyAATTredhat.com)
- use constant instead of hardcoded string (msuchyAATTredhat.com)
- import Fault from different class (msuchyAATTredhat.com)
Tue Nov 30 13:00:00 2010 Miroslav Suchý 1.3.4-1
- 658303 - do not forward Host header, it will confuse target Satellite
Mon Nov 29 13:00:00 2010 Miroslav Suchý 1.3.3-1
- 657956 - fix condrestart option (msuchyAATTredhat.com)
Wed Nov 24 13:00:00 2010 Michael Mraka 1.3.2-1
- removed unused imports
Sat Nov 20 13:00:00 2010 Miroslav Suchý 1.3.1-1
- 629552 - Proxy should allow all header from rfc2616 (msuchyAATTredhat.com)
- Bumping package versions for 1.3. (jpazdzioraAATTredhat.com)
Wed Nov 10 13:00:00 2010 Jan Pazdziora 1.2.15-1
- addressing rpmlint error non-standard-dir-perm (msuchyAATTredhat.com)
- fix spelling error (msuchyAATTredhat.com)
- update Makefile to reflect logrotate files rename (msuchyAATTredhat.com)
- rename logrotate/rhn_proxy_redirect to logrotate/rhn-proxy-redirect
(msuchyAATTredhat.com)
- rename logrotate/rhn_proxy_broker to logrotate/rhn-proxy-broker
(msuchyAATTredhat.com)
- mark logrotate.d files as %config(noreplace) (msuchyAATTredhat.com)
- correct description (msuchyAATTredhat.com)
- bumping up epoch in provides - do not self-obsolete (msuchyAATTredhat.com)
- escape entry in changelog (msuchyAATTredhat.com)
Fri Nov 5 13:00:00 2010 Miroslav Suchý 1.2.14-1
- 514253 - file cobbler-proxy.conf should have owner, winner is spacewalk-
proxy-common (msuchyAATTredhat.com)
Wed Nov 3 13:00:00 2010 Jan Pazdziora 1.2.13-1
- remove RootDir (msuchyAATTredhat.com)
Tue Nov 2 13:00:00 2010 Jan Pazdziora 1.2.12-1
- Update copyright years in the rest of the repo.
Fri Oct 29 14:00:00 2010 Jan Pazdziora 1.2.11-1
- removed unused class rhnPackageManagerException (michael.mrakaAATTredhat.com)
Thu Oct 21 14:00:00 2010 Miroslav Suchý 1.2.10-1
- 612581 - spacewalk-backend modules has been migrated to spacewalk namespace
Thu Oct 21 14:00:00 2010 Miroslav Suchý 1.2.9-1
- 641371 - do not read response body if request is HEAD
Mon Oct 18 14:00:00 2010 Jan Pazdziora 1.2.8-1
- code cleanup - it does not have sense to require itself (msuchyAATTredhat.com)
- require policycoreutils due usage of restorecon (msuchyAATTredhat.com)
Wed Oct 13 14:00:00 2010 Miroslav Suchý 1.2.7-1
- 640195 - do not produce warning if directory already exist
(msuchyAATTredhat.com)
Wed Oct 13 14:00:00 2010 Miroslav Suchý 1.2.6-1
- fix typo in macro (msuchyAATTredhat.com)
Wed Oct 13 14:00:00 2010 Miroslav Suchý 1.2.5-1
- 640195 - put upgrade script to %posttrans (msuchyAATTredhat.com)
Wed Oct 13 14:00:00 2010 Jan Pazdziora 1.2.4-1
- bump up version of proxy (msuchyAATTredhat.com)
Mon Oct 4 14:00:00 2010 Michael Mraka 1.2.3-1
- replaced local copy of compile.py with standard compileall module
Wed Sep 1 14:00:00 2010 Miroslav Suchý 1.2.2-1
- 629330 - do not remove /var/cache/rhn/
* during upgrade
- 629330 - do not remove /var/spool/rhn-proxy/list itself, only its content
Tue Aug 31 14:00:00 2010 Justin Sherrill 1.2.1-1
- 629102 - Adding range to the allowed header list for proxy
(jsherrilAATTredhat.com)
- bumping package versions for 1.2 (mzazrivecAATTredhat.com)
Fri Jul 16 14:00:00 2010 Milan Zazrivec 1.1.3-1
- oracle client has been removed from /opt/oracle ages ago
Tue Jun 29 14:00:00 2010 Miroslav Suchý 1.1.2-1
- 609040 - if we request checksum of file, do not sent Range http header
Mon Apr 19 14:00:00 2010 Michael Mraka 1.1.1-1
- merge 2 duplicate byterange module to common.byterange
- bumping spec files to 1.1 packages
- 578854 - read response even if HEADER_CONTENT_LENGTH is not present
Mon Mar 29 14:00:00 2010 Michael Mraka 0.9.3-1
- modified to use mod_wsgi on Fedora 11 and 12
Thu Mar 25 13:00:00 2010 Miroslav Suchy 0.9.1-1
- 566124 - do not distribute jabber configuration file
- user spacewalk-setup-jabberd to configure jabberd
Thu Feb 4 13:00:00 2010 Michael Mraka 0.8.3-1
- updated copyrights
Wed Jan 27 13:00:00 2010 Miroslav Suchy 0.8.2-1
- fix usage of uploadLib, which has been rewriten
- remove python-optik
- no hashlib, no checksums :( (michael.mrakaAATTredhat.com)
Fri Dec 4 13:00:00 2009 Miroslav Suchý 0.8.1-1
- sha256 support
Wed Nov 25 13:00:00 2009 Miroslav Suchý 0.7.2-1
- 499020 - bump up proxy version to 5.3.1 to enable CDN
Thu Aug 20 14:00:00 2009 Miroslav Suchý 0.7.1-1
- 503187 - do not automaticaly download rhn_proxy.conf
- 516624 - allow upgrade proxy using CLI to 5.3 from 5.0
Tue Jul 21 14:00:00 2009 John Matthews 0.6.8-1
- 503187 - rewrite old config during upgrade, old file will be saved as
.rpmorig (msuchyAATTredhat.com)
Mon Jul 6 14:00:00 2009 John Matthews 0.6.7-1
- 509522 - remove conflicts and put provides to spacewalk-proxy-management
(msuchyAATTredhat.com)
Fri Jun 26 14:00:00 2009 John Matthews 0.6.6-1
- fix build error
Thu Jun 25 14:00:00 2009 John Matthews 0.6.5-1
- change comments to docstrings (msuchyAATTredhat.com)
- change comments to docstrings (msuchyAATTredhat.com)
Mon Jun 15 14:00:00 2009 Miroslav Suchy 0.6.4-1
- 503187 - close tag
Wed Jun 10 14:00:00 2009 Miroslav Suchy 0.6.3-1
- 503187 - set MaxRequestsPerChild to 200 (Proxy CLI)
Wed May 6 14:00:00 2009 Miroslav Suchý 0.6.2-1
- 493428 - require spacewalk-proxy-selinux so we can run in permissive mode
Wed Apr 22 14:00:00 2009 jesus m. rodriguez 0.6.1-1
- code cleanup (msuchyAATTredhat.com)
- bump Versions to 0.6.0 (jesusrAATTredhat.com)
- update copyright and licenses (jesusrAATTredhat.com)
Thu Mar 26 13:00:00 2009 Miroslav Suchý 0.5.7-1
- add dependency on httpd
Thu Jan 29 13:00:00 2009 Miroslav Suchý 0.5.6-1
- 482831 - support redirect to Akamai
Wed Jan 21 13:00:00 2009 Miroslav Suchý 0.5.5-1
- fix conflicts with spacewalk-proxy-tools
- management do not need to require specific version of package manager
Tue Jan 20 13:00:00 2009 Miroslav Suchý 0.5.2-1
- 480328 - do not call chkconfig on
- 480326 - do not start services
- 465947 - remove rhn-proxy-debug
- 465947 - remove spacewalk-proxy-tools package
Mon Jan 19 13:00:00 2009 Miroslav Suchý 0.5.1-1
- 480341 - /etc/init.d/rhn-proxy should be in /etc/rc.d/init.d/rhn-proxy
- point Source0 to fedorahosted.org
Wed Jan 14 13:00:00 2009 Miroslav Suchý 0.4.5-1
- own /var/cache/rhn/proxy-auth
- fix typo in broker/rhnBroker.py
Mon Dec 8 13:00:00 2008 Michael Mraka 0.4.3-1
- fixed Obsoletes: rhns-
* < 5.3.0
Tue Nov 25 13:00:00 2008 Miroslav Suchý 0.4.2-1
- 470010 - install spacewalk-proxy-common before the broker
Wed Oct 1 14:00:00 2008 Miroslav Suchý 0.3.3-1
- move rhn-proxy-activate to installer
Mon Sep 22 14:00:00 2008 Devan Goodwin 0.3.2-1
- Correct problems with /var/log/rhn permissions.
Thu Sep 11 14:00:00 2008 Miroslav Suchý 0.3.1-1
- add meaningful exit code to initscript, remove reload, add condrestart
- add LSB header to init script
- do not enable proxy if user previously disabled it
Wed Sep 10 14:00:00 2008 Miroslav Suchý 0.2.3-1
- add rhnAuthProtocol.py back, we still need it
Tue Sep 2 14:00:00 2008 Milan Zazrivec 0.2.2-1
- fix requirements for proxy-broker and proxy-management
Thu Aug 7 14:00:00 2008 Miroslav Suchy 0.1-2
- rename to spacewalk-proxy-
*
- clean up spec
- rewrite descriptions of packages
Thu Jun 19 14:00:00 2008 Miroslav Suchy
- migrating nocpulse home dir (BZ 202614)
Fri Apr 11 14:00:00 2008 Miroslav Suchy
- Extracted rhns-proxy-doc and rhns-proxy-html to separate package.
- removing rhnAuthProtocol, rhnException
Fri Jan 4 13:00:00 2008 Miroslav Suchy
- removing rhns-auth-daemon. We do not use it anymore.
Mon Oct 1 14:00:00 2007 Miroslav Suchy
- removing old rhn-proxy-upgrade
*
Wed Sep 19 14:00:00 2007 Miroslav Suchy
- moving to apache2 from rhel
Wed Aug 22 14:00:00 2007 Miroslav Suchy
- replace rhn_mod_python with mod_python
- replace rhn_mod_ssl with mod_ssl
- we do not use mod_perl any more
Wed Aug 8 14:00:00 2007 Miroslav Suchy
- add byte range support to broker so we can handle local files
Fri Feb 16 13:00:00 2007 Miroslav Suchy
- BZ 228684 squid support for byte range
Wed Dec 13 13:00:00 2006 Miroslav Suchy
- BZ 220436 (tools require perl-DateTime to build)
Tue Dec 12 13:00:00 2006 Miroslav Suchy
- broker require squid