summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--config.h2
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules5
-rw-r--r--ip6_del_list3
-rw-r--r--whois.spec2
6 files changed, 19 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f377841..19b74e9 100644
--- a/Makefile
+++ b/Makefile
@@ -50,10 +50,12 @@ tld_serv.h: tld_serv_list make_tld_serv.pl
install: whois
install -m 0755 whois $(BASEDIR)$(prefix)/bin/
- strip $(BASEDIR)$(prefix)/bin/whois
install -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/
cd po && $(MAKE) $@
+install-mkpasswd: mkpasswd
+ install -m 0755 mkpasswd $(BASEDIR)$(prefix)/bin/
+ install -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/share/man/man1/
distclean: clean
rm -f po/whois.pot
diff --git a/config.h b/config.h
index 22ff610..a3fbb7b 100644
--- a/config.h
+++ b/config.h
@@ -1,6 +1,6 @@
/* Program version */
/* not for the inetutils version */
-#define VERSION "4.7.7"
+#define VERSION "4.7.9"
/* Configurable features */
diff --git a/debian/changelog b/debian/changelog
index f0252d8..128204d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+whois (4.7.9) unstable; urgency=medium
+
+ * Added new IPv6 allocations.
+
+ -- Marco d'Itri <md@linux.it> Sun, 27 Nov 2005 13:43:35 +0100
+
whois (4.7.8) unstable; urgency=medium
* Added the .jpn.com, .web.com, .bj, .ht and .ky TLD servers.
diff --git a/debian/rules b/debian/rules
index 6d684a0..3a17e7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ SHELL+= -e
D := $(shell pwd)/debian/whois
+VERSION := $(shell dpkg-parsechangelog | sed -n '/^Version/s/.* //p')
+
build:
dh_testdir
make whois mkpasswd \
@@ -22,6 +24,9 @@ binary-arch: checkroot build
dh_testdir
dh_clean
+ # sanity check
+ egrep -q '^#define VERSION "$(VERSION)"$$' config.h
+
dh_installdirs usr/bin
install whois mkpasswd $D/usr/bin/
cd po && make install BASEDIR=$D
diff --git a/ip6_del_list b/ip6_del_list
index dedc0e6..e4cb689 100644
--- a/ip6_del_list
+++ b/ip6_del_list
@@ -41,6 +41,9 @@
#2604:0000::/22 arin
#2608:0000::/22 arin
#260C:0000::/22 arin
+2610:0000::/23 arin
+
+2800:0000::/23 lacnic
2A00:0000::/21 ripe
2A01:0000::/23 ripe
diff --git a/whois.spec b/whois.spec
index 053e5e3..1f64dd0 100644
--- a/whois.spec
+++ b/whois.spec
@@ -1,6 +1,6 @@
Summary: Enhanced WHOIS client
Name: whois
-Version: 4.7.6
+Version: 4.7.9
Release: 1
License: GPL
Vendor: Marco d'Itri <md@linux.it>