Commit Graph

950 Commits

Author SHA1 Message Date
Xavier Roche
07cfd4e8d7 Fixed more lintian warnings 2023-01-14 15:29:24 +01:00
Xavier Roche
55dd74e21d Fixed lintial warning over breakout-link 2023-01-14 15:12:07 +01:00
Xavier Roche
fdcdb652e5 Fixed lintial warning over missing-depends-on-sensible-utils 2023-01-14 15:12:07 +01:00
Xavier Roche
ea8d1bbe88 Fixed lintial warning over libc for tests 2023-01-14 15:12:07 +01:00
Xavier Roche
fdf3f098fc Set debian/compat to 13 2023-01-14 15:12:07 +01:00
Xavier Roche
6972ebfb7a Fixed null format 2023-01-14 15:12:07 +01:00
Xavier Roche
340c0d940f Fixed sprintf 2023-01-14 15:12:07 +01:00
Xavier Roche
78df0864a7 Do not use ftime (deprecated) 2023-01-14 15:12:07 +01:00
Xavier Roche
f29275ccf4 Fixed a bunch of warnings 2023-01-14 15:12:07 +01:00
Xavier Roche
c53657789b Set debian/compat to 10 (multiarch) 2023-01-14 15:12:07 +01:00
Xavier Roche
3b4b42cdcc Fixed warnings about missing spaces between literal and string macro (Bernhard Übelacker) 2023-01-14 11:33:25 +01:00
Xavier Roche
a5c82c17a6 Added missing closes 3.49.3 2023-01-13 20:06:52 +01:00
Xavier Roche
8392245e19 Add support for -fstack-clash-protection 2023-01-13 19:39:24 +01:00
Xavier Roche
ce3785bb1a Add support for pie 2023-01-13 19:33:55 +01:00
Xavier Roche
5f8ea5eac7 Fixed DEFAULT_LDFLAGS 2023-01-13 18:36:18 +01:00
Xavier Roche
7902b1b3d7 Revert to Multi-Arch: no 2023-01-13 18:08:12 +01:00
Xavier Roche
04f1099cea Updated history.txt 2023-01-12 22:17:13 +01:00
Xavier Roche
e09901a159 Updated to 3.49.3 2023-01-12 22:12:28 +01:00
Xavier Roche
f8bcb454bc Add debian/libhttrack-dev.lintian-overrides 2023-01-10 20:02:10 +01:00
Xavier Roche
2e3fd7eef6 Removed extra-license-file usr/share/httrack/html/license.txt 2023-01-10 19:57:51 +01:00
Xavier Roche
28683b5f0d Update debhelper version 2023-01-10 19:57:17 +01:00
Xavier Roche
219cc2a333 Depends also on sensible-utils 2023-01-10 19:57:17 +01:00
Xavier Roche
f573701dde Removed debian/libhttrack-dev.lintian-overrides 2023-01-10 19:50:28 +01:00
Xavier Roche
5f4443df8d Updated autotools 2023-01-10 19:47:22 +01:00
Xavier Roche
317c3f1dea Add -fstack-protector, -Wl,-z,relro, -Wl,-z,noexecstack 2023-01-10 19:44:37 +01:00
Xavier Roche
2b4505b178 Add Multi-Arch field (https://wiki.ubuntu.com/MultiarchSpec) 2023-01-10 19:13:04 +01:00
Xavier Roche
89e61f8b34 Updated standards to 4.6.2 2023-01-10 19:07:30 +01:00
Xavier Roche
4652fb2eee Merge pull request #195 from fornwall/fix-android-build
Fix Android build
2022-12-30 14:57:56 +01:00
Xavier Roche
1961c41cc0 Merge pull request #214 from sickcodes/firefox-developer-edition
Add firefox-developer-edition.
2022-12-30 14:57:29 +01:00
Xavier Roche
8a65d5af7d Merge pull request #220 from brianredbeard/data-image-fix
feature: Support data-src and data-srcset
2022-12-30 14:57:06 +01:00
Xavier Roche
fa14db8666 Merge pull request #197 from PabloCastellano/mimetypes-update
Add mimetypes for documents
2022-12-30 14:56:10 +01:00
Xavier Roche
da3003e422 Merge pull request #221 from smokris/55-file-extension
When using the '%N' structure naming key, separate the filename and extension with a dot.
2022-12-30 14:53:42 +01:00
Xavier Roche
62ebf75826 Updated libtool 2022-11-20 19:26:06 +01:00
Steve Mokris
61ded2d838 When using the '%N' structure naming key, separate the filename and extension with a dot. 2021-12-08 14:39:02 -05:00
Brian 'Redbeard' Harrington
d978354e88 feature: Support data-src and data-srcset for img
Increasingly HTML5 sites use a number of mechanisms for responsive
image loading.  Many of these mechanisms revolve around the use of
`data-src` and `data-srcset` attributes within an img tag to provide a
list of valid images to display, along with their relevant sizes (e.g.
https://github.com/aFarkas/lazysizes, https://github.com/malchata/yall.js
).

This change adds the two previously mentioned tags to the list in
`hts_detect[]`, resulting in httrack detecting them correctly.

Initially an attempt was made at using `hts_detectbeg[]` with the
potential of resolving #203.  Unfortunately it became apparent that the
implementation of `hts_detectbeg[]` only supports a suffix of integers
(see `src/htstools.h#rech_tageqbegdigits` for more information).
2021-12-07 18:09:01 -08:00
sickcodes
0c98414ba1 Add firefox-developer-edition. 2021-09-17 09:29:50 +00:00
Pablo Castellano
0eae23c435 Add mimetypes for documents 2020-05-01 15:32:07 +02:00
Fredrik Fornwall
e751159a38 Fix Android build
The NDK headers nowaday has timezone in time.h, so trying to redefine it
causes the build to fail with:

proxy/store.c:34:18: error: static declaration of 'timezone' follows non-static declaration
static long int  timezone = 0;
                 ^
include/time.h:42:17: note: previous declaration is here
extern long int timezone;
2019-12-12 02:05:03 +01:00
Xavier Roche
ce0f63d0b2 Corrections and updates of the Brazilian Portuguese translations (Paulo Neto) 2019-11-30 10:39:36 +01:00
Xavier Roche
e8bdccc443 Updated history.txt 2017-05-20 10:44:39 +02:00
Xavier Roche
fdd900b9c7 Updated to 3.49.2 2017-05-20 10:43:15 +02:00
Xavier Roche
d1dadb3f2e Fixed buffer overflow in output option commandline argument (VL-ID 2068) (Hosein Askari) 2017-05-13 15:29:34 +02:00
Xavier Roche
8fb4f68f17 Fixed version in changelog 2017-05-13 13:59:19 +02:00
Xavier Roche
9bd80e1448 Updated version to 3.49.1 2017-04-01 22:13:12 +02:00
Xavier Roche
f0da4dddc6 Fixed ftime for Windows 2017-04-01 22:00:10 +02:00
Xavier Roche
e6604bb233 Merge pull request #131 from e-ht/patch-1
Updated year 2017
2017-04-01 21:41:26 +02:00
Xavier Roche
50f57ab6ae Updated year to 2017 2017-04-01 21:39:27 +02:00
Xavier Roche
a83f70b6f8 Use gettimeofday() instead of ftime() 2017-04-01 18:12:33 +02:00
Jared W
dee04656b2 Updated year 2017 2017-03-31 21:29:16 -07:00
Xavier Roche
68efe9e4a4 Merge pull request #122 from glogiotatidis/patch-1
Typo pagees -> pages
2017-02-23 23:10:49 +01:00