Commit Graph

983 Commits

Author SHA1 Message Date
tabudz
c490c3c3e5 lib/puny_decode: Fix integer overflow (found by fuzzing) 2025-02-25 12:12:44 +08:00
Xavier Roche
ce2d2ce810 Add missing missing helper (closes #273) 2024-02-13 20:05:47 +01:00
Xavier Roche
70d43d42b5 Updated to 3.49.5 3.49.5 2024-01-27 14:34:37 +01:00
Xavier Roche
e6ff10ea25 Removed iowin32.h.orig 2024-01-27 14:22:48 +01:00
Xavier Roche
5e27c1a82a Removed iowin32.h.diff 2024-01-27 14:22:48 +01:00
Xavier Roche
5351ca9b46 Updated libtool 2024-01-27 14:22:48 +01:00
Xavier Roche
b625cfe82a Upgraded to minizip 1.1 from zlib 1.3.1
closes:#272
2024-01-27 14:22:41 +01:00
Xavier Roche
940bc759c9 Merge pull request #252 from fweimer-rh/c99
configure: Avoid implicit declaration of exit, strcmp in snprintf probes
2023-11-18 17:28:12 +01:00
Xavier Roche
300f906d78 Merge pull request #265 from jayaddison/maintenance/update-zlib-1.3
Maintenance: update vendored minizip code to the version distributed with zlib v1.3
2023-11-18 11:03:53 +01:00
Hans Wennborg
8316bc0e97 Reject overflows of zip header fields in minizip.
This checks the lengths of the file name, extra field, and comment
that would be put in the zip headers, and rejects them if they are
too long. They are each limited to 65535 bytes in length by the zip
format. This also avoids possible buffer overflows if the provided
fields are too long.

(cherry picked from commit 73331a6a0481067628f065ffe87bb1d8f787d10c)
2023-11-18 11:01:28 +01:00
James Addison
3bffe8ca46 Manually re-apply diff: zip.h 2023-11-17 16:26:36 +00:00
James Addison
c3407c59a1 Manually re-apply diff: zip.c 2023-11-17 16:26:36 +00:00
James Addison
b84e710a29 Manually re-apply diff: mztools.c 2023-11-17 16:26:04 +00:00
James Addison
17a83e46e3 Remove redundant diff: iowin32.h 2023-11-17 16:25:20 +00:00
James Addison
6075739c34 Manually re-apply diff: ioapi.h 2023-11-17 16:24:26 +00:00
James Addison
7e8c968bba Manually re-apply diff: ioapi.c 2023-11-17 16:24:00 +00:00
James Addison
bb87aa0146 Update .orig files based on minizip code from zlib v1.3 2023-11-17 16:14:28 +00:00
James Addison
1b80a20b85 Raw copy of minizip source files from zlib v1.3 release 2023-11-17 15:13:55 +00:00
Florian Weimer
36e6f5de44 configure: Avoid implicit declaration of exit, strcmp in snprintf probes
Future compilers will not support implicit function declarations by
default, so add the additional #include directives for the appropriate
function prototypes.
2023-04-25 21:26:06 +02:00
Xavier Roche
6b56ea91a4 Lintian fixes 2023-01-21 14:47:23 +01:00
Xavier Roche
9626bcb07a Removed log files 2023-01-21 14:46:35 +01:00
Xavier Roche
29b80717c9 Added missing EXTRA_DIST 2023-01-21 14:37:19 +01:00
Xavier Roche
37c0c19a8c Fixed build error due to renamed zlib's OF() macro
Closes #246
2023-01-15 11:40:19 +01:00
Xavier Roche
9b7ad3c899 Fixed gl_VISIBILITY hidden dependency
Copied from https://raw.githubusercontent.com/coreutils/gnulib/master/m4/visibility.m4
Closes #245
2023-01-15 11:12:31 +01:00
Xavier Roche
4f24477a13 Updated submodules 3.49.4 2023-01-14 17:38:41 +01:00
Xavier Roche
bdc22572d0 Updated to 3.49.4 2023-01-14 17:33:13 +01:00
Xavier Roche
5e1389e59a Added history entry for upcoming release 2023-01-14 17:21:58 +01:00
Xavier Roche
80b8e33d65 Push default bandwidth to 100kiB/s, max to 10MiB/s 2023-01-14 17:21:58 +01:00
Xavier Roche
fa0e5f72e0 Fixed typos 2023-01-14 17:21:57 +01:00
Xavier Roche
b1a98a7f16 Fixed and modernize lintian handling 2023-01-14 17:21:57 +01:00
Xavier Roche
87b1b37cdd Move htsserver from /usr/lib/httrack to regular /usr/bin 2023-01-14 15:54:31 +01:00
Xavier Roche
a396b12972 Add support for -fcf-protection 2023-01-14 15:29:24 +01:00
Xavier Roche
2dc4f2565c Fixed LD_FLAGS 2023-01-14 15:29:24 +01:00
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