forked from pool/haproxy
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
This commit is contained in:
commit
4fea0fbd01
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">v3.0.2</param>
|
||||
<param name="revision">v3.0.3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-3.0.git/</param>
|
||||
<param name="changesrevision">a45a8e6235853e787e59b13f07355f4729ae3c8e</param>
|
||||
<param name="changesrevision">95a607c4b3af09be2a495b9c2872ea252ccff603</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,8 +1,8 @@
|
||||
Index: haproxy-2.8/Makefile
|
||||
Index: haproxy-3.0/Makefile
|
||||
===================================================================
|
||||
--- haproxy-2.8.orig/Makefile
|
||||
+++ haproxy-2.8/Makefile
|
||||
@@ -750,7 +750,7 @@ ifneq ($(USE_PCRE)$(USE_STATIC_PCRE)$(US
|
||||
--- haproxy-3.0.orig/Makefile
|
||||
+++ haproxy-3.0/Makefile
|
||||
@@ -784,7 +784,7 @@ ifneq ($(USE_PCRE:0=)$(USE_STATIC_PCRE:0
|
||||
PCREDIR := $(shell $(PCRE_CONFIG) --prefix 2>/dev/null || echo /usr/local)
|
||||
ifneq ($(PCREDIR),)
|
||||
PCRE_INC := $(PCREDIR)/include
|
||||
@ -11,7 +11,7 @@ Index: haproxy-2.8/Makefile
|
||||
endif
|
||||
|
||||
PCRE_CFLAGS := $(if $(PCRE_INC),-I$(PCRE_INC))
|
||||
@@ -768,7 +768,7 @@ ifneq ($(USE_PCRE2)$(USE_STATIC_PCRE2)$(
|
||||
@@ -802,7 +802,7 @@ ifneq ($(USE_PCRE2:0=)$(USE_STATIC_PCRE2
|
||||
PCRE2DIR := $(shell $(PCRE2_CONFIG) --prefix 2>/dev/null || echo /usr/local)
|
||||
ifneq ($(PCRE2DIR),)
|
||||
PCRE2_INC := $(PCRE2DIR)/include
|
||||
|
@ -4,11 +4,11 @@ Date: Mon Jun 17 13:00:08 2019 +0000
|
||||
|
||||
SUSE: Makefile sec options
|
||||
|
||||
Index: haproxy-2.8/Makefile
|
||||
Index: haproxy-3.0/Makefile
|
||||
===================================================================
|
||||
--- haproxy-2.8.orig/Makefile
|
||||
+++ haproxy-2.8/Makefile
|
||||
@@ -849,6 +849,35 @@ ifneq ($(TRACE),)
|
||||
--- haproxy-3.0.orig/Makefile
|
||||
+++ haproxy-3.0/Makefile
|
||||
@@ -887,6 +887,35 @@ ifneq ($(TRACE),)
|
||||
COPTS += -finstrument-functions
|
||||
endif
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:070870d42c1a76bc925fd0b4541a92a750c5af861014905e57db2b904f465c46
|
||||
size 4822140
|
3
haproxy-3.0.3+git0.95a607c4b.tar.gz
Normal file
3
haproxy-3.0.3+git0.95a607c4b.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:467c8b85b0b4b1b0eeb7f4893621e1717767083156ba49fcd531cbe815e179eb
|
||||
size 4824237
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 14:57:46 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- refreshed patches:
|
||||
haproxy-1.6.0-makefile_lib.patch
|
||||
haproxy-1.6.0-sec-options.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 14:56:11 UTC 2024 - mrueckert@suse.de
|
||||
|
||||
- Update to version 3.0.3+git0.95a607c4b:
|
||||
* [RELEASE] Released version 3.0.3
|
||||
* BUG/MEDIUM: bwlim: Be sure to never set the analyze expiration date in past
|
||||
* DEV: flags/quic: decode quic_conn flags
|
||||
* BUG/MEDIUM: spoe: Be sure to create a SPOE applet if none on the current thread
|
||||
* BUG/MEDIUM: h1: Reject empty Transfer-encoding header
|
||||
* BUG/MINOR: h1: Reject empty coding name as last transfer-encoding value
|
||||
* BUG/MINOR: h1: Fail to parse empty transfer coding names
|
||||
* BUG/MINOR: jwt: fix variable initialisation
|
||||
* Revert "MEDIUM: init: set default for fd_hard_limit via DEFAULT_MAXFD"
|
||||
* BUG/MEDIUM: peers: Fix crash when syncing learn state of a peer without appctx
|
||||
* DOC: configuration: update maxconn description
|
||||
* MEDIUM: init: set default for fd_hard_limit via DEFAULT_MAXFD
|
||||
* BUG/MINOR: jwt: don't try to load files with HMAC algorithm
|
||||
* BUG/MEDIUM: server: fix race on server_atomic_sync()
|
||||
* DOC: configuration: more details about the master-worker mode
|
||||
* BUG/MEDIUM: hlua/cli: Fix lua CLI commands to work with applet's buffers
|
||||
* BUG/MINOR: promex: Remove Help prefix repeated twice for each metric
|
||||
* BUG/MEDIUM: quic: fix possible exit from qc_check_dcid() without unlocking
|
||||
* BUG/MINOR: quic: fix race-condition on trace for CID retrieval
|
||||
* BUG/MINOR: quic: fix race condition in qc_check_dcid()
|
||||
* BUG/MEDIUM: quic: fix race-condition in quic_get_cid_tid()
|
||||
* BUG/MEDIUM: h3: ensure the ":scheme" pseudo header is totally valid
|
||||
* BUG/MEDIUM: h3: ensure the ":method" pseudo header is totally valid
|
||||
* BUG/MEDIUM: server/dns: prevent DOWN/UP flap upon resolution timeout or error
|
||||
* MINOR: activity: make the memory profiling hash size configurable at build time
|
||||
* BUG/MINOR: server: fix first server template name lookup UAF
|
||||
* DOC: configuration: add details about crt-store in bind "crt" keyword
|
||||
* BUG/MEDIUM: stick-table: Decrement the ref count inside lock to kill a session
|
||||
* BUG/MINOR: hlua: report proper context upon error in hlua_cli_io_handler_fct()
|
||||
* DEV: flags/show-fd-to-flags: adapt to recent versions
|
||||
* BUG/MINOR: quic: fix BUG_ON() on Tx pkt alloc failure
|
||||
* BUG/MINOR: h3: fix BUG_ON() crash on control stream alloc failure
|
||||
* BUG/MINOR: mux-quic: fix crash on qcs SD alloc failure
|
||||
* BUG/MINOR: h3: fix crash on STOP_SENDING receive after GOAWAY emission
|
||||
* DOC: api/event_hdl: small updates, fix an example and add some precisions
|
||||
* SCRIPTS: git-show-backports: do not truncate git-show output
|
||||
* BUG/MAJOR: quic: fix padding with short packets
|
||||
* DOC: management: document ptr lookup for table commands
|
||||
* DOC: configuration: fix alphabetical order of bind options
|
||||
* BUG/MEDIUM: proxy: fix email-alert invalid free
|
||||
* REGTESTS: ssl: fix some regtests 'feature cmd' start condition
|
||||
* DEBUG: hlua: distinguish burst timeout errors from exec timeout errors
|
||||
* BUG/MINOR: log: fix broken '+bin' logformat node option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 16 06:44:56 UTC 2024 - andreas.stieger@gmx.de
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 3.0.2+git0.a45a8e623
|
||||
Version: 3.0.3+git0.95a607c4b
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user