[arch-commits] Commit in varnish/repos/extra-x86_64 (6 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Apr 29 22:27:24 UTC 2021


    Date: Thursday, April 29, 2021 @ 22:27:24
  Author: svenstaro
Revision: 414045

archrelease: copy trunk to extra-x86_64

Added:
  varnish/repos/extra-x86_64/PKGBUILD
    (from rev 414044, varnish/trunk/PKGBUILD)
  varnish/repos/extra-x86_64/varnish.install
    (from rev 414044, varnish/trunk/varnish.install)
  varnish/repos/extra-x86_64/varnish.sysusers
    (from rev 414044, varnish/trunk/varnish.sysusers)
Deleted:
  varnish/repos/extra-x86_64/PKGBUILD
  varnish/repos/extra-x86_64/varnish.install
  varnish/repos/extra-x86_64/varnish.sysusers

------------------+
 PKGBUILD         |  138 ++++++++++++++++++++++++++---------------------------
 varnish.install  |   24 ++++-----
 varnish.sysusers |    4 -
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 22:27:18 UTC (rev 414044)
+++ PKGBUILD	2021-04-29 22:27:24 UTC (rev 414045)
@@ -1,69 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina <ralsina at kde.org>
-
-pkgname=varnish
-pkgver=6.6.0
-pkgrel=1
-pkgdesc="High-performance HTTP accelerator"
-arch=('x86_64')
-url="https://www.varnish-cache.org/"
-license=('BSD')
-depends=('gcc' 'libedit' 'pcre' 'libnsl')
-makedepends=('python-docutils' 'python-sphinx' 'git')
-optdepends=('python: needed for vmod development')
-backup=('etc/varnish/default.vcl')
-install=$pkgname.install
-source=("https://varnish-cache.org/_downloads/varnish-$pkgver.tgz"
-        "git+https://github.com/varnishcache/pkg-varnish-cache.git#commit=711b56b"
-        varnish.sysusers)
-sha512sums=('0f52e94dd866a7cf141f9333a9169b396627f169907acb2d64f18dcac3188f9d9f1e72ea9eb9f2c0c19a5f53df0c90446041eb2b1e52f4756ea257efb329d0d1'
-            'SKIP'
-            'f427da383c3b53a2ef4bad311d24b140976886a1c46afa889fa10c1afaf6c4c3f08684bcba6c170a718f4d6f1ab79e3819247303e1b61adab533189a5d4f79f6')
-
-prepare() {
-  cd "varnish-$pkgver"
-
-  ./autogen.sh
-}
-
-build() {
-  cd "varnish-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var/lib \
-    --sbindir=/usr/bin
-
-  make
-}
-
-check() {
-  cd "varnish-$pkgver"
-
-  make check
-}
-
-package() {
-  cd "varnish-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/pkg-varnish-cache/systemd/varnish.service" "$pkgdir/usr/lib/systemd/system/varnish.service"
-  install -Dm644 "$srcdir/pkg-varnish-cache/systemd/varnishncsa.service" "$pkgdir/usr/lib/systemd/system/varnishncsa.service"
-  install -Dm755 "$srcdir/pkg-varnish-cache/systemd/varnishreload" "$pkgdir/usr/bin/varnishreload"
-  install -Dm755 "$srcdir/pkg-varnish-cache/systemd/varnish.logrotate" "$pkgdir/etc/logrotate.d/varnish"
-
-  # create varnish:varnish user/group
-  install -Dm644 "$srcdir/varnish.sysusers" "$pkgdir/usr/lib/sysusers.d/varnish.conf"
-
-  # config
-  install -Dm644 "etc/example.vcl" "$pkgdir/etc/varnish/default.vcl"
-  install -Dm644 "etc/builtin.vcl" "$pkgdir/usr/share/doc/varnish/builtin.vcl"
-
-  # license
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: varnish/repos/extra-x86_64/PKGBUILD (from rev 414044, varnish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-29 22:27:24 UTC (rev 414045)
@@ -0,0 +1,69 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=varnish
+pkgver=6.6.0
+pkgrel=2
+pkgdesc="High-performance HTTP accelerator"
+arch=('x86_64')
+url="https://www.varnish-cache.org/"
+license=('BSD')
+depends=('gcc' 'libedit' 'pcre' 'libnsl')
+makedepends=('python-docutils' 'python-sphinx' 'git')
+optdepends=('python: needed for vmod development')
+backup=('etc/varnish/default.vcl')
+install=$pkgname.install
+source=("https://varnish-cache.org/_downloads/varnish-$pkgver.tgz"
+        "git+https://github.com/varnishcache/pkg-varnish-cache.git#commit=711b56b"
+        varnish.sysusers)
+sha512sums=('0f52e94dd866a7cf141f9333a9169b396627f169907acb2d64f18dcac3188f9d9f1e72ea9eb9f2c0c19a5f53df0c90446041eb2b1e52f4756ea257efb329d0d1'
+            'SKIP'
+            '1eeeba4ab990c1790495f9ff4625ad37f21e155e08e0c255e09d18c44054f3a59613b81c07d8701610b0b266e5181ae8bbae2523138737f3c4f0e1a6c287bb0c')
+
+prepare() {
+  cd "varnish-$pkgver"
+
+  ./autogen.sh
+}
+
+build() {
+  cd "varnish-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var/lib \
+    --sbindir=/usr/bin
+
+  make
+}
+
+check() {
+  cd "varnish-$pkgver"
+
+  make check
+}
+
+package() {
+  cd "varnish-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/pkg-varnish-cache/systemd/varnish.service" "$pkgdir/usr/lib/systemd/system/varnish.service"
+  install -Dm644 "$srcdir/pkg-varnish-cache/systemd/varnishncsa.service" "$pkgdir/usr/lib/systemd/system/varnishncsa.service"
+  install -Dm755 "$srcdir/pkg-varnish-cache/systemd/varnishreload" "$pkgdir/usr/bin/varnishreload"
+  install -Dm755 "$srcdir/pkg-varnish-cache/systemd/varnish.logrotate" "$pkgdir/etc/logrotate.d/varnish"
+
+  # create varnish:varnish user/group
+  install -Dm644 "$srcdir/varnish.sysusers" "$pkgdir/usr/lib/sysusers.d/varnish.conf"
+
+  # config
+  install -Dm644 "etc/example.vcl" "$pkgdir/etc/varnish/default.vcl"
+  install -Dm644 "etc/builtin.vcl" "$pkgdir/usr/share/doc/varnish/builtin.vcl"
+
+  # license
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: varnish.install
===================================================================
--- varnish.install	2021-04-29 22:27:18 UTC (rev 414044)
+++ varnish.install	2021-04-29 22:27:24 UTC (rev 414045)
@@ -1,12 +0,0 @@
-# remove localstatedir -- compiled VCL and slab files will still be here.
-post_remove() {
-  rm -rf var/lib/varnish
-}
-
-post_upgrade() {
-  if [[ $(vercmp 6.0.0-1 "$2") -eq 1 ]]; then
-    echo ":: You must update your VCL to be compatible with varnish 6. See the"
-    echo "   following upgrade guide to port your configuration:"
-    echo "   http://varnish-cache.org/docs/6.2/whats-new/upgrading-6.2.html"
-  fi
-}

Copied: varnish/repos/extra-x86_64/varnish.install (from rev 414044, varnish/trunk/varnish.install)
===================================================================
--- varnish.install	                        (rev 0)
+++ varnish.install	2021-04-29 22:27:24 UTC (rev 414045)
@@ -0,0 +1,12 @@
+# remove localstatedir -- compiled VCL and slab files will still be here.
+post_remove() {
+  rm -rf var/lib/varnish
+}
+
+post_upgrade() {
+  if [[ $(vercmp 6.0.0-1 "$2") -eq 1 ]]; then
+    echo ":: You must update your VCL to be compatible with varnish 6. See the"
+    echo "   following upgrade guide to port your configuration:"
+    echo "   http://varnish-cache.org/docs/6.2/whats-new/upgrading-6.2.html"
+  fi
+}

Deleted: varnish.sysusers
===================================================================
--- varnish.sysusers	2021-04-29 22:27:18 UTC (rev 414044)
+++ varnish.sysusers	2021-04-29 22:27:24 UTC (rev 414045)
@@ -1,2 +0,0 @@
-u varnish - "Varnish Cache Proxy"
-g varnish -

Copied: varnish/repos/extra-x86_64/varnish.sysusers (from rev 414044, varnish/trunk/varnish.sysusers)
===================================================================
--- varnish.sysusers	                        (rev 0)
+++ varnish.sysusers	2021-04-29 22:27:24 UTC (rev 414045)
@@ -0,0 +1,2 @@
+u varnishlog -:varnish "Varnish Cache Proxy"
+g varnish -



More information about the arch-commits mailing list