forked from pool/httrack
61041a22cb
Fix bug BNC#845885 by moving html directory back to where it was in earlier versions OBS-URL: https://build.opensuse.org/request/show/203607 OBS-URL: https://build.opensuse.org/package/show/security/httrack?expand=0&rev=8
124 lines
6.9 KiB
Plaintext
124 lines
6.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Oct 17 11:10:43 UTC 2013 - Greg.Freemyer@gmail.com
|
|
|
|
- move the html documentation back to /usr/share/httrack/html
|
|
+ See BNC#845885
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 24 20:56:26 UTC 2013 - asterios.dramis@gmail.com
|
|
|
|
- Update to 3.47.24:
|
|
+ New: support for IDNA / RFC 3492 (punycode) handling
|
|
+ New: openssl is no longer dynamically probed at stratup, but dynamically
|
|
linked
|
|
+ Fixed: random closing of files/sockets, leading to
|
|
"zip_zipWriteInFileInZip_failed" assertion, "bogus state" messages, or
|
|
random garbage in downloaded files
|
|
+ Fixed: libssl.dylib is now in the search list for libssl on OSX
|
|
(Nils Breunese)
|
|
+ Fixed: bogus charset because the meta http-equiv tag is placed too far in
|
|
the html page
|
|
+ Fixed: incorrect \\machine\dir structure build on Windows (TomZ)
|
|
+ Fixed: do not force a file to have an extension unless it has a known type
|
|
(such as html), or a possibly known type (if delayed checks are disabled)
|
|
+ Fixed: HTML 5 addition regarding "poster" attribute for the "video" tag
|
|
(Jason Ronallo)
|
|
+ Fixed: memory leaks in proxytrack.c (Eric Searcy)
|
|
+ Fixed: correctly set the Z flag in hts-cache/new.txt file (Peter)
|
|
+ Fixed: parallel patch, typo regarding ICONV_LIBS (Sebastian Pipping)
|
|
+ Fixed: memory leak in hashtable, that may lead to excessive memory
|
|
consumption
|
|
+ Fixed: on Windows, fixed possible DLL local injection (CVE-2010-5252)
|
|
+ Fixed: UTF-8 conversion bug on Linux that may lead to buggy filenames
|
|
+ Fixed: zero-length files not being properly handled (not saved on disk, not
|
|
updated) (lugusto)
|
|
+ Fixed: serious bug that may lead to download several times the same file,
|
|
and "Unexpected 412/416 error" errors
|
|
+ Fixed: images in CSS were sometimes not correctly detected (Martin)
|
|
+ Fixed: links within javascript events were sometimes not correctly detected
|
|
(wquatan)
|
|
+ Fixed: webhttrack caused bus error on certain systems, such as Mac OSX, due
|
|
to the stack size (Patrick Gundlach)
|
|
+ Fixed: bogus charset for requests when filenames have non-ascii characters
|
|
(Steven Hsiao)
|
|
+ Fixed: bogus charset on disk when filenames have non-ascii characters
|
|
(Steven Hsiao)
|
|
+ Fixed: fixed 260-characters path limit for Windows (lugusto)
|
|
+ Fixed: non-ascii characters encoding issue inside query string (lugusto)
|
|
+ Fixed: HTML entities not properly decoded inside URI and query string
|
|
+ Fixed: URL-encoding issue within URI
|
|
+ Fixed: --timeout alias did not work
|
|
+ Fixed: more windows-specific fixes regarding 260-character path limit
|
|
+ Fixed: escaping issue in top index
|
|
+ Fixed: Linux build cleanup (gentoo patches merge, lintian fixes et al.)
|
|
+ Fixed: Fixed div-by-zero when specifying more than 1000 connections per
|
|
seconds (probably not very common)
|
|
+ Fixed: Mishandling of '+' in URLs introduced in 3.47-15 (sarclaudio)
|
|
+ Fixed: "Wildcard domains in cookies do not match"
|
|
(alexei dot co at gmail dot com )
|
|
+ Fixed: buggy referer while parsing: the referer of all links in the page is
|
|
the current page being parsed, NOT the parent page.
|
|
(alexei dot com at gmail dot com)
|
|
+ Fixed: Russian translation fixes by Oleg Komarov (komoleg at mail dot ru)
|
|
+ New: Added .torrent => application/x-bittorrent built-in MIME type
|
|
(alexei dot co at gmail dot com)
|
|
+ Fixed: unable to download an URL whose filename embeds special characters
|
|
such as # (lugusto)
|
|
+ New: Croatian translation by Dominko Aždajić (domazd at mail dot ru)
|
|
+ Fixed: url-escaping regression introduced in the previous subrelease
|
|
- Added new build requirement libopenssl-devel.
|
|
- Require libhttrack2 instead of httrack (not needed) in devel package.
|
|
- Require libopenssl-devel in devel package (some httrack headers require
|
|
openssl headers).
|
|
- Use desktop-file-utils instead of update-desktop-files for openSUSE > 12.1.
|
|
- Remove config.h from htsglobal.h since it is not installed.
|
|
- Removed httrack-fix-desktop.patch and added a fix inside the spec file.
|
|
- Rebased httrack-fix-strict-aliasing-punning.patch to apply cleanly.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 10 22:44:17 UTC 2012 - Greg.Freemyer@gmail.com
|
|
|
|
- break the shared libraries out into their own sub-package
|
|
- run spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 27 15:16:25 UTC 2012 - Greg.Freemyer@gmail.com
|
|
|
|
- minor specfile cleanups
|
|
- update to v3.46-1
|
|
+ New: source license is now GPLv3
|
|
+ New: Unicode filenames handling
|
|
+ New: added a "K5" feature to handle transparent proxies (Brent Palmer)
|
|
+ New: option -y to control ^Z behavior (Julian H. Stacey)
|
|
+ New: added --do-not-generate-errors option
|
|
+ New: increased maximum cookie name
|
|
+ Fixed: fixed bug in handling of update/continue with erased files or renamed files, leading to "Unexpected 412/416 error (Requested Range Not Satisfiable)" and/or "Previous cache file not found" (-1)" errors
|
|
+ Fixed: escape characters >= 128 when sending GET/HEAD requests to avoid server errors
|
|
+ Fixed: do not use "delayed" extensions when the mirror is aborting
|
|
+ Fixed: generate error pages when needed (Brent Palmer)
|
|
+ Fixed: parsing issue with js files due to "script" tags (Vasiliy)
|
|
+ Fixed: anonymous FTP without password (Luiz)
|
|
+ Fixed: Makefile issues regarding parrallel build and examples (Sebastian Pipping)
|
|
+ Fixed: removed deprecated and annoying "Accept-Charset" header in requests (Piotr Engelking) (closes:#674053)
|
|
+ Fixed: replace // by / when saving rather than _/ (Brent Palmer)
|
|
+ Fixed: do not interpret ^C before mirror is finished, or after
|
|
+ Fixed: webhttrack: do not use md5sum to produce a temporary filename, but mktemp (Ryan Schmidt)
|
|
+ Fixed: document %k for custom structure (full query string)
|
|
+ Fixed: spurious "Previous file not found (erased by user ?)" messages leading to retransfer existing files in cache (Alain Desilets)
|
|
+ Fixed: --max-time now stops the mirror smoothly (Alain Desilets)
|
|
+ Fixed: number of simultaneous connections was often only one (Illyria, William Roeder)
|
|
+ Fixed: "Unexpected 412/416 error" leading to have broken files on disk
|
|
+ Fixed: interrupting an update/continue mirror session should not delete anymore previously downloaded content (William Roeder, Alain Desilets and many others)
|
|
+ Fixed: --continue/--update bug leading to download again already cached data in some cases (especially redirect/error pages)
|
|
+ Fixed: crash when using -d with non-fully-qualified hostname (Alain Desilets)
|
|
+ Fixed: typo in logs (Pascal Boulerie)
|
|
+ Fixed: random crash when interrupting the mirror (spotted by -fstack-protector) in htscoremain.c (closes:#657878)
|
|
+ Fixed: malformed format htslib.c (Moritz Muehlenhoff)
|
|
+ Fixed: default footer print format
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 17 01:46:41 UTC 2011 - malcolmlewis@opensuse.org
|
|
|
|
- Initial build
|
|
|