[arch-commits] Commit in varnish/repos/extra-x86_64 (6 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Mar 21 06:52:48 UTC 2020
Date: Saturday, March 21, 2020 @ 06:52:48
Author: svenstaro
Revision: 378030
archrelease: copy trunk to extra-x86_64
Added:
varnish/repos/extra-x86_64/PKGBUILD
(from rev 378029, varnish/trunk/PKGBUILD)
varnish/repos/extra-x86_64/varnish.install
(from rev 378029, varnish/trunk/varnish.install)
varnish/repos/extra-x86_64/varnish.sysusers
(from rev 378029, 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 2020-03-21 06:52:38 UTC (rev 378029)
+++ PKGBUILD 2020-03-21 06:52:48 UTC (rev 378030)
@@ -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.3.2
-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=('0f476c642df834737d446b3bc6ac8afa5981d1de5810dc6e8556eb22b2ca26d64eb531f4ad3332eb86e231a7443fe35393177ec6dbee97a837f405d1aa9d03cd'
- '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 378029, varnish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-21 06:52:48 UTC (rev 378030)
@@ -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.4.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=('cda8f9e1d301a2b79db14685a23e25e36225f37065a1b7f37c5ae12fbb0483be51be9ffcc8ba72c1f65f5a022d1e408825694daed6780e206b9ba91feb2a07a1'
+ '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"
+}
Deleted: varnish.install
===================================================================
--- varnish.install 2020-03-21 06:52:38 UTC (rev 378029)
+++ varnish.install 2020-03-21 06:52:48 UTC (rev 378030)
@@ -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 378029, varnish/trunk/varnish.install)
===================================================================
--- varnish.install (rev 0)
+++ varnish.install 2020-03-21 06:52:48 UTC (rev 378030)
@@ -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 2020-03-21 06:52:38 UTC (rev 378029)
+++ varnish.sysusers 2020-03-21 06:52:48 UTC (rev 378030)
@@ -1,2 +0,0 @@
-u varnish - "Varnish Cache Proxy"
-g varnish -
Copied: varnish/repos/extra-x86_64/varnish.sysusers (from rev 378029, varnish/trunk/varnish.sysusers)
===================================================================
--- varnish.sysusers (rev 0)
+++ varnish.sysusers 2020-03-21 06:52:48 UTC (rev 378030)
@@ -0,0 +1,2 @@
+u varnish - "Varnish Cache Proxy"
+g varnish -
More information about the arch-commits
mailing list