From 0b1f53c54388382ff701d00d3f5eb981ed040f2a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 28 Jul 2022 03:03:20 +0100 Subject: gentoo auto-resync : 28:07:2022 - 03:03:20 --- www-servers/Manifest.gz | Bin 5026 -> 5021 bytes www-servers/varnish/Manifest | 1 - .../files/varnish-6.5.1-autoconf-2.70.patch | 50 --------------------- 3 files changed, 51 deletions(-) delete mode 100644 www-servers/varnish/files/varnish-6.5.1-autoconf-2.70.patch (limited to 'www-servers') diff --git a/www-servers/Manifest.gz b/www-servers/Manifest.gz index 0d2a660f4a11..8808e0377bd8 100644 Binary files a/www-servers/Manifest.gz and b/www-servers/Manifest.gz differ diff --git a/www-servers/varnish/Manifest b/www-servers/varnish/Manifest index 3223f9988920..4e1d8e74b8f2 100644 --- a/www-servers/varnish/Manifest +++ b/www-servers/varnish/Manifest @@ -1,4 +1,3 @@ -AUX varnish-6.5.1-autoconf-2.70.patch 1586 BLAKE2B d408e3d43a49a98bfd7c9e235548f30c042091d90ef943a38fc7d70b757764cb4579f8baefd31510229d8d926f1b2b6f9ca95b916592d463d6e9985b1fc2a727 SHA512 053383ad34d5f12ce47818101c2e9a7f82f6d480d51663bfba9e00bbaa40d7a159faede0d37d877e1c0fb15f57ab4a93447c88264250a7c7cd072250c5736372 AUX varnishd.confd-r4 519 BLAKE2B 18d867add08324ad9ea8b829a747e21c450d6c1f724e18c4318d21ba1647250073d443ea63d721585dc2a274d490a9fb76f14d5e725cc62f483b45be45220463 SHA512 98c8901e53f3c6adb908b9eb01fd441ea53f3c54d4a79aecb1fb1eddfa2fc93de3d0de403a4464a9baff15873b3a20623837e3a37cb225e924a329e32b9e37d6 AUX varnishd.initd-r4 1573 BLAKE2B 79a6583ea337857c58eafcf6dff5cd9646a871116adca6aa5a956bf25b8474394d850afb3c296cc5c920bad0176ca144a486b7202d3a94e7ab7e4688c552be5d SHA512 5ac7867e85cbd721f903c524ed4b524423d9dada4acfeefb0e543214a208828df5cc4efe2f012991bea6b38c2b223c24b17d3890ec4ed2c57d2b441b8e5a6900 AUX varnishd.logrotate-r2 470 BLAKE2B c44ccd8198458031b977e3d0d1b6ef1a0c824554b7b1d9745e6bbbcddb7cf1c9ba23bd72472361bfda803f9691276433f3af422819aa3e6e8e5436f66cc47097 SHA512 51cc6d46ff7439de93977ab87dfb0af399458c1e446475696f73342ae7a0c1a8ca8fc6e79e593659f1af30716a5f8a1ee5e3b1f5e7b35df40b45d47e7b0f2ffd diff --git a/www-servers/varnish/files/varnish-6.5.1-autoconf-2.70.patch b/www-servers/varnish/files/varnish-6.5.1-autoconf-2.70.patch deleted file mode 100644 index beb400620fad..000000000000 --- a/www-servers/varnish/files/varnish-6.5.1-autoconf-2.70.patch +++ /dev/null @@ -1,50 +0,0 @@ -From c6f70f8ca126b34a218248109b78a540d3a4989a Mon Sep 17 00:00:00 2001 -From: Simon Stridsberg -Date: Tue, 12 Jan 2021 15:34:33 +0000 -Subject: [PATCH] Fix autoconf error in version 2.70 - -Fixes #3491 ---- - configure.ac | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) - -diff --git a/configure.ac b/configure.ac -index e44b61fffe..3763b3f34d 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -40,9 +40,9 @@ AC_PROG_INSTALL - AC_ARG_WITH([rst2man], - AS_HELP_STRING([--with-rst2man=PATH], [Location of rst2man (auto)]), - [RST2MAN="$withval"], -- AC_CHECK_PROGS(RST2MAN, -+ [AC_CHECK_PROGS(RST2MAN, - [rst2man-3.6 rst2man-3 rst2man rst2man.py], -- [no])) -+ [no])]) - if test "x$RST2MAN" = "xno"; then - AC_MSG_ERROR( - [rst2man is needed to build Varnish, please install python3-docutils.]) -@@ -51,9 +51,9 @@ fi - AC_ARG_WITH([sphinx-build], - AS_HELP_STRING([--with-sphinx-build=PATH], [Location of sphinx-build (auto)]), - [SPHINX="$withval"], -- AC_CHECK_PROGS(SPHINX, -+ [AC_CHECK_PROGS(SPHINX, - [sphinx-build-3.6 sphinx-build-3 sphinx-build], -- [no])) -+ [no])]) - if test "x$SPHINX" = "xno"; then - AC_MSG_ERROR( - [sphinx-build is needed to build Varnish, please install python3-sphinx.]) -@@ -62,9 +62,9 @@ fi - AC_ARG_WITH([rst2html], - AS_HELP_STRING([--with-rst2html=PATH], [Location of rst2html (auto)]), - [RST2HTML="$withval"], -- AC_CHECK_PROGS(RST2HTML, -+ [AC_CHECK_PROGS(RST2HTML, - [rst2html-3.6 rst2html-3 rst2html rst2html.py], -- "no")) -+ "no")]) - - if test "x$RST2HTML" = "xno"; then - AC_MSG_ERROR( -- cgit v1.2.3