forked from pool/whois
This commit is contained in:
parent
8c7462cd5e
commit
a5200824e7
@ -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
|
||||
|
11
whois-4.7.28-Makefile.patch
Normal file
11
whois-4.7.28-Makefile.patch
Normal file
@ -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
|
11
whois-4.7.28-nb.patch
Normal file
11
whois-4.7.28-nb.patch
Normal file
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
36
whois.spec
36
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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8417b94b38e39dcce5c3d5ee5c9f5ac99780c298aab263be497b4e81e6c9f97
|
||||
size 55933
|
3
whois_4.7.28.tar.bz2
Normal file
3
whois_4.7.28.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3557aec46ed6bce12680e459f4ed76588d9fb9ce898cddf5d23df2fd18caffa
|
||||
size 61871
|
Loading…
x
Reference in New Issue
Block a user