Date: Thursday, October 9, 2014 @ 13:58:57 Author: dreisner Revision: 224144
archrelease: copy trunk to extra-i686, extra-x86_64 Added: varnish/repos/extra-i686/PKGBUILD (from rev 224143, varnish/trunk/PKGBUILD) varnish/repos/extra-i686/varnish-vcl-reload (from rev 224143, varnish/trunk/varnish-vcl-reload) varnish/repos/extra-i686/varnish.install (from rev 224143, varnish/trunk/varnish.install) varnish/repos/extra-i686/varnish.service (from rev 224143, varnish/trunk/varnish.service) varnish/repos/extra-x86_64/PKGBUILD (from rev 224143, varnish/trunk/PKGBUILD) varnish/repos/extra-x86_64/varnish-vcl-reload (from rev 224143, varnish/trunk/varnish-vcl-reload) varnish/repos/extra-x86_64/varnish.install (from rev 224143, varnish/trunk/varnish.install) varnish/repos/extra-x86_64/varnish.service (from rev 224143, varnish/trunk/varnish.service) Deleted: varnish/repos/extra-i686/PKGBUILD varnish/repos/extra-i686/varnish-vcl-reload varnish/repos/extra-i686/varnish.install varnish/repos/extra-i686/varnish.service varnish/repos/extra-x86_64/PKGBUILD varnish/repos/extra-x86_64/varnish-vcl-reload varnish/repos/extra-x86_64/varnish.install varnish/repos/extra-x86_64/varnish.service ---------------------------------+ /PKGBUILD | 104 ++++++++++++++++++++++++++++++++++++++ /varnish-vcl-reload | 40 ++++++++++++++ /varnish.install | 28 ++++++++++ /varnish.service | 30 ++++++++++ extra-i686/PKGBUILD | 52 ------------------- extra-i686/varnish-vcl-reload | 20 ------- extra-i686/varnish.install | 14 ----- extra-i686/varnish.service | 15 ----- extra-x86_64/PKGBUILD | 52 ------------------- extra-x86_64/varnish-vcl-reload | 20 ------- extra-x86_64/varnish.install | 14 ----- extra-x86_64/varnish.service | 15 ----- 12 files changed, 202 insertions(+), 202 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2014-10-09 11:58:21 UTC (rev 224143) +++ extra-i686/PKGBUILD 2014-10-09 11:58:57 UTC (rev 224144) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Dave Reisner <dreis...@archlinux.org> -# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org> -# Contributor: Douglas Soares de Andrade -# Contributor: Roberto Alsina <rals...@kde.org> - -pkgname=varnish -pkgver=4.0.1 -pkgrel=1 -pkgdesc="High-performance HTTP accelerator" -arch=('i686' 'x86_64') -url="http://www.varnish-cache.org/" -license=('BSD') -depends=('gcc' 'libedit' 'pcre') -makedepends=('python-docutils') -optdepends=('python: needed for vmod development') -backup=('etc/varnish/default.vcl') -install=$pkgname.install -source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz" - varnish-vcl-reload - varnish.service) -md5sums=('53e272f448b2109ab370e03d794a243f' - '03196dee7fc68e75069393d52c370762' - '699d118a069c2e63e49c81f275ce2658') - -build() { - cd "$pkgname-$pkgver" - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --sbindir=/usr/bin - - make -} - -package() { - cd "$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install - - install -m755 "$srcdir/varnish-vcl-reload" "$pkgdir/usr/bin" - install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service" - - # 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-i686/PKGBUILD (from rev 224143, varnish/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-10-09 11:58:57 UTC (rev 224144) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Dave Reisner <dreis...@archlinux.org> +# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org> +# Contributor: Douglas Soares de Andrade +# Contributor: Roberto Alsina <rals...@kde.org> + +pkgname=varnish +pkgver=4.0.2 +pkgrel=1 +pkgdesc="High-performance HTTP accelerator" +arch=('i686' 'x86_64') +url="http://www.varnish-cache.org/" +license=('BSD') +depends=('gcc' 'libedit' 'pcre') +makedepends=('python-docutils') +optdepends=('python: needed for vmod development') +backup=('etc/varnish/default.vcl') +install=$pkgname.install +source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz" + varnish-vcl-reload + varnish.service) +md5sums=('bf86f3630605c273b1bbadbbe518237a' + '03196dee7fc68e75069393d52c370762' + '699d118a069c2e63e49c81f275ce2658') + +build() { + cd "$pkgname-$pkgver" + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --sbindir=/usr/bin + + make +} + +package() { + cd "$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install + + install -m755 "$srcdir/varnish-vcl-reload" "$pkgdir/usr/bin" + install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service" + + # 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: extra-i686/varnish-vcl-reload =================================================================== --- extra-i686/varnish-vcl-reload 2014-10-09 11:58:21 UTC (rev 224143) +++ extra-i686/varnish-vcl-reload 2014-10-09 11:58:57 UTC (rev 224144) @@ -1,20 +0,0 @@ -#!/bin/sh - -cfg=${1:-/etc/varnish/default.vcl} -if [ ! -e "$cfg" ]; then - printf 'ERROR: VCL file %s does not exist\n' "$cfg" >&2 - exit 1 -fi - -activecfg=$(varnishadm 'vcl.list' | awk '/active/ { print $3 }') -if [ -z "$activecfg" ]; then - printf 'ERROR: No active VCL found!\n' >&2 - exit 1 -fi - -newcfg=$(date +'vcl-%s') -printf 'INFO: using new config %s\n' "$cfg" - -varnishadm "vcl.load $newcfg $cfg" && -varnishadm "vcl.use $newcfg" && -varnishadm "vcl.discard $activecfg" Copied: varnish/repos/extra-i686/varnish-vcl-reload (from rev 224143, varnish/trunk/varnish-vcl-reload) =================================================================== --- extra-i686/varnish-vcl-reload (rev 0) +++ extra-i686/varnish-vcl-reload 2014-10-09 11:58:57 UTC (rev 224144) @@ -0,0 +1,20 @@ +#!/bin/sh + +cfg=${1:-/etc/varnish/default.vcl} +if [ ! -e "$cfg" ]; then + printf 'ERROR: VCL file %s does not exist\n' "$cfg" >&2 + exit 1 +fi + +activecfg=$(varnishadm 'vcl.list' | awk '/active/ { print $3 }') +if [ -z "$activecfg" ]; then + printf 'ERROR: No active VCL found!\n' >&2 + exit 1 +fi + +newcfg=$(date +'vcl-%s') +printf 'INFO: using new config %s\n' "$cfg" + +varnishadm "vcl.load $newcfg $cfg" && +varnishadm "vcl.use $newcfg" && +varnishadm "vcl.discard $activecfg" Deleted: extra-i686/varnish.install =================================================================== --- extra-i686/varnish.install 2014-10-09 11:58:21 UTC (rev 224143) +++ extra-i686/varnish.install 2014-10-09 11:58:57 UTC (rev 224144) @@ -1,14 +0,0 @@ -#!/bin/sh - -# remove localstatedir -- compiled VCL and slab files will still be here. -post_remove() { - rm -rf var/lib/varnish -} - -post_upgrade() { - if [ "$(vercmp 4.0.0-1 "$2")" -eq 1 ]; then - echo ":: You must update your VCL to be compatible with 4.0.0. See the following" - echo " upgrade guide to port your configuration:" - echo " https://www.varnish-cache.org/docs/trunk/whats-new/upgrading.html" - fi -} Copied: varnish/repos/extra-i686/varnish.install (from rev 224143, varnish/trunk/varnish.install) =================================================================== --- extra-i686/varnish.install (rev 0) +++ extra-i686/varnish.install 2014-10-09 11:58:57 UTC (rev 224144) @@ -0,0 +1,14 @@ +#!/bin/sh + +# remove localstatedir -- compiled VCL and slab files will still be here. +post_remove() { + rm -rf var/lib/varnish +} + +post_upgrade() { + if [ "$(vercmp 4.0.0-1 "$2")" -eq 1 ]; then + echo ":: You must update your VCL to be compatible with 4.0.0. See the following" + echo " upgrade guide to port your configuration:" + echo " https://www.varnish-cache.org/docs/trunk/whats-new/upgrading.html" + fi +} Deleted: extra-i686/varnish.service =================================================================== --- extra-i686/varnish.service 2014-10-09 11:58:21 UTC (rev 224143) +++ extra-i686/varnish.service 2014-10-09 11:58:57 UTC (rev 224144) @@ -1,15 +0,0 @@ -[Unit] -Description=High-perfomance HTTP accelerator -After=network.target - -[Service] -ExecStart=/usr/bin/varnishd -a 0.0.0.0:80,[::]:80 -f /etc/varnish/default.vcl -T localhost:6082 -s malloc,64M -u nobody -g nobody -F -ExecReload=/usr/bin/varnish-vcl-reload -PrivateTmp=true -PrivateDevices=true -LimitNOFILE=131072 -LimitMEMLOCK=82000 -LimitCORE=infinity - -[Install] -WantedBy=multi-user.target Copied: varnish/repos/extra-i686/varnish.service (from rev 224143, varnish/trunk/varnish.service) =================================================================== --- extra-i686/varnish.service (rev 0) +++ extra-i686/varnish.service 2014-10-09 11:58:57 UTC (rev 224144) @@ -0,0 +1,15 @@ +[Unit] +Description=High-perfomance HTTP accelerator +After=network.target + +[Service] +ExecStart=/usr/bin/varnishd -a 0.0.0.0:80,[::]:80 -f /etc/varnish/default.vcl -T localhost:6082 -s malloc,64M -u nobody -g nobody -F +ExecReload=/usr/bin/varnish-vcl-reload +PrivateTmp=true +PrivateDevices=true +LimitNOFILE=131072 +LimitMEMLOCK=82000 +LimitCORE=infinity + +[Install] +WantedBy=multi-user.target Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2014-10-09 11:58:21 UTC (rev 224143) +++ extra-x86_64/PKGBUILD 2014-10-09 11:58:57 UTC (rev 224144) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer: Dave Reisner <dreis...@archlinux.org> -# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org> -# Contributor: Douglas Soares de Andrade -# Contributor: Roberto Alsina <rals...@kde.org> - -pkgname=varnish -pkgver=4.0.1 -pkgrel=1 -pkgdesc="High-performance HTTP accelerator" -arch=('i686' 'x86_64') -url="http://www.varnish-cache.org/" -license=('BSD') -depends=('gcc' 'libedit' 'pcre') -makedepends=('python-docutils') -optdepends=('python: needed for vmod development') -backup=('etc/varnish/default.vcl') -install=$pkgname.install -source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz" - varnish-vcl-reload - varnish.service) -md5sums=('53e272f448b2109ab370e03d794a243f' - '03196dee7fc68e75069393d52c370762' - '699d118a069c2e63e49c81f275ce2658') - -build() { - cd "$pkgname-$pkgver" - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --sbindir=/usr/bin - - make -} - -package() { - cd "$pkgname-$pkgver" - - make DESTDIR="$pkgdir" install - - install -m755 "$srcdir/varnish-vcl-reload" "$pkgdir/usr/bin" - install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service" - - # 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 224143, varnish/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2014-10-09 11:58:57 UTC (rev 224144) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer: Dave Reisner <dreis...@archlinux.org> +# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org> +# Contributor: Douglas Soares de Andrade +# Contributor: Roberto Alsina <rals...@kde.org> + +pkgname=varnish +pkgver=4.0.2 +pkgrel=1 +pkgdesc="High-performance HTTP accelerator" +arch=('i686' 'x86_64') +url="http://www.varnish-cache.org/" +license=('BSD') +depends=('gcc' 'libedit' 'pcre') +makedepends=('python-docutils') +optdepends=('python: needed for vmod development') +backup=('etc/varnish/default.vcl') +install=$pkgname.install +source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz" + varnish-vcl-reload + varnish.service) +md5sums=('bf86f3630605c273b1bbadbbe518237a' + '03196dee7fc68e75069393d52c370762' + '699d118a069c2e63e49c81f275ce2658') + +build() { + cd "$pkgname-$pkgver" + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --sbindir=/usr/bin + + make +} + +package() { + cd "$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install + + install -m755 "$srcdir/varnish-vcl-reload" "$pkgdir/usr/bin" + install -Dm644 "$srcdir/$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service" + + # 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: extra-x86_64/varnish-vcl-reload =================================================================== --- extra-x86_64/varnish-vcl-reload 2014-10-09 11:58:21 UTC (rev 224143) +++ extra-x86_64/varnish-vcl-reload 2014-10-09 11:58:57 UTC (rev 224144) @@ -1,20 +0,0 @@ -#!/bin/sh - -cfg=${1:-/etc/varnish/default.vcl} -if [ ! -e "$cfg" ]; then - printf 'ERROR: VCL file %s does not exist\n' "$cfg" >&2 - exit 1 -fi - -activecfg=$(varnishadm 'vcl.list' | awk '/active/ { print $3 }') -if [ -z "$activecfg" ]; then - printf 'ERROR: No active VCL found!\n' >&2 - exit 1 -fi - -newcfg=$(date +'vcl-%s') -printf 'INFO: using new config %s\n' "$cfg" - -varnishadm "vcl.load $newcfg $cfg" && -varnishadm "vcl.use $newcfg" && -varnishadm "vcl.discard $activecfg" Copied: varnish/repos/extra-x86_64/varnish-vcl-reload (from rev 224143, varnish/trunk/varnish-vcl-reload) =================================================================== --- extra-x86_64/varnish-vcl-reload (rev 0) +++ extra-x86_64/varnish-vcl-reload 2014-10-09 11:58:57 UTC (rev 224144) @@ -0,0 +1,20 @@ +#!/bin/sh + +cfg=${1:-/etc/varnish/default.vcl} +if [ ! -e "$cfg" ]; then + printf 'ERROR: VCL file %s does not exist\n' "$cfg" >&2 + exit 1 +fi + +activecfg=$(varnishadm 'vcl.list' | awk '/active/ { print $3 }') +if [ -z "$activecfg" ]; then + printf 'ERROR: No active VCL found!\n' >&2 + exit 1 +fi + +newcfg=$(date +'vcl-%s') +printf 'INFO: using new config %s\n' "$cfg" + +varnishadm "vcl.load $newcfg $cfg" && +varnishadm "vcl.use $newcfg" && +varnishadm "vcl.discard $activecfg" Deleted: extra-x86_64/varnish.install =================================================================== --- extra-x86_64/varnish.install 2014-10-09 11:58:21 UTC (rev 224143) +++ extra-x86_64/varnish.install 2014-10-09 11:58:57 UTC (rev 224144) @@ -1,14 +0,0 @@ -#!/bin/sh - -# remove localstatedir -- compiled VCL and slab files will still be here. -post_remove() { - rm -rf var/lib/varnish -} - -post_upgrade() { - if [ "$(vercmp 4.0.0-1 "$2")" -eq 1 ]; then - echo ":: You must update your VCL to be compatible with 4.0.0. See the following" - echo " upgrade guide to port your configuration:" - echo " https://www.varnish-cache.org/docs/trunk/whats-new/upgrading.html" - fi -} Copied: varnish/repos/extra-x86_64/varnish.install (from rev 224143, varnish/trunk/varnish.install) =================================================================== --- extra-x86_64/varnish.install (rev 0) +++ extra-x86_64/varnish.install 2014-10-09 11:58:57 UTC (rev 224144) @@ -0,0 +1,14 @@ +#!/bin/sh + +# remove localstatedir -- compiled VCL and slab files will still be here. +post_remove() { + rm -rf var/lib/varnish +} + +post_upgrade() { + if [ "$(vercmp 4.0.0-1 "$2")" -eq 1 ]; then + echo ":: You must update your VCL to be compatible with 4.0.0. See the following" + echo " upgrade guide to port your configuration:" + echo " https://www.varnish-cache.org/docs/trunk/whats-new/upgrading.html" + fi +} Deleted: extra-x86_64/varnish.service =================================================================== --- extra-x86_64/varnish.service 2014-10-09 11:58:21 UTC (rev 224143) +++ extra-x86_64/varnish.service 2014-10-09 11:58:57 UTC (rev 224144) @@ -1,15 +0,0 @@ -[Unit] -Description=High-perfomance HTTP accelerator -After=network.target - -[Service] -ExecStart=/usr/bin/varnishd -a 0.0.0.0:80,[::]:80 -f /etc/varnish/default.vcl -T localhost:6082 -s malloc,64M -u nobody -g nobody -F -ExecReload=/usr/bin/varnish-vcl-reload -PrivateTmp=true -PrivateDevices=true -LimitNOFILE=131072 -LimitMEMLOCK=82000 -LimitCORE=infinity - -[Install] -WantedBy=multi-user.target Copied: varnish/repos/extra-x86_64/varnish.service (from rev 224143, varnish/trunk/varnish.service) =================================================================== --- extra-x86_64/varnish.service (rev 0) +++ extra-x86_64/varnish.service 2014-10-09 11:58:57 UTC (rev 224144) @@ -0,0 +1,15 @@ +[Unit] +Description=High-perfomance HTTP accelerator +After=network.target + +[Service] +ExecStart=/usr/bin/varnishd -a 0.0.0.0:80,[::]:80 -f /etc/varnish/default.vcl -T localhost:6082 -s malloc,64M -u nobody -g nobody -F +ExecReload=/usr/bin/varnish-vcl-reload +PrivateTmp=true +PrivateDevices=true +LimitNOFILE=131072 +LimitMEMLOCK=82000 +LimitCORE=infinity + +[Install] +WantedBy=multi-user.target