Mailinglist Archive: opensuse-commit (754 mails)
| < Previous | Next > |
commit whois for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 04 May 2009 18:37:28 +0200
- Message-id: <20090504163728.A3AFC678171@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package whois for openSUSE:Factory
checked in at Mon May 4 18:37:28 CEST 2009.
--------
--- whois/whois.changes 2008-09-12 11:01:10.000000000 +0200
+++ /mounts/work_src_done/STABLE/whois/whois.changes 2009-05-04
12:48:02.000000000 +0200
@@ -1,0 +2,34 @@
+Mon May 4 11:51:30 CEST 2009 - puzel@xxxxxxx
+
+- updated to version 4.7.33
+ * mkpasswd: use /dev/urandom to generate the salt. If it is not present,
+ initialize srand(3) with gettimeofday(2) instead of time(2) to have a
+ larger randomness space.
+ * mkpasswd: added preliminary support for variable length salts, patch
+ courtesy of Nicolas François.
+ * Updated the .co.za SLD server.
+ * Added new ASN allocations.
+ * Updated the .tel, .gg and .je TLD servers.
+ * Implemented a 10 seconds timeout on connect(2) to allow querying
+ servers with broken IPv6 connectivity.
+ * Added support for automatically determining the server for in-addr.arpa
+ domains.
+ * Added new IPv4 allocations.
+ * Fixed a typo in de.po.
+ * Updated the .gi, .lc and .mn TLD servers.
+ * Fixed the short option -S which I broke in 4.7.25.
+ * Added support for ASN32 in the ASPLAIN notation.
+ * Do not disable the timeout after the connection to the server, because
+ it can still hang forever.
+ * Added the .gy, .hn, .ng and .sl TLD servers.
+ * Updated the .tel, .cr, .dz, .ht, .im, .jo, .ly, .mt, .mu, .pr, .rs, .sn,
+ .com.uy, .vc and .vn TLD servers.
+ * Added support for -kenic NIC handles.
+ * Added new IPv4 allocations.
+ * Little portability fixes.
+ * Added Finnish translation contributed by Sami Kerola.
+- removed whois-4.7.28-Makefile.patch (obsolete)
+- fixed rpmlint warning
+- properly pass RPM_OPT_FLAGS to make
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
whois-4.7.28-Makefile.patch
whois-4.7.28-nb.patch
whois_4.7.28.tar.bz2
New:
----
whois-4.7.33-nb.patch
whois_4.7.33.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ whois.spec ++++++
--- /var/tmp/diff_new_pack.dM4580/_old 2009-05-04 18:37:11.000000000 +0200
+++ /var/tmp/diff_new_pack.dM4580/_new 2009-05-04 18:37:11.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package whois (Version 4.7.28)
+# spec file for package whois (Version 4.7.33)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,12 +25,11 @@
Provides: ripe-whois-tools
AutoReqProv: on
Url: http://www.linux.it/~md/software/
-Version: 4.7.28
+Version: 4.7.33
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
@@ -49,16 +48,15 @@
%prep
%setup -n whois-%{version}
%patch1
-%patch2
rename no nb po/no.*
%build
-make all mkpasswd HAVE_LIBIDN=1 OPTS="$RPM_OPT_FLAGS"
+make all mkpasswd HAVE_LIBIDN=1 CFLAGS="$RPM_OPT_FLAGS"
%install
mkdir -p $RPM_BUILD_ROOT{/usr/bin,%{_mandir}/man1}
make BASEDIR=$RPM_BUILD_ROOT mandir=%{_mandir} prefix=/usr \
- install install-mkpasswd
+ install install-mkpasswd install-pos
%find_lang %{name}
%clean
@@ -71,6 +69,37 @@
%{_mandir}/man1/*
%changelog
+* Mon May 04 2009 puzel@xxxxxxx
+- updated to version 4.7.33
+ * mkpasswd: use /dev/urandom to generate the salt. If it is not present,
+ initialize srand(3) with gettimeofday(2) instead of time(2) to have a
+ larger randomness space.
+ * mkpasswd: added preliminary support for variable length salts, patch
+ courtesy of Nicolas François.
+ * Updated the .co.za SLD server.
+ * Added new ASN allocations.
+ * Updated the .tel, .gg and .je TLD servers.
+ * Implemented a 10 seconds timeout on connect(2) to allow querying
+ servers with broken IPv6 connectivity.
+ * Added support for automatically determining the server for in-addr.arpa
+ domains.
+ * Added new IPv4 allocations.
+ * Fixed a typo in de.po.
+ * Updated the .gi, .lc and .mn TLD servers.
+ * Fixed the short option -S which I broke in 4.7.25.
+ * Added support for ASN32 in the ASPLAIN notation.
+ * Do not disable the timeout after the connection to the server, because
+ it can still hang forever.
+ * Added the .gy, .hn, .ng and .sl TLD servers.
+ * Updated the .tel, .cr, .dz, .ht, .im, .jo, .ly, .mt, .mu, .pr, .rs, .sn,
+ .com.uy, .vc and .vn TLD servers.
+ * Added support for -kenic NIC handles.
+ * Added new IPv4 allocations.
+ * Little portability fixes.
+ * Added Finnish translation contributed by Sami Kerola.
+- removed whois-4.7.28-Makefile.patch (obsolete)
+- fixed rpmlint warning
+- properly pass RPM_OPT_FLAGS to make
* Fri Sep 12 2008 anosek@xxxxxxx
- updated to version 4.7.28
* Updated the .aero TLD server.
@@ -135,7 +164,7 @@
[#165904] (tld_serv_list-4.7.13.patch)
* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Sat Sep 10 2005 schwab@xxxxxxx
+* Fri Sep 09 2005 schwab@xxxxxxx
- Add libidn, libidn-devel to nfb.
- Compile with -DHAVE_LIBIDN, needed for DENIC workaround.
* Fri Jul 29 2005 anicka@xxxxxxx
++++++ whois-4.7.28-nb.patch -> whois-4.7.33-nb.patch ++++++
--- whois/whois-4.7.28-nb.patch 2008-09-12 09:52:16.000000000 +0200
+++ /mounts/work_src_done/STABLE/whois/whois-4.7.33-nb.patch 2009-05-04
12:47:28.000000000 +0200
@@ -1,11 +1,13 @@
---- po/Makefile
-+++ po/Makefile
-@@ -3,7 +3,7 @@
+Index: po/Makefile
+===================================================================
+--- po/Makefile.orig 2008-12-09 01:49:28.000000000 +0100
++++ po/Makefile 2009-05-04 11:47:31.000000000 +0200
+@@ -6,7 +6,7 @@ INSTALLNLSDIR=$(BASEDIR)$(prefix)/share/
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
+-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 fi.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 fi.mo
POTFILES=../whois.c ../mkpasswd.c
++++++ whois_4.7.28.tar.bz2 -> whois_4.7.33.tar.bz2 ++++++
++++ 3678 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |