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
===================================================================
--- PKGBUILD    2017-01-01 05:06:19 UTC (rev 285006)
+++ PKGBUILD    2017-01-01 07:55:47 UTC (rev 285007)
@@ -4,8 +4,8 @@
 # Contributor: jiribb <[email protected]>
 
 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.000000000 +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 ";

Reply via email to