SHA256
1
0
forked from pool/haproxy
Commit Graph

340 Commits

Author SHA256 Message Date
Dominique Leuenberger
90ac229117 Accepting request 1198535 from server:http
- Update to version 3.0.4+git0.7a59afa93: (CVE-2024-45506 boo#1229993)

OBS-URL: https://build.opensuse.org/request/show/1198535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=147
2024-09-04 11:23:56 +00:00
5426d47719 - Update to version 3.0.4+git0.7a59afa93: (CVE-2024-45506 boo#1229993)
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=310
2024-09-03 14:12:58 +00:00
Ana Guerrero
4fea0fbd01 Accepting request 1186896 from server:http
- Update to version 3.0.3+git0.95a607c4b:

OBS-URL: https://build.opensuse.org/request/show/1186896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=146
2024-07-12 15:04:30 +00:00
af70820bd2 - refreshed patches:
haproxy-1.6.0-makefile_lib.patch
  haproxy-1.6.0-sec-options.patch

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=309
2024-07-11 14:58:02 +00:00
ebf9c60c92 add new patch to service file
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=308
2024-07-11 14:57:18 +00:00
973cd4eff3 - Update to version 3.0.3+git0.95a607c4b:
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=307
2024-07-11 14:56:27 +00:00
Ana Guerrero
0a688fad95 Accepting request 1183498 from server:http
OBS-URL: https://build.opensuse.org/request/show/1183498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=145
2024-06-27 14:03:48 +00:00
Lars Vogdt
0e4619e65b haproxy 3.0.2
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=306
2024-06-26 21:29:25 +00:00
Ana Guerrero
df29221716 Accepting request 1179720 from server:http
- 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/request/show/1179720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=144
2024-06-11 16:27:29 +00:00
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
Ana Guerrero
7198745188 Accepting request 1177941 from server:http
- AppArmor: allow haproxy to read the files needed for the
  "p post_mortem" support

OBS-URL: https://build.opensuse.org/request/show/1177941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=143
2024-06-03 15:41:34 +00:00
b2ffc054b8 fix typo
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=304
2024-05-31 13:00:07 +00:00
02fdc0cf27 - AppArmor: allow haprox to read the files needed for the "p
post_mortem" support

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=303
2024-05-31 12:09:35 +00:00
Ana Guerrero
c6b4b9911f Accepting request 1177631 from server:http
- 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/request/show/1177631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=142
2024-05-30 13:33:34 +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
Ana Guerrero
7f357eb567 Accepting request 1151945 from server:http
- Update to version 2.9.6+git0.9eafce5dc:

OBS-URL: https://build.opensuse.org/request/show/1151945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=141
2024-02-27 21:47:47 +00:00
d5bbd3f762 Adds haproxy-service.patch
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=301
2024-02-26 19:58:07 +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
deb5095fcd Accepting request 1144067 from home:crameleon:branches:server:http
- Set /run/haproxy as the default PID file and socket location
  (more canonical location for transient files)
- Allow custom stats socket names
  (allows users to define multiple sockets with different access levels as /run/haproxy/stats-*.sock)

OBS-URL: https://build.opensuse.org/request/show/1144067
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=299
2024-02-16 09:26:49 +00:00
Ana Guerrero
c5c1fb4d23 Accepting request 1141253 from server:http
- Update to version 2.9.3+git0.de3ab549a:
  * [RELEASE] Released version 2.9.3
  * BUG/MEDIUM: quic: keylog callback not called (USE_OPENSSL_COMPAT)
  * BUG/MINOR: mux-h2: also count streams for refused ones
  * BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control
  * BUILD: quic: missing include for quic_tp
  * [RELEASE] Released version 2.9.2
  * DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay
  * REGTESTS: add a test to ensure map-ordering is preserved
  * BUG/MINOR: map: list-based matching potential ordering regression
  * CLEANUP: quic: Double quic_dgram_parse() prototype declaration.
  * MINOR: ssl: Update ssl_fc_curve/ssl_bc_curve to use SSL_get0_group_name
  * MINOR: ot: logsrv struct becomes logger
  * MINOR: mux-h2: support limiting the total number of H2 streams per connection
  * BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up
  * BUG/MEDIUM: stconn: Set fsb date if zero-copy forwarding is blocked during nego
  * BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable
  * BUG/MEDIUM: h3: fix incorrect snd_buf return value
  * BUILD: quic: Missing quic_ssl.h header protection
  * CLEANUP: quic: Remaining useless code into server part
  * REGTESTS: check attach-srv out of order declaration
  * MINOR: debug: add features and build options to "show dev"
  * MINOR: global: export a way to list build options
  * CI: use semantic version compare for determing "latest" OpenSSL
  * BUG/MINOR: h3: disable fast-forward on buffer alloc failure
  * BUG/MINOR: h3: close connection on sending alloc errors
  * BUG/MINOR: h3: properly handle alloc failure on finalize
  * MINOR: h3: add traces for connection init stage
  * BUG/MINOR: h3: close connection on header list too big
  * MINOR: h3: check connection error during sending

OBS-URL: https://build.opensuse.org/request/show/1141253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=140
2024-01-25 17:41:00 +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
Ana Guerrero
dcc06e48f0 Accepting request 1137606 from 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/1137606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=139
2024-01-08 22:46:49 +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
Ana Guerrero
b3aa7551fb Accepting request 1134037 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1134037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=138
2023-12-19 22:16:49 +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
Ana Guerrero
baa13dd2f7 Accepting request 1128544 from server:http
- Update to version 2.8.4+git0.a4ebf9d3b:

OBS-URL: https://build.opensuse.org/request/show/1128544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=137
2023-11-24 22:35:00 +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
Ana Guerrero
2a52d311e3 Accepting request 1109628 from server:http
- Update to version 2.8.3+git0.86e043add:

OBS-URL: https://build.opensuse.org/request/show/1109628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=136
2023-09-08 19:15:45 +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
4fae526252 Accepting request 1108068 from home:varkoly:branches:server:http
- Apply upstream patch for the ppc64le issue:
  Add patch:
  0001-IMPORT-xxhash-update-xxHash-to-version-0.8.2.patch 
  Remove patch:
  fix-invalid-parameter-combination-for-AltiVec-intrinsic-__builtin_vec_ld.patch

OBS-URL: https://build.opensuse.org/request/show/1108068
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=291
2023-09-07 22:05:43 +00:00
Ana Guerrero
5d8f2d7a1c Accepting request 1105108 from server:http
- 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/request/show/1105108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=135
2023-08-22 06:56:41 +00:00
afa08a80b8 Accepting request 1105096 from home:varkoly:branches:server:http
- 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/request/show/1105096
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=290
2023-08-21 14:50:13 +00:00
Dominique Leuenberger
494211b865 Accepting request 1103460 from server:http
- Add CVE

OBS-URL: https://build.opensuse.org/request/show/1103460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=134
2023-08-11 13:55:21 +00:00
6f9a534cdf add CVE
OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=289
2023-08-11 09:20:59 +00:00
Dominique Leuenberger
471621db77 Accepting request 1103151 from server:http
- Update to version 2.8.2+git0.61a0f576a: (boo#1214102)

OBS-URL: https://build.opensuse.org/request/show/1103151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=133
2023-08-09 15:26:39 +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
Dominique Leuenberger
31425ad860 Accepting request 1096613 from server:http
- Update to version 2.8.1+git0.a90123aa8:

OBS-URL: https://build.opensuse.org/request/show/1096613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=132
2023-07-04 13:22:18 +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
Dominique Leuenberger
8e662f2fd7 Accepting request 1090094 from server:http
- 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/request/show/1090094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=131
2023-06-01 15:19:32 +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
Dominique Leuenberger
50fef7acf7 Accepting request 1084061 from server:http
- 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

- Add handling for the new startup logs in /dev/shm in the apparmor
  profile

OBS-URL: https://build.opensuse.org/request/show/1084061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=130
2023-05-02 15:08:54 +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
39352592be - Add handling for the new startup logs in /dev/shm in the apparmor
profile

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=282
2023-05-02 10:44:53 +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
Dominique Leuenberger
cad62a5b2e Accepting request 1074952 from server:http
- Update to version 2.7.6+git0.4dadaaafb:

OBS-URL: https://build.opensuse.org/request/show/1074952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=129
2023-03-28 15:51:28 +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