Commit Graph

66 Commits

Author SHA1 Message Date
Karsten Hopp
44dcfb65d0 - wget 1.11
- from micah Cowan's announcement:
- Migration to the GPLv3+ license.
- Improvements to the HTTP password authentication code, bringing it a
    little closer to RFC compliance (more is needed).
- Basic support for respecting filenames specified via
    `Content-Disposition' headers (turned on with --content-disposition,
    but please read the documentation).
- An --ignore-case option to make wildcard- and suffix-matching
    case-sensitive.
- The --spider feature is working again (was broken in previous release).
- Myriad bug-fixes (of course!).
2008-01-26 23:03:10 +00:00
Karsten Hopp
1b46ff60fb - rebuild to pick up new openssl SONAME 2007-12-04 09:32:32 +00:00
Bill Nottingham
95f73d1785 makefile update to properly grab makefile.common 2007-10-15 19:30:41 +00:00
Karsten Hopp
93269282cf - fix license tag
- rebuild
2007-08-27 13:37:32 +00:00
Karsten Hopp
d1cd5e67c9 - add cookies patch 2007-02-12 13:17:07 +00:00
Karsten Hopp
fa626ef118 - bump release 2007-02-12 13:15:34 +00:00
Karsten Hopp
d58c6864e8 - fix discarding of expired cookies
- escape non-printable characters
- drop to11 patch for now (, , )
2007-02-12 13:14:55 +00:00
Karsten Hopp
2889695610 - shut up rpmlint, even though xx isn't a macro 2007-02-05 16:44:32 +00:00
Karsten Hopp
a2063cfafb - merge review changes ()
- use version/release/... in buildroot tag
- remove BR perl
- use SMP flags
- use make install instead of %%makeinstall
- include copy of license
- use Requires(post)/Requires(preun)
- use optflags
- remove trailing dot from summary
- change tabs to spaces
2007-02-05 16:00:36 +00:00
Karsten Hopp
f5d482102d - don't abort (un)install scriptlets when _excludedocs is set (Ville
Skytta)
2007-01-18 14:46:56 +00:00
Karsten Hopp
c96efe4ee8 - wrong directory, release was correct for FC7 2007-01-10 10:06:13 +00:00
Karsten Hopp
a85b89e59a - change release 2007-01-10 10:04:47 +00:00
Karsten Hopp
3ef7d1932c - add fix for CVE-2006-6719 2007-01-10 10:03:59 +00:00
Karsten Hopp
2e3231dce4 - fix repeated downloads (Tomas Heinrich, ) 2006-12-08 10:21:23 +00:00
Karsten Hopp
a8c1c1519d - add distflag, rebuild
- Resolves:  fix double free corruption
2006-12-07 13:12:17 +00:00
Jesse Keating
ec9be17298 bump for gcc bug 2006-10-01 20:21:24 +00:00
Karsten Hopp
ddf65cfb39 - fix resumed downloads () 2006-09-25 15:32:19 +00:00
Jesse Keating
4dc21010e0 bumped for rebuild 2006-07-12 08:47:53 +00:00
Karsten Hopp
5407c7baa2 - updated german translations from Robert Scheck 2006-06-29 08:33:13 +00:00
Karsten Hopp
f3f07832fc - upstream patches 2006-06-27 11:34:50 +00:00
Jesse Keating
758cb4be79 bump for bug in double-long on ppc(64) 2006-02-11 06:04:14 +00:00
Jesse Keating
27498182f1 bump for new gcc/glibc 2006-02-07 14:14:34 +00:00
Jesse Keating
19f1adac8a gcc update bump 2005-12-09 22:43:49 +00:00
Tomáš Mráz
7b2154bfaa - rebuilt against new openssl 2005-11-10 13:50:46 +00:00
Karsten Hopp
6b22eae0ac - use %%{_sysconfdir} () 2005-10-25 11:53:36 +00:00
Karsten Hopp
922be5a093 cleanup 2005-10-17 11:51:32 +00:00
Florian La Roche
dc16f45a53 - store tarball 2005-10-15 15:52:28 +00:00
Florian La Roche
83a1c86423 - 1.10.2 2005-10-15 15:46:07 +00:00
Karsten Hopp
6ec33df107 - fix builtin help of --load-cookies / --save-cookies () 2005-09-08 14:51:56 +00:00
Karsten Hopp
6e96faa75c - convert changelog to UTF-8 2005-09-07 14:05:13 +00:00
Karsten Hopp
0786ccade2 - update
- drop patches which are already in the upstream sources
2005-09-05 12:50:43 +00:00
Karsten Hopp
a75fcb4a42 - update german translation 2005-07-13 12:46:44 +00:00
Karsten Hopp
98b3e683d4 - update german translation (Robert Scheck) 2005-07-11 09:50:59 +00:00
Karsten Hopp
3f399e4820 - fix minor documentation bug
- fix --no-cookies crash
2005-07-05 10:52:33 +00:00
Karsten Hopp
8bdd1cba50 - update to wget-1.10
- drop passive-ftp patch, already in 1.10
- drop CVS patch
- drop LFS patch, similar fix in 1.10
- drop protdir patch, similar fix in 1.10
- drop actime patch, already in 1.10
2005-07-04 13:57:46 +00:00
Karsten Hopp
ce996a5665 - build with gcc-4 2005-03-02 12:11:05 +00:00
Karsten Hopp
8ebee84fb8 - fix garbage in manpage () 2005-02-02 14:10:00 +00:00
Karsten Hopp
014febe07f - remove old copy of the manpage (, ) 2005-02-02 13:48:59 +00:00
Karsten Hopp
fc24214e9f - texi2pod doesn't handle texinfo xref's. rewrite some lines so that the
man page doesn't have incomplete sentences anymore ()
2005-02-01 14:27:16 +00:00
Karsten Hopp
d7007651ba - Don't set actime to access time of the remote file or tmpwatch might
remove the file again (). Set it to the current time instead.
    timestamping checks only modtime, so this should be ok.
2005-01-31 12:50:40 +00:00
Karsten Hopp
024cbe2396 - add support for --protocol-directories option as documented in the man
page (Ville Skytt� )
2005-01-20 12:20:18 +00:00
Karsten Hopp
3fc1ac6595 - additional LFS patch from Leonid Petrov to fix file lengths in http
downloads
2004-09-29 14:56:39 +00:00
Karsten Hopp
a863270595 - actually enable LFS in configure.in 2004-09-16 08:53:24 +00:00
Karsten Hopp
91865de0ce - added strtol fix from Leonid Petrov, reenable LFS 2004-09-14 13:39:55 +00:00
Karsten Hopp
046592368d - buildrequires gettext () 2004-09-14 11:37:06 +00:00
cvsdist
323fa1a094 auto-import changelog data from wget-1.9.1-13.src.rpm
Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-13
- disable LFS patch for now, it breaks normal downloads (123524#c15)
2004-09-09 14:26:38 +00:00
cvsdist
d1d3bfa0c6 auto-import changelog data from wget-1.9.1-11.src.rpm
Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-11
- rebuild
Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-10
- fix patch
2004-09-09 14:25:57 +00:00
cvsdist
e6c6c25dc6 auto-import changelog data from wget-1.9.1-9.src.rpm
Sun Aug 29 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-9
- more cleanups of the manpage ()
2004-09-09 14:25:33 +00:00
cvsdist
1cf45c46cb auto-import changelog data from wget-1.9.1-8.src.rpm
Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-8
- rebuild
Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-7
- clean up manpage ()
- buildrequire texinfo ()
- LFS patch, based on wget-LFS-20040630.patch from Leonid Petrov (,
    , )
2004-09-09 14:25:04 +00:00
cvsdist
3e6d98221c auto-import changelog data from wget-1.9.1-6.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 14:23:19 +00:00