Accepting request 444130 from server:http
Guess using _service and Source: URLs don't mix. (forwarded request 444127 from KGronlund) OBS-URL: https://build.opensuse.org/request/show/444130 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=45
This commit is contained in:
commit
0e3e2e6a0f
4
_service
4
_service
@ -1,9 +1,9 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.6.git</param>
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">haproxy</param>
|
||||
<param name="versionformat">1.6.9</param>
|
||||
<param name="versionformat">1.7.0</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.6.git</param>
|
||||
<param name="changesrevision">ab45181e36b6c4f7d31c5284035937c2d0be37eb</param></service></servicedata>
|
||||
<param name="changesrevision">864bf78c3b6898eb12ece5f0a44032090f26f57f</param></service><service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-1.7.git</param>
|
||||
<param name="changesrevision">5961fb820a9484c0b5ff83583bdeacef0b5d42f0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf7d2fa891d2ae4aa6489fc43a9cadf68c42f9cb0de4801afad45d32e7dda133
|
||||
size 1566715
|
3
haproxy-1.7.0.tar.gz
Normal file
3
haproxy-1.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abdce486f98c024f3df45dade4011caeb925f48129370f4754a45f1623794622
|
||||
size 1728237
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 02 07:31:16 UTC 2016 - kgronlund@suse.com
|
||||
|
||||
- Update to version 1.7.0:
|
||||
* BUG/MEDIUM: proxy: return "none" and "unknown" for unknown LB algos
|
||||
* BUG/MINOR: stats: make field_str() return an empty string on NULL
|
||||
* BUG/MEDIUM: http: Fix tunnel mode when the CONNECT method is used
|
||||
* BUG/MINOR: http: Keep the same behavior between 1.6 and 1.7 for tunneled txn
|
||||
* BUG/MINOR: filters: Protect args in macros HAS_DATA_FILTERS and IS_DATA_FILTER
|
||||
* BUG/MINOR: filters: Invert evaluation order of HTTP_XFER_BODY and XFER_DATA analyzers
|
||||
* BUG/MINOR: http: Call XFER_DATA analyzer when HTTP txn is switched in tunnel mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 02 07:30:49 UTC 2016 - kgronlund@suse.com
|
||||
|
||||
- Update to version 1.6.10:
|
||||
* BUG/MEDIUM: systemd-wrapper: return correct exit codes
|
||||
* BUG/MEDIUM: srv-state: properly restore the DRAIN state
|
||||
* BUG/MINOR: srv-state: allow to have both CMAINT and FDRAIN flags
|
||||
* BUG/MEDIUM: servers: properly propagate the maintenance states during startup
|
||||
* BUG: vars: Fix 'set-var' converter because of a typo
|
||||
* BUG/MEDIUM: channel: bad unlikely macro
|
||||
* CLEANUP: lua: move comment
|
||||
* CLEANUP: lua: control executed twice
|
||||
* CLEANUP: ssl: Fix bind keywords name in comments
|
||||
* DOC: ssl: Use correct wording for ca-sign-pass
|
||||
* BUG/MINOR: stick-table: handle out-of-memory condition gracefully
|
||||
* BUG/MEDIUM: connection: check the control layer before stopping polling
|
||||
* BUG/MEDIUM: stick-table: fix regression caused by recent fix for out-of-memory
|
||||
* CONTRIB: initiate a debugging suite to make debugging easier
|
||||
* BUG/MINOR: cli: properly decrement ref count on tables during failed dumps
|
||||
* BUG/MEDIUM: lua: In some case, the return of sample-fetche is ignored
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 02 16:56:57 UTC 2016 - kgronlund@suse.com
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%bcond_without apparmor
|
||||
|
||||
Name: haproxy
|
||||
Version: 1.6.9
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
@ -66,7 +66,7 @@ BuildRequires: vim
|
||||
%define pkg_home /var/lib/%{pkg_name}
|
||||
#
|
||||
Url: http://www.haproxy.org/
|
||||
Source: http://www.haproxy.org/download/1.6/src/haproxy-%{version}.tar.gz
|
||||
Source: http://www.haproxy.org/download/1.7/src/haproxy-%{version}.tar.gz
|
||||
Source1: %{pkg_name}.init
|
||||
Source2: usr.sbin.haproxy.apparmor
|
||||
Source3: local.usr.sbin.haproxy.apparmor
|
||||
|
Loading…
x
Reference in New Issue
Block a user