source: projects/specs/trunk/w/wget/wget-vl.spec @ 11967

Revision 11967, 8.5 KB checked in by tomop, 5 years ago (diff)

wget-1.20-1

Line 
1Summary: A utility for retrieving files using the HTTP or FTP protocols.
2Summary(ja): HTTP/FTP プロトコルによるファイル取得ユーティリティ
3Name: wget
4Version: 1.20
5Release: 1%{?_dist_release}
6License: GPL
7Group: Applications/Internet
8Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
9Patch0:  0001-wget-1.20-path.patch
10
11## Vine Patch(es)
12Patch110:  ../0002-wget-1.20-disable-sslv2.patch
13# Security Fix
14# Nothing !
15
16Provides: webclient
17Requires(pre): install-info
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
19%if %{_dist_release} > "vl6"
20BuildRequires: openssl-devel, libuuid-devel, zlib-devel
21BuildRequires: texinfo
22%else
23BuildRequires: openssl-devel, zlib-devel
24BuildRequires: texinfo
25%endif
26%{?nosrc:NoSource: 0}
27
28Vendor: Project Vine
29Distribution: Vine Linux
30
31%description
32GNU Wget is a file retrieval utility which can use either the HTTP or
33FTP protocols.  Wget features include the ability to work in the
34background while you're logged out, recursive retrieval of
35directories, file name wildcard matching, remote file timestamp
36storage and comparison, use of Rest with FTP servers and Range with
37HTTP servers to retrieve files over slow or unstable connections,
38support for Proxy servers, and configurability.
39
40Install wget if you need to retrieve large numbers of files with HTTP or
41FTP, or if you need a utility for mirroring web sites or FTP directories.
42
43#'
44%description -l ja
45GNU wget は HTTP や FTP プロトコルを使用してファイルを取得するユーティリ
46ティです。wget には次のような特徴があります。
47
48 - ログアウトしている間にバックグラウンドで実行可能
49 - ディレクトリの再帰的取得
50 - ファイル名のワイルドカードマッチング
51 - ファイルのタイムスタンプの保存と比較
52 - FTP サーバの Rest、HTTP サーバの Range を使用したダウンロードの再開
53 - プロキシサーバへの対応
54 - 設定の容易さ
55
56もし HTTP か FTP で大量のファイルを取得する必要があったり、Web サイトや
57FTP ディレクトリをミラーするユーティリティが必要なら wget をインストール
58してください。
59
60%prep
61%setup -q
62
63%patch0 -p1 -b .path
64
65## Vine Patch(es)
66%patch110 -p1 -b .ssl2
67
68# Security Fix
69# Nothing !!
70
71
72perl -pi -e "s/^PACKAGE_STRING=.+$/PACKAGE_STRING='wget %{version} (Vine)'/" configure
73
74%build
75CFLAGS="$RPM_OPT_FLAGS -DOPENSSL_NO_SSL2"; export CFLAGS
76%configure \
77    --with-ssl=openssl \
78    --enable-opie \
79    --enable-digest \
80    --enable-ntlm \
81    --enable-nls \
82    --enable-ipv6 \
83    --disable-rpath
84
85%__make %{?_smp_mflags}
86pushd po
87msgfmt -o ja.gmo ja.po
88popd
89
90%install
91%__rm -rf $RPM_BUILD_ROOT
92%makeinstall
93
94rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
95
96%find_lang %{name}
97
98%clean
99%__rm -rf $RPM_BUILD_ROOT
100
101%files -f %{name}.lang
102%defattr(-,root,root)
103%{!?_licensedir:%global license %%doc}
104%license COPYING
105%doc AUTHORS MAILING-LIST NEWS README doc/sample.wgetrc
106%config(noreplace) %{_sysconfdir}/wgetrc
107%{_mandir}/man1/wget.1*
108%{_bindir}/wget
109%{_infodir}/*
110
111%changelog
112* Mon Dec 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20-1
113- new upstream release.
114- updated Patch0 and 110.
115
116* Thu Jul 21 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.18-2
117- fixed BR:.
118
119* Tue Jul  5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.18-1
120- new upstream release.
121- dropped Patch100: added the same effect without patch.
122- updated Patch110.
123
124* Thu Mar 10 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.17.1-1
125- new upstream release
126- disable sslv2 connection
127- rebuild with openssl 1.0.2g
128
129* Wed Nov  5 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.16-1
130- new upstream release with security fix
131- drop Patch10 (is included in new release)
132- update Patch0
133- add BR: texinfo
134
135* Sat Oct 27 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-2
136- add BR: if-endif for vine6
137
138* Thu Oct 25 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.14-1
139- new upstream release
140- add pacth10,100 from fc19
141- add BR: libuuid-devel
142
143* Mon May  7 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.13.4-1
144- new upstream release
145- add patch0 from fc17
146- drop old patches
147- change configure option to use openssl
148- change src format from bz2 to xz
149
150* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.11.4-3
151- rebuild with openssl-1.0.0c
152
153* Fri Sep 25 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.11.4-2
154- patch110 for fix openssl null char issue
155
156* Wed Oct 22 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.11.4-1
157- new upstream release
158- SPEC in UTF-8
159
160* Wed Mar 26 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.11.1-1
161- new upstream release
162- drop patch100 which is in included in new release
163- build under new versioning policy
164
165* Wed May 30 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.10.2-0vl3
166- rebuild with openssl-0.9.8
167
168* Thu Jan 12 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-0vl2
169- rebuilt for VineSeed
170- fix changelog typo
171
172* Thu Jan 12 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-0vl1.1
173- add pacth100 for fix CVE-2006-6719 (SYST Unchecked Boundary Condition)
174
175* Wed Oct 19 2005 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.10.2-0vl1
176- [SECURITY FIX] upstream release
177  - Stack-based buffer overflow (CAN-2005-3185)
178
179* Thu Jul 07 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.10-0vl1
180- [SECURITY FIX] upstream release
181  - overwrite certain files via a redirection URL (CAN-2004-1487)
182  - execute arbitrary code (CAN-2004-1488)
183  - overwrite arbitrary files via a symlink attack (CAN-2004-2014)
184- %%doc
185  - add COPYING, TODO
186  - drop doc/ChangeLog
187- not compress info at %%install (should be done by %%__install_spec_post)
188- drop obsolete patches
189- update Japanese description
190
191* Wed Mar 31 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.9.1-0vl1
192- source upgrade
193- build with openssl-0.9.7d
194- Prereq: install-info instead of /sbin/install-info
195- remove all patches
196
197* Sun Dec 15 2002 IWAI Masaharu <iwai@alib.jp> 1.8.1-0vl5
198- rebuild on VineSeed
199
200* Thu Dec 12 2002 IWAI Masaharu <iwai@alib.jp> 1.8.1-0vl4
201- fix directory traversal bug
202    add wget-1.8.2-filename.patch(Patch101) from RedHat updates 1.8.2-4.6x
203
204* Wed Mar 13 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.8.1-0vl3
205- revamped Patch10 to fit with 1.8.1 source. But disable it.
206
207* Wed Mar 13 2002 Toru Sagami <sagami@vinelinux.org> 1.8.1-0vl2
208- added patch from current CVS to fix broken recursive download.
209
210* Tue Dec 25 2001 Toru Sagami <sagami@vinelinux.org>
211- 1.8.1
212
213* Mon Dec 10 2001 Toru Sagami <sagami@vinelinux.org>
214- 1.8-0vl0: update to 1.8 with an ad-hoc patch for md5.h
215
216* Thu Nov 22 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.7.1-0vl2
217- added ppc patch derived from:
218  http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=109348
219
220* Mon Nov 19 2001 Toru Sagami <sagami@vinelinux.org>
221- 1.7.1-0vl1: use ja.po included in source
222
223* Fri Aug 24 2001 Toru Sagami <sagami@vinelinux.org>
224- 1.7-0vl2: configure --with-ssl
225
226* Wed Jun 13 2001 <sagami@vinelinux.org>
227- 1.7-0vl1: update to 1.7 with updated ja.po
228
229* Tue May 29 2001 <sagami@vinelinux.org>
230- 1.6-0vl2: use better macros
231
232* Fri Jan 5 2001 Yoichi Imai <yoichi@silver-forest.com>
233- removed getmore patch, ja.patch, ja.po
234- removed gzip and strip
235- used environment variable of rpm
236- not used symlink patch
237
238* Fri Sep 08 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
239- 1.5.3_jp-6
240- modified %files section to handle compressed man page(s)
241- added Japanese summary
242
243* Wed Jan 26 2000 Norihito Ohmori <nono@vinelinux.org>
244- fix ja.po
245
246* Thu Jan 20 2000 HIROSE, Masaaki <hirose31@t3.rim.or.jp>
247- added getmore.patch. to get files like LINK HREF="XXX".
248
249* Sun Nov 7 1999 Toru Hoshina <t@kondara.org>
250- be a NoSrc :-P
251
252* Sat Sep 18 1999 Norihito Ohmori <ohmori@flatout.org>
253- add ja.po
254- add Japanese Summary and Description
255
256* Thu Aug 26 1999 Jeff Johnson <jbj@redhat.com>
257- don't permit chmod 777 on symlinks (#4725).
258
259* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
260- auto rebuild in the new build environment (release 4)
261
262* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
263- build for 6.0 tree
264- add Provides
265
266* Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
267- strip binaries
268- version 1.5.3
269
270* Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
271- updated to 1.5.2
272
273* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
274- modified group to Applications/Networking
275
276* Wed Apr 22 1998 Cristian Gafton <gafton@redhat.com>
277- upgraded to 1.5.0
278- they removed the man page from the distribution (Duh!) and I added it back
279  from 1.4.5. Hey, removing the man page is DUMB!
280
281* Fri Nov 14 1997 Cristian Gafton <gafton@redhat.com>
282- first build against glibc
Note: See TracBrowser for help on using the repository browser.