Update to 5.5.12
* Updated the .pro TLD server, which was totally broken. * Fixed the detection of Japanese locales using $LC_MESSAGES. * Implemented providing partial salt strings to mkpasswd. * Removed 2 new gTLDs which are no longer active. * Updated one or more translations. (Closes: #1003597) * Enabled full hardening in debian/rules. Switched directly to github generated source archive.
This commit is contained in:
parent
1e21186890
commit
ec929ef308
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@
|
||||
/whois_5.5.9.tar.xz
|
||||
/whois_5.5.10.tar.xz
|
||||
/whois_5.5.11.tar.xz
|
||||
/whois-5.5.12.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (whois_5.5.11.tar.xz) = 4be935cc2c76e087d49ad0619d3c08a068231ea3fc25e12de3a727cc5e7fca66e8989b77bac5571558969ac74063e09920415a465d4dfa18dc95ec447da86d54
|
||||
SHA512 (whois-5.5.12.tar.gz) = f46065d6df0dc6f7d33996e33f456cef9b313e025515916e0476c36255df2919e49f2dcb7666b179393a4429572ac7e099c2783d72cff73222953ac093484786
|
||||
|
||||
12
whois.spec
12
whois.spec
@ -10,12 +10,13 @@
|
||||
%{bcond_without whois_enables_libidn2}
|
||||
|
||||
Name: whois
|
||||
Version: 5.5.11
|
||||
Release: 2%{?dist}
|
||||
Version: 5.5.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Improved WHOIS client
|
||||
License: GPLv2+
|
||||
URL: http://www.linux.it/~md/software/
|
||||
Source0: http://ftp.debian.org/debian/pool/main/w/%{name}/%{name}_%{version}.tar.xz
|
||||
# Source0: http://ftp.debian.org/debian/pool/main/w/%%{name}/%%{name}_%%{version}.tar.xz
|
||||
Source0: https://github.com/rfc1036/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
@ -83,7 +84,7 @@ BuildArch: noarch
|
||||
whois tools messages translated into different natural languages.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%{make_build} CONFIG_FILE="%{_sysconfdir}/%{cfgfile}" \
|
||||
@ -139,6 +140,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 25 2022 Petr Menšík <pemensik@redhat.com> - 5.5.12-1
|
||||
- Update to 5.5.12
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user