[arch-commits] Commit in unbound/repos (20 files)

2017-10-31 Thread Gaëtan Bisson
Date: Tuesday, October 31, 2017 @ 23:47:19
  Author: bisson
Revision: 264955

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 264954, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 264954, unbound/trunk/conf)
  unbound/repos/community-i686/hook
(from rev 264954, unbound/trunk/hook)
  unbound/repos/community-i686/install
(from rev 264954, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 264954, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 264954, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 264954, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 264954, unbound/trunk/hook)
  unbound/repos/community-x86_64/install
(from rev 264954, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 264954, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/hook
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  122 
 /conf |   10 +++
 /hook |   20 +++
 /install  |   10 +++
 /service  |   28 ++
 community-i686/PKGBUILD   |   60 -
 community-i686/conf   |5 -
 community-i686/hook   |   10 ---
 community-i686/install|5 -
 community-i686/service|   14 -
 community-x86_64/PKGBUILD |   60 -
 community-x86_64/conf |5 -
 community-x86_64/hook |   10 ---
 community-x86_64/install  |5 -
 community-x86_64/service  |   14 -
 15 files changed, 190 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-31 23:45:47 UTC (rev 264954)
+++ community-i686/PKGBUILD 2017-10-31 23:47:19 UTC (rev 264955)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.7
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('4e7bd43d827004c6d51bef73adf941798e4588bdb40de5e79d89034d69751c9f' 
'SKIP'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 264954, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-31 23:47:19 UTC (rev 264955)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# 

[arch-commits] Commit in unbound/repos (20 files)

2017-10-10 Thread Gaëtan Bisson
Date: Tuesday, October 10, 2017 @ 10:30:32
  Author: bisson
Revision: 262291

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 262290, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 262290, unbound/trunk/conf)
  unbound/repos/community-i686/hook
(from rev 262290, unbound/trunk/hook)
  unbound/repos/community-i686/install
(from rev 262290, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 262290, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 262290, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 262290, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 262290, unbound/trunk/hook)
  unbound/repos/community-x86_64/install
(from rev 262290, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 262290, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/hook
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  120 
 /conf |   10 +++
 /hook |   20 +++
 /install  |   10 +++
 /service  |   28 ++
 community-i686/PKGBUILD   |   61 --
 community-i686/conf   |5 -
 community-i686/hook   |   10 ---
 community-i686/install|5 -
 community-i686/service|   14 -
 community-x86_64/PKGBUILD |   61 --
 community-x86_64/conf |5 -
 community-x86_64/hook |   10 ---
 community-x86_64/install  |5 -
 community-x86_64/service  |   14 -
 15 files changed, 188 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-10 10:29:07 UTC (rev 262290)
+++ community-i686/PKGBUILD 2017-10-10 10:30:32 UTC (rev 262291)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.6
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('972b14dc33093e672652a7b2b5f159bab2198b0fe9c9e1c5707e1895d4d4b390'
-'SKIP'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 262290, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-10 10:30:32 UTC (rev 262291)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 

[arch-commits] Commit in unbound/repos (20 files)

2017-09-18 Thread Gaëtan Bisson
Date: Monday, September 18, 2017 @ 08:34:59
  Author: bisson
Revision: 258734

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 258733, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 258733, unbound/trunk/conf)
  unbound/repos/community-i686/hook
(from rev 258733, unbound/trunk/hook)
  unbound/repos/community-i686/install
(from rev 258733, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 258733, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 258733, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 258733, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 258733, unbound/trunk/hook)
  unbound/repos/community-x86_64/install
(from rev 258733, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 258733, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/hook
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  122 
 /conf |   10 +++
 /hook |   20 +++
 /install  |   10 +++
 /service  |   28 ++
 community-i686/PKGBUILD   |   61 --
 community-i686/conf   |5 -
 community-i686/hook   |   10 ---
 community-i686/install|5 -
 community-i686/service|   14 -
 community-x86_64/PKGBUILD |   61 --
 community-x86_64/conf |5 -
 community-x86_64/hook |   10 ---
 community-x86_64/install  |5 -
 community-x86_64/service  |   14 -
 15 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-18 08:32:57 UTC (rev 258733)
+++ community-i686/PKGBUILD 2017-09-18 08:34:59 UTC (rev 258734)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.5
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('e297aa1229015f25bf24e4923cb1dadf1f29b84f82a353205006421f82cc104e'
-'SKIP'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 258733, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-18 08:34:59 UTC (rev 258734)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 

[arch-commits] Commit in unbound/repos (20 files)

2017-08-21 Thread Gaëtan Bisson
Date: Monday, August 21, 2017 @ 17:14:02
  Author: bisson
Revision: 252874

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 252873, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 252873, unbound/trunk/conf)
  unbound/repos/community-i686/hook
(from rev 252873, unbound/trunk/hook)
  unbound/repos/community-i686/install
(from rev 252873, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 252873, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 252873, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 252873, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 252873, unbound/trunk/hook)
  unbound/repos/community-x86_64/install
(from rev 252873, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 252873, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/hook
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  122 
 /conf |   10 +++
 /hook |   20 +++
 /install  |   10 +++
 /service  |   28 ++
 community-i686/PKGBUILD   |   61 --
 community-i686/conf   |5 -
 community-i686/hook   |   10 ---
 community-i686/install|5 -
 community-i686/service|   14 -
 community-x86_64/PKGBUILD |   61 --
 community-x86_64/conf |5 -
 community-x86_64/hook |   10 ---
 community-x86_64/install  |5 -
 community-x86_64/service  |   14 -
 15 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-21 17:13:07 UTC (rev 252873)
+++ community-i686/PKGBUILD 2017-08-21 17:14:02 UTC (rev 252874)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.4
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('df0a88816ec31ccb8284c9eb132e1166fbf6d9cde71fbc4b8cd08a91ee777fed'
-'SKIP'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 252873, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-21 17:14:02 UTC (rev 252874)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 

[arch-commits] Commit in unbound/repos (20 files)

2017-06-28 Thread Gaëtan Bisson
Date: Wednesday, June 28, 2017 @ 06:54:36
  Author: bisson
Revision: 241304

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  unbound/repos/community-testing-i686/PKGBUILD
(from rev 241303, unbound/trunk/PKGBUILD)
  unbound/repos/community-testing-i686/conf
(from rev 241303, unbound/trunk/conf)
  unbound/repos/community-testing-i686/hook
(from rev 241303, unbound/trunk/hook)
  unbound/repos/community-testing-i686/install
(from rev 241303, unbound/trunk/install)
  unbound/repos/community-testing-i686/service
(from rev 241303, unbound/trunk/service)
  unbound/repos/community-testing-x86_64/PKGBUILD
(from rev 241303, unbound/trunk/PKGBUILD)
  unbound/repos/community-testing-x86_64/conf
(from rev 241303, unbound/trunk/conf)
  unbound/repos/community-testing-x86_64/hook
(from rev 241303, unbound/trunk/hook)
  unbound/repos/community-testing-x86_64/install
(from rev 241303, unbound/trunk/install)
  unbound/repos/community-testing-x86_64/service
(from rev 241303, unbound/trunk/service)
Deleted:
  unbound/repos/community-testing-i686/PKGBUILD
  unbound/repos/community-testing-i686/conf
  unbound/repos/community-testing-i686/hook
  unbound/repos/community-testing-i686/install
  unbound/repos/community-testing-i686/service
  unbound/repos/community-testing-x86_64/PKGBUILD
  unbound/repos/community-testing-x86_64/conf
  unbound/repos/community-testing-x86_64/hook
  unbound/repos/community-testing-x86_64/install
  unbound/repos/community-testing-x86_64/service

---+
 /PKGBUILD |  122 
 /conf |   10 ++
 /hook |   20 +
 /install  |   10 ++
 /service  |   28 
 community-testing-i686/PKGBUILD   |   61 --
 community-testing-i686/conf   |5 -
 community-testing-i686/hook   |   10 --
 community-testing-i686/install|5 -
 community-testing-i686/service|   14 
 community-testing-x86_64/PKGBUILD |   61 --
 community-testing-x86_64/conf |5 -
 community-testing-x86_64/hook |   10 --
 community-testing-x86_64/install  |5 -
 community-testing-x86_64/service  |   14 
 15 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-06-28 06:54:21 UTC (rev 241303)
+++ community-testing-i686/PKGBUILD 2017-06-28 06:54:36 UTC (rev 241304)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.3
-pkgrel=3
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f'
-'SKIP'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-testing-i686/PKGBUILD 

[arch-commits] Commit in unbound/repos (20 files)

2017-06-27 Thread Gaëtan Bisson
Date: Tuesday, June 27, 2017 @ 16:57:07
  Author: bisson
Revision: 241267

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  unbound/repos/community-testing-i686/PKGBUILD
(from rev 241266, unbound/trunk/PKGBUILD)
  unbound/repos/community-testing-i686/conf
(from rev 241266, unbound/trunk/conf)
  unbound/repos/community-testing-i686/hook
(from rev 241266, unbound/trunk/hook)
  unbound/repos/community-testing-i686/install
(from rev 241266, unbound/trunk/install)
  unbound/repos/community-testing-i686/service
(from rev 241266, unbound/trunk/service)
  unbound/repos/community-testing-x86_64/PKGBUILD
(from rev 241266, unbound/trunk/PKGBUILD)
  unbound/repos/community-testing-x86_64/conf
(from rev 241266, unbound/trunk/conf)
  unbound/repos/community-testing-x86_64/hook
(from rev 241266, unbound/trunk/hook)
  unbound/repos/community-testing-x86_64/install
(from rev 241266, unbound/trunk/install)
  unbound/repos/community-testing-x86_64/service
(from rev 241266, unbound/trunk/service)
Deleted:
  unbound/repos/community-testing-i686/PKGBUILD
  unbound/repos/community-testing-i686/conf
  unbound/repos/community-testing-i686/hook
  unbound/repos/community-testing-i686/install
  unbound/repos/community-testing-i686/service
  unbound/repos/community-testing-x86_64/PKGBUILD
  unbound/repos/community-testing-x86_64/conf
  unbound/repos/community-testing-x86_64/hook
  unbound/repos/community-testing-x86_64/install
  unbound/repos/community-testing-x86_64/service

---+
 /PKGBUILD |  122 
 /conf |   10 ++
 /hook |   20 +
 /install  |   10 ++
 /service  |   28 
 community-testing-i686/PKGBUILD   |   61 --
 community-testing-i686/conf   |5 -
 community-testing-i686/hook   |   10 --
 community-testing-i686/install|5 -
 community-testing-i686/service|   12 ---
 community-testing-x86_64/PKGBUILD |   61 --
 community-testing-x86_64/conf |5 -
 community-testing-x86_64/hook |   10 --
 community-testing-x86_64/install  |5 -
 community-testing-x86_64/service  |   12 ---
 15 files changed, 190 insertions(+), 186 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-06-27 16:56:50 UTC (rev 241266)
+++ community-testing-i686/PKGBUILD 2017-06-27 16:57:07 UTC (rev 241267)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.3
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f'
-'SKIP'
-'9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-testing-i686/PKGBUILD (from 

[arch-commits] Commit in unbound/repos (20 files)

2017-06-13 Thread Gaëtan Bisson
Date: Tuesday, June 13, 2017 @ 18:35:23
  Author: bisson
Revision: 236675

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  unbound/repos/community-staging-i686/PKGBUILD
(from rev 236674, unbound/trunk/PKGBUILD)
  unbound/repos/community-staging-i686/conf
(from rev 236674, unbound/trunk/conf)
  unbound/repos/community-staging-i686/hook
(from rev 236674, unbound/trunk/hook)
  unbound/repos/community-staging-i686/install
(from rev 236674, unbound/trunk/install)
  unbound/repos/community-staging-i686/service
(from rev 236674, unbound/trunk/service)
  unbound/repos/community-staging-x86_64/PKGBUILD
(from rev 236674, unbound/trunk/PKGBUILD)
  unbound/repos/community-staging-x86_64/conf
(from rev 236674, unbound/trunk/conf)
  unbound/repos/community-staging-x86_64/hook
(from rev 236674, unbound/trunk/hook)
  unbound/repos/community-staging-x86_64/install
(from rev 236674, unbound/trunk/install)
  unbound/repos/community-staging-x86_64/service
(from rev 236674, unbound/trunk/service)
Deleted:
  unbound/repos/community-staging-i686/PKGBUILD
  unbound/repos/community-staging-i686/conf
  unbound/repos/community-staging-i686/hook
  unbound/repos/community-staging-i686/install
  unbound/repos/community-staging-i686/service
  unbound/repos/community-staging-x86_64/PKGBUILD
  unbound/repos/community-staging-x86_64/conf
  unbound/repos/community-staging-x86_64/hook
  unbound/repos/community-staging-x86_64/install
  unbound/repos/community-staging-x86_64/service

---+
 /PKGBUILD |  122 
 /conf |   10 ++
 /hook |   20 +
 /install  |   10 ++
 /service  |   24 +++
 community-staging-i686/PKGBUILD   |   61 --
 community-staging-i686/conf   |5 -
 community-staging-i686/hook   |   10 --
 community-staging-i686/install|5 -
 community-staging-i686/service|   12 ---
 community-staging-x86_64/PKGBUILD |   61 --
 community-staging-x86_64/conf |5 -
 community-staging-x86_64/hook |   10 --
 community-staging-x86_64/install  |5 -
 community-staging-x86_64/service  |   12 ---
 15 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-06-13 18:34:17 UTC (rev 236674)
+++ community-staging-i686/PKGBUILD 2017-06-13 18:35:23 UTC (rev 236675)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('1a323d72c32180b7141c9e6ebf199fc68a0208dfebad4640cd2c4c27235e3b9c'
-'SKIP'
-'9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-staging-i686/PKGBUILD (from rev 

[arch-commits] Commit in unbound/repos (20 files)

2017-06-13 Thread Gaëtan Bisson
Date: Tuesday, June 13, 2017 @ 18:28:54
  Author: bisson
Revision: 236672

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 236670, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 236670, unbound/trunk/conf)
  unbound/repos/community-i686/hook
(from rev 236670, unbound/trunk/hook)
  unbound/repos/community-i686/install
(from rev 236670, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 236670, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 236670, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 236670, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 236670, unbound/trunk/hook)
  unbound/repos/community-x86_64/install
(from rev 236670, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 236671, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/hook
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  122 
 /conf |   10 +++
 /hook |   20 +++
 /install  |   10 +++
 /service  |   24 
 community-i686/PKGBUILD   |   61 --
 community-i686/conf   |5 -
 community-i686/hook   |   10 ---
 community-i686/install|5 -
 community-i686/service|   12 
 community-x86_64/PKGBUILD |   61 --
 community-x86_64/conf |5 -
 community-x86_64/hook |   10 ---
 community-x86_64/install  |5 -
 community-x86_64/service  |   12 
 15 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-13 18:28:39 UTC (rev 236671)
+++ community-i686/PKGBUILD 2017-06-13 18:28:54 UTC (rev 236672)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('1a323d72c32180b7141c9e6ebf199fc68a0208dfebad4640cd2c4c27235e3b9c'
-'SKIP'
-'9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 236670, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-13 18:28:54 UTC (rev 236672)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 

[arch-commits] Commit in unbound/repos (20 files)

2017-04-24 Thread Gaëtan Bisson
Date: Monday, April 24, 2017 @ 18:26:28
  Author: bisson
Revision: 225171

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 225170, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 225170, unbound/trunk/conf)
  unbound/repos/community-i686/hook
(from rev 225170, unbound/trunk/hook)
  unbound/repos/community-i686/install
(from rev 225170, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 225170, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 225170, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 225170, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 225170, unbound/trunk/hook)
  unbound/repos/community-x86_64/install
(from rev 225170, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 225170, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/hook
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  122 
 /conf |   10 +++
 /hook |   20 +++
 /install  |   10 +++
 /service  |   24 
 community-i686/PKGBUILD   |   61 --
 community-i686/conf   |5 -
 community-i686/hook   |   10 ---
 community-i686/install|5 -
 community-i686/service|   12 
 community-x86_64/PKGBUILD |   61 --
 community-x86_64/conf |5 -
 community-x86_64/hook |   10 ---
 community-x86_64/install  |5 -
 community-x86_64/service  |   12 
 15 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-24 18:25:13 UTC (rev 225170)
+++ community-i686/PKGBUILD 2017-04-24 18:26:28 UTC (rev 225171)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.1
-pkgrel=4
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400'
-'SKIP'
-'9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 225170, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-24 18:26:28 UTC (rev 225171)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 

[arch-commits] Commit in unbound/repos (20 files)

2017-03-16 Thread Gaëtan Bisson
Date: Thursday, March 16, 2017 @ 17:34:41
  Author: bisson
Revision: 216781

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  unbound/repos/community-staging-i686/PKGBUILD
(from rev 216780, unbound/trunk/PKGBUILD)
  unbound/repos/community-staging-i686/conf
(from rev 216780, unbound/trunk/conf)
  unbound/repos/community-staging-i686/hook
(from rev 216780, unbound/trunk/hook)
  unbound/repos/community-staging-i686/install
(from rev 216780, unbound/trunk/install)
  unbound/repos/community-staging-i686/service
(from rev 216780, unbound/trunk/service)
  unbound/repos/community-staging-x86_64/PKGBUILD
(from rev 216780, unbound/trunk/PKGBUILD)
  unbound/repos/community-staging-x86_64/conf
(from rev 216780, unbound/trunk/conf)
  unbound/repos/community-staging-x86_64/hook
(from rev 216780, unbound/trunk/hook)
  unbound/repos/community-staging-x86_64/install
(from rev 216780, unbound/trunk/install)
  unbound/repos/community-staging-x86_64/service
(from rev 216780, unbound/trunk/service)
Deleted:
  unbound/repos/community-staging-i686/PKGBUILD
  unbound/repos/community-staging-i686/conf
  unbound/repos/community-staging-i686/hook
  unbound/repos/community-staging-i686/install
  unbound/repos/community-staging-i686/service
  unbound/repos/community-staging-x86_64/PKGBUILD
  unbound/repos/community-staging-x86_64/conf
  unbound/repos/community-staging-x86_64/hook
  unbound/repos/community-staging-x86_64/install
  unbound/repos/community-staging-x86_64/service

---+
 /PKGBUILD |  122 
 /conf |   10 ++
 /hook |   20 +
 /install  |   10 ++
 /service  |   24 +++
 community-staging-i686/PKGBUILD   |   61 --
 community-staging-i686/conf   |5 -
 community-staging-i686/hook   |   10 --
 community-staging-i686/install|5 -
 community-staging-i686/service|   12 ---
 community-staging-x86_64/PKGBUILD |   61 --
 community-staging-x86_64/conf |5 -
 community-staging-x86_64/hook |   10 --
 community-staging-x86_64/install  |5 -
 community-staging-x86_64/service  |   12 ---
 15 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-03-16 17:33:53 UTC (rev 216780)
+++ community-staging-i686/PKGBUILD 2017-03-16 17:34:41 UTC (rev 216781)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.1
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha256sums=('42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400'
-'SKIP'
-'9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
-'8a00ed90370a5c99664205dc93eb8f2b88e6ffa42842d737fa9228dca670014c'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-staging-i686/PKGBUILD (from 

[arch-commits] Commit in unbound/repos (20 files)

2017-03-16 Thread Gaëtan Bisson
Date: Thursday, March 16, 2017 @ 17:28:30
  Author: bisson
Revision: 216779

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 216778, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 216778, unbound/trunk/conf)
  unbound/repos/community-i686/hook
(from rev 216778, unbound/trunk/hook)
  unbound/repos/community-i686/install
(from rev 216778, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 216778, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 216778, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 216778, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 216778, unbound/trunk/hook)
  unbound/repos/community-x86_64/install
(from rev 216778, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 216778, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/hook
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  118 
 /conf |   10 +++
 /hook |   20 +++
 /install  |   10 +++
 /service  |   24 
 community-i686/PKGBUILD   |   60 --
 community-i686/conf   |5 -
 community-i686/hook   |   10 ---
 community-i686/install|5 -
 community-i686/service|   12 
 community-x86_64/PKGBUILD |   60 --
 community-x86_64/conf |5 -
 community-x86_64/hook |   10 ---
 community-x86_64/install  |5 -
 community-x86_64/service  |   12 
 15 files changed, 182 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-16 17:27:35 UTC (rev 216778)
+++ community-i686/PKGBUILD 2017-03-16 17:28:30 UTC (rev 216779)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha1sums=('41369fcfd37844b02b7293b37ec78e69f0db34c7' 'SKIP'
-  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
-  '098d680a06e730330e3ccbdd58234d07ad1837dc'
-  '98515708441cb831890a0b6d1986fd40649646c0')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Build against embedded flex instead of system one, see:
-   # https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=1223
-   export LEX=:
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-pie \
-   --enable-relro-now \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 216778, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-16 17:28:30 UTC (rev 216779)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+

[arch-commits] Commit in unbound/repos (20 files)

2017-02-24 Thread Gaëtan Bisson
Date: Friday, February 24, 2017 @ 08:05:30
  Author: bisson
Revision: 213686

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 213685, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 213685, unbound/trunk/conf)
  unbound/repos/community-i686/hook
(from rev 213685, unbound/trunk/hook)
  unbound/repos/community-i686/install
(from rev 213685, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 213685, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 213685, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 213685, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 213685, unbound/trunk/hook)
  unbound/repos/community-x86_64/install
(from rev 213685, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 213685, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/hook
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  120 
 /conf |   10 +++
 /hook |   20 +++
 /install  |   10 +++
 /service  |   24 
 community-i686/PKGBUILD   |   56 
 community-i686/conf   |5 -
 community-i686/hook   |   10 ---
 community-i686/install|5 -
 community-i686/service|   12 
 community-x86_64/PKGBUILD |   56 
 community-x86_64/conf |5 -
 community-x86_64/hook |   10 ---
 community-x86_64/install  |5 -
 community-x86_64/service  |   12 
 15 files changed, 184 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-24 08:04:28 UTC (rev 213685)
+++ community-i686/PKGBUILD 2017-02-24 08:05:30 UTC (rev 213686)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.0
-pkgrel=3
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha1sums=('9b7606b016b447dc837efc108cee94f3fecf4ede'
-  'SKIP'
-  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
-  '098d680a06e730330e3ccbdd58234d07ad1837dc'
-  '98515708441cb831890a0b6d1986fd40649646c0')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --with-libevent \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --enable-relro-now \
-   --enable-pie \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 213685, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-24 08:05:30 UTC (rev 213686)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')

[arch-commits] Commit in unbound/repos (20 files)

2017-02-13 Thread Gaëtan Bisson
Date: Monday, February 13, 2017 @ 18:36:08
  Author: bisson
Revision: 212160

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 212159, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 212159, unbound/trunk/conf)
  unbound/repos/community-i686/hook
(from rev 212159, unbound/trunk/hook)
  unbound/repos/community-i686/install
(from rev 212159, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 212159, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 212159, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 212159, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 212159, unbound/trunk/hook)
  unbound/repos/community-x86_64/install
(from rev 212159, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 212159, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/hook
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  112 
 /conf |   10 +++
 /hook |   20 +++
 /install  |   10 +++
 /service  |   24 +
 community-i686/PKGBUILD   |   56 --
 community-i686/conf   |5 -
 community-i686/hook   |   10 ---
 community-i686/install|4 -
 community-i686/service|   12 
 community-x86_64/PKGBUILD |   56 --
 community-x86_64/conf |5 -
 community-x86_64/hook |   10 ---
 community-x86_64/install  |4 -
 community-x86_64/service  |   12 
 15 files changed, 176 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-13 18:34:50 UTC (rev 212159)
+++ community-i686/PKGBUILD 2017-02-13 18:36:08 UTC (rev 212160)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'hook'
-'conf')
-sha1sums=('9b7606b016b447dc837efc108cee94f3fecf4ede'
-  'SKIP'
-  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
-  '098d680a06e730330e3ccbdd58234d07ad1837dc'
-  '98515708441cb831890a0b6d1986fd40649646c0')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --with-libevent \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --enable-relro-now \
-   --enable-pie \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 212159, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-13 18:36:08 UTC (rev 212160)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.6.0
+pkgrel=3
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')

[arch-commits] Commit in unbound/repos (20 files)

2014-12-11 Thread Gaetan Bisson
Date: Thursday, December 11, 2014 @ 21:06:47
  Author: bisson
Revision: 123789

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 123788, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 123788, unbound/trunk/conf)
  unbound/repos/community-i686/install
(from rev 123788, unbound/trunk/install)
  unbound/repos/community-i686/lts.patch
(from rev 123788, unbound/trunk/lts.patch)
  unbound/repos/community-i686/service
(from rev 123788, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 123788, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 123788, unbound/trunk/conf)
  unbound/repos/community-x86_64/install
(from rev 123788, unbound/trunk/install)
  unbound/repos/community-x86_64/lts.patch
(from rev 123788, unbound/trunk/lts.patch)
  unbound/repos/community-x86_64/service
(from rev 123788, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/install
  unbound/repos/community-i686/lts.patch
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/lts.patch
  unbound/repos/community-x86_64/service

+
 /PKGBUILD  |  110 +++
 /conf  |8 ++
 /install   |   20 ++
 /lts.patch |  134 +++
 /service   |   24 +++
 community-i686/PKGBUILD|   55 -
 community-i686/conf|4 -
 community-i686/install |   10 ---
 community-i686/lts.patch   |   67 -
 community-i686/service |   12 ---
 community-x86_64/PKGBUILD  |   55 -
 community-x86_64/conf  |4 -
 community-x86_64/install   |   10 ---
 community-x86_64/lts.patch |   67 -
 community-x86_64/service   |   12 ---
 15 files changed, 296 insertions(+), 296 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-11 20:06:00 UTC (rev 123788)
+++ community-i686/PKGBUILD 2014-12-11 20:06:47 UTC (rev 123789)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
-# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
-
-pkgname=unbound
-pkgver=1.5.1
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
-'lts.patch'
-'service'
-'conf')
-sha1sums=('5606c2246e7394bce88cc4f16edbd6b964237ea2'
-  '456c91a253f9102e00e4a46a2f1b936aa2e3ed7c'
-  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
-  '5d473ec2943fd85367cdb653fcd58e186f07383f')
-
-install=install
-
-preare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../lts.patch
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --with-libevent \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 doc/example.conf.in 
${pkgdir}/etc/unbound/unbound.conf.example
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/unbound.service
-   install -Dm644 ../conf ${pkgdir}/etc/unbound/unbound.conf
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 123788, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-11 20:06:47 UTC (rev 123789)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
+# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
+
+pkgname=unbound
+pkgver=1.5.1
+pkgrel=3
+pkgdesc='Validating, recursive, and caching DNS resolver'

[arch-commits] Commit in unbound/repos (20 files)

2013-05-20 Thread Gaetan Bisson
Date: Monday, May 20, 2013 @ 16:50:41
  Author: bisson
Revision: 91247

db-move: moved unbound from [community-testing] to [community] (i686, x86_64)

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 91246, unbound/repos/community-testing-i686/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 91246, unbound/repos/community-testing-i686/conf)
  unbound/repos/community-i686/install
(from rev 91246, unbound/repos/community-testing-i686/install)
  unbound/repos/community-i686/service
(from rev 91246, unbound/repos/community-testing-i686/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 91246, unbound/repos/community-testing-x86_64/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 91246, unbound/repos/community-testing-x86_64/conf)
  unbound/repos/community-x86_64/install
(from rev 91246, unbound/repos/community-testing-x86_64/install)
  unbound/repos/community-x86_64/service
(from rev 91246, unbound/repos/community-testing-x86_64/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/install
  unbound/repos/community-i686/rc.d
  unbound/repos/community-i686/unbound.conf
  unbound/repos/community-i686/unbound.service
  unbound/repos/community-testing-i686/
  unbound/repos/community-testing-x86_64/
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/rc.d
  unbound/repos/community-x86_64/unbound.conf
  unbound/repos/community-x86_64/unbound.service

--+
 /PKGBUILD|   96 +
 /install |   20 +++
 community-i686/PKGBUILD  |   54 
 community-i686/conf  |4 +
 community-i686/install   |   10 ---
 community-i686/rc.d  |   39 ---
 community-i686/service   |   12 
 community-i686/unbound.conf  |4 -
 community-i686/unbound.service   |   12 
 community-x86_64/PKGBUILD|   54 
 community-x86_64/conf|4 +
 community-x86_64/install |   10 ---
 community-x86_64/rc.d|   39 ---
 community-x86_64/service |   12 
 community-x86_64/unbound.conf|4 -
 community-x86_64/unbound.service |   12 
 16 files changed, 148 insertions(+), 238 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-20 14:50:30 UTC (rev 91246)
+++ community-i686/PKGBUILD 2013-05-20 14:50:41 UTC (rev 91247)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
-# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
-
-pkgname=unbound
-pkgver=1.4.20
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-options=('!libtool')
-depends=('openssl' 'ldns')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-backup=('etc/unbound/unbound.conf')
-source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
-'unbound.service'
-'unbound.conf'
-'rc.d')
-sha1sums=('1752976533be2a4f0c9cdbab9d2cbb67d4f27c43'
-  'a2493cb105ff6aa23d756514badb13b02d37f319'
-  '5d473ec2943fd85367cdb653fcd58e186f07383f'
-  'dc96e772f467b32555df21d16fdb15e98194c228')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-static=no \
-   --disable-rpath \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 ../unbound.conf ${pkgdir}/etc/unbound/unbound.conf
-   install -D -m644 doc/example.conf.in 
${pkgdir}/etc/unbound/unbound.conf.example
-   install -D -m644 ../unbound.service 
${pkgdir}/usr/lib/systemd/system/unbound.service
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 91246, 
unbound/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-20 14:50:41 UTC (rev 91247)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
+# Contributor: Massimiliano Torromeo massimiliano DOT 

[arch-commits] Commit in unbound/repos (20 files)

2013-04-08 Thread Gaetan Bisson
Date: Monday, April 8, 2013 @ 19:07:36
  Author: bisson
Revision: 87924

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 87923, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/install
(from rev 87923, unbound/trunk/install)
  unbound/repos/community-i686/rc.d
(from rev 87923, unbound/trunk/rc.d)
  unbound/repos/community-i686/unbound.conf
(from rev 87923, unbound/trunk/unbound.conf)
  unbound/repos/community-i686/unbound.service
(from rev 87923, unbound/trunk/unbound.service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 87923, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/install
(from rev 87923, unbound/trunk/install)
  unbound/repos/community-x86_64/rc.d
(from rev 87923, unbound/trunk/rc.d)
  unbound/repos/community-x86_64/unbound.conf
(from rev 87923, unbound/trunk/unbound.conf)
  unbound/repos/community-x86_64/unbound.service
(from rev 87923, unbound/trunk/unbound.service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/install
  unbound/repos/community-i686/rc.d
  unbound/repos/community-i686/unbound.conf
  unbound/repos/community-i686/unbound.service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/rc.d
  unbound/repos/community-x86_64/unbound.conf
  unbound/repos/community-x86_64/unbound.service

--+
 /PKGBUILD|  108 +
 /install |   20 ++
 /rc.d|   78 ++
 /unbound.conf|8 ++
 /unbound.service |   24 
 community-i686/PKGBUILD  |   54 --
 community-i686/install   |   10 ---
 community-i686/rc.d  |   39 -
 community-i686/unbound.conf  |4 -
 community-i686/unbound.service   |   12 
 community-x86_64/PKGBUILD|   54 --
 community-x86_64/install |   10 ---
 community-x86_64/rc.d|   39 -
 community-x86_64/unbound.conf|4 -
 community-x86_64/unbound.service |   12 
 15 files changed, 238 insertions(+), 238 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-08 17:05:42 UTC (rev 87923)
+++ community-i686/PKGBUILD 2013-04-08 17:07:36 UTC (rev 87924)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
-# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
-
-pkgname=unbound
-pkgver=1.4.19
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-options=('!libtool')
-depends=('openssl' 'ldns')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-backup=('etc/unbound/unbound.conf')
-source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
-'unbound.service'
-'unbound.conf'
-'rc.d')
-sha1sums=('ccf0d465fc0045d59ceca11ecde688edebd28ec1'
-  'a2493cb105ff6aa23d756514badb13b02d37f319'
-  '5d473ec2943fd85367cdb653fcd58e186f07383f'
-  'dc96e772f467b32555df21d16fdb15e98194c228')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-static=no \
-   --disable-rpath \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 ../unbound.conf ${pkgdir}/etc/unbound/unbound.conf
-   install -D -m644 doc/example.conf.in 
${pkgdir}/etc/unbound/unbound.conf.example
-   install -D -m644 ../unbound.service 
${pkgdir}/usr/lib/systemd/system/unbound.service
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 87923, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-08 17:07:36 UTC (rev 87924)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
+# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
+
+pkgname=unbound
+pkgver=1.4.20
+pkgrel=1
+pkgdesc='Validating, recursive, and caching 

[arch-commits] Commit in unbound/repos (20 files)

2013-03-14 Thread Gaetan Bisson
Date: Thursday, March 14, 2013 @ 23:48:33
  Author: bisson
Revision: 86306

archrelease: copy trunk to community-i686, community-x86_64

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 86305, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/install
(from rev 86305, unbound/trunk/install)
  unbound/repos/community-i686/rc.d
(from rev 86305, unbound/trunk/rc.d)
  unbound/repos/community-i686/unbound.conf
(from rev 86305, unbound/trunk/unbound.conf)
  unbound/repos/community-i686/unbound.service
(from rev 86305, unbound/trunk/unbound.service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 86305, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/install
(from rev 86305, unbound/trunk/install)
  unbound/repos/community-x86_64/rc.d
(from rev 86305, unbound/trunk/rc.d)
  unbound/repos/community-x86_64/unbound.conf
(from rev 86305, unbound/trunk/unbound.conf)
  unbound/repos/community-x86_64/unbound.service
(from rev 86305, unbound/trunk/unbound.service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/install
  unbound/repos/community-i686/rc.d
  unbound/repos/community-i686/unbound.conf
  unbound/repos/community-i686/unbound.service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/rc.d
  unbound/repos/community-x86_64/unbound.conf
  unbound/repos/community-x86_64/unbound.service

--+
 community-i686/PKGBUILD  |  108 ++---
 community-i686/install   |   20 +++---
 community-i686/rc.d  |   78 +-
 community-i686/unbound.conf  |8 +-
 community-i686/unbound.service   |   23 ---
 community-x86_64/PKGBUILD|  108 ++---
 community-x86_64/install |   20 +++---
 community-x86_64/rc.d|   78 +-
 community-x86_64/unbound.conf|8 +-
 community-x86_64/unbound.service |   23 ---
 10 files changed, 238 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 22:47:34 UTC (rev 86305)
+++ community-i686/PKGBUILD 2013-03-14 22:48:33 UTC (rev 86306)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
-# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
-
-pkgname=unbound
-pkgver=1.4.19
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-options=('!libtool')
-depends=('openssl' 'ldns')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-backup=('etc/unbound/unbound.conf')
-source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
-'unbound.service'
-'unbound.conf'
-'rc.d')
-sha1sums=('ccf0d465fc0045d59ceca11ecde688edebd28ec1'
-  '5bc313cd978e4d6efe8c13600e838c70629be477'
-  '5d473ec2943fd85367cdb653fcd58e186f07383f'
-  'dc96e772f467b32555df21d16fdb15e98194c228')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-static=no \
-   --disable-rpath \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 ../unbound.conf ${pkgdir}/etc/unbound/unbound.conf
-   install -D -m644 doc/example.conf.in 
${pkgdir}/etc/unbound/unbound.conf.example
-   install -D -m644 ../unbound.service 
${pkgdir}/usr/lib/systemd/system/unbound.service
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 86305, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 22:48:33 UTC (rev 86306)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
+# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
+
+pkgname=unbound
+pkgver=1.4.19
+pkgrel=2
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='http://unbound.net/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+options=('!libtool')
+depends=('openssl' 'ldns')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')