Commit Graph

70 Commits

Author SHA256 Message Date
14c6098d7e - Update to release 7.5.0
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=131
2024-03-26 19:03:20 +00:00
090382cbf5 OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=129 2024-02-06 22:11:08 +00:00
afb54fef80 use sysusers fragment from solanum
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=128
2024-02-06 22:10:52 +00:00
e0f1d84375 Accepting request 1144719 from home:adkorte:branches:server:http
- Use sysuser-tools to generate varnish user

OBS-URL: https://build.opensuse.org/request/show/1144719
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=127
2024-02-06 21:17:42 +00:00
89fe4afca9 Accepting request 1130176 from home:dirkmueller:Factory
- update to 7.4.2 (bsc#1216123, CVE-2023-44487):
  * The ``vcl_req_reset`` feature (controllable through the ``feature``
    parameter, see `varnishd(1)`) has been added and enabled by default
    to terminate client side VCL processing early when the client is
    gone.
    *req_reset* events trigger a VCL failure and are reported to
    `vsl(7)` as ``Timestamp: Reset`` and accounted to ``main.req_reset``
    in `vsc` as visible through ``varnishstat(1)``.
    In particular, this feature is used to reduce resource consumption
    of HTTP/2 "rapid reset" attacks (see below).
    Note that *req_reset* events may lead to client tasks for which no
    VCL is called ever. Presumably, this is thus the first time that
    valid `vcl(7)` client transactions may not contain any ``VCL_call``
    records.
  * Added mitigation options and visibility for HTTP/2 "rapid reset"
    attacks
    Global rate limit controls have been added as parameters, which can
    be overridden per HTTP/2 session from VCL using the new vmod ``h2``:
    * The ``h2_rapid_reset`` parameter and ``h2.rapid_reset()`` function
      define a threshold duration for an ``RST_STREAM`` to be classified
      as "rapid": If an ``RST_STREAM`` frame is parsed sooner than this
      duration after a ``HEADERS`` frame, it is accounted against the
      rate limit described below.
    * The ``h2_rapid_reset_limit`` parameter and
      ``h2.rapid_reset_limit()`` function define how many "rapid" resets
      may be received during the time span defined by the
      ``h2_rapid_reset_period`` parameter / ``h2.rapid_reset_period()``
      function before the HTTP/2 connection is forcibly closed with a
      ``GOAWAY`` and all ongoing VCL client tasks of the connection are
      aborted.

OBS-URL: https://build.opensuse.org/request/show/1130176
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=125
2023-12-01 10:53:55 +00:00
55077aa5c7 - Update to release 7.4.1
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=123
2023-09-21 05:39:19 +00:00
669e7343be - Update to release 7.2.1
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=121
2022-11-09 17:25:08 +00:00
b28be5bc0b Accepting request 1032206 from home:dirkmueller:Factory
- update to 7.2.0:
  * Functions ``VRT_AddVDP()``, ``VRT_AddVFP()``, ``VRT_RemoveVDP()`` and
    ``VRT_RemoveVFP()`` are deprecated.
  * Cookie headers generated by vmod_cookie no longer have a spurious trailing
    semi-colon (``';'``) at the end of the string. This could break VCL relying
    on the previous incorrect behavior.
  * The ``SessClose`` and ``BackendClose`` reason ``rx_body``, which
    previously output ``Failure receiving req.body``, has been rewritten
    to ``Failure receiving body``.
  * Prototypical Varnish Extensions (VEXT). Similar to VMODs, a VEXT is loaded
    by the cache process. Unlike VMODs that have the combined lifetime of all
    the VCLs that reference them, a VEXT has the lifetime of the cache process
    itself. There are no built-in extensions so far.
  * The VCC (compilation) process no longer loads VMODs with ``dlopen(3)`` to
    collect their metadata.
  * Stevedore initialization via the ``.init()`` callback has been moved
    to the worker process.
  * The parameter ``tcp_keepalive_time`` is supported on MacOS.
  * Duration parameters can optionally take a unit, with the same syntax as
    duration units in VCL. Example: ``param.set default_grace 1h``.
  * Calls to ``VRT_CacheReqBody()`` and ``std.cache_req_body`` from outside
    client vcl subs now fail properly instead of triggering an
    assertion failure (3846_).
  * New ``"B"`` string for the package branch in ``VCS_String()``. For the 7.2.0
    version, it would yield the 7.2 branch.
  * The Varnish version and branch are available in ``varnishtest`` through the
    ``${pkg_version}`` and ``${pkg_branch}`` macros.
  * New ``${topsrc}`` macro in ``varnishtest -i`` mode.
  * New ``process pNAME -match-text`` command in ``varnishtest`` to expect
    text matching a regular expression on screen.

OBS-URL: https://build.opensuse.org/request/show/1032206
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=117
2022-10-30 20:01:40 +00:00
e21e452795 Accepting request 1004422 from home:bmwiedemann:branches:server:http
- Fix logrotate
- Add service reload

There is still trouble with systemctl stop varnish that takes too long.

OBS-URL: https://build.opensuse.org/request/show/1004422
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=114
2022-09-18 21:03:45 +00:00
294631b11c - Update to release 7.1.1 [boo#1202350] [CVE-2022-38150]
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=113
2022-08-12 10:34:06 +00:00
b3552e1294 - Update to release 7.1.0 [boo#1195188] [CVE-2022-23959]
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=112
2022-05-16 20:30:08 +00:00
fac46bdf5b enable verbose
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=111
2022-05-16 20:23:07 +00:00
4d5fced114 disable this stupid -Werror crap
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=110
2022-05-16 20:19:45 +00:00
538836357a - Update to release 7.1.0 [boo#1195188]
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=109
2022-05-16 20:11:26 +00:00
2959c7610e - Update to release 6.6.1
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=107
2021-08-06 10:27:56 +00:00
666942b975 Accepting request 903989 from home:dirkmueller:Factory
- update to 6.6.0:
  * very long list of changes, see included changes.rst

OBS-URL: https://build.opensuse.org/request/show/903989
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=105
2021-07-05 09:10:42 +00:00
21bf8cc46c - Update to release 6.5.1
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=104
2020-10-02 12:44:38 +00:00
d2a8f649fc - Update to release 6.5.0
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=103
2020-09-17 08:41:58 +00:00
c88194dd38 - Disable LTO, this randomly fails during link stage.
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=102
2020-06-23 07:35:26 +00:00
3c0f3a9fe4 OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=101 2020-06-09 19:34:14 +00:00
687df1b6bf - Update to release 6.4.0
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=100
2020-03-17 13:01:39 +00:00
052e8a9f7d - Update to release 6.3.2
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=99
2020-02-25 08:53:34 +00:00
03ec8e673a - Update to release 6.3.0
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=98
2019-09-17 11:29:58 +00:00
02d2df51eb - Update to release 6.2.1
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=96
2019-09-04 10:34:38 +00:00
72d601657e - Add uninit.patch.
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=95
2019-08-26 12:35:16 +00:00
4e9dfa9443 OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=94 2019-03-27 11:53:50 +00:00
988dc479c1 rename patch back
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=93
2019-03-27 11:52:29 +00:00
9ef97c1795 Accepting request 689064 from home:Smar:varnish
- Disabled error for clobbering, which caused bogus
  error in varnishtest
- bundle correct libvarnish SO 
- Updated to 6.2.0

OBS-URL: https://build.opensuse.org/request/show/689064
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=91
2019-03-27 10:41:34 +00:00
86028201c9 OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=90 2018-05-02 07:17:36 +00:00
7a114d32f4 OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=89 2018-05-02 07:11:22 +00:00
1e883b5ba4 OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=88 2018-05-02 07:01:46 +00:00
8001f77528 OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=87 2018-05-02 06:52:56 +00:00
b54459f5c7 - Put %fillup back into %post
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=86
2018-05-02 06:47:54 +00:00
7f8cd209b8 - Update to new upstream release 6.0.0
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=84
2018-03-19 22:26:28 +00:00
26eb87f18d Accepting request 544794 from home:RBrownSUSE:branches:server:http
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544794
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=83
2017-11-23 20:44:14 +00:00
690a94e102 Accepting request 506128 from home:1Antoine1:branches:server:http
- Update to version 5.1.2:
- Add varnish-5.1.2-add-fallthrough-comments.patch to fix build
  with GCC 7 (boo#1041259).

OBS-URL: https://build.opensuse.org/request/show/506128
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=82
2017-06-28 08:21:25 +00:00
758fe198b5 Accepting request 495480 from home:dimstar:Factory
Fix current failure on openSUSE:Factory - NOTE: with the introduction of gcc7, this package will be failing again

OBS-URL: https://build.opensuse.org/request/show/495480
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=81
2017-05-16 20:58:09 +00:00
07bd673265 varnish-5.0.0
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=79
2016-09-25 14:08:27 +00:00
86a805f2f6 Accepting request 419852 from home:dimstar:branches:server:http
Fix build on openSUSE:Factory i586

OBS-URL: https://build.opensuse.org/request/show/419852
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=78
2016-08-18 08:46:22 +00:00
f482300e5b varnish-4.1.2
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=77
2016-04-22 14:28:30 +00:00
5c5d470df2 Emit test results on failure
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=75
2016-03-01 12:34:24 +00:00
4312559fea Accepting request 359616 from home:evshmarnev:branches:server:http
- disable silent rules in spec file.
- enable testsuite for varnish.

OBS-URL: https://build.opensuse.org/request/show/359616
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=74
2016-02-16 13:09:08 +00:00
41bfcdbe68 undo some more spec-cleaner changes
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=73
2016-02-16 12:40:47 +00:00
07a078725e feed through spec-beautifier
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=72
2016-02-16 12:38:59 +00:00
85e87699b9 Accepting request 359612 from home:evshmarnev:branches:server:http
- Update to new upstream release 4.1.1
* Improved security features (jails).
* Support for PROXY protocol.
* Warm and cold VCL states.
* Backends defined through VMODs.
* A lot of bugs were fixed. 
- Delete 0001-Fail-fetch-on-malformed-Content-Length-header.patch,
    this issue was fixed in upstream.
- Add 'su varnish varnish' line to varnish.logrotate file.
- Cleanup with spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/359612
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=71
2016-02-16 12:38:34 +00:00
749ca9df99 Use shipped vcl example file, rather than our own
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=70
2015-03-27 20:36:01 +00:00
4f0aaf30f8 Drop init scripts masked by service
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=68
2015-03-27 18:14:08 +00:00
2079fa56a4 varnish-4.0.3
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=67
2015-03-27 10:35:30 +00:00
c3601ed61b Accepting request 212725 from home:danimo:branches:server:http
Updated varnish to 3.0.5. Removed no longer required patches, added mandatory readline dep.

OBS-URL: https://build.opensuse.org/request/show/212725
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=64
2014-01-03 11:24:06 +00:00
0fd5fc57ff add patch for CVE-2013-4484/bnc848451
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=63
2013-11-01 18:55:27 +00:00