Date: Monday, January 2, 2017 @ 20:04:41
  Author: bisson
Revision: 285219

db-move: moved ldns from [testing] to [core] (i686, x86_64)

Added:
  ldns/repos/core-i686/PKGBUILD
    (from rev 285218, ldns/repos/testing-i686/PKGBUILD)
  ldns/repos/core-x86_64/PKGBUILD
    (from rev 285218, ldns/repos/testing-x86_64/PKGBUILD)
Deleted:
  ldns/repos/core-i686/PKGBUILD
  ldns/repos/core-i686/perl-recent.patch
  ldns/repos/core-x86_64/PKGBUILD
  ldns/repos/core-x86_64/perl-recent.patch
  ldns/repos/testing-i686/
  ldns/repos/testing-x86_64/

-------------------------------+
 /PKGBUILD                     |   78 ++++++++++++++++++++++++++++++++++++++++
 core-i686/PKGBUILD            |   44 ----------------------
 core-i686/perl-recent.patch   |   12 ------
 core-x86_64/PKGBUILD          |   44 ----------------------
 core-x86_64/perl-recent.patch |   12 ------
 5 files changed, 78 insertions(+), 112 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD  2017-01-02 20:00:00 UTC (rev 285218)
+++ core-i686/PKGBUILD  2017-01-02 20:04:41 UTC (rev 285219)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: mathieui <[email protected]>
-# Contributor: jiribb <[email protected]>
-
-pkgname=ldns
-pkgver=1.6.17
-pkgrel=4
-pkgdesc='Fast DNS library supporting recent RFCs'
-url='http://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";
-        '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 \
-               --localstatedir=/var \
-               --disable-rpath \
-               --with-drill \
-               --with-examples \
-               --with-trust-anchor=/etc/trusted-key.key \
-
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-       install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ldns/repos/core-i686/PKGBUILD (from rev 285218, 
ldns/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD                          (rev 0)
+++ core-i686/PKGBUILD  2017-01-02 20:04:41 UTC (rev 285219)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: mathieui <[email protected]>
+# Contributor: jiribb <[email protected]>
+
+pkgname=ldns
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Fast DNS library supporting recent RFCs'
+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=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('ceeeccf8a27e61a854762737f6ee02f44662c1b8')
+
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --disable-rpath \
+               --with-drill \
+               --with-examples \
+               --with-trust-anchor=/etc/trusted-key.key \
+               --disable-dane-verify # needs openssl>=1.1.0
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: core-i686/perl-recent.patch
===================================================================
--- core-i686/perl-recent.patch 2017-01-02 20:00:00 UTC (rev 285218)
+++ core-i686/perl-recent.patch 2017-01-02 20:04:41 UTC (rev 285219)
@@ -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 ";

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD        2017-01-02 20:00:00 UTC (rev 285218)
+++ core-x86_64/PKGBUILD        2017-01-02 20:04:41 UTC (rev 285219)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: mathieui <[email protected]>
-# Contributor: jiribb <[email protected]>
-
-pkgname=ldns
-pkgver=1.6.17
-pkgrel=4
-pkgdesc='Fast DNS library supporting recent RFCs'
-url='http://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";
-        '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 \
-               --localstatedir=/var \
-               --disable-rpath \
-               --with-drill \
-               --with-examples \
-               --with-trust-anchor=/etc/trusted-key.key \
-
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-       install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ldns/repos/core-x86_64/PKGBUILD (from rev 285218, 
ldns/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD                                (rev 0)
+++ core-x86_64/PKGBUILD        2017-01-02 20:04:41 UTC (rev 285219)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: mathieui <[email protected]>
+# Contributor: jiribb <[email protected]>
+
+pkgname=ldns
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Fast DNS library supporting recent RFCs'
+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=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('ceeeccf8a27e61a854762737f6ee02f44662c1b8')
+
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --disable-rpath \
+               --with-drill \
+               --with-examples \
+               --with-trust-anchor=/etc/trusted-key.key \
+               --disable-dane-verify # needs openssl>=1.1.0
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: core-x86_64/perl-recent.patch
===================================================================
--- core-x86_64/perl-recent.patch       2017-01-02 20:00:00 UTC (rev 285218)
+++ core-x86_64/perl-recent.patch       2017-01-02 20:04:41 UTC (rev 285219)
@@ -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