From a5200824e7c431e26b9087bca0471a0c3b95348098d2e00a1c4a39070ef14e01 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 12 Sep 2008 16:17:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/whois?expand=0&rev=6 --- whois-4.7.24-nb.patch | 11 ----------- whois-4.7.28-Makefile.patch | 11 +++++++++++ whois-4.7.28-nb.patch | 11 +++++++++++ whois.changes | 18 ++++++++++++++++++ whois.spec | 36 ++++++++++++++++++++++++++++++------ whois_4.7.24.tar.bz2 | 3 --- whois_4.7.28.tar.bz2 | 3 +++ 7 files changed, 73 insertions(+), 20 deletions(-) delete mode 100644 whois-4.7.24-nb.patch create mode 100644 whois-4.7.28-Makefile.patch create mode 100644 whois-4.7.28-nb.patch delete mode 100644 whois_4.7.24.tar.bz2 create mode 100644 whois_4.7.28.tar.bz2 diff --git a/whois-4.7.24-nb.patch b/whois-4.7.24-nb.patch deleted file mode 100644 index 0896eb9..0000000 --- a/whois-4.7.24-nb.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile -+++ po/Makefile -@@ -3,7 +3,7 @@ - - PACKAGE = whois - --CATALOGS = de.mo el.mo es.mo fr.mo it.mo ja.mo no.mo pl.mo pt_BR.mo ru.mo -+CATALOGS = de.mo el.mo es.mo fr.mo it.mo ja.mo nb.mo pl.mo pt_BR.mo ru.mo - - POTFILES=../whois.c ../mkpasswd.c - diff --git a/whois-4.7.28-Makefile.patch b/whois-4.7.28-Makefile.patch new file mode 100644 index 0000000..777da12 --- /dev/null +++ b/whois-4.7.28-Makefile.patch @@ -0,0 +1,11 @@ +--- Makefile ++++ Makefile +@@ -78,7 +78,7 @@ + install -m 0644 mkpasswd.1 $(BASEDIR)$(prefix)/share/man/man1/ + + install-pos: +- cd po && $(MAKE) $@ ++ cd po && $(MAKE) install + + distclean: clean + rm -f po/whois.pot diff --git a/whois-4.7.28-nb.patch b/whois-4.7.28-nb.patch new file mode 100644 index 0000000..9d17cf9 --- /dev/null +++ b/whois-4.7.28-nb.patch @@ -0,0 +1,11 @@ +--- po/Makefile ++++ po/Makefile +@@ -3,7 +3,7 @@ + + PACKAGE = whois + +-CATALOGS = cs.mo de.mo el.mo es.mo eu.mo fr.mo it.mo ja.mo no.mo pl.mo pt_BR.mo ru.mo ++CATALOGS = cs.mo de.mo el.mo es.mo eu.mo fr.mo it.mo ja.mo nb.mo pl.mo pt_BR.mo ru.mo + + POTFILES=../whois.c ../mkpasswd.c + diff --git a/whois.changes b/whois.changes index 46d6866..646656a 100644 --- a/whois.changes +++ b/whois.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Sep 12 10:48:46 CEST 2008 - anosek@suse.cz + +- updated to version 4.7.28 + * Updated the .aero TLD server. + * Added a new ASN allocation. + * Search PGPKEY-* objects in the RIPE database. + * Added support for passing command line options in the environment + variables WHOIS_OPTIONS and MKPASSWD_OPTIONS. + * mkpasswd: added support for the SHA-256 and SHA-512 methods from + glibc 2.7. + * mkpasswd: added support for FreeBSD-style Blowfish and NT-Hash methods. + * mkpasswd: added support for variable-rounds methods (OpenBSD-style + Blowfish and SHA-256/SHA-512). + * mkpasswd: renamed -H/--hash to -m/--method. + * mkpasswd: finished support for libxcrypt (not enabled by default). +- fixed build (Makefile.patch) + ------------------------------------------------------------------- Sun Mar 16 01:29:51 CET 2008 - crrodriguez@suse.de diff --git a/whois.spec b/whois.spec index 248fef5..bf89bc7 100644 --- a/whois.spec +++ b/whois.spec @@ -1,10 +1,17 @@ # -# spec file for package whois (Version 4.7.24) +# spec file for package whois (Version 4.7.28) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -18,11 +25,12 @@ Group: Productivity/Networking/Other Provides: ripe-whois-tools AutoReqProv: on Url: http://www.linux.it/~md/software/ -Version: 4.7.24 -Release: 4 +Version: 4.7.28 +Release: 1 Summary: whois Client Program Source: %{name}_%{version}.tar.bz2 Patch1: %{name}-%{version}-nb.patch +Patch2: %{name}-%{version}-Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -41,6 +49,7 @@ Authors: %prep %setup -n whois-%{version} %patch1 +%patch2 rename no nb po/no.* %build @@ -62,6 +71,21 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Fri Sep 12 2008 anosek@suse.cz +- updated to version 4.7.28 + * Updated the .aero TLD server. + * Added a new ASN allocation. + * Search PGPKEY-* objects in the RIPE database. + * Added support for passing command line options in the environment + variables WHOIS_OPTIONS and MKPASSWD_OPTIONS. + * mkpasswd: added support for the SHA-256 and SHA-512 methods from + glibc 2.7. + * mkpasswd: added support for FreeBSD-style Blowfish and NT-Hash methods. + * mkpasswd: added support for variable-rounds methods (OpenBSD-style + Blowfish and SHA-256/SHA-512). + * mkpasswd: renamed -H/--hash to -m/--method. + * mkpasswd: finished support for libxcrypt (not enabled by default). +- fixed build (Makefile.patch) * Sun Mar 16 2008 crrodriguez@suse.de - fix file-in-lang errors * Wed Mar 05 2008 anosek@suse.cz @@ -111,7 +135,7 @@ rm -rf %{buildroot} [#165904] (tld_serv_list-4.7.13.patch) * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Fri Sep 09 2005 schwab@suse.de +* Sat Sep 10 2005 schwab@suse.de - Add libidn, libidn-devel to nfb. - Compile with -DHAVE_LIBIDN, needed for DENIC workaround. * Fri Jul 29 2005 anicka@suse.cz diff --git a/whois_4.7.24.tar.bz2 b/whois_4.7.24.tar.bz2 deleted file mode 100644 index 04fd95f..0000000 --- a/whois_4.7.24.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8417b94b38e39dcce5c3d5ee5c9f5ac99780c298aab263be497b4e81e6c9f97 -size 55933 diff --git a/whois_4.7.28.tar.bz2 b/whois_4.7.28.tar.bz2 new file mode 100644 index 0000000..750c571 --- /dev/null +++ b/whois_4.7.28.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3557aec46ed6bce12680e459f4ed76588d9fb9ce898cddf5d23df2fd18caffa +size 61871