Browse Source

wget-1.21.2-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
817c12644b
1 changed files with 8 additions and 5 deletions
  1. 8 5
      w/wget/wget-vl.spec

+ 8 - 5
w/wget/wget-vl.spec

@@ -1,7 +1,7 @@
 Summary: A utility for retrieving files using the HTTP or FTP protocols.
 Summary(ja): HTTP/FTP プロトコルによるファイル取得ユーティリティ
 Name: wget
-Version: 1.21
+Version: 1.21.2
 Release: 1%{?_dist_release}
 Group: internet
 Vendor: Project Vine
@@ -12,14 +12,14 @@ Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
 Patch0:  0001-wget-1.20-path.patch
 
 ## Vine Patch(es)
-Patch110:  ../0002-wget-1.20-disable-sslv2.patch
+Patch110:  0002-wget-1.20-disable-sslv2.patch
 # Security Fix
 # Nothing !
 
 Provides: webclient
 Requires(pre): install-info
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: openssl-devel, libuuid-devel, zlib-devel
+BuildRequires: gnutls-devel, libuuid-devel, zlib-devel
 BuildRequires: texinfo
 %{?nosrc:NoSource: 0}
 
@@ -71,9 +71,8 @@ perl -pi -e "s/^PACKAGE_STRING=.+$/PACKAGE_STRING='wget %{version} (Vine)'/" con
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -DOPENSSL_NO_SSL2"; export CFLAGS
 %configure \
-    --with-ssl=openssl \
+    --with-ssl=gnutls \
     --enable-opie \
     --enable-digest \
     --enable-ntlm \
@@ -113,6 +112,10 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
 
 
 %changelog
+* Sat Oct 16 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.21.2-1
+- new upstream release.
+- built with gnutls.
+
 * Tue Feb 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.21-1
 - new upstream release.