[arch-commits] Commit in unbound/trunk (PKGBUILD)

2020-12-03 Thread David Runge via arch-commits
Date: Thursday, December 3, 2020 @ 10:43:24
  Author: dvzrv
Revision: 769415

upgpkg: unbound 1.13.0-1: Upgrade to 1.13.0.

Remove upstreamed patch for fixing the systemd service.

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 10:43:03 UTC (rev 769414)
+++ PKGBUILD2020-12-03 10:43:24 UTC (rev 769415)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="Validating, recursive, and caching DNS resolver"
 url="https://unbound.net/;
@@ -17,19 +17,16 @@
 provides=('libunbound.so')
 backup=("etc/${pkgname}/${pkgname}.conf")
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-
"${pkgname}-service.patch::https://github.com/NLnetLabs/unbound/pull/351/commits/c48f01445e22686a0cb83451ab055cb405940b58.patch;
 "${pkgname}-sysusers.conf"
 "${pkgname}-tmpfiles.conf"
 "${pkgname}-trusted-key.hook")
-sha512sums=('90d99bc65e9ba62e50a7809dbf1e98889d0fc9fd50cf3cc99b726c67bcaeda0c2bc176d09f84771adb9796833b595591462f96e949d6969a47d6898d8fae3479'
+sha512sums=('d4f3c5a7df5d46f8b1ee32b61e68bdc0d63030820d236ecc51bc3ac356d15248acb9a5e0b6009e1936b03b751e8dd05a071a95ab239fd308442a59642ad5'
 'SKIP'
-
'7461e6cc588dbb955d88fc369a8203249b4c52c53a6ec804113e9311a511630bb10437fe522d99a107683d3b662087870c6be2475a02293e159dac2362248725'
 
'ef71d4e9b0eb0cc602d66bd0573d9424578fe33ef28a852c582d56f0fd34fdd63046c365ef7aed8b84a461b81254240af7ad3fd539da72f9587817d21bd6c585'
 
'6b1849ae9d7cf427f6fa6cd0590e8f8c3f06210d2d6795e543b0f325a9e866db0f5db2275a29fa90f688783c0dd16f19c8a49a9817d5f5444e13f8f2df3ff712'
 
'613826cdf5ab6e77f2805fa2aa65272508dcd11090add1961b3df6dfac3b67db016bc9f45fbcf0ef0de82b2d602c153d5263a488027a6cf13a72680b581b266d')
-b2sums=('b3dccecb1fd019f36e47c62583348a375f5eed7c84094c48def1ff9e73dc283911a2a9b318c8a4be45f5cd4bfb17f26722a9b900aa1980f49790cc55f6412d1d'
+b2sums=('742eed33845079452a942837a64e80f89ec7ec73459d0045c70ff83d3ba982fae6bade9feb56ef6faa9fca4859222ea00ac587c65c8ad722bef4a6b66a276ade'
 'SKIP'
-
'ce23a5529c31d7be34392fc65b4c691d28bae5aef40d9c8627c1d3fef4d500bf92b760a13121bd1f38e1a875f4f514e38967ed06060fe330afa6d3c1f6950495'
 
'292a3c2e5fde292a03b6c9b2ddabd5089f52e73b50a404c3d9f54c1a43184924b661a21eea61cc521c594c1005a3b40b630fa585a38195c61298f9b24b248b92'
 
'd3951006b43068be904c6b91a9e0563d56228225854e12b40abbdd4ba9b47338e97265837297a6de879acbc8051bb749163f9457683f5e12fc29ac2e7b687fd3'
 
'd28785390eb6c125bd26ca11f097fe8864b080482157deeb7c70e9bee47ff2844abaed574db59a7c152ed3ec0acba05cfee4c3751f7a9f553320b064578f86c7')
@@ -37,9 +34,6 @@
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # fix systemd service:
-  # https://github.com/NLnetLabs/unbound/issues/350
-  patch -Np1 -i ../"${pkgname}-service.patch"
   # set default location of trusted-key.key
   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' \
 -i doc/example.conf.in


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2020-08-08 Thread Antonio Rojas via arch-commits
Date: Saturday, August 8, 2020 @ 08:52:26
  Author: arojas
Revision: 671982

hiredis 1.0.0 rebuild

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-08 08:48:36 UTC (rev 671981)
+++ PKGBUILD2020-08-08 08:52:26 UTC (rev 671982)
@@ -4,12 +4,12 @@
 
 pkgname=unbound
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
 arch=('x86_64')
-makedepends=('expat')
+makedepends=('expat' 'systemd')
 optdepends=('expat: unbound-anchor')
 depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2020-07-27 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, July 28, 2020 @ 00:04:04
  Author: bisson
Revision: 665563

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 00:00:57 UTC (rev 665562)
+++ PKGBUILD2020-07-28 00:04:04 UTC (rev 665563)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.10.1
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 'sysusers.d'
 'tmpfiles.d'
 'hook')
-sha256sums=('b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b286582d536'
+sha256sums=('9f2f0798f76eb8f30feaeda7e442ceed479bc54db0e3ac19c052d68685e51ef7'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2020-05-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 20, 2020 @ 21:18:55
  Author: bisson
Revision: 630998

rebuild for protobuf-3.12

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 21:15:09 UTC (rev 630997)
+++ PKGBUILD2020-05-20 21:18:55 UTC (rev 630998)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2020-05-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, May 20, 2020 @ 21:08:43
  Author: bisson
Revision: 630995

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 21:03:40 UTC (rev 630994)
+++ PKGBUILD2020-05-20 21:08:43 UTC (rev 630995)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.10.0
-pkgrel=3
+pkgver=1.10.1
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 'sysusers.d'
 'tmpfiles.d'
 'hook')
-sha256sums=('152f486578242fe5c36e89995d0440b78d64c05123990aae16246b7f776ce955'
+sha256sums=('b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b286582d536'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2020-05-19 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, May 19, 2020 @ 06:53:43
  Author: bisson
Revision: 629797

rebuild for protobuf-3.12

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 06:51:36 UTC (rev 629796)
+++ PKGBUILD2020-05-19 06:53:43 UTC (rev 629797)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2020-03-27 Thread Gaëtan Bisson via arch-commits
Date: Friday, March 27, 2020 @ 08:14:44
  Author: bisson
Revision: 604954

implement FS#65985

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 07:44:37 UTC (rev 604953)
+++ PKGBUILD2020-03-27 08:14:44 UTC (rev 604954)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -11,7 +11,7 @@
 arch=('x86_64')
 makedepends=('expat')
 optdepends=('expat: unbound-anchor')
-depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 
'ldns' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
   '21615A7F2478EA8C27DD26B830918D8275724222')
@@ -46,6 +46,8 @@
--enable-systemd \
--enable-tfo-client \
--enable-tfo-server \
+   --enable-cachedb \
+   --with-libhiredis \
--with-conf-file=/etc/unbound/unbound.conf \
--with-pidfile=/run/unbound.pid \
--with-rootkey-file=/etc/trusted-key.key \


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2020-02-20 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 20, 2020 @ 22:19:26
  Author: bisson
Revision: 577406

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-20 22:19:14 UTC (rev 577405)
+++ PKGBUILD2020-02-20 22:19:26 UTC (rev 577406)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.9.6
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 'sysusers.d'
 'tmpfiles.d'
 'hook')
-sha256sums=('1d98fc6ea99197a20b4a0e540e87022cf523085786e0fc26de6ebb2720f5aaf0'
+sha256sums=('152f486578242fe5c36e89995d0440b78d64c05123990aae16246b7f776ce955'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD hook)

2020-01-18 Thread Gaëtan Bisson via arch-commits
Date: Sunday, January 19, 2020 @ 03:31:03
  Author: bisson
Revision: 553114

alpm-hooks should use Type = Path, not File

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/hook

--+
 PKGBUILD |4 ++--
 hook |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 22:42:34 UTC (rev 553113)
+++ PKGBUILD2020-01-19 03:31:03 UTC (rev 553114)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -23,7 +23,7 @@
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
+'afb7a0a5e2da327c27c8f666b1ffaf34689121684c301928624221ac1d0c066a')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"

Modified: hook
===
--- hook2020-01-18 22:42:34 UTC (rev 553113)
+++ hook2020-01-19 03:31:03 UTC (rev 553114)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Target = etc/trusted-key.key
 Operation = Install
 Operation = Upgrade


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-12-12 Thread Gaëtan Bisson via arch-commits
Date: Thursday, December 12, 2019 @ 18:50:04
  Author: bisson
Revision: 537426

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 18:44:40 UTC (rev 537425)
+++ PKGBUILD2019-12-12 18:50:04 UTC (rev 537426)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.9.5
-pkgrel=2
+pkgver=1.9.6
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -13,23 +13,14 @@
 optdepends=('expat: unbound-anchor')
 depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
+  '21615A7F2478EA8C27DD26B830918D8275724222')
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-
'https://github.com/NLnetLabs/unbound/commit/ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch'
-
'https://github.com/NLnetLabs/unbound/commit/ae2d5276d27f16044382ce49eb2e2459e073e619.patch'
-
'https://github.com/NLnetLabs/unbound/commit/acdd4058d27ede378d0ab720df8a61d7a50189b1.patch'
-
'https://github.com/NLnetLabs/unbound/commit/6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch'
-
'https://github.com/NLnetLabs/unbound/commit/11f22074a9b7ed76316373146f528d1b792c4527.patch'
 'sysusers.d'
 'tmpfiles.d'
 'hook')
-sha256sums=('8a8d400f697c61d73d109c250743a1b6b79848297848026d82b43e831045db57'
+sha256sums=('1d98fc6ea99197a20b4a0e540e87022cf523085786e0fc26de6ebb2720f5aaf0'
 'SKIP'
-'e44b1e87940f5a6c08c74cfd2c9b8556d211070d6170ea1cd4b5efc650516d33'
-'02616ae85f5f8ce3c3b0af21c67527076e3134ba2f387de343749b817227746d'
-'c52e982da46efedaf8e7c2bed2225a21138a24d2ce89b2de1ceda01e9555b617'
-'b641d402ab3dd4cf5e4ec16fa1aa8b3e735c6df8692cde6685aab928d168ac2c'
-'24592ab1635607f3cbd89b3eb14fee0b9b39e48ff949de21978ebe59d8689eb1'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
@@ -36,11 +27,6 @@
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch
-   patch -p1 -i ../ae2d5276d27f16044382ce49eb2e2459e073e619.patch
-   patch -p1 -i ../acdd4058d27ede378d0ab720df8a61d7a50189b1.patch
-   patch -p1 -i ../6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch
-   patch -p1 -i ../11f22074a9b7ed76316373146f528d1b792c4527.patch
sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
 }
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-12-08 Thread Gaëtan Bisson via arch-commits
Date: Sunday, December 8, 2019 @ 09:00:08
  Author: bisson
Revision: 536333

rebuild for protobuf-3.11

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-08 08:55:41 UTC (rev 536332)
+++ PKGBUILD2019-12-08 09:00:08 UTC (rev 536333)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-11-19 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, November 20, 2019 @ 05:55:11
  Author: bisson
Revision: 530630

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-20 05:47:04 UTC (rev 530629)
+++ PKGBUILD2019-11-20 05:55:11 UTC (rev 530630)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.9.4
-pkgrel=3
+pkgver=1.9.5
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -23,7 +23,7 @@
 'sysusers.d'
 'tmpfiles.d'
 'hook')
-sha256sums=('3d3e25fb224025f0e732c7970e5676f53fd1764c16d6a01be073a13e42954bb0'
+sha256sums=('8a8d400f697c61d73d109c250743a1b6b79848297848026d82b43e831045db57'
 'SKIP'
 'e44b1e87940f5a6c08c74cfd2c9b8556d211070d6170ea1cd4b5efc650516d33'
 '02616ae85f5f8ce3c3b0af21c67527076e3134ba2f387de343749b817227746d'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-10-27 Thread Gaëtan Bisson via arch-commits
Date: Sunday, October 27, 2019 @ 08:33:56
  Author: bisson
Revision: 520730

cherry-pick additional service file improvement

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-27 08:22:46 UTC (rev 520729)
+++ PKGBUILD2019-10-27 08:33:56 UTC (rev 520730)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -19,6 +19,7 @@
 
'https://github.com/NLnetLabs/unbound/commit/ae2d5276d27f16044382ce49eb2e2459e073e619.patch'
 
'https://github.com/NLnetLabs/unbound/commit/acdd4058d27ede378d0ab720df8a61d7a50189b1.patch'
 
'https://github.com/NLnetLabs/unbound/commit/6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch'
+
'https://github.com/NLnetLabs/unbound/commit/11f22074a9b7ed76316373146f528d1b792c4527.patch'
 'sysusers.d'
 'tmpfiles.d'
 'hook')
@@ -28,6 +29,7 @@
 '02616ae85f5f8ce3c3b0af21c67527076e3134ba2f387de343749b817227746d'
 'c52e982da46efedaf8e7c2bed2225a21138a24d2ce89b2de1ceda01e9555b617'
 'b641d402ab3dd4cf5e4ec16fa1aa8b3e735c6df8692cde6685aab928d168ac2c'
+'24592ab1635607f3cbd89b3eb14fee0b9b39e48ff949de21978ebe59d8689eb1'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
@@ -38,6 +40,7 @@
patch -p1 -i ../ae2d5276d27f16044382ce49eb2e2459e073e619.patch
patch -p1 -i ../acdd4058d27ede378d0ab720df8a61d7a50189b1.patch
patch -p1 -i ../6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch
+   patch -p1 -i ../11f22074a9b7ed76316373146f528d1b792c4527.patch
sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
 }
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-10-10 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 10, 2019 @ 20:22:01
  Author: bisson
Revision: 514563

rebuild for protobuf-3.10.0

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 20:19:03 UTC (rev 514562)
+++ PKGBUILD2019-10-10 20:22:01 UTC (rev 514563)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-10-03 Thread Gaëtan Bisson via arch-commits
Date: Thursday, October 3, 2019 @ 17:32:54
  Author: bisson
Revision: 512512

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 16:32:51 UTC (rev 512511)
+++ PKGBUILD2019-10-03 17:32:54 UTC (rev 512512)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.9.3
-pkgrel=4
+pkgver=1.9.4
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -22,7 +22,7 @@
 'sysusers.d'
 'tmpfiles.d'
 'hook')
-sha256sums=('1b55dd9170e4bfb327fb644de7bbf7f0541701149dff3adf1b63ffa785f16dfa'
+sha256sums=('3d3e25fb224025f0e732c7970e5676f53fd1764c16d6a01be073a13e42954bb0'
 'SKIP'
 'e44b1e87940f5a6c08c74cfd2c9b8556d211070d6170ea1cd4b5efc650516d33'
 '02616ae85f5f8ce3c3b0af21c67527076e3134ba2f387de343749b817227746d'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-09-26 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 26, 2019 @ 06:13:47
  Author: bisson
Revision: 511805

implement FS#63897

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-26 05:00:53 UTC (rev 511804)
+++ PKGBUILD2019-09-26 06:13:47 UTC (rev 511805)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -16,21 +16,29 @@
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 
'https://github.com/NLnetLabs/unbound/commit/ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch'
+
'https://github.com/NLnetLabs/unbound/commit/ae2d5276d27f16044382ce49eb2e2459e073e619.patch'
+
'https://github.com/NLnetLabs/unbound/commit/acdd4058d27ede378d0ab720df8a61d7a50189b1.patch'
+
'https://github.com/NLnetLabs/unbound/commit/6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch'
 'sysusers.d'
 'tmpfiles.d'
-'hook'
-'conf')
+'hook')
 sha256sums=('1b55dd9170e4bfb327fb644de7bbf7f0541701149dff3adf1b63ffa785f16dfa'
 'SKIP'
 'e44b1e87940f5a6c08c74cfd2c9b8556d211070d6170ea1cd4b5efc650516d33'
+'02616ae85f5f8ce3c3b0af21c67527076e3134ba2f387de343749b817227746d'
+'c52e982da46efedaf8e7c2bed2225a21138a24d2ce89b2de1ceda01e9555b617'
+'b641d402ab3dd4cf5e4ec16fa1aa8b3e735c6df8692cde6685aab928d168ac2c'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'f50542ba5adef4d9c034d615cc7c1ee8fbab7d8705a2f85a04e8797d9bfa73d4')
+'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch
+   patch -p1 -i ../ae2d5276d27f16044382ce49eb2e2459e073e619.patch
+   patch -p1 -i ../acdd4058d27ede378d0ab720df8a61d7a50189b1.patch
+   patch -p1 -i ../6943cab6708761c64e8eb55f2d4bbc5660871ff3.patch
+   sed '/# trust-anchor-file:/c\\ttrust-anchor-file: 
/etc/unbound/trusted-key.key' -i doc/example.conf.in
 }
 
 build() {
@@ -61,10 +69,8 @@
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
 
# Trust anchor file available from within unbound's chroot.
install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"


[arch-commits] Commit in unbound/trunk (PKGBUILD conf)

2019-09-20 Thread Gaëtan Bisson via arch-commits
Date: Friday, September 20, 2019 @ 23:21:08
  Author: bisson
Revision: 511285

remove default options from conf

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/conf

--+
 PKGBUILD |2 +-
 conf |3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:55:01 UTC (rev 511284)
+++ PKGBUILD2019-09-20 23:21:08 UTC (rev 511285)
@@ -26,7 +26,7 @@
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418')
+'f50542ba5adef4d9c034d615cc7c1ee8fbab7d8705a2f85a04e8797d9bfa73d4')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"

Modified: conf
===
--- conf2019-09-20 22:55:01 UTC (rev 511284)
+++ conf2019-09-20 23:21:08 UTC (rev 511285)
@@ -1,6 +1,3 @@
 server:
-  use-syslog: yes
   do-daemonize: no
-  username: "unbound"
-  directory: "/etc/unbound"
   trust-anchor-file: trusted-key.key


[arch-commits] Commit in unbound/trunk (PKGBUILD conf)

2019-09-19 Thread Gaëtan Bisson via arch-commits
Date: Thursday, September 19, 2019 @ 20:00:05
  Author: bisson
Revision: 511213

better upstream service file, see FS#61163

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/conf

--+
 PKGBUILD |8 +---
 conf |1 -
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-19 19:55:08 UTC (rev 511212)
+++ PKGBUILD2019-09-19 20:00:05 UTC (rev 511213)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -15,6 +15,7 @@
 backup=('etc/unbound/unbound.conf')
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+
'https://github.com/NLnetLabs/unbound/commit/ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch'
 'sysusers.d'
 'tmpfiles.d'
 'hook'
@@ -21,14 +22,15 @@
 'conf')
 sha256sums=('1b55dd9170e4bfb327fb644de7bbf7f0541701149dff3adf1b63ffa785f16dfa'
 'SKIP'
+'e44b1e87940f5a6c08c74cfd2c9b8556d211070d6170ea1cd4b5efc650516d33'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'503ad3b11be9856cb42682ff3d51b0a78c9e613f7c8ae8e8cc0c87b86b607c54')
+'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/^Type=notify/Type=simple/' -i contrib/unbound.service.in
+   patch -p1 -i ../ff8fd0be5c529e7a1b84e8c74426e9c531c0a8f8.patch
 }
 
 build() {

Modified: conf
===
--- conf2019-09-19 19:55:08 UTC (rev 511212)
+++ conf2019-09-19 20:00:05 UTC (rev 511213)
@@ -1,5 +1,4 @@
 server:
-  chroot: ""
   use-syslog: yes
   do-daemonize: no
   username: "unbound"


[arch-commits] Commit in unbound/trunk (PKGBUILD conf service)

2019-09-16 Thread Gaëtan Bisson via arch-commits
Date: Monday, September 16, 2019 @ 23:40:46
  Author: bisson
Revision: 510948

implement FS#61163

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/conf
Deleted:
  unbound/trunk/service

--+
 PKGBUILD |   14 +-
 conf |1 +
 service  |   13 -
 3 files changed, 10 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-16 23:22:53 UTC (rev 510947)
+++ PKGBUILD2019-09-16 23:40:46 UTC (rev 510948)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -17,7 +17,6 @@
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'sysusers.d'
 'tmpfiles.d'
-'service'
 'hook'
 'conf')
 sha256sums=('1b55dd9170e4bfb327fb644de7bbf7f0541701149dff3adf1b63ffa785f16dfa'
@@ -24,10 +23,14 @@
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'a8a31511cb3d8c8092f0f9edb8887701eceac0108a177af8486c35a1d3ead601'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418')
+'503ad3b11be9856cb42682ff3d51b0a78c9e613f7c8ae8e8cc0c87b86b607c54')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's/^Type=notify/Type=simple/' -i contrib/unbound.service.in
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
@@ -41,6 +44,7 @@
--enable-pie \
--enable-relro-now \
--enable-subnet \
+   --enable-systemd \
--enable-tfo-client \
--enable-tfo-server \
--with-conf-file=/etc/unbound/unbound.conf \
@@ -54,10 +58,10 @@
 package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+   install -Dm644 contrib/unbound.service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
 
# Trust anchor file available from within unbound's chroot.

Modified: conf
===
--- conf2019-09-16 23:22:53 UTC (rev 510947)
+++ conf2019-09-16 23:40:46 UTC (rev 510948)
@@ -1,4 +1,5 @@
 server:
+  chroot: ""
   use-syslog: yes
   do-daemonize: no
   username: "unbound"

Deleted: service
===
--- service 2019-09-16 23:22:53 UTC (rev 510947)
+++ service 2019-09-16 23:40:46 UTC (rev 510948)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Unbound DNS Resolver
-Wants=nss-lookup.target
-Before=network-online.target nss-lookup.target
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/unbound
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=always
-
-[Install]
-WantedBy=multi-user.target


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-09-07 Thread Gaëtan Bisson via arch-commits
Date: Saturday, September 7, 2019 @ 23:44:13
  Author: bisson
Revision: 508551

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-07 23:28:52 UTC (rev 508550)
+++ PKGBUILD2019-09-07 23:44:13 UTC (rev 508551)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.9.3
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -20,7 +20,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('6f7acec5cf451277fcda31729886ae7dd62537c4f506855603e3aa153fcb6b95'
+sha256sums=('1b55dd9170e4bfb327fb644de7bbf7f0541701149dff3adf1b63ffa785f16dfa'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-08-05 Thread Evangelos Foutras via arch-commits
Date: Tuesday, August 6, 2019 @ 03:10:13
  Author: foutrelis
Revision: 497529

libevent 2.1.11 rebuild

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-06 03:07:59 UTC (rev 497528)
+++ PKGBUILD2019-08-06 03:10:13 UTC (rev 497529)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-06-17 Thread Gaëtan Bisson via arch-commits
Date: Monday, June 17, 2019 @ 22:02:10
  Author: bisson
Revision: 482037

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 20:52:10 UTC (rev 482036)
+++ PKGBUILD2019-06-17 22:02:10 UTC (rev 482037)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -20,7 +20,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('c3c0bf9b86ccba4ca64f93dd4fe7351308ab54293f297a67de5a8914c1dc59c5'
+sha256sums=('6f7acec5cf451277fcda31729886ae7dd62537c4f506855603e3aa153fcb6b95'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-03-12 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, March 12, 2019 @ 23:11:10
  Author: bisson
Revision: 440766

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-12 21:48:26 UTC (rev 440765)
+++ PKGBUILD2019-03-12 23:11:10 UTC (rev 440766)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.9.1
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -20,7 +20,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('415af94b8392bc6b2c52e44ac8f17935cc6ddf2cc81edfb47c5be4ad205ab917'
+sha256sums=('c3c0bf9b86ccba4ca64f93dd4fe7351308ab54293f297a67de5a8914c1dc59c5'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-03-03 Thread Gaëtan Bisson via arch-commits
Date: Sunday, March 3, 2019 @ 19:07:12
  Author: bisson
Revision: 437489

rebuild against protobuf-3.7.0

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 18:58:50 UTC (rev 437488)
+++ PKGBUILD2019-03-03 19:07:12 UTC (rev 437489)
@@ -4,7 +4,7 @@
 
 pkgname=unbound
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2019-02-08 Thread Gaëtan Bisson via arch-commits
Date: Saturday, February 9, 2019 @ 00:09:36
  Author: bisson
Revision: 430757

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 23:22:01 UTC (rev 430756)
+++ PKGBUILD2019-02-09 00:09:36 UTC (rev 430757)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.8.3
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -20,7 +20,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('2b692b8311edfad41e7d0380aac34576060d4176add81dc5db419c79b2a4cecc'
+sha256sums=('415af94b8392bc6b2c52e44ac8f17935cc6ddf2cc81edfb47c5be4ad205ab917'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-12-14 Thread Gaëtan Bisson via arch-commits
Date: Friday, December 14, 2018 @ 21:15:34
  Author: bisson
Revision: 416297

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 21:12:06 UTC (rev 416296)
+++ PKGBUILD2018-12-14 21:15:34 UTC (rev 416297)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -20,7 +20,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('19f2235a8936d89e7dc919bbfcef355de759f220e36bb5e1e931ac000ed04993'
+sha256sums=('2b692b8311edfad41e7d0380aac34576060d4176add81dc5db419c79b2a4cecc'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-12-04 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, December 4, 2018 @ 19:01:01
  Author: bisson
Revision: 411197

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-04 18:53:03 UTC (rev 411196)
+++ PKGBUILD2018-12-04 19:01:01 UTC (rev 411197)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -20,7 +20,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('c362b3b9c35d1b8c1918da02cdd5528d729206c14c767add89ae95acae363c5d'
+sha256sums=('19f2235a8936d89e7dc919bbfcef355de759f220e36bb5e1e931ac000ed04993'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-10-12 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 13, 2018 @ 02:07:39
  Author: bisson
Revision: 393281

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-12 23:50:21 UTC (rev 393280)
+++ PKGBUILD2018-10-13 02:07:39 UTC (rev 393281)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -20,7 +20,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('78f79d6d3b643fdcd74a14fc76542250da886c82f82bc55b51e189663d61b83f'
+sha256sums=('c362b3b9c35d1b8c1918da02cdd5528d729206c14c767add89ae95acae363c5d'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-09-11 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, September 11, 2018 @ 23:26:27
  Author: bisson
Revision: 379776

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-11 22:44:14 UTC (rev 379775)
+++ PKGBUILD2018-09-11 23:26:27 UTC (rev 379776)
@@ -3,8 +3,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.7.3
-pkgrel=6
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -20,7 +20,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('c11de115d928a6b48b2165e0214402a7a7da313cd479203a7ce7a8b62cba602d'
+sha256sums=('78f79d6d3b643fdcd74a14fc76542250da886c82f82bc55b51e189663d61b83f'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-09-05 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, September 5, 2018 @ 21:22:11
  Author: bisson
Revision: 377038

rebuild for protobuf-3.6.1

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 21:09:11 UTC (rev 377037)
+++ PKGBUILD2018-09-05 21:22:11 UTC (rev 377038)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.7.3
-pkgrel=5
+pkgrel=6
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-08-31 Thread Gaëtan Bisson via arch-commits
Date: Friday, August 31, 2018 @ 07:35:21
  Author: bisson
Revision: 375810

implement FS#59827

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-31 07:34:05 UTC (rev 375809)
+++ PKGBUILD2018-08-31 07:35:21 UTC (rev 375810)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.7.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -12,7 +12,7 @@
 arch=('x86_64')
 makedepends=('expat')
 optdepends=('expat: unbound-anchor')
-depends=('fstrm' 'openssl' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
@@ -37,6 +37,7 @@
--localstatedir=/var \
--sbindir=/usr/bin \
--disable-rpath \
+   --enable-dnscrypt \
--enable-dnstap \
--enable-pie \
--enable-relro-now \


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-08-13 Thread Gaëtan Bisson via arch-commits
Date: Monday, August 13, 2018 @ 06:34:53
  Author: bisson
Revision: 371252

implement FS#59482, FS#59602

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-13 03:16:16 UTC (rev 371251)
+++ PKGBUILD2018-08-13 06:34:53 UTC (rev 371252)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.7.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -40,6 +40,9 @@
--enable-dnstap \
--enable-pie \
--enable-relro-now \
+   --enable-subnet \
+   --enable-tfo-client \
+   --enable-tfo-server \
--with-conf-file=/etc/unbound/unbound.conf \
--with-pidfile=/run/unbound.pid \
--with-rootkey-file=/etc/trusted-key.key \


[arch-commits] Commit in unbound/trunk (PKGBUILD conf service)

2018-07-27 Thread Gaëtan Bisson via arch-commits
Date: Saturday, July 28, 2018 @ 00:13:23
  Author: bisson
Revision: 363704

fix FS#59162

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/conf
  unbound/trunk/service

--+
 PKGBUILD |8 
 conf |1 +
 service  |3 +--
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-27 23:19:51 UTC (rev 363703)
+++ PKGBUILD2018-07-28 00:13:23 UTC (rev 363704)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -12,7 +12,7 @@
 arch=('x86_64')
 makedepends=('expat')
 optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
+depends=('fstrm' 'openssl' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
@@ -25,9 +25,9 @@
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
+'a8a31511cb3d8c8092f0f9edb8887701eceac0108a177af8486c35a1d3ead601'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
+'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"

Modified: conf
===
--- conf2018-07-27 23:19:51 UTC (rev 363703)
+++ conf2018-07-28 00:13:23 UTC (rev 363704)
@@ -1,5 +1,6 @@
 server:
   use-syslog: yes
+  do-daemonize: no
   username: "unbound"
   directory: "/etc/unbound"
   trust-anchor-file: trusted-key.key

Modified: service
===
--- service 2018-07-27 23:19:51 UTC (rev 363703)
+++ service 2018-07-28 00:13:23 UTC (rev 363704)
@@ -5,8 +5,7 @@
 After=network.target
 
 [Service]
-PIDFile=/run/unbound.pid
-ExecStart=/usr/bin/unbound -d
+ExecStart=/usr/bin/unbound
 ExecReload=/bin/kill -HUP $MAINPID
 Restart=always
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-07-26 Thread Gaëtan Bisson via arch-commits
Date: Thursday, July 26, 2018 @ 18:06:43
  Author: bisson
Revision: 363629

rebuild for protobuf-3.6.0

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 17:25:54 UTC (rev 363628)
+++ PKGBUILD2018-07-26 18:06:43 UTC (rev 363629)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-06-21 Thread Gaëtan Bisson via arch-commits
Date: Thursday, June 21, 2018 @ 23:06:34
  Author: bisson
Revision: 344340

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 22:41:33 UTC (rev 344339)
+++ PKGBUILD2018-06-21 23:06:34 UTC (rev 344340)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -21,7 +21,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('a85fc7bb34711992cf128b2012638ebb8dc1fe15818baa381f6489240845eaa0'
+sha256sums=('c11de115d928a6b48b2165e0214402a7a7da313cd479203a7ce7a8b62cba602d'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-06-11 Thread Gaëtan Bisson via arch-commits
Date: Monday, June 11, 2018 @ 17:11:28
  Author: bisson
Revision: 342372

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-11 17:10:22 UTC (rev 342371)
+++ PKGBUILD2018-06-11 17:11:28 UTC (rev 342372)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -21,7 +21,8 @@
 'service'
 'hook'
 'conf')
-sha256sums=('56e085ef582c5372a20207de179d0edb4e541e59f87be7d4ee1d00d12008628d' 
'SKIP'
+sha256sums=('a85fc7bb34711992cf128b2012638ebb8dc1fe15818baa381f6489240845eaa0'
+'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-05-03 Thread Gaëtan Bisson via arch-commits
Date: Thursday, May 3, 2018 @ 17:08:46
  Author: bisson
Revision: 318881

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-03 16:48:48 UTC (rev 318880)
+++ PKGBUILD2018-05-03 17:08:46 UTC (rev 318881)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -21,7 +21,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2' 
'SKIP'
+sha256sums=('56e085ef582c5372a20207de179d0edb4e541e59f87be7d4ee1d00d12008628d' 
'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-03-15 Thread Gaëtan Bisson via arch-commits
Date: Thursday, March 15, 2018 @ 22:04:39
  Author: bisson
Revision: 308726

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 21:51:55 UTC (rev 308725)
+++ PKGBUILD2018-03-15 22:04:39 UTC (rev 308726)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.6.8
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -21,7 +21,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('e3b428e33f56a45417107448418865fe08d58e0e7fea199b855515f60884dd49' 
'SKIP'
+sha256sums=('94dd9071fb13d8ccd122a3ac67c4524a3324d0e771fc7a8a7c49af8abfb926a2' 
'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2018-01-19 Thread Gaëtan Bisson via arch-commits
Date: Friday, January 19, 2018 @ 16:02:19
  Author: bisson
Revision: 284175

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-19 14:14:50 UTC (rev 284174)
+++ PKGBUILD2018-01-19 16:02:19 UTC (rev 284175)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.6.7
-pkgrel=3
+pkgver=1.6.8
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -21,7 +21,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('4e7bd43d827004c6d51bef73adf941798e4588bdb40de5e79d89034d69751c9f' 
'SKIP'
+sha256sums=('e3b428e33f56a45417107448418865fe08d58e0e7fea199b855515f60884dd49' 
'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'


[arch-commits] Commit in unbound/trunk (PKGBUILD install sysusers.d tmpfiles.d)

2017-12-11 Thread Gaëtan Bisson via arch-commits
Date: Monday, December 11, 2017 @ 08:24:47
  Author: bisson
Revision: 273706

implement FS#56668

Added:
  unbound/trunk/sysusers.d
  unbound/trunk/tmpfiles.d
Modified:
  unbound/trunk/PKGBUILD
Deleted:
  unbound/trunk/install

+
 PKGBUILD   |   19 ++-
 install|5 -
 sysusers.d |1 +
 tmpfiles.d |1 +
 4 files changed, 12 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-11 08:24:25 UTC (rev 273705)
+++ PKGBUILD2017-12-11 08:24:47 UTC (rev 273706)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -16,23 +16,20 @@
 backup=('etc/unbound/unbound.conf')
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
 'service'
 'hook'
 'conf')
 sha256sums=('4e7bd43d827004c6d51bef73adf941798e4588bdb40de5e79d89034d69751c9f' 
'SKIP'
+'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
+'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
 '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 \
@@ -55,7 +52,11 @@
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 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
+   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
+
+   # Trust anchor file available from within unbound's chroot.
+   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
 }

Deleted: install
===
--- install 2017-12-11 08:24:25 UTC (rev 273705)
+++ install 2017-12-11 08:24:47 UTC (rev 273706)
@@ -1,5 +0,0 @@
-post_install() {
-   getent group unbound &>/dev/null || groupadd -r unbound >/dev/null
-   getent passwd unbound &>/dev/null || useradd -r -g unbound -d 
/etc/unbound -s /bin/false -c unbound unbound >/dev/null
-   cp -f /etc/trusted-key.key /etc/unbound/
-}

Added: sysusers.d
===
--- sysusers.d  (rev 0)
+++ sysusers.d  2017-12-11 08:24:47 UTC (rev 273706)
@@ -0,0 +1 @@
+u unbound - "unbound" /etc/unbound

Added: tmpfiles.d
===
--- tmpfiles.d  (rev 0)
+++ tmpfiles.d  2017-12-11 08:24:47 UTC (rev 273706)
@@ -0,0 +1 @@
+C /etc/unbound/trusted-key.key - - - - /etc/trusted-key.key


[arch-commits] Commit in unbound/trunk (PKGBUILD)

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

build with dnstap support

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-31 23:42:48 UTC (rev 264953)
+++ PKGBUILD2017-10-31 23:45:47 UTC (rev 264954)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 makedepends=('expat')
 optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
+depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
@@ -39,6 +39,7 @@
--localstatedir=/var \
--sbindir=/usr/bin \
--disable-rpath \
+   --enable-dnstap \
--enable-pie \
--enable-relro-now \
--with-conf-file=/etc/unbound/unbound.conf \


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2017-10-10 Thread Gaëtan Bisson
Date: Tuesday, October 10, 2017 @ 10:29:07
  Author: bisson
Revision: 262290

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-10 10:02:20 UTC (rev 262289)
+++ PKGBUILD2017-10-10 10:29:07 UTC (rev 262290)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.6.6
+pkgver=1.6.7
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -19,8 +19,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('972b14dc33093e672652a7b2b5f159bab2198b0fe9c9e1c5707e1895d4d4b390'
-'SKIP'
+sha256sums=('4e7bd43d827004c6d51bef73adf941798e4588bdb40de5e79d89034d69751c9f' 
'SKIP'
 '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
 '07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2017-09-18 Thread Gaëtan Bisson
Date: Monday, September 18, 2017 @ 08:32:57
  Author: bisson
Revision: 258733

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-18 08:31:06 UTC (rev 258732)
+++ PKGBUILD2017-09-18 08:32:57 UTC (rev 258733)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.6.5
+pkgver=1.6.6
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -19,7 +19,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('e297aa1229015f25bf24e4923cb1dadf1f29b84f82a353205006421f82cc104e'
+sha256sums=('972b14dc33093e672652a7b2b5f159bab2198b0fe9c9e1c5707e1895d4d4b390'
 'SKIP'
 '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2017-08-21 Thread Gaëtan Bisson
Date: Monday, August 21, 2017 @ 17:13:07
  Author: bisson
Revision: 252873

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 17:11:51 UTC (rev 252872)
+++ PKGBUILD2017-08-21 17:13:07 UTC (rev 252873)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -19,7 +19,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('df0a88816ec31ccb8284c9eb132e1166fbf6d9cde71fbc4b8cd08a91ee777fed'
+sha256sums=('e297aa1229015f25bf24e4923cb1dadf1f29b84f82a353205006421f82cc104e'
 'SKIP'
 '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

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

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 06:06:56 UTC (rev 241302)
+++ PKGBUILD2017-06-28 06:54:21 UTC (rev 241303)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.6.3
-pkgrel=3
+pkgver=1.6.4
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f'
+sha256sums=('df0a88816ec31ccb8284c9eb132e1166fbf6d9cde71fbc4b8cd08a91ee777fed'
 'SKIP'
 '526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'


[arch-commits] Commit in unbound/trunk (PKGBUILD service)

2017-06-27 Thread Gaëtan Bisson
Date: Tuesday, June 27, 2017 @ 16:56:50
  Author: bisson
Revision: 241266

fix FS#54476

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/service

--+
 PKGBUILD |4 ++--
 service  |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-27 16:54:35 UTC (rev 241265)
+++ PKGBUILD2017-06-27 16:56:50 UTC (rev 241266)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -21,7 +21,7 @@
 'conf')
 sha256sums=('4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f'
 'SKIP'
-'9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
+'526ee18a5394073404ee10a67addf9894efa43fa234234562e84a1641d54b556'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
 '07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
 

Modified: service
===
--- service 2017-06-27 16:54:35 UTC (rev 241265)
+++ service 2017-06-27 16:56:50 UTC (rev 241266)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Unbound DNS Resolver
+Wants=nss-lookup.target
+Before=network-online.target nss-lookup.target
 After=network.target
 
 [Service]


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2017-06-13 Thread Gaëtan Bisson
Date: Tuesday, June 13, 2017 @ 18:34:17
  Author: bisson
Revision: 236674

rebuild for libevent-2.1

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-13 18:30:18 UTC (rev 236673)
+++ PKGBUILD2017-06-13 18:34:17 UTC (rev 236674)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

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

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-13 18:06:10 UTC (rev 236669)
+++ PKGBUILD2017-06-13 18:28:01 UTC (rev 236670)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('1a323d72c32180b7141c9e6ebf199fc68a0208dfebad4640cd2c4c27235e3b9c'
+sha256sums=('4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f'
 'SKIP'
 '9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2017-06-09 Thread Gaëtan Bisson
Date: Friday, June 9, 2017 @ 16:15:58
  Author: bisson
Revision: 235615

rebuild for libevent-2.1

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-09 16:15:15 UTC (rev 235614)
+++ PKGBUILD2017-06-09 16:15:58 UTC (rev 235615)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2017-04-24 Thread Gaëtan Bisson
Date: Monday, April 24, 2017 @ 18:25:13
  Author: bisson
Revision: 225170

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-24 18:13:49 UTC (rev 225169)
+++ PKGBUILD2017-04-24 18:25:13 UTC (rev 225170)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.6.1
-pkgrel=4
+pkgver=1.6.2
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400'
+sha256sums=('1a323d72c32180b7141c9e6ebf199fc68a0208dfebad4640cd2c4c27235e3b9c'
 'SKIP'
 '9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2017-03-16 Thread Gaëtan Bisson
Date: Thursday, March 16, 2017 @ 17:33:53
  Author: bisson
Revision: 216780

rebuild for openssl-1.1.0

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-16 17:28:30 UTC (rev 216779)
+++ PKGBUILD2017-03-16 17:33:53 UTC (rev 216780)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -14,11 +14,13 @@
 optdepends=('expat: unbound-anchor')
 depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'hook'
 'conf')
 sha256sums=('42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400'
+'SKIP'
 '9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
 '2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
 '07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')


[arch-commits] Commit in unbound/trunk (PKGBUILD hook)

2017-03-16 Thread Gaëtan Bisson
Date: Thursday, March 16, 2017 @ 17:27:35
  Author: bisson
Revision: 216778

fix hook

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/hook

--+
 PKGBUILD |8 +++-
 hook |2 +-
 2 files changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-16 17:23:35 UTC (rev 216777)
+++ PKGBUILD2017-03-16 17:27:35 UTC (rev 216778)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -14,15 +14,13 @@
 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}
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'service'
 'hook'
 'conf')
 sha256sums=('42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400'
-'SKIP'
 '9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
-'8a00ed90370a5c99664205dc93eb8f2b88e6ffa42842d737fa9228dca670014c'
+'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
 '07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
 
 install=install

Modified: hook
===
--- hook2017-03-16 17:23:35 UTC (rev 216777)
+++ hook2017-03-16 17:27:35 UTC (rev 216778)
@@ -1,6 +1,6 @@
 [Trigger]
 Type = File
-Target = /etc/trusted-key.key
+Target = etc/trusted-key.key
 Operation = Install
 Operation = Upgrade
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2017-03-08 Thread Antonio Rojas
Date: Thursday, March 9, 2017 @ 07:14:12
  Author: arojas
Revision: 215358

openssl 1.1 rebuild

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-09 07:06:01 UTC (rev 215357)
+++ PKGBUILD2017-03-09 07:14:12 UTC (rev 215358)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:00:37
  Author: bisson
Revision: 214411

switch to sha256sum

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:00:34 UTC (rev 214410)
+++ PKGBUILD2017-03-02 01:00:37 UTC (rev 214411)
@@ -19,10 +19,11 @@
 'service'
 'hook'
 'conf')
-sha1sums=('41369fcfd37844b02b7293b37ec78e69f0db34c7' 'SKIP'
-  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
-  '098d680a06e730330e3ccbdd58234d07ad1837dc'
-  '98515708441cb831890a0b6d1986fd40649646c0')
+sha256sums=('42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400'
+'SKIP'
+'9e48ac14f5a2de0e3e8186d85017ef09c097507202daaa91206acd47b7b45bcc'
+'8a00ed90370a5c99664205dc93eb8f2b88e6ffa42842d737fa9228dca670014c'
+'07d764f4f42adfba9685c5c7feef81116118f4a1772b118aa3ebbe059e8a513e')
 
 install=install
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2017-02-24 Thread Gaëtan Bisson
Date: Friday, February 24, 2017 @ 08:04:28
  Author: bisson
Revision: 213685

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-24 07:43:05 UTC (rev 213684)
+++ PKGBUILD2017-02-24 08:04:28 UTC (rev 213685)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.6.1
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -19,8 +19,7 @@
 'service'
 'hook'
 'conf')
-sha1sums=('9b7606b016b447dc837efc108cee94f3fecf4ede'
-  'SKIP'
+sha1sums=('41369fcfd37844b02b7293b37ec78e69f0db34c7' 'SKIP'
   'b543ae6f8b87423bec095fca6b335a9ee43739a8'
   '098d680a06e730330e3ccbdd58234d07ad1837dc'
   '98515708441cb831890a0b6d1986fd40649646c0')
@@ -29,6 +28,11 @@
 
 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 \
@@ -35,12 +39,12 @@
--localstatedir=/var \
--sbindir=/usr/bin \
--disable-rpath \
-   --with-libevent \
-   --with-rootkey-file=/etc/trusted-key.key \
+   --enable-pie \
+   --enable-relro-now \
--with-conf-file=/etc/unbound/unbound.conf \
--with-pidfile=/run/unbound.pid \
-   --enable-relro-now \
-   --enable-pie \
+   --with-rootkey-file=/etc/trusted-key.key \
+   --with-libevent \
 
make
 }


[arch-commits] Commit in unbound/trunk (PKGBUILD install)

2017-02-13 Thread Gaëtan Bisson
Date: Monday, February 13, 2017 @ 18:34:50
  Author: bisson
Revision: 212159

fix first install

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/install

--+
 PKGBUILD |2 +-
 install  |1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 18:20:56 UTC (rev 212158)
+++ PKGBUILD2017-02-13 18:34:50 UTC (rev 212159)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')

Modified: install
===
--- install 2017-02-13 18:20:56 UTC (rev 212158)
+++ install 2017-02-13 18:34:50 UTC (rev 212159)
@@ -1,4 +1,5 @@
 post_install() {
getent group unbound &>/dev/null || groupadd -r unbound >/dev/null
getent passwd unbound &>/dev/null || useradd -r -g unbound -d 
/etc/unbound -s /bin/false -c unbound unbound >/dev/null
+   cp -f /etc/trusted-key.key /etc/unbound/
 }


[arch-commits] Commit in unbound/trunk (PKGBUILD hook service)

2017-02-13 Thread Gaëtan Bisson
Date: Monday, February 13, 2017 @ 09:36:36
  Author: bisson
Revision: 212094

implement FS#52920

Added:
  unbound/trunk/hook
Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/service

--+
 PKGBUILD |7 +--
 hook |   10 ++
 service  |1 -
 3 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 08:31:37 UTC (rev 212093)
+++ PKGBUILD2017-02-13 09:36:36 UTC (rev 212094)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -17,10 +17,12 @@
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
+'hook'
 'conf')
 sha1sums=('9b7606b016b447dc837efc108cee94f3fecf4ede'
   'SKIP'
-  '63fcc187cec6f262d81600e66c6747285c72ad15'
+  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
+  '098d680a06e730330e3ccbdd58234d07ad1837dc'
   '98515708441cb831890a0b6d1986fd40649646c0')
 
 install=install
@@ -49,5 +51,6 @@
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"
 }

Added: hook
===
--- hook(rev 0)
+++ hook2017-02-13 09:36:36 UTC (rev 212094)
@@ -0,0 +1,10 @@
+[Trigger]
+Type = File
+Target = /etc/trusted-key.key
+Operation = Install
+Operation = Upgrade
+
+[Action]
+Description = Updating trusted-key.key for unbound...
+When = PostTransaction
+Exec = /bin/cp -f /etc/trusted-key.key /etc/unbound/

Modified: service
===
--- service 2017-02-13 08:31:37 UTC (rev 212093)
+++ service 2017-02-13 09:36:36 UTC (rev 212094)
@@ -3,7 +3,6 @@
 After=network.target
 
 [Service]
-ExecStartPre=/bin/cp -f /etc/trusted-key.key /etc/unbound/
 PIDFile=/run/unbound.pid
 ExecStart=/usr/bin/unbound -d
 ExecReload=/bin/kill -HUP $MAINPID


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2016-12-16 Thread Gaëtan Bisson
Date: Friday, December 16, 2016 @ 17:08:59
  Author: bisson
Revision: 199876

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-16 16:08:06 UTC (rev 199875)
+++ PKGBUILD2016-12-16 17:08:59 UTC (rev 199876)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.5.10
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -18,7 +18,7 @@
 source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
-sha1sums=('6102849c400db3a4195b1f16df8f312568a6ec57'
+sha1sums=('9b7606b016b447dc837efc108cee94f3fecf4ede'
   'SKIP'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2016-11-01 Thread Gaëtan Bisson
Date: Tuesday, November 1, 2016 @ 22:10:20
  Author: bisson
Revision: 194303

add https

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:10:11 UTC (rev 194302)
+++ PKGBUILD2016-11-01 22:10:20 UTC (rev 194303)
@@ -7,7 +7,7 @@
 pkgver=1.5.10
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
+url='https://unbound.net/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 makedepends=('expat')
@@ -15,7 +15,7 @@
 depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
 validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
 sha1sums=('6102849c400db3a4195b1f16df8f312568a6ec57'


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2016-09-27 Thread Gaëtan Bisson
Date: Tuesday, September 27, 2016 @ 17:38:28
  Author: bisson
Revision: 190681

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-27 17:35:37 UTC (rev 190680)
+++ PKGBUILD2016-09-27 17:38:28 UTC (rev 190681)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.5.9
-pkgrel=2
+pkgver=1.5.10
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -18,7 +18,7 @@
 source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
-sha1sums=('4882c52aac0abcd72a86ac5d06e9cd39576620ce'
+sha1sums=('6102849c400db3a4195b1f16df8f312568a6ec57'
   'SKIP'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')


[arch-commits] Commit in unbound/trunk (PKGBUILD install)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 20:24:08
  Author: heftig
Revision: 184588

1.5.9-2

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/install

--+
 PKGBUILD |5 +++--
 install  |6 --
 2 files changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 20:21:15 UTC (rev 184587)
+++ PKGBUILD2016-07-28 20:24:08 UTC (rev 184588)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -18,7 +18,8 @@
 source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
-sha1sums=('4882c52aac0abcd72a86ac5d06e9cd39576620ce' 'SKIP'
+sha1sums=('4882c52aac0abcd72a86ac5d06e9cd39576620ce'
+  'SKIP'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')
 

Modified: install
===
--- install 2016-07-28 20:21:15 UTC (rev 184587)
+++ install 2016-07-28 20:24:08 UTC (rev 184588)
@@ -2,9 +2,3 @@
getent group unbound &>/dev/null || groupadd -r unbound >/dev/null
getent passwd unbound &>/dev/null || useradd -r -g unbound -d 
/etc/unbound -s /bin/false -c unbound unbound >/dev/null
 }
-
-post_remove() {
-   getent passwd unbound &>/dev/null && userdel unbound >/dev/null
-   getent group unbound &>/dev/null && groupdel unbound >/dev/null
-   return 0
-}


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2016-06-10 Thread Gaetan Bisson
Date: Friday, June 10, 2016 @ 23:41:12
  Author: bisson
Revision: 179251

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 20:45:51 UTC (rev 179250)
+++ PKGBUILD2016-06-10 21:41:12 UTC (rev 179251)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.5.8
-pkgrel=2
+pkgver=1.5.9
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -18,7 +18,7 @@
 source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
-sha1sums=('1391888d2e3395d766545cd3dbdf0f1879c48080' 'SKIP'
+sha1sums=('4882c52aac0abcd72a86ac5d06e9cd39576620ce' 'SKIP'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 21:32:33
  Author: foutrelis
Revision: 164252

OpenSSL 1.0.2g rebuild

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:32:22 UTC (rev 164251)
+++ PKGBUILD2016-03-02 20:32:33 UTC (rev 164252)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2016-03-02 Thread Gaetan Bisson
Date: Wednesday, March 2, 2016 @ 18:08:17
  Author: bisson
Revision: 164151

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 16:55:25 UTC (rev 164150)
+++ PKGBUILD2016-03-02 17:08:17 UTC (rev 164151)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.5.7
+pkgver=1.5.8
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
@@ -18,7 +18,7 @@
 source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
-sha1sums=('6306fec537f507a41b9c3a7e16e4aa1c10532510' 'SKIP'
+sha1sums=('1391888d2e3395d766545cd3dbdf0f1879c48080' 'SKIP'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2015-12-10 Thread Gaetan Bisson
Date: Friday, December 11, 2015 @ 04:35:39
  Author: bisson
Revision: 152800

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-11 03:32:52 UTC (rev 152799)
+++ PKGBUILD2015-12-11 03:35:39 UTC (rev 152800)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.5.6
+pkgver=1.5.7
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
@@ -18,7 +18,7 @@
 source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
-sha1sums=('b1e521669d6e5a3c1baf8b71dad070e38887162b' 'SKIP'
+sha1sums=('6306fec537f507a41b9c3a7e16e4aa1c10532510' 'SKIP'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2015-10-20 Thread Gaetan Bisson
Date: Tuesday, October 20, 2015 @ 19:01:43
  Author: bisson
Revision: 144526

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-20 16:14:59 UTC (rev 144525)
+++ PKGBUILD2015-10-20 17:01:43 UTC (rev 144526)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.5.5
-pkgrel=2
+pkgver=1.5.6
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -18,7 +18,7 @@
 source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
-sha1sums=('ff93df847187120c9ee98e7eebe4bb1bc859a8f2' 'SKIP'
+sha1sums=('b1e521669d6e5a3c1baf8b71dad070e38887162b' 'SKIP'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2015-10-07 Thread Gaetan Bisson
Date: Wednesday, October 7, 2015 @ 18:40:22
  Author: bisson
Revision: 143306

follow nsd's example

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-07 16:38:37 UTC (rev 143305)
+++ PKGBUILD2015-10-07 16:40:22 UTC (rev 143306)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -35,7 +35,10 @@
--with-libevent \
--with-rootkey-file=/etc/trusted-key.key \
--with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid
+   --with-pidfile=/run/unbound.pid \
+   --enable-relro-now \
+   --enable-pie \
+
make
 }
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2015-10-06 Thread Gaetan Bisson
Date: Wednesday, October 7, 2015 @ 03:05:49
  Author: bisson
Revision: 143137

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-07 01:05:21 UTC (rev 143136)
+++ PKGBUILD2015-10-07 01:05:49 UTC (rev 143137)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.5.4
+pkgver=1.5.5
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
@@ -14,10 +14,11 @@
 optdepends=('expat: unbound-anchor')
 depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
-source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
-sha1sums=('ce0abc1563baa776a0f2c21516ffc13e6bff7d0f'
+sha1sums=('ff93df847187120c9ee98e7eebe4bb1bc859a8f2' 'SKIP'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2015-07-10 Thread Gaetan Bisson
Date: Saturday, July 11, 2015 @ 00:23:07
  Author: bisson
Revision: 136686

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-10 21:45:58 UTC (rev 136685)
+++ PKGBUILD2015-07-10 22:23:07 UTC (rev 136686)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
 
 pkgname=unbound
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
@@ -17,7 +17,7 @@
 source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'service'
 'conf')
-sha1sums=('9ae0d8270df4591559d54ee4d61c550526521ca3'
+sha1sums=('ce0abc1563baa776a0f2c21516ffc13e6bff7d0f'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2015-03-10 Thread Gaetan Bisson
Date: Tuesday, March 10, 2015 @ 17:21:06
  Author: bisson
Revision: 129017

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-10 16:02:17 UTC (rev 129016)
+++ PKGBUILD2015-03-10 16:21:06 UTC (rev 129017)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
 
 pkgname=unbound
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
@@ -17,7 +17,7 @@
 source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'service'
 'conf')
-sha1sums=('91c805af3fc702eb98ec2679a586cacd05fc4268'
+sha1sums=('9ae0d8270df4591559d54ee4d61c550526521ca3'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')
 


[arch-commits] Commit in unbound/trunk (PKGBUILD lts.patch)

2015-02-25 Thread Gaetan Bisson
Date: Wednesday, February 25, 2015 @ 23:18:37
  Author: bisson
Revision: 128236

upstream update

Modified:
  unbound/trunk/PKGBUILD
Deleted:
  unbound/trunk/lts.patch

---+
 PKGBUILD  |   13 ++-
 lts.patch |   67 
 2 files changed, 3 insertions(+), 77 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-25 22:00:59 UTC (rev 128235)
+++ PKGBUILD2015-02-25 22:18:37 UTC (rev 128236)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
 
 pkgname=unbound
-pkgver=1.5.1
-pkgrel=4
+pkgver=1.5.2
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -15,21 +15,14 @@
 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'
+sha1sums=('91c805af3fc702eb98ec2679a586cacd05fc4268'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')
 
 install=install
 
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -l -i ../lts.patch
-}
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure \

Deleted: lts.patch
===
--- lts.patch   2015-02-25 22:00:59 UTC (rev 128235)
+++ lts.patch   2015-02-25 22:18:37 UTC (rev 128236)
@@ -1,67 +0,0 @@
-diff -ru unbound-1.5.1/services/listen_dnsport.c 
unbound-1.5.1-rga/services/listen_dnsport.c
 unbound-1.5.1/services/listen_dnsport.c2014-12-10 10:59:31.726514857 
+0100
-+++ unbound-1.5.1-rga/services/listen_dnsport.c2014-12-10 
11:08:45.009071300 +0100
-@@ -368,30 +368,47 @@
-  * (and also uses the interface mtu to determine the size of the packets).
-  * So there won't be any EMSGSIZE error.  Against DNS fragmentation attacks.
-  * FreeBSD already has same semantics without setting the option. */
--#if defined(IP_PMTUDISC_OMIT)
-+int omit_set = 0;
-+#   if defined(IP_PMTUDISC_OMIT)
-   int action = IP_PMTUDISC_OMIT;
--#else
--  int action = IP_PMTUDISC_DONT;
--#endif
-   if (setsockopt(s, IPPROTO_IP, IP_MTU_DISCOVER,
-   action, (socklen_t)sizeof(action))  0) {
--  log_err(setsockopt(..., IP_MTU_DISCOVER, 
--#if defined(IP_PMTUDISC_OMIT)
--  IP_PMTUDISC_OMIT
-+
-+if (errno != EINVAL) {
-+log_err(setsockopt(..., IP_MTU_DISCOVER, 
IP_PMTUDISC_OMIT...) failed: %s,
-+  strerror(errno));
-+
-+#ifndef USE_WINSOCK
-+  close(s);
- #else
--  IP_PMTUDISC_DONT
-+closesocket(s);
- #endif
--  ...) failed: %s,
--  strerror(errno));
-+*noproto = 0;
-+*inuse = 0;
-+return -1;
-+}
-+  }
-+else
-+{
-+omit_set = 1;
-+}
-+#   endif
-+if (omit_set == 0) {
-+  int action = IP_PMTUDISC_DONT;
-+if (setsockopt(s, IPPROTO_IP, IP_MTU_DISCOVER,
-+action, (socklen_t)sizeof(action))  0) {
-+log_err(setsockopt(..., IP_MTU_DISCOVER, 
IP_PMTUDISC_DONT...) failed: %s,
-+strerror(errno));
- #ifndef USE_WINSOCK
--  close(s);
-+  close(s);
- #else
--  closesocket(s);
-+  closesocket(s);
- #endif
--  *noproto = 0;
--  *inuse = 0;
--  return -1;
--  }
-+  *noproto = 0;
-+  *inuse = 0;
-+  return -1;
-+  }
-+}
- #  elif defined(IP_DONTFRAG)
-   int off = 0;
-   if (setsockopt(s, IPPROTO_IP, IP_DONTFRAG,


[arch-commits] Commit in unbound/trunk (PKGBUILD conf service)

2015-01-11 Thread Gaetan Bisson
Date: Sunday, January 11, 2015 @ 22:35:28
  Author: bisson
Revision: 125773

fix FS#43225

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/conf
  unbound/trunk/service

--+
 PKGBUILD |6 +++---
 conf |3 ++-
 service  |1 +
 3 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-11 21:08:46 UTC (rev 125772)
+++ PKGBUILD2015-01-11 21:35:28 UTC (rev 125773)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -20,8 +20,8 @@
 'conf')
 sha1sums=('5606c2246e7394bce88cc4f16edbd6b964237ea2'
   '456c91a253f9102e00e4a46a2f1b936aa2e3ed7c'
-  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
-  '5d473ec2943fd85367cdb653fcd58e186f07383f')
+  '63fcc187cec6f262d81600e66c6747285c72ad15'
+  '98515708441cb831890a0b6d1986fd40649646c0')
 
 install=install
 

Modified: conf
===
--- conf2015-01-11 21:08:46 UTC (rev 125772)
+++ conf2015-01-11 21:35:28 UTC (rev 125773)
@@ -1,4 +1,5 @@
 server:
+  use-syslog: yes
   username: unbound
   directory: /etc/unbound
-  use-syslog: yes
+  trust-anchor-file: trusted-key.key

Modified: service
===
--- service 2015-01-11 21:08:46 UTC (rev 125772)
+++ service 2015-01-11 21:35:28 UTC (rev 125773)
@@ -3,6 +3,7 @@
 After=network.target
 
 [Service]
+ExecStartPre=/bin/cp -f /etc/trusted-key.key /etc/unbound/
 PIDFile=/run/unbound.pid
 ExecStart=/usr/bin/unbound -d
 ExecReload=/bin/kill -HUP $MAINPID


[arch-commits] Commit in unbound/trunk (PKGBUILD lts.patch)

2014-12-11 Thread Gaetan Bisson
Date: Thursday, December 11, 2014 @ 19:28:09
  Author: bisson
Revision: 123784

fix FS#43045

Added:
  unbound/trunk/lts.patch
Modified:
  unbound/trunk/PKGBUILD

---+
 PKGBUILD  |9 +++-
 lts.patch |   67 
 2 files changed, 75 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-11 16:46:44 UTC (rev 123783)
+++ PKGBUILD2014-12-11 18:28:09 UTC (rev 123784)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -15,14 +15,21 @@
 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 \

Added: lts.patch
===
--- lts.patch   (rev 0)
+++ lts.patch   2014-12-11 18:28:09 UTC (rev 123784)
@@ -0,0 +1,67 @@
+diff -ru unbound-1.5.1/services/listen_dnsport.c 
unbound-1.5.1-rga/services/listen_dnsport.c
+--- unbound-1.5.1/services/listen_dnsport.c2014-12-10 10:59:31.726514857 
+0100
 unbound-1.5.1-rga/services/listen_dnsport.c2014-12-10 
11:08:45.009071300 +0100
+@@ -368,30 +368,47 @@
+  * (and also uses the interface mtu to determine the size of the packets).
+  * So there won't be any EMSGSIZE error.  Against DNS fragmentation attacks.
+  * FreeBSD already has same semantics without setting the option. */
+-#if defined(IP_PMTUDISC_OMIT)
++int omit_set = 0;
++#   if defined(IP_PMTUDISC_OMIT)
+   int action = IP_PMTUDISC_OMIT;
+-#else
+-  int action = IP_PMTUDISC_DONT;
+-#endif
+   if (setsockopt(s, IPPROTO_IP, IP_MTU_DISCOVER,
+   action, (socklen_t)sizeof(action))  0) {
+-  log_err(setsockopt(..., IP_MTU_DISCOVER, 
+-#if defined(IP_PMTUDISC_OMIT)
+-  IP_PMTUDISC_OMIT
++
++if (errno != EINVAL) {
++log_err(setsockopt(..., IP_MTU_DISCOVER, 
IP_PMTUDISC_OMIT...) failed: %s,
++  strerror(errno));
++
++#ifndef USE_WINSOCK
++  close(s);
+ #else
+-  IP_PMTUDISC_DONT
++closesocket(s);
+ #endif
+-  ...) failed: %s,
+-  strerror(errno));
++*noproto = 0;
++*inuse = 0;
++return -1;
++}
++  }
++else
++{
++omit_set = 1;
++}
++#   endif
++if (omit_set == 0) {
++  int action = IP_PMTUDISC_DONT;
++if (setsockopt(s, IPPROTO_IP, IP_MTU_DISCOVER,
++action, (socklen_t)sizeof(action))  0) {
++log_err(setsockopt(..., IP_MTU_DISCOVER, 
IP_PMTUDISC_DONT...) failed: %s,
++strerror(errno));
+ #ifndef USE_WINSOCK
+-  close(s);
++  close(s);
+ #else
+-  closesocket(s);
++  closesocket(s);
+ #endif
+-  *noproto = 0;
+-  *inuse = 0;
+-  return -1;
+-  }
++  *noproto = 0;
++  *inuse = 0;
++  return -1;
++  }
++}
+ #  elif defined(IP_DONTFRAG)
+   int off = 0;
+   if (setsockopt(s, IPPROTO_IP, IP_DONTFRAG,


[arch-commits] Commit in unbound/trunk (PKGBUILD)

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

fix the fix

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-11 18:32:14 UTC (rev 123787)
+++ PKGBUILD2014-12-11 20:06:00 UTC (rev 123788)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -25,9 +25,9 @@
 
 install=install
 
-preare() {
+prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../lts.patch
+   patch -p1 -l -i ../lts.patch
 }
 
 build() {


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2014-12-08 Thread Gaetan Bisson
Date: Tuesday, December 9, 2014 @ 06:51:03
  Author: bisson
Revision: 123677

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-09 04:29:42 UTC (rev 123676)
+++ PKGBUILD2014-12-09 05:51:03 UTC (rev 123677)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
 
 pkgname=unbound
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
@@ -17,7 +17,7 @@
 source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'service'
 'conf')
-sha1sums=('6eb6d783b7376a48dc0b3dccfd8723d7074b4279'
+sha1sums=('5606c2246e7394bce88cc4f16edbd6b964237ea2'
   'b543ae6f8b87423bec095fca6b335a9ee43739a8'
   '5d473ec2943fd85367cdb653fcd58e186f07383f')
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2014-12-07 Thread Gaetan Bisson
Date: Sunday, December 7, 2014 @ 21:28:29
  Author: bisson
Revision: 123602

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-07 20:10:22 UTC (rev 123601)
+++ PKGBUILD2014-12-07 20:28:29 UTC (rev 123602)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
 
 pkgname=unbound
-pkgver=1.4.22
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -17,7 +17,7 @@
 source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'service'
 'conf')
-sha1sums=('a56e31e2f3a2fefa3caaad9200dd943d174ca81e'
+sha1sums=('6eb6d783b7376a48dc0b3dccfd8723d7074b4279'
   'b543ae6f8b87423bec095fca6b335a9ee43739a8'
   '5d473ec2943fd85367cdb653fcd58e186f07383f')
 


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2014-09-29 Thread Gaetan Bisson
Date: Tuesday, September 30, 2014 @ 06:06:51
  Author: bisson
Revision: 119855

implement FS#42146:

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 01:57:28 UTC (rev 119854)
+++ PKGBUILD2014-09-30 04:06:51 UTC (rev 119855)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.4.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 makedepends=('expat')
 optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent')
+depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
 source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'service'
@@ -32,6 +32,7 @@
--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


[arch-commits] Commit in unbound/trunk (PKGBUILD)

2014-03-12 Thread Gaetan Bisson
Date: Thursday, March 13, 2014 @ 01:16:00
  Author: bisson
Revision: 107131

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 00:08:38 UTC (rev 107130)
+++ PKGBUILD2014-03-13 00:16:00 UTC (rev 107131)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
 
 pkgname=unbound
-pkgver=1.4.21
+pkgver=1.4.22
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
@@ -17,7 +17,7 @@
 source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'service'
 'conf')
-sha1sums=('3ef4ea626e5284368d48ab618fe2207d43f2cee1'
+sha1sums=('a56e31e2f3a2fefa3caaad9200dd943d174ca81e'
   'b543ae6f8b87423bec095fca6b335a9ee43739a8'
   '5d473ec2943fd85367cdb653fcd58e186f07383f')
 



[arch-commits] Commit in unbound/trunk (PKGBUILD)

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:42:55
  Author: bisson
Revision: 99233

remove options enforced by newer pacman

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:42:49 UTC (rev 99232)
+++ PKGBUILD2013-10-26 07:42:55 UTC (rev 99233)
@@ -21,7 +21,6 @@
   'b543ae6f8b87423bec095fca6b335a9ee43739a8'
   '5d473ec2943fd85367cdb653fcd58e186f07383f')
 
-options=('!libtool')
 install=install
 
 build() {
@@ -31,7 +30,6 @@
--sysconfdir=/etc \
--localstatedir=/var \
--sbindir=/usr/bin \
-   --disable-static \
--disable-rpath \
--with-libevent \
--with-conf-file=/etc/unbound/unbound.conf \



[arch-commits] Commit in unbound/trunk (PKGBUILD)

2013-09-20 Thread Gaetan Bisson
Date: Friday, September 20, 2013 @ 20:53:58
  Author: bisson
Revision: 97463

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 17:07:54 UTC (rev 97462)
+++ PKGBUILD2013-09-20 18:53:58 UTC (rev 97463)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
 
 pkgname=unbound
-pkgver=1.4.20
-pkgrel=3
+pkgver=1.4.21
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -17,7 +17,7 @@
 source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'service'
 'conf')
-sha1sums=('1752976533be2a4f0c9cdbab9d2cbb67d4f27c43'
+sha1sums=('3ef4ea626e5284368d48ab618fe2207d43f2cee1'
   'b543ae6f8b87423bec095fca6b335a9ee43739a8'
   '5d473ec2943fd85367cdb653fcd58e186f07383f')
 



[arch-commits] Commit in unbound/trunk (PKGBUILD)

2013-09-01 Thread Gaetan Bisson
Date: Sunday, September 1, 2013 @ 22:51:36
  Author: bisson
Revision: 96580

implement FS#36764

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-01 20:36:18 UTC (rev 96579)
+++ PKGBUILD2013-09-01 20:51:36 UTC (rev 96580)
@@ -5,14 +5,14 @@
 
 pkgname=unbound
 pkgver=1.4.20
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
-depends=('openssl' 'ldns')
 makedepends=('expat')
 optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent')
 backup=('etc/unbound/unbound.conf')
 source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'service'
@@ -33,6 +33,7 @@
--sbindir=/usr/bin \
--disable-static \
--disable-rpath \
+   --with-libevent \
--with-conf-file=/etc/unbound/unbound.conf \
--with-pidfile=/run/unbound.pid
make



[arch-commits] Commit in unbound/trunk (PKGBUILD rc.d)

2013-05-13 Thread Gaetan Bisson
Date: Monday, May 13, 2013 @ 11:56:20
  Author: bisson
Revision: 90585

remove deprecated rc script

Modified:
  unbound/trunk/PKGBUILD
Deleted:
  unbound/trunk/rc.d

--+
 PKGBUILD |9 +++--
 rc.d |   39 ---
 2 files changed, 3 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 09:56:17 UTC (rev 90584)
+++ PKGBUILD2013-05-13 09:56:20 UTC (rev 90585)
@@ -17,12 +17,10 @@
 backup=('etc/unbound/unbound.conf')
 source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'unbound.service'
-'unbound.conf'
-'rc.d')
+'unbound.conf')
 sha1sums=('1752976533be2a4f0c9cdbab9d2cbb67d4f27c43'
   'a2493cb105ff6aa23d756514badb13b02d37f319'
-  '5d473ec2943fd85367cdb653fcd58e186f07383f'
-  'dc96e772f467b32555df21d16fdb15e98194c228')
+  '5d473ec2943fd85367cdb653fcd58e186f07383f')
 
 install=install
 
@@ -33,7 +31,7 @@
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
-   --enable-static=no \
+   --disable-static \
--disable-rpath \
--with-conf-file=/etc/unbound/unbound.conf \
--with-pidfile=/run/unbound.pid \
@@ -47,7 +45,6 @@
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

Deleted: rc.d
===
--- rc.d2013-05-13 09:56:17 UTC (rev 90584)
+++ rc.d2013-05-13 09:56:20 UTC (rev 90585)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-name=unbound
-prog=/usr/sbin/unbound
-
-PID=$(pidof -o %PPID $prog)
-
-case $1 in
-start)
-   stat_busy Starting $name daemon
-   [[ -z $PID ]]  eval $prog /dev/null \
-{ add_daemon $name; stat_done; } \
-   || { stat_fail; exit 1; }
-   ;;
-stop)
-   stat_busy Stopping $name daemon
-   [[ -n $PID ]]  kill $PID /dev/null \
-{ rm_daemon $name; stat_done; } \
-   || { stat_fail; exit 1; }
-   ;;
-reload)
-   stat_busy Reloading $name daemon
-   [[ -n $PID ]]  kill -SIGHUP $PID /dev/null \
-{ stat_done; } \
-   || { stat_fail; exit 1; }
-   ;;
-restart)
-   $0 stop
-   sleep 2
-   $0 start
-   ;;
-*)
-   echo usage: $0 {start|stop|restart|reload}
-   exit 1
-   ;;
-esac



[arch-commits] Commit in unbound/trunk (PKGBUILD)

2013-04-08 Thread Gaetan Bisson
Date: Monday, April 8, 2013 @ 19:05:42
  Author: bisson
Revision: 87923

upstream update

Modified:
  unbound/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-08 16:43:26 UTC (rev 87922)
+++ PKGBUILD2013-04-08 17:05:42 UTC (rev 87923)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
 
 pkgname=unbound
-pkgver=1.4.19
-pkgrel=2
+pkgver=1.4.20
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 'unbound.service'
 'unbound.conf'
 'rc.d')
-sha1sums=('ccf0d465fc0045d59ceca11ecde688edebd28ec1'
+sha1sums=('1752976533be2a4f0c9cdbab9d2cbb67d4f27c43'
   'a2493cb105ff6aa23d756514badb13b02d37f319'
   '5d473ec2943fd85367cdb653fcd58e186f07383f'
   'dc96e772f467b32555df21d16fdb15e98194c228')



[arch-commits] Commit in unbound/trunk (PKGBUILD unbound.service)

2013-03-14 Thread Gaetan Bisson
Date: Thursday, March 14, 2013 @ 23:47:34
  Author: bisson
Revision: 86305

add After=network.target to unbound.service

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/unbound.service

-+
 PKGBUILD|4 ++--
 unbound.service |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 22:32:51 UTC (rev 86304)
+++ PKGBUILD2013-03-14 22:47:34 UTC (rev 86305)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.4.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -20,7 +20,7 @@
 'unbound.conf'
 'rc.d')
 sha1sums=('ccf0d465fc0045d59ceca11ecde688edebd28ec1'
-  '5bc313cd978e4d6efe8c13600e838c70629be477'
+  'a2493cb105ff6aa23d756514badb13b02d37f319'
   '5d473ec2943fd85367cdb653fcd58e186f07383f'
   'dc96e772f467b32555df21d16fdb15e98194c228')
 

Modified: unbound.service
===
--- unbound.service 2013-03-14 22:32:51 UTC (rev 86304)
+++ unbound.service 2013-03-14 22:47:34 UTC (rev 86305)
@@ -1,5 +1,6 @@
 [Unit]
 Description=Unbound DNS Resolver
+After=network.target
 
 [Service]
 PIDFile=/run/unbound.pid