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

2019-11-13 Thread Felix Yan via arch-commits
Date: Wednesday, November 13, 2019 @ 17:10:07
  Author: felixonmars
Revision: 368296

[core] mass rebuild

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 17:09:45 UTC (rev 368295)
+++ PKGBUILD2019-11-13 17:10:07 UTC (rev 368296)
@@ -4,7 +4,7 @@
 
 pkgname=ldns
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='https://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')


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

2019-07-28 Thread Gaëtan Bisson via arch-commits
Date: Monday, July 29, 2019 @ 02:26:38
  Author: bisson
Revision: 358705

upstream update

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-28 15:50:08 UTC (rev 358704)
+++ PKGBUILD2019-07-29 02:26:38 UTC (rev 358705)
@@ -3,8 +3,8 @@
 # Contributor: jiribb 
 
 pkgname=ldns
-pkgver=1.7.0
-pkgrel=4
+pkgver=1.7.1
+pkgrel=1
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='https://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
@@ -12,16 +12,9 @@
 depends=('openssl' 'dnssec-anchors')
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
-source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'pc.patch')
-sha256sums=('c19f5b1b4fb374cfe34f4845ea11b1e0551ddc67803bd6ddd5d2a20f0997a6cc'
-'3586302eed28269c7fa6013785c0a017689aa9d4ff24ff8d7735fa23a3732cb7')
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('8ac84c16bdca60e710eea75782356f3ac3b55680d40e1530d7cea474ac208229')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../pc.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \


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

2017-11-15 Thread Gaëtan Bisson
Date: Wednesday, November 15, 2017 @ 23:02:27
  Author: bisson
Revision: 310028

new openssl supports dane-verify

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-15 22:47:32 UTC (rev 310027)
+++ PKGBUILD2017-11-15 23:02:27 UTC (rev 310028)
@@ -5,7 +5,7 @@
 
 pkgname=ldns
 pkgver=1.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='https://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
@@ -33,7 +33,6 @@
--with-drill \
--with-examples \
--with-trust-anchor=/etc/trusted-key.key \
-   --disable-dane-verify # needs openssl>=1.1.0
 
make
 }


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:32:30
  Author: bisson
Revision: 289803

switch to sha256sum

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:32:25 UTC (rev 289802)
+++ PKGBUILD2017-03-02 01:32:30 UTC (rev 289803)
@@ -15,8 +15,8 @@
 makedepends=('libpcap')
 
source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'pc.patch')
-sha1sums=('ceeeccf8a27e61a854762737f6ee02f44662c1b8'
-  '92161452a6e75dd283bebef4e60135ed23497e51')
+sha256sums=('c19f5b1b4fb374cfe34f4845ea11b1e0551ddc67803bd6ddd5d2a20f0997a6cc'
+'3586302eed28269c7fa6013785c0a017689aa9d4ff24ff8d7735fa23a3732cb7')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-02-11 Thread Pierre Schmitz
Date: Saturday, February 11, 2017 @ 12:09:59
  Author: pierre
Revision: 288665

upgpkg: ldns 1.7.0-3

OpenSSL 1,1 rebuild

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 12:07:20 UTC (rev 288664)
+++ PKGBUILD2017-02-11 12:09:59 UTC (rev 288665)
@@ -5,7 +5,7 @@
 
 pkgname=ldns
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='https://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')


[arch-commits] Commit in ldns/trunk (PKGBUILD pc.patch)

2017-01-19 Thread Gaëtan Bisson
Date: Thursday, January 19, 2017 @ 09:15:10
  Author: bisson
Revision: 286965

implement FS#52544

Added:
  ldns/trunk/pc.patch
Modified:
  ldns/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 pc.patch |   60 
 2 files changed, 69 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-19 07:41:23 UTC (rev 286964)
+++ PKGBUILD2017-01-19 09:15:10 UTC (rev 286965)
@@ -5,7 +5,7 @@
 
 pkgname=ldns
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='https://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
@@ -13,9 +13,15 @@
 depends=('openssl' 'dnssec-anchors')
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
-source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('ceeeccf8a27e61a854762737f6ee02f44662c1b8')
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'pc.patch')
+sha1sums=('ceeeccf8a27e61a854762737f6ee02f44662c1b8'
+  '92161452a6e75dd283bebef4e60135ed23497e51')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../pc.patch
+}
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"

Added: pc.patch
===
--- pc.patch(rev 0)
+++ pc.patch2017-01-19 09:15:10 UTC (rev 286965)
@@ -0,0 +1,60 @@
+From 2a38f26ed5695c3ad737de082b56a296240dd51a Mon Sep 17 00:00:00 2001
+From: Willem Toorop 
+Date: Thu, 19 Jan 2017 09:41:51 +0100
+Subject: bugfix #1209: make install ldns.pc file
+
+---
+ Changelog   |  4 
+ Makefile.in | 16 ++--
+ 2 files changed, 18 insertions(+), 2 deletions(-)
+
+diff --git a/Changelog b/Changelog
+index 0bd3658..efda95e 100644
+--- a/Changelog
 b/Changelog
+@@ -1,3 +1,7 @@
++1.7.1 -??-??
++  * bugfix #1209: make install ldns.pc file
++Thanks Oleksandr Natalenko
++
+ 1.7.0 2016-12-20
+   * Fix lookup of relative names in ldns_resolver_search.
+   * bugfix #548: Double free for answers > 4096 in ldns_resolver_send_pkt
+diff --git a/Makefile.in b/Makefile.in
+index 04f683b..853777e 100644
+--- a/Makefile.in
 b/Makefile.in
+@@ -308,9 +308,9 @@ clean-p5-dns-ldns: $(p5_dns_ldns_dir)/Makefile
+ test-p5-dns-ldns: $(p5_dns_ldns_dir)/Makefile
+   cd $(p5_dns_ldns_dir); $(MAKE) test
+ 
+-install: install-h install-lib @INSTALL_CONFIG@ install-manpages 
$(pyldns_inst) $(pyldnsx_inst) @INSTALL_P5_DNS_LDNS@ @INSTALL_DRILL@ 
@INSTALL_EXAMPLES@
++install: install-h install-lib install-pc @INSTALL_CONFIG@ install-manpages 
$(pyldns_inst) $(pyldnsx_inst) @INSTALL_P5_DNS_LDNS@ @INSTALL_DRILL@ 
@INSTALL_EXAMPLES@
+ 
+-uninstall: uninstall-manpages @UNINSTALL_CONFIG@ uninstall-h uninstall-lib 
$(pyldns_uninst) $(pyldnsx_uninst) @UNINSTALL_P5_DNS_LDNS@ @UNINSTALL_DRILL@ 
@UNINSTALL_EXAMPLES@
++uninstall: uninstall-manpages @UNINSTALL_CONFIG@ uninstall-h uninstall-lib 
uninstall-pc $(pyldns_uninst) $(pyldnsx_uninst) @UNINSTALL_P5_DNS_LDNS@ 
@UNINSTALL_DRILL@ @UNINSTALL_EXAMPLES@
+ 
+ destclean: uninstall
+ 
+@@ -355,6 +355,18 @@ uninstall-h:
+   test ! -d $(DESTDIR)$(includedir)/ldns || rmdir -p 
$(DESTDIR)$(includedir)/ldns || echo "ok, dir already gone"
+   exit 0
+ 
++packaging/libldns.pc: packaging/libldns.pc.in
++  ./config.status $@
++
++install-pc: packaging/libldns.pc
++  $(INSTALL) -m 644 packaging/libldns.pc 
$(DESTDIR)$(libdir)/pkgconfig/ldns.pc
++
++uninstall-pc:
++  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/pkgconfig/ldns.pc
++  test ! -d $(DESTDIR)$(libdir)/pkgconfig || rmdir -p 
$(DESTDIR)$(libdir)/pkgconfig || echo "ok, dir already gone"
++  test ! -d $(DESTDIR)$(libdir) || rmdir -p $(DESTDIR)$(libdir) || echo 
"ok, dir already gone"
++
++  
+ install-lib: lib
+   $(INSTALL) -m 755 -d $(DESTDIR)$(libdir)
+   $(LIBTOOL) --mode=install cp libldns.la $(DESTDIR)$(libdir)
+-- 
+cgit v0.11.2
+


[arch-commits] Commit in ldns/trunk (PKGBUILD perl-recent.patch)

2016-12-31 Thread Gaëtan Bisson
Date: Sunday, January 1, 2017 @ 07:55:47
  Author: bisson
Revision: 285007

upstream update

Modified:
  ldns/trunk/PKGBUILD
Deleted:
  ldns/trunk/perl-recent.patch

---+
 PKGBUILD  |   15 +--
 perl-recent.patch |   12 
 2 files changed, 5 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 05:06:19 UTC (rev 285006)
+++ PKGBUILD2017-01-01 07:55:47 UTC (rev 285007)
@@ -4,8 +4,8 @@
 # Contributor: jiribb 
 
 pkgname=ldns
-pkgver=1.6.17
-pkgrel=4
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='https://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
@@ -13,15 +13,9 @@
 depends=('openssl' 'dnssec-anchors')
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
-source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'perl-recent.patch')
-sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4'
-  '026b276a360d29b3bd3690293a27178262a0b3dc')
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('ceeeccf8a27e61a854762737f6ee02f44662c1b8')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../perl-recent.patch
-}
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -33,6 +27,7 @@
--with-drill \
--with-examples \
--with-trust-anchor=/etc/trusted-key.key \
+   --disable-dane-verify # needs openssl>=1.1.0
 
make
 }

Deleted: perl-recent.patch
===
--- perl-recent.patch   2017-01-01 05:06:19 UTC (rev 285006)
+++ perl-recent.patch   2017-01-01 07:55:47 UTC (rev 285007)
@@ -1,12 +0,0 @@
-diff -Naur old/doc/doxyparse.pl new/doc/doxyparse.pl
 old/doc/doxyparse.pl   2014-01-11 06:04:41.0 +0900
-+++ new/doc/doxyparse.pl   2015-08-08 22:29:34.216889652 +0900
-@@ -273,7 +273,7 @@
- 
-   print MAN $MAN_MIDDLE;
- 
--  if (defined(@$also)) {
-+  if (@$also) {
-   print MAN "\n.SH SEE ALSO\n\\fI";
-   print MAN join "\\fR, \\fI", @$also;
-   print MAN "\\fR.\nAnd ";


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

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

add https

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 22:11:09 UTC (rev 279711)
+++ PKGBUILD2016-11-01 22:11:15 UTC (rev 279712)
@@ -7,13 +7,13 @@
 pkgver=1.6.17
 pkgrel=4
 pkgdesc='Fast DNS library supporting recent RFCs'
-url='http://www.nlnetlabs.nl/projects/ldns/'
+url='https://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 depends=('openssl' 'dnssec-anchors')
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
-source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'perl-recent.patch')
 sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4'
   '026b276a360d29b3bd3690293a27178262a0b3dc')


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

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 19:12:56
  Author: foutrelis
Revision: 260516

OpenSSL 1.0.2g rebuild

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 18:11:25 UTC (rev 260515)
+++ PKGBUILD2016-03-02 18:12:56 UTC (rev 260516)
@@ -5,7 +5,7 @@
 
 pkgname=ldns
 pkgver=1.6.17
-pkgrel=3
+pkgrel=4
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='http://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')


[arch-commits] Commit in ldns/trunk (PKGBUILD perl-recent.patch)

2015-08-08 Thread Gaetan Bisson
Date: Saturday, August 8, 2015 @ 15:35:36
  Author: bisson
Revision: 243124

fix FS#45860

Added:
  ldns/trunk/perl-recent.patch
Modified:
  ldns/trunk/PKGBUILD

---+
 PKGBUILD  |   16 ++--
 perl-recent.patch |   12 
 2 files changed, 22 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-08 06:38:51 UTC (rev 243123)
+++ PKGBUILD2015-08-08 13:35:36 UTC (rev 243124)
@@ -5,7 +5,7 @@
 
 pkgname=ldns
 pkgver=1.6.17
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='http://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
@@ -13,12 +13,18 @@
 depends=('openssl' 'dnssec-anchors')
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
-source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'perl-recent.patch')
+sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4'
+  '026b276a360d29b3bd3690293a27178262a0b3dc')
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../perl-recent.patch
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -33,8 +39,6 @@
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-
make DESTDIR=${pkgdir} install
-
install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Added: perl-recent.patch
===
--- perl-recent.patch   (rev 0)
+++ perl-recent.patch   2015-08-08 13:35:36 UTC (rev 243124)
@@ -0,0 +1,12 @@
+diff -Naur old/doc/doxyparse.pl new/doc/doxyparse.pl
+--- old/doc/doxyparse.pl   2014-01-11 06:04:41.0 +0900
 new/doc/doxyparse.pl   2015-08-08 22:29:34.216889652 +0900
+@@ -273,7 +273,7 @@
+ 
+   print MAN $MAN_MIDDLE;
+ 
+-  if (defined(@$also)) {
++  if (@$also) {
+   print MAN \n.SH SEE ALSO\n\\fI;
+   print MAN join \\fR, \\fI, @$also;
+   print MAN \\fR.\nAnd ;


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

2014-11-06 Thread Gaetan Bisson
Date: Friday, November 7, 2014 @ 07:21:03
  Author: bisson
Revision: 225725

fix FS#42644

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-07 03:43:09 UTC (rev 225724)
+++ PKGBUILD2014-11-07 06:21:03 UTC (rev 225725)
@@ -5,7 +5,7 @@
 
 pkgname=ldns
 pkgver=1.6.17
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='http://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
@@ -26,6 +26,7 @@
--disable-rpath \
--with-drill \
--with-examples \
+   --with-trust-anchor=/etc/trusted-key.key \
 
make
 }


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

2014-01-27 Thread Gaetan Bisson
Date: Monday, January 27, 2014 @ 17:15:45
  Author: bisson
Revision: 204804

upstream update

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-27 15:50:43 UTC (rev 204803)
+++ PKGBUILD2014-01-27 16:15:45 UTC (rev 204804)
@@ -4,7 +4,7 @@
 # Contributor: jiribb jir...@gmail.com
 
 pkgname=ldns
-pkgver=1.6.16
+pkgver=1.6.17
 pkgrel=1
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='http://www.nlnetlabs.nl/projects/ldns/'
@@ -14,7 +14,7 @@
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
 
source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('5b4fc6c5c3078cd061905c47178478cb1015c62a')
+sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:06
  Author: bisson
Revision: 197471

remove options enforced by newer pacman

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:02 UTC (rev 197470)
+++ PKGBUILD2013-10-26 07:50:06 UTC (rev 197471)
@@ -10,7 +10,6 @@
 url='http://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
-options=('!libtool')
 depends=('openssl' 'dnssec-anchors')
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
@@ -24,7 +23,6 @@
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
-   --enable-static=no \
--disable-rpath \
--with-drill \
--with-examples \



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

2012-11-15 Thread Gaetan Bisson
Date: Thursday, November 15, 2012 @ 21:22:07
  Author: bisson
Revision: 171056

upstream update

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 01:20:16 UTC (rev 171055)
+++ PKGBUILD2012-11-16 02:22:07 UTC (rev 171056)
@@ -4,7 +4,7 @@
 # Contributor: jiribb jir...@gmail.com
 
 pkgname=ldns
-pkgver=1.6.14
+pkgver=1.6.16
 pkgrel=1
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='http://www.nlnetlabs.nl/projects/ldns/'
@@ -15,7 +15,7 @@
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
 
source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('2ef5fbf33b25d2f7b736c332ebccc0862dd12d02')
+sha1sums=('5b4fc6c5c3078cd061905c47178478cb1015c62a')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2012-10-23 Thread Gaetan Bisson
Date: Tuesday, October 23, 2012 @ 18:55:02
  Author: bisson
Revision: 169586

upstream update

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-23 22:54:21 UTC (rev 169585)
+++ PKGBUILD2012-10-23 22:55:02 UTC (rev 169586)
@@ -4,7 +4,7 @@
 # Contributor: jiribb jir...@gmail.com
 
 pkgname=ldns
-pkgver=1.6.13
+pkgver=1.6.14
 pkgrel=1
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='http://www.nlnetlabs.nl/projects/ldns/'
@@ -15,7 +15,7 @@
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
 
source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('859f633d10b763f06b602e2113828cbbd964c7eb')
+sha1sums=('2ef5fbf33b25d2f7b736c332ebccc0862dd12d02')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2012-04-22 Thread Gaetan Bisson
Date: Sunday, April 22, 2012 @ 04:06:09
  Author: bisson
Revision: 156649

depend on dnssec-anchors, move to [core] as new openssh dependency

see: 
https://mailman.archlinux.org/pipermail/arch-dev-public/2012-February/022548.html

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-22 08:05:14 UTC (rev 156648)
+++ PKGBUILD2012-04-22 08:06:09 UTC (rev 156649)
@@ -5,15 +5,15 @@
 
 pkgname=ldns
 pkgver=1.6.12
-pkgrel=1
-pkgdesc='Fast DNS library supporting recent RFCs, including Drill and other 
tools'
+pkgrel=2
+pkgdesc='Fast DNS library supporting recent RFCs'
 url='http://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 options=('!libtool')
-depends=('openssl')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
-optdepends=('libpcap: ldns-dpa tool')
 
source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'Makefile.patch')
 sha1sums=('1d61df0f666908551d5a62768f77d63e727810aa'