[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r7060: update adns to 1.6.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r7060: update adns to 1.6.0 |
Date: |
Thu, 11 Jun 2020 22:58:55 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 7060
revision-id: carl@aurora-20200612025845-es8ven2zjdr0cbdy
parent: carl@aurora-20200609022410-xsgai37etiv198ir
committer: carl <carl@aurora>
branch nick: trunk
timestamp: Thu 2020-06-11 19:58:45 -0700
message:
update adns to 1.6.0
removed:
pkg/gnu/adns/files/ files-20160617014725-uokjfnggs70iry9h-392
pkg/gnu/adns/files/adns-1.3-fix-install.diff
adns1.3fixinstall.di-20160617014725-uokjfnggs70iry9h-2057
pkg/gnu/adns/files/adns-1.5.0-fix-install.diff
adns1.5.0fixinstall.-20160617014725-uokjfnggs70iry9h-2058
pkg/gnu/adns/files/adns-1.5.1-fix-install.diff
adns1.5.1fixinstall.-20160918165950-cjce4b70fkoubj2g-1
modified:
pkg/gnu/adns/Makefile makefile-20160617014725-uokjfnggs70iry9h-391
pkg/gnu/adns/gpg-keyring gpgkeyring-20160617014725-uokjfnggs70iry9h-393
pkg/gnu/adns/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-394
=== modified file 'pkg/gnu/adns/Makefile'
--- a/pkg/gnu/adns/Makefile 2016-09-18 17:00:20 +0000
+++ b/pkg/gnu/adns/Makefile 2020-06-12 02:58:45 +0000
@@ -1,6 +1,9 @@
# Copyright © 2013, 2014, 2015 Brandon Invergo <brandon@invergo.net>
-#
-# This file is part of GSRC.
+# Copyright © 2020 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
#
# GSRC is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -14,10 +17,13 @@
#
# You should have received a copy of the GNU General Public License
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
NAME = adns
GARNAME = adns
-GARVERSION = 1.5.1
+GARVERSION = 1.6.0
HOME_URL = http://www.gnu.org/software/adns/
DESCRIPTION = Asynchronous DNS client library and utilities
define BLURB
@@ -29,11 +35,13 @@
######################################################################
-MASTER_SITES = http://www.chiark.greenend.org.uk/
-MASTER_SUBDIR = ~ian/adns/ftp/
+#MASTER_SITES = http://www.chiark.greenend.org.uk/
+#MASTER_SUBDIR = ~ian/adns/ftp/
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)
DISTFILES = $(DISTNAME).tar.gz
SIGFILES = $(DISTNAME).tar.gz.sig
-PATCHFILES = $(DISTNAME)-fix-install.diff
+#PATCHFILES = $(DISTNAME)-fix-install.diff
BUILDDEPS =
LIBDEPS =
@@ -42,3 +50,5 @@
include ../../../gar/gar.lib/auto.mk
include config.mk
+
+
=== removed directory 'pkg/gnu/adns/files'
=== removed file 'pkg/gnu/adns/files/adns-1.3-fix-install.diff'
--- a/pkg/gnu/adns/files/adns-1.3-fix-install.diff 2016-06-17 19:08:15
+0000
+++ b/pkg/gnu/adns/files/adns-1.3-fix-install.diff 1970-01-01 00:00:00
+0000
@@ -1,77 +0,0 @@
-diff -x config.log -x config.status -ru tmp/adns-1.3/client/Makefile.in
work/adns-1.3/client/Makefile.in
---- tmp/adns-1.3/client/Makefile.in 2006-05-10 12:58:02.000000000 +0200
-+++ work/adns-1.3/client/Makefile.in 2012-11-22 00:03:13.017557171 +0100
-@@ -19,7 +19,7 @@
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software Foundation,
- # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
--
-+DESTDIR=
- srcdir= @srcdir@
- VPATH= @srcdir@
-
-@@ -58,9 +58,9 @@
- all: $(TARGETS)
-
- install: $(TARG_INSTALL)
-- mkdir -p $(bindir)
-+ mkdir -p $(DESTDIR)$(bindir)
- set -xe; for f in $(TARG_INSTALL); \
-- do $(INSTALL_PROGRAM) $$f $(bindir)/$$f; done
-+ do $(INSTALL_PROGRAM) $$f $(DESTDIR)$(bindir)/$$f; done
-
- uninstall:
- for f in $(TARGETS); do rm -f $(bindir)/$$f; done
-diff -x config.log -x config.status -ru tmp/adns-1.3/dynamic/Makefile.in
work/adns-1.3/dynamic/Makefile.in
---- tmp/adns-1.3/dynamic/Makefile.in 2006-05-10 12:58:02.000000000 +0200
-+++ work/adns-1.3/dynamic/Makefile.in 2012-11-22 00:02:37.947552357 +0100
-@@ -19,7 +19,7 @@
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software Foundation,
- # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
--
-+DESTDIR=
- srcdir= @srcdir@
- VPATH= @srcdir@
-
-@@ -30,10 +30,10 @@
- ALLOBJS= $(addsuffix _p.o, $(basename $(LIBOBJS)))
-
- install:
-- mkdir -p $(libdir)
-- $(INSTALL_PROGRAM) $(SHLIBFILE) $(libdir)/$(SHLIBFILE)
-- ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
-- ln -sf $(SHLIBSONAME) $(libdir)/$(SHLIBFORLINK)
-+ mkdir -p $(DESTDIR)$(libdir)
-+ $(INSTALL_PROGRAM) $(SHLIBFILE) $(DESTDIR)$(libdir)/$(SHLIBFILE)
-+ ln -sf $(SHLIBFILE) $(DESTDIR)$(libdir)/$(SHLIBSONAME)
-+ ln -sf $(SHLIBSONAME) $(DESTDIR)$(libdir)/$(SHLIBFORLINK)
-
- uninstall:
- rm -f $(libdir)/$(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
-diff -x config.log -x config.status -ru tmp/adns-1.3/src/Makefile.in
work/adns-1.3/src/Makefile.in
---- tmp/adns-1.3/src/Makefile.in 2006-05-10 12:58:03.000000000 +0200
-+++ work/adns-1.3/src/Makefile.in 2012-11-22 00:02:04.520881170 +0100
-@@ -19,7 +19,7 @@
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software Foundation,
- # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
--
-+DESTDIR=
- srcdir= @srcdir@
- VPATH= @srcdir@
-
-@@ -28,10 +28,10 @@
- include adns.make
-
- install:
-- mkdir -p $(libdir) $(includedir)
-+ mkdir -p $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
- set -xe; for f in $(TARGETS); \
-- do $(INSTALL_DATA) $$f $(libdir)/$$f; done
-- $(INSTALL_DATA) $(srcdir)/../src/adns.h $(includedir)/adns.h
-+ do $(INSTALL_DATA) $$f $(DESTDIR)$(libdir)/$$f; done
-+ $(INSTALL_DATA) $(srcdir)/../src/adns.h
$(DESTDIR)$(includedir)/adns.h
-
- uninstall:
- for f in $(TARGETS); do rm -f $(libdir)/$$f; done
=== removed file 'pkg/gnu/adns/files/adns-1.5.0-fix-install.diff'
--- a/pkg/gnu/adns/files/adns-1.5.0-fix-install.diff 2016-06-17 19:08:15
+0000
+++ b/pkg/gnu/adns/files/adns-1.5.0-fix-install.diff 1970-01-01 00:00:00
+0000
@@ -1,74 +0,0 @@
-diff -x config.log -x config.status -ru tmp/adns-1.5.0/client/Makefile.in
work/adns-1.5.0/client/Makefile.in
---- tmp/adns-1.5.0/client/Makefile.in 2014-10-20 00:07:01.000000000 +0100
-+++ work/adns-1.5.0/client/Makefile.in 2015-02-04 20:50:46.877304533 +0000
-@@ -20,6 +20,7 @@
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software Foundation.
-
-+DESTDIR=
- srcdir= @srcdir@
- VPATH= @srcdir@
-
-@@ -58,9 +59,9 @@
- all: $(TARGETS)
-
- install: $(TARG_INSTALL)
-- mkdir -p $(bindir)
-+ mkdir -p $(DESTDIR)$(bindir)
- set -xe; for f in $(TARG_INSTALL); \
-- do $(INSTALL_PROGRAM) $$f $(bindir)/$$f; done
-+ do $(INSTALL_PROGRAM) $$f $(DESTDIR)$(bindir)/$$f; done
-
- uninstall:
- for f in $(TARGETS); do rm -f $(bindir)/$$f; done
-diff -x config.log -x config.status -ru tmp/adns-1.5.0/dynamic/Makefile.in
work/adns-1.5.0/dynamic/Makefile.in
---- tmp/adns-1.5.0/dynamic/Makefile.in 2014-10-20 00:07:01.000000000 +0100
-+++ work/adns-1.5.0/dynamic/Makefile.in 2015-02-04 20:51:16.747016805
+0000
-@@ -20,6 +20,7 @@
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software Foundation.
-
-+DESTDIR=
- srcdir= @srcdir@
- VPATH= @srcdir@
-
-@@ -30,10 +31,10 @@
- ALLOBJS= $(addsuffix _p.o, $(basename $(LIBOBJS)))
-
- install:
-- mkdir -p $(libdir)
-- $(INSTALL_PROGRAM) $(SHLIBFILE) $(libdir)/$(SHLIBFILE)
-- ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
-- ln -sf $(SHLIBSONAME) $(libdir)/$(SHLIBFORLINK)
-+ mkdir -p $(DESTDIR)$(libdir)
-+ $(INSTALL_PROGRAM) $(SHLIBFILE) $(DESTDIR)$(libdir)/$(SHLIBFILE)
-+ ln -sf $(SHLIBFILE) $(DESTDIR)$(libdir)/$(SHLIBSONAME)
-+ ln -sf $(SHLIBSONAME) $(DESTDIR)$(libdir)/$(SHLIBFORLINK)
-
- uninstall:
- rm -f $(libdir)/$(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
-diff -x config.log -x config.status -ru tmp/adns-1.5.0/src/Makefile.in
work/adns-1.5.0/src/Makefile.in
---- tmp/adns-1.5.0/src/Makefile.in 2014-10-20 00:07:03.000000000 +0100
-+++ work/adns-1.5.0/src/Makefile.in 2015-02-04 20:49:56.931102453 +0000
-@@ -20,6 +20,7 @@
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software Foundation.
-
-+DESTDIR=
- srcdir= @srcdir@
- VPATH= @srcdir@
-
-@@ -30,10 +31,10 @@
- DIRCFLAGS= -I. -I$(srcdir)
-
- install:
-- mkdir -p $(libdir) $(includedir)
-+ mkdir -p $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
- set -xe; for f in $(TARGETS); \
-- do $(INSTALL_DATA) $$f $(libdir)/$$f; done
-- $(INSTALL_DATA) $(srcdir)/../src/adns.h $(includedir)/adns.h
-+ do $(INSTALL_DATA) $$f $(DESTDIR)$(libdir)/$$f; done
-+ $(INSTALL_DATA) $(srcdir)/../src/adns.h
$(DESTDIR)$(includedir)/adns.h
-
- uninstall:
- for f in $(TARGETS); do rm -f $(libdir)/$$f; done
=== removed file 'pkg/gnu/adns/files/adns-1.5.1-fix-install.diff'
--- a/pkg/gnu/adns/files/adns-1.5.1-fix-install.diff 2016-09-18 17:00:20
+0000
+++ b/pkg/gnu/adns/files/adns-1.5.1-fix-install.diff 1970-01-01 00:00:00
+0000
@@ -1,74 +0,0 @@
-diff -x config.log -x config.status -ru tmp/adns-1.5.0/client/Makefile.in
work/adns-1.5.0/client/Makefile.in
---- tmp/adns-1.5.0/client/Makefile.in 2014-10-20 00:07:01.000000000 +0100
-+++ work/adns-1.5.0/client/Makefile.in 2015-02-04 20:50:46.877304533 +0000
-@@ -20,6 +20,7 @@
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software Foundation.
-
-+DESTDIR=
- srcdir= @srcdir@
- VPATH= @srcdir@
-
-@@ -58,9 +59,9 @@
- all: $(TARGETS)
-
- install: $(TARG_INSTALL)
-- mkdir -p $(bindir)
-+ mkdir -p $(DESTDIR)$(bindir)
- set -xe; for f in $(TARG_INSTALL); \
-- do $(INSTALL_PROGRAM) $$f $(bindir)/$$f; done
-+ do $(INSTALL_PROGRAM) $$f $(DESTDIR)$(bindir)/$$f; done
-
- uninstall:
- for f in $(TARGETS); do rm -f $(bindir)/$$f; done
-diff -x config.log -x config.status -ru tmp/adns-1.5.0/dynamic/Makefile.in
work/adns-1.5.0/dynamic/Makefile.in
---- tmp/adns-1.5.0/dynamic/Makefile.in 2014-10-20 00:07:01.000000000 +0100
-+++ work/adns-1.5.0/dynamic/Makefile.in 2015-02-04 20:51:16.747016805
+0000
-@@ -20,6 +20,7 @@
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software Foundation.
-
-+DESTDIR=
- srcdir= @srcdir@
- VPATH= @srcdir@
-
-@@ -30,10 +31,10 @@
- ALLOBJS= $(addsuffix _p.o, $(basename $(LIBOBJS)))
-
- install:
-- mkdir -p $(libdir)
-- $(INSTALL_PROGRAM) $(SHLIBFILE) $(libdir)/$(SHLIBFILE)
-- ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
-- ln -sf $(SHLIBSONAME) $(libdir)/$(SHLIBFORLINK)
-+ mkdir -p $(DESTDIR)$(libdir)
-+ $(INSTALL_PROGRAM) $(SHLIBFILE) $(DESTDIR)$(libdir)/$(SHLIBFILE)
-+ ln -sf $(SHLIBFILE) $(DESTDIR)$(libdir)/$(SHLIBSONAME)
-+ ln -sf $(SHLIBSONAME) $(DESTDIR)$(libdir)/$(SHLIBFORLINK)
-
- uninstall:
- rm -f $(libdir)/$(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
-diff -x config.log -x config.status -ru tmp/adns-1.5.0/src/Makefile.in
work/adns-1.5.0/src/Makefile.in
---- tmp/adns-1.5.0/src/Makefile.in 2014-10-20 00:07:03.000000000 +0100
-+++ work/adns-1.5.0/src/Makefile.in 2015-02-04 20:49:56.931102453 +0000
-@@ -20,6 +20,7 @@
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software Foundation.
-
-+DESTDIR=
- srcdir= @srcdir@
- VPATH= @srcdir@
-
-@@ -30,10 +31,10 @@
- DIRCFLAGS= -I. -I$(srcdir)
-
- install:
-- mkdir -p $(libdir) $(includedir)
-+ mkdir -p $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
- set -xe; for f in $(TARGETS); \
-- do $(INSTALL_DATA) $$f $(libdir)/$$f; done
-- $(INSTALL_DATA) $(srcdir)/../src/adns.h $(includedir)/adns.h
-+ do $(INSTALL_DATA) $$f $(DESTDIR)$(libdir)/$$f; done
-+ $(INSTALL_DATA) $(srcdir)/../src/adns.h
$(DESTDIR)$(includedir)/adns.h
-
- uninstall:
- for f in $(TARGETS); do rm -f $(libdir)/$$f; done
=== modified file 'pkg/gnu/adns/gpg-keyring'
Binary files a/pkg/gnu/adns/gpg-keyring 2016-06-17 19:08:15 +0000 and
b/pkg/gnu/adns/gpg-keyring 2020-06-12 02:58:45 +0000 differ
=== modified file 'pkg/gnu/adns/sha256sums'
--- a/pkg/gnu/adns/sha256sums 2016-09-18 17:00:20 +0000
+++ b/pkg/gnu/adns/sha256sums 2020-06-12 02:58:45 +0000
@@ -1,3 +1,2 @@
-5b1026f18b8274be869245ed63427bf8ddac0739c67be12c4a769ac948824eeb
download/adns-1.5.1.tar.gz
-7b218a8fba80131c9b8cecb6409ed87bf6bee3b957f5ebf685e733784ea2ca7f
download/adns-1.5.1-fix-install.diff
-a1a0e23125a28a459177cdcfcf5520a3fe6eb2dbfd6bb9f6cdfd7457c8f01ae3
download/adns-1.5.1.tar.gz.sig
+fb427265a981e033d1548f2b117cc021073dc8be2eaf2c45fd64ab7b00ed20de
download/adns-1.6.0.tar.gz
+68c01c0e5e2184bee2ccdcb07b88c4215f3370f9cb26fe168f449c84091d687f
download/adns-1.6.0.tar.gz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r7060: update adns to 1.6.0,
Carl Hansen <=