Commit Graph

118 Commits

Author SHA256 Message Date
1dd5fe4c8a - Update to version 3.0.1+git0.471a1b2f1:
* [RELEASE] Released version 3.0.1
  * BUG/MINOR: mux-h1: Use the right variable to set NEGO_FF_FL_EXACT_SIZE flag
  * BUG/MAJOR: mux-h1:  Properly copy chunked input data during zero-copy nego
  * BUG/MEDIUM: stconn/mux-h1: Fix suspect change causing timeouts
  * BUG/MINOR: quic: ensure Tx buf is always purged
  * BUG/MINOR: quic: fix computed length of emitted STREAM frames
  * BUG/MEDIUM: ssl: bad auth selection with TLS1.2 and WolfSSL
  * BUG/MEDIUM: ssl: wrong priority whem limiting ECDSA ciphers in ECDSA+RSA configuration
  * BUG/MEDIUM: mux-quic: Don't unblock zero-copy fwding if blocked during nego
  * CLEANUP: hlua: simplify ambiguous lua_insert() usage in hlua_ctx_resume()
  * BUG/MINOR: hlua: fix leak in hlua_ckch_set() error path
  * BUG/MINOR: hlua: prevent LJMP in hlua_traceback()
  * BUG/MINOR: hlua: fix unsafe hlua_pusherror() usage
  * BUG/MINOR: hlua: don't use lua_pushfstring() when we don't expect LJMP
  * CLEANUP: hlua: use hlua_pusherror() where relevant
  * BUG/MINOR: quic: prevent crash on qc_kill_conn()
  * BUG/MEDIUM: mux-quic: Unblock zero-copy forwarding if the txbuf can be released
  * MEDIUM: stconn: Be able to unblock zero-copy data forwarding from done_fastfwd
  * BUG/MEDIUM: h1-htx: Don't state interim responses are bodyless
  * BUG/MINOR: hlua: use CertCache.set() from various hlua contexts
  * DOC: configuration: add an example for keywords from crt-store
  * BUG/MINOR: tools: fix possible null-deref in env_expand() on out-of-memory
  * BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser
  * BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=305
2024-06-10 15:09:36 +00:00
e8295803a1 - Update to version 3.0.0+git0.5590ada47:
https://www.haproxy.com/blog/announcing-haproxy-3-0
  https://www.mail-archive.com/haproxy@formilux.org/msg44993.html

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=302
2024-05-29 17:46:17 +00:00
63f04f452c - Update to version 2.9.6+git0.9eafce5dc:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=300
2024-02-26 19:55:48 +00:00
Peter Varkoly
b4a7079e8d - Build error on ppc64le: include/import/xxhash.h:4148:9: error: invalid parameter combination for AltiVec intrinsic __builtin_vec_ld
Add patch:
  fix-invalid-parameter-combination-for-AltiVec-intrinsic-__builtin_vec_ld.patch

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=298
2024-01-24 13:41:38 +00:00
58e701e72c Accepting request 1133468 from home:varkoly:branches:server:http
- Update to version 2.9.1+git0.f72603ceb:
  * [RELEASE] Released version 2.9.1
  * DOC: config: also add arguments to the converters in the table
  * DOC: config: add arguments to sample fetch methods in the table
  * BUG/MEDIUM: mux-quic: report early error on stream
  * BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty
  * CLEANUP: mux-h1: Fix a trace message about C-L header addition
  * BUG/MEDIUM: mux-h1: Explicitly skip request's C-L header if not set originally
  * BUG/MEDIUM: mux-h1: Cound data from input buf during zero-copy forwarding
  * BUG/MEDIUM: stconn: Block zero-copy forwarding if EOS/ERROR on consumer side
  * BUG/MEDIUM: quic: QUIC CID removed from tree without locking
  * MINOR: version: mention that it's stable now
  * BUG/MINOR: ext-check: cannot use without preserve-env
  * BUG/MEDIUM: map/acl: pat_ref_{set,delete}_by_id regressions
  * BUILD: ssl: update types in wolfssl cert selection callback
  * BUG/MEDIUM: quic: Possible buffer overflow when building TLS records
  * BUG/MINOR: mworker/cli: fix set severity-output support
  * DOC: configuration: typo req.ssl_hello_type
  * BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA)
  * BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate
  * MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback
  * BUG/MINOR: ssl: Double free of OCSP Certificate ID

OBS-URL: https://build.opensuse.org/request/show/1133468
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=297
2024-01-08 16:51:45 +00:00
abcc1a4531 post bump cleanup and replace changes entry with something more useful
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=296
2023-12-12 12:14:19 +00:00
902f8b703a Accepting request 1132452 from home:dirkmueller:Factory
- Update to version 2.9.0+git0.fddb8c13b:
  * [RELEASE] Released version 2.9.0
  * DOC: management: update stream vs session
  * BUG/MEDIUM: peers: fix partial message decoding
  * DOC: management: fix two latest typos (optionally, exception)
  * DOC: config: fix typo abandonned -> abandoned
  * DOC: config: clarify session vs stream
  * DOC: config: add a few more differences between HTTP/1 and 2+
  * DOC: config: update the reminder on the HTTP model and add some terminology
  * MINOR: mux-quic: Disable zero-copy forwarding for send by default
  * MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding

  0001-IMPORT-xxhash-update-xxHash-to-version-0.8.2.patch
- reenable the pcre jit after the last change
- use parallel build
- Ensure haproxy home directory is not world readable (bsc#1077716)
- Add dependency on apparmor-profiles (bsc#1079985)
- License is now GPL-3.0+ and LGPL-2.1+
  - 0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch
  - 0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch
  - 0001-BUG-MEDIUM-systemd-set-KillMode-to-mixed.patch
- Install vim file to a more appropriate location
- added pre macro for systemd service file

OBS-URL: https://build.opensuse.org/request/show/1132452
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=295
2023-12-12 12:12:49 +00:00
a5bcd0500e - Update to version 2.8.5+git0.aaba8d090:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=294
2023-12-07 14:28:57 +00:00
19b032634f - Update to version 2.8.4+git0.a4ebf9d3b:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=293
2023-11-24 11:33:10 +00:00
3f3db25233 - Update to version 2.8.3+git0.86e043add:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=292
2023-09-07 22:11:31 +00:00
afff624ede - Update to version 2.8.2+git0.61a0f576a: (boo#1214102)
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=288
2023-08-09 12:34:30 +00:00
bd5b57f044 - Update to version 2.8.1+git0.a90123aa8:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=287
2023-07-03 14:53:47 +00:00
25645e3c7a cleanup
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=286
2023-05-31 20:25:41 +00:00
d9259c4a6e minimize servicedata
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=285
2023-05-31 20:25:13 +00:00
0d50066a3d - Refreshed patches to apply cleanly again:
haproxy-1.6.0-makefile_lib.patch
  haproxy-1.6.0-sec-options.patch
- Updated series file: removed outdated patches

- Update to version 2.8.0+git0.fdd8154ed:
  https://www.mail-archive.com/haproxy@formilux.org/msg43600.html

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=284
2023-05-31 19:13:18 +00:00
0722f0d7b0 - Update to version 2.7.8+git0.58c657f26:
* [RELEASE] Released version 2.7.8
  * MINOR: listener: remove the now useless LI_F_QUIC_LISTENER flag

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=283
2023-05-02 14:07:12 +00:00
d8afdda1ba - Update to version 2.7.7+git0.feedf1414:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=281
2023-05-02 10:00:52 +00:00
8d883ba403 - Update to version 2.7.6+git0.4dadaaafb:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=280
2023-03-28 10:04:02 +00:00
3d5eea5029 - Update to version 2.7.5+git0.8d230219e:
* [RELEASE] Released version 2.7.5
  * OPTIM: mux-h1: limit first read size to avoid wrapping
  * BUG/MAJOR: qpack: fix possible read out of bounds in static table
  * BUG/MINOR: sock_unix: match finalname with tempname in sock_unix_addrcmp()
  * BUG/MINOR: protocol: fix minor memory leak in protocol_bind_all()
  * BUG/MINOR: proto_ux: report correct error when bind_listener fails
  * BUG/MEDIUM: spoe: Don't set the default traget for the SPOE agent frontend
  * BUG/MINOR: mux-h2: Fix possible null pointer deref on h2c in _h2_trace_header()
  * MEDIUM: mux-h2/trace: add tracing support for headers
  * MINOR: h2: add h2_phdr_to_ist() to make ISTs from pseudo headers
  * MEDIUM: bwlim: Support constants limit or period on set-bandwidth-limit actions
  * BUG/MEDIUM: listener: duplicate inherited FDs if needed
  * BUG/MINOR: quic: Missing STREAM frame data pointer updates
  * BUG/MINOR: mux-h2: set CO_SFL_STREAMER when sending lots of data
  * BUG/MEDIUM: mux-h2: only restart sending when mux buffer is decongested
  * MINOR: buffer: add br_single() to check if a buffer ring has more than one buf
  * BUG/MINOR: mux-h2: make sure the h2c task exists before refreshing it
  * BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list
  * BUG/MINOR: quic: Missing STREAM frame length updates
  * BUG/MINOR: tcp_sample: fix a bug in fc_dst_port and fc_dst_is_local sample fetches
  * BUG/MEDIUM: mux-h1: Don't block SE_FL_ERROR if EOS is not reported on H1C
  * DEBUG: ssl-sock/show_fd: Display SSL error code
  * DEBUG: cli/show_fd: Display connection error code
  * BUG/MEDIUM: resolvers: Properly stop server resolutions on soft-stop
  * BUG/MEDIUM: proxy: properly stop backends on soft-stop
  * BUG/MINOR: mux-h1: Don't report an H1C error on client timeout
  * BUG/MEDIUM: mux-pt: Set EOS on error on sending path if read0 was received

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=279
2023-03-17 16:43:33 +00:00
9ed740ffdd - switch to autopatch to simplify patch handling
- Update to version 2.7.4+git0.d28541d1f:

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=278
2023-03-12 12:31:11 +00:00
e585b25a30 - Update to version 2.7.3+git0.1065b1000: (boo#1208132 CVE-2023-25725)
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=277
2023-02-14 16:34:41 +00:00
f7d60da977 - Update to version 2.7.1+git0.3e4af0ed7:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=276
2022-12-25 06:02:30 +00:00
4ab0507fcf - Update to version 2.7.0+git0.437fd289f:
https://www.haproxy.com/blog/announcing-haproxy-2-7/

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=274
2022-12-01 15:28:45 +00:00
44022b3ab7 - Update to version 2.6.6+git0.274d1a4df:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=271
2022-09-26 13:20:26 +00:00
90554ff6aa Accepting request 1004374 from home:dirkmueller:Factory
- Update to version 2.6.5+git0.987a4e248:
  * [RELEASE] Released version 2.6.5
  * BUG/MINOR: http-act: initialize http fmt head earlier
  * MINOR: debug: report applet pointer and handler in crashes when known
  * DEBUG: stream: minor rearrangement of a few fields in struct stream.
  * BUG/MINOR: mux-fcgi: fix the "show fd" dest buffer for the subscriber
  * BUG/MINOR: mux-h1: fix the "show fd" dest buffer for the subscriber
  * BUG/MINOR: mux-h2: fix the "show fd" dest buffer for the subscriber
  * BUG/MINOR: httpclient: keep-alive was accidentely disabled
  * BUG/MEDIUM: httpclient: always detach the caller before self-killing
  * BUG/MINOR: h2: properly set the direction flag on HTX response
  * BUG/MINOR: quic: Frames leak during retransmissions
  * MINOR: quic: Trace typo fix in qc_release_frm()
  * MINOR: quic: Add TX frames addresses to traces to several trace events
  * BUG/MINOR: quic: Do not ack when probing
  * MINOR: backend: always satisfy the first req reuse rule with l7 retries
  * BUG/MEDIUM: mux-h1: always use RST to kill idle connections in pools
  * REGTESTS: http_request_buffer: Add a barrier to not mix up log messages
  * BUG/MINOR: regex: Properly handle PCRE2 lib compiled without JIT support
  * BUILD: debug: make sure debug macros are never empty
  * CLEANUP: exclude haring with .gitignore
  * DEV: haring: support remapping LF in contents with CR VT
  * DEV: haring: add a simple utility to read file-backed rings
  * MINOR: sink/ring: rotate non-empty file-backed contents only
  * MINOR: ring: archive a previous file-backed ring on startup
  * BUILD: sink: replace S_IRUSR, S_IWUSR with their octal value
  * MINOR: ring: add support for a backing-file
  * MINOR: ring: support creating a ring from a linear area
  * BUILD: ring: forward-declare struct appctx to avoid a build warning
  * BUG/MINOR: ssl: leak of ckch_inst_link in ckch_inst_free() v2

OBS-URL: https://build.opensuse.org/request/show/1004374
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=270
2022-09-26 12:04:39 +00:00
9f75067d28 - Update to version 2.6.4+git0.2a2078cba:
* [RELEASE] Released version 2.6.4
  * BUG/MAJOR: mworker: fix infinite loop on master with no proxies.
  * BUG/MINOR: ssl/cli: error when the ca-file is empty

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=269
2022-08-22 13:30:08 +00:00
f5c09f6b08 - Update to version 2.6.3+git0.76f187b36:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=268
2022-08-19 16:10:25 +00:00
3528fca25f Accepting request 991595 from home:dirkmueller:Factory
- Update to version 2.6.2+git0.16a3646fd:
  * [RELEASE] Released version 2.6.2
  * BUG/MINOR: backend: Fallback on RR algo if balance on source is impossible
  * BUILD: quic: fix anonymous union for gcc-4.4
  * BUG/MEDIUM: stconn: Only reset connect expiration when processing backend side
  * BUILD: add detection for unsupported compiler models
  * BUG/MEDIUM: mworker: proc_self incorrectly set crashes upon reload
  * BUG/MAJOR: mux_quic: fix invalid PROTOCOL_VIOLATION on POST data overlap
  * BUG/MINOR: mworker/cli: relative pid prefix not validated anymore
  * BUG/MINOR: quic: do not send CONNECTION_CLOSE_APP in initial/handshake
  * BUG/MINOR: tools: fix statistical_prng_range()'s output range
  * BUG/MINOR: ssl: allow duplicate certificates in ca-file directories
  * BUG/MINOR: resolvers: shut off the warning for the default resolvers
  * MINOR: resolvers: resolvers_destroy() deinit and free a resolver
  * BUG/MEDIUM: tools: avoid calling dlsym() in static builds (try 2)
  * BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX
  * BUG/MEDIUM: tools: avoid calling dlsym() in static builds
  * BUG/MINOR: debug: enter ha_panic() only once
  * BUG/MEDIUM: cli/threads: make "show threads" more robust on applets
  * BUG/MINOR: quic: fix closing state on NO_ERROR code sent
  * BUG/MEDIUM: mux-quic: fix server chunked encoding response
  * CLEANUP: h2: Typo fix in h2_unsubcribe() traces
  * MINOR: qpack: properly handle invalid dynamic table references
  * MINOR: h3: handle errors on HEADERS parsing/QPACK decoding
  * MINOR: h3: add h3c pointer into h3s instance
  * BUG/MINOR: mux-quic: do not signal FIN if gap in buffer
  * MINOR: ncbuf: implement ncb_is_fragmented()
  * MINOR: quic: Increase the QUIC connections RX buffer size (upto 64Kb)
  * MINOR: quic: Improvements for the datagrams receipt
  * MINOR: task: Add tasklet_wakeup_after()

OBS-URL: https://build.opensuse.org/request/show/991595
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=267
2022-07-28 21:02:04 +00:00
6348412bb9 Accepting request 988057 from home:elimat:branches:server:http
- Update to version 2.6.1+git0.f6ca66d44:
  * [RELEASE] Released version 2.6.1
  * REGTESTS: ssl: add the same cert for client/server
  * BUG/MEDIUM: mworker: use default maxconn in wait mode
  * BUG/MINOR: quic: Acknowledgement must be forced during handshake
  * BUG/MEDIUM: ssl/cli: crash when crt inserted into a crt-list
  * BUG/MINOR: quic: free rejected Rx packets
  * BUG/MINOR: quic: purge conn Rx packet list on release
  * BUG/MINOR: quic_stats: Duplicate "quic_streams_data_blocked_bidi" field name
  * BUG/MINOR: quic: Unexpected half open connection counter wrapping
  * BUG/MINOR: log: Properly test connection retries to fix dontlog-normal option
  * MINOR: stream: Rely on stconn flags to abort stream destructive upgrade
  * BUG/MEDIUM: stream: Properly handle destructive client connection upgrades
  * BUG/MINOR: task: fix thread assignment in tasklet_kill()
  * BUG/MINOR: quic: Wrong PTO calculation
  * BUG/MINOR: quic: Stop hardcoding Retry packet Version field
  * BUG/BUILD: h3: fix wrong label name
  * BUG/MINOR: h3/qpack: deal with too many headers
  * MINOR: qpack: add comments and remove a useless trace
  * BUG/MINOR: qpack: support header litteral name decoding
  * BUG/MEDIUM: mux-quic: fix segfault on flow-control frame cleanup
  * BUG/MEDIUM: cli: Notify cli applet won't consume data during request processing
  * BUG/MEDIUM: stconn: Don't wakeup applet for send if it won't consume data
  * BUG/MINOR: tcp-rules: Make action call final on read error and delay expiration
  * BUG/MINOR: mux-quic: fix memleak on frames rejected by transport
  * BUG/MEDIUM: mux-quic: fix flow control connection Tx level
  * BUG/MINOR: cli/stats: add missing trailing LF after "show info json"
  * BUG/MINOR: server: do not enable DNS resolution on disabled proxies
  * BUG/MINOR: cli/stats: add missing trailing LF after JSON outputs
  * BUG/MINOR: h3: fix frame type definition
  * REGTESTS: healthcheckmail: Relax health-check failure condition
  * REGTESTS: healthcheckmail: Update the test to be functionnal again
  * BUG/MINOR: checks: Properly handle email alerts in trace messages
  * BUG/MINOR: trace: Test server existence for health-checks to get proxy
  * BUG/MEDIUM: mailers: Set the object type for check attached to an email alert
  * BUILD: compiler: implement unreachable for older compilers too
  * REGTESTS: restrict_req_hdr_names: Extend supported versions
  * REGTESTS: http_abortonclose: Extend supported versions
  * BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_crlfile I/O handler
  * BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cafile I/O handler
  * BUG/MINOR: ssl_ckch: Fix possible uninitialized value in show_cert I/O handler
  * BUG/MINOR: ssl_ckch: Init right field when parsing "commit ssl crl-file" cmd
  * BUG/MINOR: ssl_ckch: Dump cert transaction only once if show command yield
  * BUG/MINOR: ssl_ckch: Dump CA transaction only once if show command yield
  * BUG/MINOR: ssl_ckch: Dump CRL transaction only once if show command yield
  * BUG/MINOR: ssl_ckch: Use right type for old entry in show_crlfile_ctx
  * REGTESTS: http_request_buffer: Increase client timeout to wait "slow" clients
  * REGTESTS: abortonclose: Add a barrier to not mix up log messages
  * MEDIUM: httpclient: Don't close CLI applet at the end of a response
  * MEDIUM: http-ana: Always report rewrite failures as PRXCOND in logs
  * BUG/MEDIUM: httpclient: Rework CLI I/O handler to handle full buffer cases
  * BUG/MEDIUM: httpclient: Don't remove HTX header blocks before duplicating them
  * BUG/MEDIUM: ssl/crt-list: Rework 'add ssl crt-list' to handle full buffer cases
  * BUG/MEDIUM: ssl_ckch: Rework 'commit ssl ca-file' to handle full buffer cases
  * BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handle full buffer cases
  * BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a CA/CRL entry
  * BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a cert entry
  * BUG/MEDIUM: ssl_ckch: Don't delete CA/CRL entry if it is being modified
  * BUG/MEDIUM: ssl_ckch: Don't delete a cert entry if it is being modified
  * BUG/MINOR: ssl_ckch: Free error msg if commit changes on a CA/CRL entry fails
  * BUG/MINOR: ssl_ckch: Free error msg if commit changes on a cert entry fails

OBS-URL: https://build.opensuse.org/request/show/988057
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=266
2022-07-20 13:06:37 +00:00
1b9d0c4fc0 - Update to version 2.6.0+git0.a1efc048b:
https://www.mail-archive.com/haproxy@formilux.org/msg42371.html
- refreshed patches
  - haproxy-1.6.0-makefile_lib.patch
  - haproxy-1.6.0-sec-options.patch
  - haproxy-1.6.0_config_haproxy_user.patch
  - lua54.patch

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=265
2022-05-31 16:03:09 +00:00
1b2148db56 - Update to version 2.5.7+git0.2ef551d02:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=264
2022-05-13 15:05:48 +00:00
e7ae44ed03 - Update to version 2.5.6+git0.ba44b4312:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=263
2022-04-26 22:10:21 +00:00
2eb2200b6b - Update to version 2.5.5+git0.384c5c59a:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=262
2022-03-14 17:11:47 +00:00
dc820ede31 - Update to version 2.5.4+git0.e55ab4208:
* [RELEASE] Released version 2.5.4
  * BUG/MEDIUM: stream: Abort processing if response buffer allocation fails
  * CI: github: enable pool debugging by default
  * REGTESTS: fix the race conditions in 40be_2srv_odd_health_checks
  * BUG/MINOR: proxy: preset the error message pointer to NULL in parse_new_proxy()
  * DOC: Fix usage/examples of deprecated ACLs
  * BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer
  * BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer
  * BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=261
2022-02-25 16:22:53 +00:00
d6dc3f675d - Update to version 2.5.3+git0.abf078b15:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=257
2022-02-18 21:47:48 +00:00
beaec7a986 - Update to version 2.5.1+git0.86b093a51:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=255
2022-01-11 17:22:09 +00:00
35ad665cc8 - Update to version 2.5.0+git0.f2e0833f1:
https://www.mail-archive.com/haproxy@formilux.org/msg41508.html
- refreshed patches to apply cleanly again
  haproxy-1.6.0-sec-options.patch
  haproxy-1.6.0_config_haproxy_user.patch
  lua54.patch

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=254
2021-11-23 16:47:06 +00:00
8bb11b8817 - Update to version 2.4.8+git0.d1f8d41e0:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=253
2021-11-03 16:42:10 +00:00
375ea722aa - Update to version 2.4.7+git0.b5e51a5e2:
* [RELEASE] Released version 2.4.7
  * BUG/MEDIUM: http-ana: Clear request analyzers when applying redirect rule

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=252
2021-10-04 13:18:40 +00:00
b389c9324c - Update to version 2.4.6+git0.d83fd76a1:
* [RELEASE] Released version 2.4.6
  * BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=251
2021-10-04 10:25:16 +00:00
aaa5f3bebd - Update to version 2.4.5+git0.e74a1b34b:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=250
2021-10-01 16:45:41 +00:00
67809aa6e7 - Update to version 2.4.4+git0.acb1d0bea: CVE-2021-40346 (boo#1189877)
* [RELEASE] Released version 2.4.4
  * Revert "BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive"
  * BUG/MAJOR: htx: fix missing header name length check in htx_add_header/trailer
  * CLEANUP: htx: remove comments about "must be < 256 MB"
  * BUG/MINOR: config: reject configs using HTTP with bufsize >= 256 MB
  * DOC: configuration: remove wrong tcp-request examples in tcp-response
  * BUG/MINOR: vars: fix set-var/unset-var exclusivity in the keyword parser
  * CLEANUP: Add missing include guard to signal.h
  * BUG/MINOR: tools: Fix loop condition in dump_text()
  * BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time
  * BUG/MINOR: ebtree: remove dependency on incorrect macro for bits per long
  * MINOR: time: add report_idle() to report process-wide idle time
  * BUG/MINOR: time: fix idle time computation for long sleeps
  * BUG/MINOR: lua: use strlcpy2() not strncpy() to copy sample keywords
  * MINOR: compiler: implement an ONLY_ONCE() macro
  * BUG/MINOR: base64: base64urldec() ignores padding in output size check
  * BUG/MEDIUM: base64: check output boundaries within base64{dec,urldec}
  * BUG/MINOR: stick-table: fix the sc-set-gpt* parser when using expressions
  * MINOR: hlua: take the global Lua lock inside a global function
  * REGTESTS: abortonclose: after retries, 503 is expected, not close
  * REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2
  * BUG/MEDIUM: h2: match absolute-path not path-absolute for :path

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=249
2021-09-07 15:46:15 +00:00
a34696f427 - Update to version 2.4.3+git0.4dd5a5a6c: (boo#1189366)
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=247
2021-08-17 16:02:03 +00:00
341822f8b5 - Update to version 2.4.2+git0.553dee326:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=246
2021-07-07 23:32:24 +00:00
debd37458a - Update to version 2.4.1+git0.1ce7d4925:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=245
2021-06-17 16:39:25 +00:00
ecc24395b9 - Update to version 2.4.0+git0.6cbbecf09:
https://www.haproxy.com/blog/announcing-haproxy-2-4/
  
  for all the details see /usr/share/doc/packages/haproxy/CHANGELOG
- refreshed patches to apply cleanly again
  haproxy-1.6.0-makefile_lib.patch
  haproxy-1.6.0-sec-options.patch
  lua54.patch

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=244
2021-05-14 10:30:30 +00:00
b6784f8e37 - Update to version 2.3.10+git0.4764f0e4e:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=243
2021-04-23 20:36:22 +00:00
6cbf653a6b - Update to version 2.3.9+git1.afb63bc04:
* BUILD: backend: fix build breakage in idle conn locking fix
  * [RELEASE] Released version 2.3.9
  * BUG/MEDIUM: time: make sure to always initialize the global tick
  * BUG/MINOR: stats: Apply proper styles in HTML status page.
  * BUG/MINOR: payload: Wait for more data if buffer is empty in payload/payload_lv
  * MEDIUM: backend: use a trylock to grab a connection on high FD counts as well
  * BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=242
2021-03-30 17:49:45 +00:00
e43173f9d3 - Update to version 2.3.8+git0.e572195c7:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=241
2021-03-25 15:52:05 +00:00
4ccae67e36 - Update to version 2.3.7+git0.2d39ce334:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=240
2021-03-16 15:27:56 +00:00