126 Commits

Author SHA256 Message Date
879eae3409 remove invalid imported files 2025-08-07 18:28:58 +02:00
1a010af8ac Accepting request 1205851 from server:http
- Update to release 7.6.0

OBS-URL: https://build.opensuse.org/request/show/1205851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=47
2024-10-07 19:49:27 +00:00
43c2c09295 Accepting request 1162360 from server:http
- Update to release 7.5.0

OBS-URL: https://build.opensuse.org/request/show/1162360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=46
2024-03-27 19:42:24 +00:00
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
63a905a041 Accepting request 1144754 from server:http
- Use sysuser-tools to generate varnish user

OBS-URL: https://build.opensuse.org/request/show/1144754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=45
2024-02-07 17:49:17 +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
4368f0cf74 Accepting request 1130193 from server:http
- 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. (forwarded request 1130176 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/1130193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=44
2023-12-01 20:26:34 +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
60f8492851 Accepting request 1112701 from server:http
- Update to release 7.4.1

OBS-URL: https://build.opensuse.org/request/show/1112701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=43
2023-09-21 20:22:50 +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
4795ad8d64 Accepting request 1034895 from server:http
- Update to release 7.2.1

OBS-URL: https://build.opensuse.org/request/show/1034895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=42
2022-11-10 13:22:54 +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
6c4ff67be0 Accepting request 1032578 from server:http
- update to 7.2.0:

OBS-URL: https://build.opensuse.org/request/show/1032578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=41
2022-11-01 12:43:10 +00:00
1400e623ef - Delete varnish-5.1.2-add-fallthrough-comments.patch
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=120
2022-10-31 20:52:26 +00:00
bc21f1ddce wrap lines at the very obvious dashed line
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=119
2022-10-31 11:22:34 +00:00
e540b355c4 curate changelog for the user
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=118
2022-10-30 22:32:15 +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
8f86817197 Accepting request 1005885 from server:http
OBS-URL: https://build.opensuse.org/request/show/1005885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=40
2022-09-26 16:47:56 +00:00
e3091c8697 Accepting request 1005874 from home:bmwiedemann:branches:server:http
- Make reload fail nicely on vcl syntax error
- Set TasksMax=16384 because default thread_pool_max is 5000 so systemd killed varnish on high load

OBS-URL: https://build.opensuse.org/request/show/1005874
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=116
2022-09-25 13:07:01 +00:00
3fa739ef1f Accepting request 1004579 from server:http
OBS-URL: https://build.opensuse.org/request/show/1004579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=39
2022-09-19 14:03:15 +00:00
c765a642a6 Accepting request 1004526 from home:bmwiedemann:branches:server:http
Fix varnish.service stop

OBS-URL: https://build.opensuse.org/request/show/1004526
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=115
2022-09-19 07:18:07 +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
ee1781d47d Accepting request 994770 from server:http
- Update to release 7.1.1 [boo#1202350] [CVE-2022-38150]

OBS-URL: https://build.opensuse.org/request/show/994770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=38
2022-08-12 14:07:07 +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
fddfe5ec29 Accepting request 977601 from server:http
- Update to release 7.1.0 [boo#1195188] [CVE-2022-23959]

OBS-URL: https://build.opensuse.org/request/show/977601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=37
2022-05-17 15:24:29 +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
e1d99d851b Accepting request 935002 from server:http
OBS-URL: https://build.opensuse.org/request/show/935002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=36
2021-12-01 19:47:32 +00:00
68ffb942c8 Accepting request 934999 from home:jsegitz:branches:systemdhardening:server:http
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/934999
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=108
2021-12-01 14:16:09 +00:00
0556c53759 Accepting request 910486 from server:http
- Update to release 6.6.1
  * Fix an HTTP/2.0 request smuggling vulnerability. [bnc#1188470]

OBS-URL: https://build.opensuse.org/request/show/910486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=35
2021-08-06 20:45:02 +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
9cc2de56d5 Accepting request 905813 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/905813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=34
2021-07-12 19:40:28 +00:00
c2469d457f fix mediocre changelog
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=106
2021-07-05 09:19:26 +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
ddcee58629 Accepting request 839157 from server:http
- Update to release 6.5.1

OBS-URL: https://build.opensuse.org/request/show/839157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=33
2020-10-02 15:43:58 +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
1c60446ca1 Accepting request 835135 from server:http
- Update to release 6.5.0

OBS-URL: https://build.opensuse.org/request/show/835135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=32
2020-09-17 13:03:42 +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
aa25c1095a Accepting request 816511 from server:http
- Disable LTO, this randomly fails during link stage.

- Update Git-Web repository link
- Set CFLAGS+=-fcommon.

OBS-URL: https://build.opensuse.org/request/show/816511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=31
2020-06-23 19:06:17 +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
7418cb19e0 Accepting request 785931 from server:http
- Update to release 6.4.0

OBS-URL: https://build.opensuse.org/request/show/785931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=30
2020-03-18 11:39:49 +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
ea61606c88 Accepting request 781116 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/781116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=29
2020-03-04 08:39:41 +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
26d4323c7f Accepting request 731529 from server:http
- Update to release 6.3.0

OBS-URL: https://build.opensuse.org/request/show/731529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=28
2019-09-18 11:12:50 +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
8d2d4126e4 Accepting request 728299 from server:http
- Update to release 6.2.1
  * Bugfix for CVE-2019-15892 [boo#1149382]

OBS-URL: https://build.opensuse.org/request/show/728299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=27
2019-09-05 10:46:25 +00:00
7d5fe14572 OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=97 2019-09-04 13:59:51 +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
2b25bc8cae Accepting request 726298 from server:http
- Add uninit.patch.

OBS-URL: https://build.opensuse.org/request/show/726298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=26
2019-08-27 08:28:33 +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
3a592e4086 Accepting request 689081 from server:http
6.2.0

OBS-URL: https://build.opensuse.org/request/show/689081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=25
2019-03-27 15:22:54 +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
6b658c317f Trim/Add 6.2.0 log
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=92
2019-03-27 10:43:53 +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
54fcbe132f Accepting request 602965 from server:http
- Update to new upstream release 6.0.0

OBS-URL: https://build.opensuse.org/request/show/602965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=24
2018-05-11 12:27:29 +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
b8dc4c26ac OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=85 2018-03-19 22:28:58 +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
27db1bcee4 Accepting request 544987 from server:http
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) (forwarded request 544794 from RBrownSUSE)

OBS-URL: https://build.opensuse.org/request/show/544987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=23
2017-11-24 09:56:32 +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
591031a2c1 Accepting request 506720 from server:http
1

OBS-URL: https://build.opensuse.org/request/show/506720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=22
2017-06-29 13:14:45 +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
7009f95646 Accepting request 495484 from server:http
Fix current failure on openSUSE:Factory - NOTE: with the introduction of gcc7, this package will be failing again (forwarded request 495480 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/495484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=21
2017-05-17 08:55:42 +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
644b9cc733 Accepting request 433078 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/433078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=20
2016-10-04 14:00:50 +00:00
1c25400bdf - The varnishd "-u NNN" option, which may be remaining in
/etc/sysconfig/varnish, has been replaced with "-j unix,user=NNN".

OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=80
2016-09-27 07:56:17 +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
ee9c497c95 Accepting request 419880 from server:http
Fix build on openSUSE:Factory i586 (forwarded request 419852 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/419880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=19
2016-08-20 10:27:10 +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
865cb1165d Accepting request 392907 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/392907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=18
2016-04-30 21:31:50 +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
445ebc51e5 Accepting request 373113 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/373113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=17
2016-03-17 15:34:55 +00:00
2c89b4a955 - Report testsuite failure to build log and make testsuite nonfatal
as there seems to be one swaying test, tests/r01478.vtc.

OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=76
2016-03-08 08:48:26 +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
6499fe9eb3 Accepting request 359622 from server:http
- disable silent rules in spec file.
- enable testsuite for varnish. (forwarded request 359616 from evshmarnev)

OBS-URL: https://build.opensuse.org/request/show/359622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=16
2016-02-17 09:26:45 +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
d28d8edc20 Accepting request 293478 from server:http
- Update to new upstream release 4.0.3

OBS-URL: https://build.opensuse.org/request/show/293478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=15
2015-03-30 17:33:17 +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
4fe9ebeb78 Drop unmaintained init scripts
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=69
2015-03-27 20:31:00 +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
Tomáš Chvátal
cf376d0e54 Accepting request 220760 from server:http
- Updated to 3.0.5

OBS-URL: https://build.opensuse.org/request/show/220760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=13
2014-02-07 10:56:17 +00:00
b9dfe888ab Describe fate of the patch
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=66
2014-02-03 19:00:25 +00:00
a6a6ba8e52 Improve changelog
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=65
2014-01-06 16:53:31 +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
Tomáš Chvátal
edca275d03 Accepting request 205573 from server:http
- Add 0001-Make-up-our-mind-Any-req.-we-receive-from-the-client.patch
  (CVE-2013-4484, bnc#48451)

OBS-URL: https://build.opensuse.org/request/show/205573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=12
2013-11-02 08:07:54 +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
3bb635b81a Remove useless CFLAGS
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=62
2013-10-21 13:31:46 +00:00
Tomáš Chvátal
668c7351b3 Accepting request 203103 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/203103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=11
2013-10-14 07:32:42 +00:00
018e638de7 blabla
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=61
2013-10-06 11:38:00 +00:00
d11bada4ec Disable JIT with patch, the define was overridden by pcre.h (bnc#839358)
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=60
2013-10-04 22:47:06 +00:00
f20657ab31 Disable JIT (bnc#839358)
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=59
2013-10-04 21:49:55 +00:00
Stephan Kulow
eb8ca293f1 Accepting request 137391 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/137391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=8
2012-10-07 18:06:05 +00:00
a30833aec9 Trim changelog
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=58
2012-09-24 03:29:35 +00:00
152801e9de Accepting request 135522 from home:ketheriel:branches:server:http
update to 3.0.3

OBS-URL: https://build.opensuse.org/request/show/135522
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=57
2012-09-24 03:20:34 +00:00
Stephan Kulow
b9e8021716 Accepting request 107492 from server:http
- Update to new upstream release 3.0.2
* Add support for ESI and gzip
* Handle objects larger than 2G
* HTTP Range support is now enabled by default
* "307 Temporary redirect" is now considered cacheable
* see ChangeLog (packaged) or
  http://varnish-cache.org/trac/browser/doc/changes.rst
  for details
- Note that the -s file,/var/cache/varnish,524288 argument (check
  /etc/sysconfig/varnish) needs at least "1M" instead of 524288
  or the daemon will not start anymore.
- Add systemd unit files

OBS-URL: https://build.opensuse.org/request/show/107492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=6
2012-03-12 19:17:17 +00:00
6dbb5e2ecc systemd guards
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=56
2012-02-29 07:32:57 +00:00
d23012279c Add rc symlinks, guard systemd lines
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=55
2012-02-28 15:45:40 +00:00
06d2f47997 Add systemd macros as per http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=54
2012-02-28 14:47:45 +00:00
cdbd881dad systemd unit files
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=53
2012-02-18 01:12:57 +00:00
5fe83bda9c systemd unit files
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=52
2012-02-18 00:56:34 +00:00
d85a0ca41d varnish 3.0.2
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=51
2012-02-08 23:28:53 +00:00
6e7c66d063 Accepting request 95972 from devel:openSUSE:Factory:for-legal
- fix license to be in spdx.org format

OBS-URL: https://build.opensuse.org/request/show/95972
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=50
2011-12-09 04:53:26 +00:00
3f267b0842 Autobuild autoformatter for 67020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=4
2011-06-29 12:26:54 +00:00
f46ecca487 Accepting request 67020 from server:http
OBS-URL: https://build.opensuse.org/request/show/67020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=3
2011-06-29 12:26:44 +00:00
387c352a0f Accepting request 69979 from home:elvigia:branches:server:http
- Varnish Requires a C compiler, the vcl scripts are compiled
  and loaded as DSO.

OBS-URL: https://build.opensuse.org/request/show/69979
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=49
2011-05-10 14:18:49 +00:00
75c7d87f69 with tarballs
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=48
2011-04-27 16:19:51 +00:00
30c7794caf Accepting request 67653 from home:elvigia:branches:server:http
tbr

OBS-URL: https://build.opensuse.org/request/show/67653
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=47
2011-04-27 16:15:53 +00:00
a01483ae9c - only use recommends on sle 10 or newer
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=46
2011-04-15 22:59:54 +00:00
e5736c01a2 - use pkgconfig instead of pkg-config on SLES 9
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=45
2011-04-15 22:38:17 +00:00
bb8d82a2c6 .
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=44
2011-04-15 08:09:03 +00:00
OBS User autobuild
e96c016473 Accepting request 48519 from server:http
Copy from server:http/varnish based on submit request 48519 from user jengelh

OBS-URL: https://build.opensuse.org/request/show/48519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=1
2010-09-23 23:07:49 +00:00
3 changed files with 0 additions and 10 deletions

View File

@@ -1,4 +0,0 @@
mtime: 1728155887
commit: b36281bc31c37580f70fe48a94251b144830a893a05179ea6e3bf924506ed3de
url: https://src.opensuse.org/jengelh/varnish
revision: master

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0528640be7cf4a422b95f7a6bb0f4204a9ab42aa088951ea6e5b1ae7b3711198
size 256

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fca61b983139e1aac61c4546d12a1a3ab9807dbb1d8314571e3148c93ff72b5d
size 4033962